apply-gke
Failed Started
by
@nicolasbejean

Nicolas
1Running with gitlab-runner 14.2.0 (58ba2b95)2 on Froggit-Runner-froggit-prd-gitlab-runner-gqzzeorc V5jqswK44Using Docker executor with image registry.gitlab.com/gitlab-org/terraform-images/stable:latest ...5Pulling docker image registry.gitlab.com/gitlab-org/terraform-images/stable:latest ...6Using docker image sha256:faef5c6c20b5a2d785b093b74513e47fde830fba993ca8d36bb170d5946faec3 for registry.gitlab.com/gitlab-org/terraform-images/stable:latest with digest registry.gitlab.com/gitlab-org/terraform-images/stable@sha256:7f666f9f50df4b24bbb240ebee18d042ac3a19e5924786483d6d3967d482889c ...8Running on runner-v5jqswk4-project-341-concurrent-0 via 8b4a2daf3c05...10Fetching changes with git depth set to 50...11Reinitialized existing Git repository in /builds/bejean-developpement/infraascode/elasticcloudwithgcp/.git/12Checking out d16d09f4 as feature/elastic-conference...13Removing manifests/elastic/.terraform/14Removing manifests/gke/.terraform.lock.hcl15Removing manifests/gke/.terraform/16Removing manifests/gke/gcp-sa.json17Removing manifests/gke/plan.cache18Removing manifests/gke/plan.json19Skipping Git submodules setup21Checking cache for elastic...22No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 23Successfully extracted cache24Checking cache for gke...25No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 26Successfully extracted cache28Downloading artifacts for check-gke (28174)...29Downloading artifacts from coordinator... ok id=28174 responseStatus=200 OK token=3a1xtUfB31Using docker image sha256:faef5c6c20b5a2d785b093b74513e47fde830fba993ca8d36bb170d5946faec3 for registry.gitlab.com/gitlab-org/terraform-images/stable:latest with digest registry.gitlab.com/gitlab-org/terraform-images/stable@sha256:7f666f9f50df4b24bbb240ebee18d042ac3a19e5924786483d6d3967d482889c ...32$ cd $TF_ROOT_GKE # collapsed multi-line command33$ gitlab-terraform init # collapsed multi-line command34Initializing the backend...35Successfully configured the backend "http"! Terraform will automatically36use this backend unless the backend configuration changes.37Initializing provider plugins...38- Finding hashicorp/google versions matching "4.3.0"...39- Installing hashicorp/google v4.3.0...40- Installed hashicorp/google v4.3.0 (signed by HashiCorp)41Terraform has created a lock file .terraform.lock.hcl to record the provider42selections it made above. Include this file in your version control repository43so that Terraform can guarantee to make the same selections by default when44you run "terraform init" in the future.45Terraform has been successfully initialized!46Initializing the backend...47Successfully configured the backend "http"! Terraform will automatically48use this backend unless the backend configuration changes.49Initializing provider plugins...50- Reusing previous version of hashicorp/google from the dependency lock file51- Using previously-installed hashicorp/google v4.3.052Terraform has been successfully initialized!53google_compute_global_address.static_ip: Creating...54google_compute_network.vpc_network: Creating...55google_compute_global_address.static_ip: Still creating... [10s elapsed]56google_compute_network.vpc_network: Still creating... [10s elapsed]57google_compute_network.vpc_network: Creation complete after 11s [id=projects/[MASKED]/global/networks/vpc-network-gke]58google_compute_subnetwork.vpc_subnetwork: Creating...59google_compute_router.router: Creating...60google_compute_firewall.fw_https: Creating...61google_compute_global_address.vpc_private_ip_address: Creating...62google_compute_firewall.allow_from_iap_to_instances: Creating...63google_compute_firewall.fw_http: Creating...64google_compute_global_address.static_ip: Creation complete after 11s [id=projects/[MASKED]/global/addresses/gke-frontend]65google_compute_subnetwork.vpc_subnetwork: Still creating... [10s elapsed]66google_compute_router.router: Still creating... [10s elapsed]67google_compute_firewall.fw_https: Still creating... [10s elapsed]68google_compute_global_address.vpc_private_ip_address: Still creating... [10s elapsed]69google_compute_firewall.allow_from_iap_to_instances: Still creating... [10s elapsed]70google_compute_firewall.fw_http: Still creating... [10s elapsed]71google_compute_router.router: Creation complete after 11s [id=projects/[MASKED]/regions/europe-west1/routers/router-vpc-name]72google_compute_router_nat.cloud_nat: Creating...73google_compute_firewall.fw_http: Creation complete after 12s [id=projects/[MASKED]/global/firewalls/fw-vpc-allow-http]74google_compute_global_address.vpc_private_ip_address: Creation complete after 12s [id=projects/[MASKED]/global/addresses/vpc-private-ip-gke]75google_service_networking_connection.vpc_private_vpc_connection: Creating...76google_compute_firewall.fw_https: Creation complete after 12s [id=projects/[MASKED]/global/firewalls/fw-vpc-allow-https]77google_compute_firewall.allow_from_iap_to_instances: Creation complete after 12s [id=projects/[MASKED]/global/firewalls/fw-vpc-allow-ssh-from-iap]78google_compute_router_nat.cloud_nat: Still creating... [10s elapsed]79google_service_networking_connection.vpc_private_vpc_connection: Still creating... [10s elapsed]80google_compute_router_nat.cloud_nat: Still creating... [20s elapsed]81google_service_networking_connection.vpc_private_vpc_connection: Still creating... [20s elapsed]82google_compute_router_nat.cloud_nat: Creation complete after 22s [id=[MASKED]/europe-west1/router-vpc-name/cloud-nat-vpc-name]83google_service_networking_connection.vpc_private_vpc_connection: Still creating... [30s elapsed]84google_service_networking_connection.vpc_private_vpc_connection: Creation complete after 33s [id=projects%2F[MASKED]%2Fglobal%2Fnetworks%2Fvpc-network-gke:servicenetworking.googleapis.com]85╷86│ Error: Error waiting to create Subnetwork: Error waiting for Creating Subnetwork: Invalid IPCidrRange: 10.0.0.0/14 conflicts with reserved IP range '10.1.0.0/16'.87│ 88│ 89│ with google_compute_subnetwork.vpc_subnetwork,90│ on main.tf line 42, in resource "google_compute_subnetwork" "vpc_subnetwork":91│ 42: resource "google_compute_subnetwork" "vpc_subnetwork" {92│ 93╵95ERROR: Job failed: exit code 1