Recent runs || View in Spyglass
PR | jichenjc: not assign floating ip when there are multiple controller nodes |
Result | ABORTED |
Tests | 0 failed / 0 succeeded |
Started | |
Elapsed | 38m49s |
Revision | 16e7586289617f9b0efe831d7ca766da24f82299 |
Refs |
1276 |
... skipping 144 lines ... | S .o.+ | | . . ..B.+ | | . . +o=++| | o oo==+| | .o=o*=o*| +----[SHA256]-----+ ERROR: (gcloud.compute.config-ssh) Could not fetch resource: - Required 'compute.projects.get' permission for 'projects/k8s-prow-builds' + true + [[ -n '' ]] + init_infrastructure + [[ capo-e2e-mynetwork != \d\e\f\a\u\l\t ]] + gcloud compute networks describe capo-e2e-mynetwork --project k8s-gce-ingress1-5 ERROR: (gcloud.compute.networks.describe) Could not fetch resource: - The resource 'projects/k8s-gce-ingress1-5/global/networks/capo-e2e-mynetwork' was not found + gcloud compute networks create --project k8s-gce-ingress1-5 capo-e2e-mynetwork --subnet-mode custom Created [https://www.googleapis.com/compute/v1/projects/k8s-gce-ingress1-5/global/networks/capo-e2e-mynetwork]. NAME SUBNET_MODE BGP_ROUTING_MODE IPV4_RANGE GATEWAY_IPV4 capo-e2e-mynetwork CUSTOM REGIONAL ... skipping 71 lines ... selfLinkWithId: https://www.googleapis.com/compute/v1/projects/k8s-gce-ingress1-5/global/networks/8745582564990294607 subnetworks: - https://www.googleapis.com/compute/v1/projects/k8s-gce-ingress1-5/regions/us-east4/subnetworks/capo-e2e-mynetwork x_gcloud_bgp_routing_mode: REGIONAL x_gcloud_subnet_mode: CUSTOM + gcloud compute routers describe capo-e2e-myrouter --project=k8s-gce-ingress1-5 --region=us-east4 ERROR: (gcloud.compute.routers.describe) Could not fetch resource: - The resource 'projects/k8s-gce-ingress1-5/regions/us-east4/routers/capo-e2e-myrouter' was not found + gcloud compute routers create capo-e2e-myrouter --project=k8s-gce-ingress1-5 --region=us-east4 --network=capo-e2e-mynetwork NAME REGION NETWORK capo-e2e-myrouter us-east4 capo-e2e-mynetwork Creating router [capo-e2e-myrouter]... ......done. + gcloud compute routers nats describe --router=capo-e2e-myrouter capo-e2e-mynat --project=k8s-gce-ingress1-5 --region=us-east4 ERROR: (gcloud.compute.routers.nats.describe) NAT `capo-e2e-mynat` not found + gcloud compute routers nats create capo-e2e-mynat --project=k8s-gce-ingress1-5 --router-region=us-east4 --router=capo-e2e-myrouter --nat-all-subnet-ip-ranges --auto-allocate-nat-external-ips Creating NAT [capo-e2e-mynat] in router [capo-e2e-myrouter]... ...........................................................done. + create_devstack controller 10.0.3.15 public + local name=controller + shift ... skipping 96 lines ... + local machine_type=GCP_MACHINE_TYPE_controller + machine_type=n2-standard-16 + local servername=capo-e2e-controller + local diskname=capo-e2e-disk + local imagename=capo-e2e-controller-image + gcloud compute disks describe capo-e2e-disk --project k8s-gce-ingress1-5 --zone us-east4-a ERROR: (gcloud.compute.disks.describe) HTTPError 404: The resource 'projects/k8s-gce-ingress1-5/zones/us-east4-a/disks/capo-e2e-disk' was not found + gcloud compute disks create capo-e2e-disk --project k8s-gce-ingress1-5 --image-project ubuntu-os-cloud --image-family ubuntu-2004-lts --zone us-east4-a Created [https://www.googleapis.com/compute/v1/projects/k8s-gce-ingress1-5/zones/us-east4-a/disks/capo-e2e-disk]. NAME ZONE SIZE_GB TYPE STATUS capo-e2e-disk us-east4-a 10 pd-standard READY + gcloud compute images describe capo-e2e-controller-image --project k8s-gce-ingress1-5 + gcloud compute instances describe capo-e2e-controller --project k8s-gce-ingress1-5 --zone us-east4-a ERROR: (gcloud.compute.instances.describe) Could not fetch resource: - The resource 'projects/k8s-gce-ingress1-5/zones/us-east4-a/instances/capo-e2e-controller' was not found + gcloud compute instances create capo-e2e-controller --project k8s-gce-ingress1-5 --zone us-east4-a --image capo-e2e-controller-image --boot-disk-size 200G --boot-disk-type pd-ssd --can-ip-forward --tags http-server,https-server,novnc,openstack-apis --min-cpu-platform 'Intel Cascade Lake' --machine-type n2-standard-16 --network-interface=private-network-ip=10.0.3.15,network=capo-e2e-mynetwork,subnet=capo-e2e-mynetwork --metadata-from-file user-data=/logs/artifacts/devstack/cloud-init-controller.yaml Created [https://www.googleapis.com/compute/v1/projects/k8s-gce-ingress1-5/zones/us-east4-a/instances/capo-e2e-controller]. WARNING: Some requests generated warnings: - Disk size: '200 GB' is larger than image size: '10 GB'. You might need to resize the root repartition manually if the operating system does not support automatic resizing. See https://cloud.google.com/compute/docs/disks/add-persistent-disk#resize_pd for details. ... skipping 50 lines ... Processing triggers for libc-bin (2.28-10+deb10u1) ... + pip3 install --ignore-installed PyYAML Collecting PyYAML Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.3/596.3 kB 10.9 MB/s eta 0:00:00 Installing collected packages: PyYAML ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. awscli 1.25.15 requires PyYAML<5.5,>=3.10, but you have pyyaml 6.0 which is incompatible. Successfully installed PyYAML-6.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv + pip3 install python-cinderclient python-glanceclient python-keystoneclient python-neutronclient python-novaclient python-openstackclient python-octaviaclient Collecting python-cinderclient Downloading python_cinderclient-8.3.0-py3-none-any.whl (254 kB) ... skipping 270 lines ... ++ echo 'ssh -i /root/.ssh/google_compute_engine -l cloud ' '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -o PasswordAuthentication=no ' + ssh_cmd='ssh -i /root/.ssh/google_compute_engine -l cloud -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -o PasswordAuthentication=no ' + ssh -i /root/.ssh/google_compute_engine -l cloud -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -o PasswordAuthentication=no 10.0.3.15 -- ' echo Waiting for cloud-final to complete start=$(date -u +%s) while true; do systemctl --quiet is-failed cloud-final && exit 1 systemctl --quiet is-active cloud-final && exit 0 echo Waited $((($(date -u +%s)-$start)/60)) minutes sleep 30 done' Warning: Permanently added '10.0.3.15' (ECDSA) to the list of known hosts. Waiting for cloud-final to complete ... skipping 53 lines ... Waited 26 minutes Waited 27 minutes Waited 27 minutes Waited 28 minutes Waited 28 minutes Waited 29 minutes {"component":"entrypoint","file":"k8s.io/test-infra/prow/entrypoint/run.go:169","func":"k8s.io/test-infra/prow/entrypoint.Options.ExecuteProcess","level":"error","msg":"Entrypoint received interrupt: terminated","severity":"error","time":"2022-06-24T03:14:24Z"} ++ early_exit_handler ++ '[' -n 175 ']' ++ kill -TERM 175 ++ cleanup_dind ++ [[ true == \t\r\u\e ]] ++ echo 'Cleaning up after docker' ... skipping 9 lines ...