This job view page is being replaced by Spyglass soon.
Check out the new job view.
Error lines from build-log.txt
... skipping 779 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 140 lines ...
# 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-ouczqf-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"
Unable to connect to the server: dial tcp 20.96.154.30:6443: i/o timeout
Unable to connect to the server: dial tcp 20.96.154.30:6443: i/o timeout
Unable to connect to the server: dial tcp 20.96.154.30:6443: i/o timeout
make[1]: *** [Makefile:313: create-workload-cluster] Error 124
make[1]: Leaving directory '/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure'
make: *** [Makefile:340: create-cluster] Error 2
Unable to connect to the server: dial tcp 20.96.154.30:6443: i/o timeout
Collecting logs for cluster capz-ouczqf in namespace default and dumping logs to /logs/artifacts
INFO: Creating log watcher for controller capi-kubeadm-bootstrap-system/capi-kubeadm-bootstrap-controller-manager, pod capi-kubeadm-bootstrap-controller-manager-6c9579bc99-qkskd, container manager
INFO: Creating log watcher for controller capi-kubeadm-control-plane-system/capi-kubeadm-control-plane-controller-manager, pod capi-kubeadm-control-plane-controller-manager-b6bfdcf6c-fx5xq, container manager
INFO: Creating log watcher for controller capi-system/capi-controller-manager, pod capi-controller-manager-8588fc7bcd-xkchk, container manager
INFO: Creating log watcher for controller capz-system/capz-controller-manager, pod capz-controller-manager-676fd974f6-phljk, container manager
[1mSTEP[0m: Dumping workload cluster default/capz-ouczqf logs
Jan 31 17:24:20.364: INFO: Collecting logs for Linux node capz-ouczqf-control-plane-l6vnc in cluster capz-ouczqf in namespace default
Jan 31 17:30:54.111: INFO: Collecting boot logs for AzureMachine capz-ouczqf-control-plane-l6vnc
Failed to get logs for machine capz-ouczqf-control-plane-458ng, cluster default/capz-ouczqf: [dialing public load balancer at capz-ouczqf-570a3c6d.eastus2.cloudapp.azure.com: dial tcp 20.96.154.30:22: connect: connection timed out, Unable to collect VM Boot Diagnostic logs: AzureMachine provider ID is nil]
Jan 31 17:30:54.134: INFO: Collecting logs for Linux node capz-ouczqf-md-0-xxt27 in cluster capz-ouczqf in namespace default
Jan 31 17:37:29.371: INFO: Collecting boot logs for AzureMachine capz-ouczqf-md-0-xxt27
Failed to get logs for machine capz-ouczqf-md-0-865b9f98dc-995cw, cluster default/capz-ouczqf: [dialing public load balancer at capz-ouczqf-570a3c6d.eastus2.cloudapp.azure.com: dial tcp 20.96.154.30:22: connect: connection timed out, Unable to collect VM Boot Diagnostic logs: AzureMachine provider ID is nil]
Jan 31 17:37:29.395: INFO: Collecting logs for Linux node capz-ouczqf-md-0-zmh7b in cluster capz-ouczqf in namespace default
Jan 31 17:44:04.639: INFO: Collecting boot logs for AzureMachine capz-ouczqf-md-0-zmh7b
Failed to get logs for machine capz-ouczqf-md-0-865b9f98dc-sqgjl, cluster default/capz-ouczqf: [dialing public load balancer at capz-ouczqf-570a3c6d.eastus2.cloudapp.azure.com: dial tcp 20.96.154.30:22: connect: connection timed out, Unable to collect VM Boot Diagnostic logs: AzureMachine provider ID is nil]
[1mSTEP[0m: Dumping workload cluster default/capz-ouczqf kube-system pod logs
panic: Failed to get controller-runtime client
Unexpected error:
<*url.Error | 0xc00066f050>: {
Op: "Get",
URL: "https://capz-ouczqf-570a3c6d.eastus2.cloudapp.azure.com:6443/api?timeout=32s",
Err: <*net.OpError | 0xc000d0e640>{
Op: "dial",
Net: "tcp",
Source: nil,
... skipping 6 lines ...
},
}
Get "https://capz-ouczqf-570a3c6d.eastus2.cloudapp.azure.com:6443/api?timeout=32s": dial tcp 20.96.154.30:6443: i/o timeout
occurred
goroutine 1 [running]:
main.Fail({0xc0007f8580?, 0xc000e166c0?}, {0xc00066f050?, 0xc0007f82c0?, 0x1c8cc1a?})
/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/test/logger.go:36 +0x2d
github.com/onsi/gomega/internal.(*Assertion).match(0xc000947980, {0x312ceb8, 0x4444b50}, 0x0, {0xc0004b76e0, 0x1, 0x1})
/home/prow/go/pkg/mod/github.com/onsi/gomega@v1.18.1/internal/assertion.go:100 +0x1f0
github.com/onsi/gomega/internal.(*Assertion).ToNot(0xc000947980, {0x312ceb8, 0x4444b50}, {0xc0004b76e0, 0x1, 0x1})
/home/prow/go/pkg/mod/github.com/onsi/gomega@v1.18.1/internal/assertion.go:63 +0x91
sigs.k8s.io/cluster-api/test/framework.(*clusterProxy).GetClient(0xc00080c040)
... skipping 19 lines ...