This job view page is being replaced by Spyglass soon. Check out the new job view.
PRsmarterclayton: wait: Introduce new methods that allow detection of context cancellation
ResultFAILURE
Tests 1 failed / 2 succeeded
Started2023-01-17 00:42
Elapsed1h12m
Revisioneaecd4c50be480e422f9e45e71a031e9edb05e1c
Refs 107826

Test Failures


capz-e2e [It] Conformance Tests conformance-tests 29m56s

go run hack/e2e.go -v --test --test_args='--ginkgo.focus=capz\-e2e\s\[It\]\sConformance\sTests\sconformance\-tests$'
[FAILED] Timed out after 900.000s.
Deployment tigera-operator/tigera-operator failed
Deployment:
{
  "metadata": {
    "name": "tigera-operator",
    "namespace": "tigera-operator",
    "uid": "f617dff2-36f0-4716-b7b3-a3a1dafa86be",
    "resourceVersion": "394",
    "generation": 1,
    "creationTimestamp": "2023-01-17T01:30:42Z",
    "labels": {
      "app.kubernetes.io/managed-by": "Helm",
      "k8s-app": "tigera-operator"
    },
    "annotations": {
      "meta.helm.sh/release-name": "projectcalico",
      "meta.helm.sh/release-namespace": "tigera-operator"
    },
    "managedFields": [
      {
        "manager": "e2e.test",
        "operation": "Update",
        "apiVersion": "apps/v1",
        "time": "2023-01-17T01:30:42Z",
        "fieldsType": "FieldsV1",
        "fieldsV1": {
          "f:metadata": {
            "f:annotations": {
              ".": {},
              "f:meta.helm.sh/release-name": {},
              "f:meta.helm.sh/release-namespace": {}
            },
            "f:labels": {
              ".": {},
              "f:app.kubernetes.io/managed-by": {},
              "f:k8s-app": {}
            }
          },
          "f:spec": {
            "f:progressDeadlineSeconds": {},
            "f:replicas": {},
            "f:revisionHistoryLimit": {},
            "f:selector": {},
            "f:strategy": {
              "f:rollingUpdate": {
                ".": {},
                "f:maxSurge": {},
                "f:maxUnavailable": {}
              },
              "f:type": {}
            },
            "f:template": {
              "f:metadata": {
                "f:labels": {
                  ".": {},
                  "f:k8s-app": {},
                  "f:name": {}
                }
              },
              "f:spec": {
                "f:containers": {
                  "k:{\"name\":\"tigera-operator\"}": {
                    ".": {},
                    "f:command": {},
                    "f:env": {
                      ".": {},
                      "k:{\"name\":\"OPERATOR_NAME\"}": {
                        ".": {},
                        "f:name": {},
                        "f:value": {}
                      },
                      "k:{\"name\":\"POD_NAME\"}": {
                        ".": {},
                        "f:name": {},
                        "f:valueFrom": {
                          ".": {},
                          "f:fieldRef": {}
                        }
                      },
                      "k:{\"name\":\"TIGERA_OPERATOR_INIT_IMAGE_VERSION\"}": {
                        ".": {},
                        "f:name": {},
                        "f:value": {}
                      },
                      "k:{\"name\":\"WATCH_NAMESPACE\"}": {
                        ".": {},
                        "f:name": {}
                      }
                    },
                    "f:envFrom": {},
                    "f:image": {},
                    "f:imagePullPolicy": {},
                    "f:name": {},
                    "f:resources": {},
                    "f:terminationMessagePath": {},
                    "f:terminationMessagePolicy": {},
                    "f:volumeMounts": {
                      ".": {},
                      "k:{\"mountPath\":\"/var/lib/calico\"}": {
                        ".": {},
                        "f:mountPath": {},
                        "f:name": {},
                        "f:readOnly": {}
                      }
                    }
                  }
                },
                "f:dnsPolicy": {},
                "f:hostNetwork": {},
                "f:nodeSelector": {},
                "f:restartPolicy": {},
                "f:schedulerName": {},
                "f:securityContext": {},
                "f:serviceAccount": {},
                "f:serviceAccountName": {},
                "f:terminationGracePeriodSeconds": {},
                "f:tolerations": {},
                "f:volumes": {
                  ".": {},
                  "k:{\"name\":\"var-lib-calico\"}": {
                    ".": {},
                    "f:hostPath": {
                      ".": {},
                      "f:path": {},
                      "f:type": {}
                    },
                    "f:name": {}
                  }
                }
              }
            }
          }
        }
      }
    ]
  },
  "spec": {
    "replicas": 1,
    "selector": {
      "matchLabels": {
        "name": "tigera-operator"
      }
    },
    "template": {
      "metadata": {
        "creationTimestamp": null,
        "labels": {
          "k8s-app": "tigera-operator",
          "name": "tigera-operator"
        }
      },
      "spec": {
        "volumes": [
          {
            "name": "var-lib-calico",
            "hostPath": {
              "path": "/var/lib/calico",
              "type": ""
            }
          }
        ],
        "containers": [
          {
            "name": "tigera-operator",
            "image": "quay.io/tigera/operator:v1.29.0",
            "command": [
              "operator"
            ],
            "envFrom": [
              {
                "configMapRef": {
                  "name": "kubernetes-services-endpoint",
                  "optional": true
                }
              }
            ],
            "env": [
              {
                "name": "WATCH_NAMESPACE"
              },
              {
                "name": "POD_NAME",
                "valueFrom": {
                  "fieldRef": {
                    "apiVersion": "v1",
                    "fieldPath": "metadata.name"
                  }
                }
              },
              {
                "name": "OPERATOR_NAME",
                "value": "tigera-operator"
              },
              {
                "name": "TIGERA_OPERATOR_INIT_IMAGE_VERSION",
                "value": "v1.29.0"
              }
            ],
            "resources": {},
            "volumeMounts": [
              {
                "name": "var-lib-calico",
                "readOnly": true,
                "mountPath": "/var/lib/calico"
              }
            ],
            "terminationMessagePath": "/dev/termination-log",
            "terminationMessagePolicy": "File",
            "imagePullPolicy": "IfNotPresent"
          }
        ],
        "restartPolicy": "Always",
        "terminationGracePeriodSeconds": 30,
        "dnsPolicy": "ClusterFirstWithHostNet",
        "nodeSelector": {
          "kubernetes.io/os": "linux"
        },
        "serviceAccountName": "tigera-operator",
        "serviceAccount": "tigera-operator",
        "hostNetwork": true,
        "securityContext": {},
        "schedulerName": "default-scheduler",
        "tolerations": [
          {
            "operator": "Exists",
            "effect": "NoExecute"
          },
          {
            "operator": "Exists",
            "effect": "NoSchedule"
          }
        ]
      }
    },
    "strategy": {
      "type": "RollingUpdate",
      "rollingUpdate": {
        "maxUnavailable": "25%",
        "maxSurge": "25%"
      }
    },
    "revisionHistoryLimit": 10,
    "progressDeadlineSeconds": 600
  },
  "status": {}
}
LAST SEEN  TYPE  REASON  OBJECT  MESSAGE

Expected
    <bool>: false
to be true
In [It] at: /home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/test/e2e/helpers.go:122 @ 01/17/23 01:45:45.866

				
				Click to see stdout/stderrfrom junit.e2e_suite.1.xml

Filter through log files | View test history on testgrid


Show 2 Passed Tests

Show 25 Skipped Tests

Error lines from build-log.txt

... skipping 121 lines ...
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   138  100   138    0     0   5307      0 --:--:-- --:--:-- --:--:--  5307

100    35  100    35    0     0    448      0 --:--:-- --:--:-- --:--:--   448
using CI_VERSION=v1.27.0-alpha.0.1003+7b01daba714514
using KUBERNETES_VERSION=v1.27.0-alpha.0.1003+7b01daba714514
using IMAGE_TAG=v1.27.0-alpha.0.1012_f25f7ce90b6bbc
Error response from daemon: manifest for capzci.azurecr.io/kube-apiserver:v1.27.0-alpha.0.1012_f25f7ce90b6bbc not found: manifest unknown: manifest tagged by "v1.27.0-alpha.0.1012_f25f7ce90b6bbc" is not found
Building Kubernetes
make: Entering directory '/home/prow/go/src/k8s.io/kubernetes'
+++ [0117 00:43:15] Verifying Prerequisites....
+++ [0117 00:43:15] Building Docker image kube-build:build-0901a3b61c-5-v1.26.0-go1.19.5-bullseye.0
+++ [0117 00:46:50] Creating data container kube-build-data-0901a3b61c-5-v1.26.0-go1.19.5-bullseye.0
+++ [0117 00:47:19] Syncing sources to container
... skipping 665 lines ...
------------------------------
Conformance Tests conformance-tests
/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/test/e2e/conformance_test.go:100
  INFO: Cluster name is capz-conf-ob30hj
  STEP: Creating namespace "capz-conf-ob30hj" for hosting the cluster @ 01/17/23 01:24:21.124
  Jan 17 01:24:21.124: INFO: starting to create namespace for hosting the "capz-conf-ob30hj" test spec
2023/01/17 01:24:21 failed trying to get namespace (capz-conf-ob30hj):namespaces "capz-conf-ob30hj" not found
  INFO: Creating namespace capz-conf-ob30hj
  INFO: Creating event watcher for namespace "capz-conf-ob30hj"
  conformance-tests - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/test/e2e/conformance_test.go:102 @ 01/17/23 01:24:21.172
    conformance-tests
    Name | N | Min | Median | Mean | StdDev | Max
  INFO: Creating the workload cluster with name "capz-conf-ob30hj" using the "conformance-presubmit-artifacts" template (Kubernetes v1.27.0-alpha.0.1003+7b01daba714514, 1 control-plane machines, 2 worker machines)
... skipping 54 lines ...
  Jan 17 01:30:41.333: INFO: creating 1 resource(s)
  Jan 17 01:30:42.393: INFO: creating 6 resource(s)
  Jan 17 01:30:43.778: INFO: Install complete
  STEP: Waiting for Ready tigera-operator deployment pods @ 01/17/23 01:30:44.93
  STEP: waiting for deployment tigera-operator/tigera-operator to be available @ 01/17/23 01:30:45.749
  Jan 17 01:30:45.750: INFO: starting to wait for deployment to become available
  [FAILED] in [It] - /home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/test/e2e/helpers.go:122 @ 01/17/23 01:45:45.866
  Jan 17 01:45:45.866: INFO: FAILED!
  Jan 17 01:45:45.866: INFO: Cleaning up after "Conformance Tests conformance-tests" spec
  STEP: Dumping logs from the "capz-conf-ob30hj" workload cluster @ 01/17/23 01:45:45.867
  Jan 17 01:45:45.867: INFO: Dumping workload cluster capz-conf-ob30hj/capz-conf-ob30hj logs
  Jan 17 01:45:45.986: INFO: Collecting logs for Linux node capz-conf-ob30hj-control-plane-vq2z2 in cluster capz-conf-ob30hj in namespace capz-conf-ob30hj

  Jan 17 01:45:55.558: INFO: Collecting boot logs for AzureMachine capz-conf-ob30hj-control-plane-vq2z2
... skipping 14 lines ...
  Jan 17 01:46:15.812: INFO: Collecting events for Pod kube-system/etcd-capz-conf-ob30hj-control-plane-vq2z2
  Jan 17 01:46:15.812: INFO: Creating log watcher for controller kube-system/kube-apiserver-capz-conf-ob30hj-control-plane-vq2z2, container kube-apiserver
  Jan 17 01:46:15.812: INFO: Collecting events for Pod kube-system/kube-controller-manager-capz-conf-ob30hj-control-plane-vq2z2
  Jan 17 01:46:15.812: INFO: Creating log watcher for controller kube-system/kube-controller-manager-capz-conf-ob30hj-control-plane-vq2z2, container kube-controller-manager
  Jan 17 01:46:15.812: INFO: Creating log watcher for controller kube-system/kube-scheduler-capz-conf-ob30hj-control-plane-vq2z2, container kube-scheduler
  Jan 17 01:46:15.813: INFO: Collecting events for Pod kube-system/kube-scheduler-capz-conf-ob30hj-control-plane-vq2z2
  Jan 17 01:46:15.962: INFO: Error starting logs stream for pod kube-system/kube-controller-manager-capz-conf-ob30hj-control-plane-vq2z2, container kube-controller-manager: container "kube-controller-manager" in pod "kube-controller-manager-capz-conf-ob30hj-control-plane-vq2z2" is not available
  Jan 17 01:46:20.632: INFO: Fetching activity logs took 4.81920581s
  Jan 17 01:46:20.632: INFO: Dumping all the Cluster API resources in the "capz-conf-ob30hj" namespace
  Jan 17 01:46:21.430: INFO: Deleting all clusters in the capz-conf-ob30hj namespace
  STEP: Deleting cluster capz-conf-ob30hj @ 01/17/23 01:46:21.489
  INFO: Waiting for the Cluster capz-conf-ob30hj/capz-conf-ob30hj to be deleted
  STEP: Waiting for cluster capz-conf-ob30hj to be deleted @ 01/17/23 01:46:21.528
  Jan 17 01:54:11.808: INFO: Deleting namespace used for hosting the "conformance-tests" test spec
  INFO: Deleting namespace capz-conf-ob30hj
  Jan 17 01:54:11.832: INFO: Checking if any resources are left over in Azure for spec "conformance-tests"
  STEP: Redacting sensitive information from logs @ 01/17/23 01:54:12.469
• [FAILED] [1796.362 seconds]
Conformance Tests [It] conformance-tests
/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/test/e2e/conformance_test.go:100

  [FAILED] Timed out after 900.000s.
  Deployment tigera-operator/tigera-operator failed
  Deployment:
  {
    "metadata": {
      "name": "tigera-operator",
      "namespace": "tigera-operator",
      "uid": "f617dff2-36f0-4716-b7b3-a3a1dafa86be",
... skipping 265 lines ...
[ReportAfterSuite] Autogenerated ReportAfterSuite for --junit-report
autogenerated by Ginkgo
[ReportAfterSuite] PASSED [0.003 seconds]
------------------------------

Summarizing 1 Failure:
  [FAIL] Conformance Tests [It] conformance-tests
  /home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/test/e2e/helpers.go:122

Ran 1 of 26 Specs in 1993.337 seconds
FAIL! -- 0 Passed | 1 Failed | 0 Pending | 25 Skipped
--- FAIL: TestE2E (1993.34s)
FAIL
You're using deprecated Ginkgo functionality:
=============================================
  CurrentGinkgoTestDescription() is deprecated in Ginkgo V2.  Use CurrentSpecReport() instead.
  Learn more at: https://onsi.github.io/ginkgo/MIGRATING_TO_V2#changed-currentginkgotestdescription
    /home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/test/e2e/common.go:278
    /home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/test/e2e/common.go:281

To silence deprecations that can be silenced set the following environment variable:
  ACK_GINKGO_DEPRECATIONS=2.6.0


Ginkgo ran 1 suite in 35m36.959458339s

Test Suite Failed
make[2]: *** [Makefile:655: test-e2e-run] Error 1
make[2]: Leaving directory '/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure'
make[1]: *** [Makefile:670: test-e2e-skip-push] Error 2
make[1]: Leaving directory '/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure'
make: *** [Makefile:686: test-conformance] Error 2
================ REDACTING LOGS ================
All sensitive variables are redacted
+ EXIT_VALUE=2
+ set +o xtrace
Cleaning up after docker in docker.
================================================================================
... skipping 6 lines ...