GoogleCloudPlatform / marketing-analytics-jumpstart

Marketing Analytics Jumpstart consists of an easy, extensible and automated implementation of an end-to-end solution that enables Marketing Technology teams to store, transform, enrich with 1PD and analyze marketing data, and programmatically send predictive events to Google Analytics 4 to support conversion optimization and remarketing campaigns.
Apache License 2.0
119 stars 41 forks source link

Activation Pipeline Container Cloud Build Error #158

Closed chmstimoteo closed 3 months ago

chmstimoteo commented 3 months ago

╷ │ Error: local-exec provisioner error │ │ with module.activation[0].module.activation_pipeline_container.null_resource.run_command[0], │ on .terraform/modules/activation.activation_pipeline_container/main.tf line 231, in resource "null_resource" "run_command": │ 231: provisioner "local-exec" { │ │ Error running command 'PATH=/google-cloud-sdk/bin:$PATH │ gcloud builds submit --project=maj-uat2 --tag us-central1-docker.pkg.dev/maj-uat2/activation-docker-repo/dataflow/activation-pipeline:latest ../../python/activation │ ': exit status 1. Output: Creating temporary archive of 3 file(s) totalling 21.8 KiB before compression. │ Uploading tarball of [../../python/activation] to [gs://maj-uat2_cloudbuild/source/1721839100.524058-a7fec3993dfc4f80bed84c84cb5e252a.tgz] │ Created [https://cloudbuild.googleapis.com/v1/projects/maj-uat2/locations/global/builds/424a0952-e301-4398-815b-0b22bc12d355]. │ Logs are available at [ https://console.cloud.google.com/cloud-build/builds/424a0952-e301-4398-815b-0b22bc12d355?project=439698186184 ]. │ Waiting for build to complete. Polling interval: 1 second(s). │ ERROR: (gcloud.builds.submit) build 424a0952-e301-4398-815b-0b22bc12d355 completed with status "FAILURE" │ -------------------------------------------------------------------------------- REMOTE BUILD OUTPUT │ -------------------------------------------------------------------------------- │ starting build "424a0952-e301-4398-815b-0b22bc12d355" │ │ FETCHSOURCE │ Fetching storage object: gs://maj-uat2_cloudbuild/source/1721839100.524058-a7fec3993dfc4f80bed84c84cb5e252a.tgz#1721839101543432 │ AccessDeniedException: 403 439698186184-compute@developer.gserviceaccount.com does not have storage.objects.list access to the Google Cloud Storage bucket. Permission │ 'storage.objects.list' denied on resource (or it may not exist). │ Fetching storage object: gs://maj-uat2_cloudbuild/source/1721839100.524058-a7fec3993dfc4f80bed84c84cb5e252a.tgz#1721839101543432 │ AccessDeniedException: 403 439698186184-compute@developer.gserviceaccount.com does not have storage.objects.list access to the Google Cloud Storage bucket. Permission │ 'storage.objects.list' denied on resource (or it may not exist). │ Fetching storage object: gs://maj-uat2_cloudbuild/source/1721839100.524058-a7fec3993dfc4f80bed84c84cb5e252a.tgz#1721839101543432 │ AccessDeniedException: 403 439698186184-compute@developer.gserviceaccount.com does not have storage.objects.list access to the Google Cloud Storage bucket. Permission │ 'storage.objects.list' denied on resource (or it may not exist). │ ERROR │ ERROR: error fetching storage source: generic::unknown: retry budget exhausted (3 attempts): fetching gcs source: fetching object from gcs: source fetch container exited with │ non-zero status: 1 │ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- │ ╵

chmstimoteo commented 3 months ago

Fixed in PR: https://github.com/GoogleCloudPlatform/marketing-analytics-jumpstart/pull/159