Recent runs || View in Spyglass
PR | andyzhangx: fix: switch base image to fix CVEs |
Result | FAILURE |
Tests | 0 failed / 0 succeeded |
Started | |
Elapsed | 34m8s |
Revision | a093a52191d3e3d9e4045b29bef24ef84b1ddc4f |
Refs |
1704 |
... skipping 807 lines ... certificate.cert-manager.io "selfsigned-cert" deleted # Create secret for AzureClusterIdentity ./hack/create-identity-secret.sh make[2]: Entering directory '/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure' make[2]: Nothing to be done for 'kubectl'. make[2]: Leaving directory '/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure' Error from server (NotFound): secrets "cluster-identity-secret" not found secret/cluster-identity-secret created secret/cluster-identity-secret labeled # Create customized cloud provider configs ./hack/create-custom-cloud-provider-config.sh make[2]: Entering directory '/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure' make[2]: Nothing to be done for 'kubectl'. ... skipping 129 lines ... # Wait for the kubeconfig to become available. timeout --foreground 300 bash -c "while ! /home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/hack/tools/bin/kubectl-v1.22.4 get secrets | grep capz-u6gp2x-kubeconfig; do sleep 1; done" capz-u6gp2x-kubeconfig cluster.x-k8s.io/secret 1 1s # Get kubeconfig and store it locally. /home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/hack/tools/bin/kubectl-v1.22.4 get secrets capz-u6gp2x-kubeconfig -o json | jq -r .data.value | base64 --decode > ./kubeconfig timeout --foreground 600 bash -c "while ! /home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/hack/tools/bin/kubectl-v1.22.4 --kubeconfig=./kubeconfig get nodes | grep control-plane; do sleep 1; done" error: the server doesn't have a resource type "nodes" capz-u6gp2x-control-plane-kp4pd NotReady control-plane,master 4s v1.23.17-rc.0.5+a3ccd27a5da633 run "/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/hack/tools/bin/kubectl-v1.22.4 --kubeconfig=./kubeconfig ..." to work with the new target cluster make[1]: Leaving directory '/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure' NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME capz-u6gp2x-control-plane-kp4pd NotReady control-plane,master 5s v1.23.17-rc.0.5+a3ccd27a5da633 10.0.0.4 <none> Ubuntu 18.04.6 LTS 5.4.0-1100-azure containerd://1.6.15 NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES ... skipping 12 lines ... Jan 28 03:28:09.005: INFO: Unable to collect logs as node doesn't have addresses Jan 28 03:28:09.005: INFO: Collecting logs for Windows node capz-u6gp2x-md-win-6gk2x in cluster capz-u6gp2x in namespace default Jan 28 03:32:21.837: INFO: Attempting to copy file /c:/crashdumps.tar on node capz-u6gp2x-md-win-6gk2x to /logs/artifacts/clusters/capz-u6gp2x/machines/capz-u6gp2x-md-win-6c484bfcf4-7pwjh/crashdumps.tar Jan 28 03:32:22.757: INFO: Collecting boot logs for AzureMachine capz-u6gp2x-md-win-6gk2x Failed to get logs for Machine capz-u6gp2x-md-win-6c484bfcf4-7pwjh, Cluster default/capz-u6gp2x: [dialing from control plane to target node at capz-u6gp2x-md-win-6gk2x: ssh: rejected: connect failed (Temporary failure in name resolution), Unable to collect VM Boot Diagnostic logs: AzureMachine provider ID is nil] Jan 28 03:32:22.784: INFO: Unable to collect logs as node doesn't have addresses Jan 28 03:32:22.784: INFO: Collecting logs for Windows node capz-u6gp2x-md-win-zljgq in cluster capz-u6gp2x in namespace default Jan 28 03:36:33.878: INFO: Attempting to copy file /c:/crashdumps.tar on node capz-u6gp2x-md-win-zljgq to /logs/artifacts/clusters/capz-u6gp2x/machines/capz-u6gp2x-md-win-6c484bfcf4-7xrzt/crashdumps.tar Jan 28 03:36:34.929: INFO: Collecting boot logs for AzureMachine capz-u6gp2x-md-win-zljgq Failed to get logs for Machine capz-u6gp2x-md-win-6c484bfcf4-7xrzt, Cluster default/capz-u6gp2x: dialing from control plane to target node at capz-u6gp2x-md-win-zljgq: ssh: rejected: connect failed (Temporary failure in name resolution) Jan 28 03:36:35.805: INFO: Dumping workload cluster default/capz-u6gp2x kube-system pod logs Jan 28 03:36:36.225: INFO: Creating log watcher for controller kube-system/coredns-bd6b6df9f-cpt58, container coredns Jan 28 03:36:36.225: INFO: Describing Pod kube-system/coredns-bd6b6df9f-cpt58 Jan 28 03:36:36.296: INFO: Creating log watcher for controller kube-system/coredns-bd6b6df9f-k74nq, container coredns Jan 28 03:36:36.296: INFO: Describing Pod kube-system/coredns-bd6b6df9f-k74nq Jan 28 03:36:36.365: INFO: Creating log watcher for controller kube-system/etcd-capz-u6gp2x-control-plane-kp4pd, container etcd ... skipping 29 lines ...