Recent runs || View in Spyglass
PR | andyzhangx: fix: remove python in container image to fix CVE |
Result | FAILURE |
Tests | 0 failed / 0 succeeded |
Started | |
Elapsed | 29m19s |
Revision | 912c6630c66687d6281fc9cbefe0ad8f07215cca |
Refs |
1169 |
... skipping 788 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-08u0eo-kubeconfig; do sleep 1; done" capz-08u0eo-kubeconfig cluster.x-k8s.io/secret 1 0s # 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-08u0eo-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-08u0eo-control-plane-mcgcz NotReady <none> 3s 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-08u0eo-control-plane-mcgcz NotReady control-plane,master 4s 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 11 lines ... Jan 26 10:16:06.857: INFO: Unable to collect logs as node doesn't have addresses Jan 26 10:16:06.857: INFO: Collecting logs for Windows node capz-08u0eo-md-win-2nd5n in cluster capz-08u0eo in namespace default Jan 26 10:20:23.625: INFO: Attempting to copy file /c:/crashdumps.tar on node capz-08u0eo-md-win-2nd5n to /logs/artifacts/clusters/capz-08u0eo/machines/capz-08u0eo-md-win-69799c5659-vt75b/crashdumps.tar Jan 26 10:20:24.809: INFO: Collecting boot logs for AzureMachine capz-08u0eo-md-win-2nd5n Failed to get logs for Machine capz-08u0eo-md-win-69799c5659-vt75b, Cluster default/capz-08u0eo: [dialing from control plane to target node at capz-08u0eo-md-win-2nd5n: ssh: rejected: connect failed (Temporary failure in name resolution), Unable to collect VM Boot Diagnostic logs: AzureMachine provider ID is nil] Jan 26 10:20:24.851: INFO: Unable to collect logs as node doesn't have addresses Jan 26 10:20:24.851: INFO: Collecting logs for Windows node capz-08u0eo-md-win-ltfjb in cluster capz-08u0eo in namespace default Jan 26 10:24:40.557: INFO: Attempting to copy file /c:/crashdumps.tar on node capz-08u0eo-md-win-ltfjb to /logs/artifacts/clusters/capz-08u0eo/machines/capz-08u0eo-md-win-69799c5659-wrqmw/crashdumps.tar Jan 26 10:24:41.853: INFO: Collecting boot logs for AzureMachine capz-08u0eo-md-win-ltfjb Failed to get logs for Machine capz-08u0eo-md-win-69799c5659-wrqmw, Cluster default/capz-08u0eo: [dialing from control plane to target node at capz-08u0eo-md-win-ltfjb: ssh: rejected: connect failed (Temporary failure in name resolution), Unable to collect VM Boot Diagnostic logs: AzureMachine provider ID is nil] Jan 26 10:24:41.870: INFO: Dumping workload cluster default/capz-08u0eo kube-system pod logs Jan 26 10:24:42.782: INFO: Fetching kube-system pod logs took 911.277228ms Jan 26 10:24:42.782: INFO: Dumping workload cluster default/capz-08u0eo Azure activity log Jan 26 10:24:42.782: INFO: Creating log watcher for controller kube-system/etcd-capz-08u0eo-control-plane-mcgcz, container etcd Jan 26 10:24:42.782: INFO: Creating log watcher for controller kube-system/coredns-bd6b6df9f-674vc, container coredns Jan 26 10:24:42.782: INFO: Creating log watcher for controller kube-system/coredns-bd6b6df9f-jk7d8, container coredns ... skipping 31 lines ...