GoogleCloudPlatform / GoogleCloudPlatform/cloud-builders
[BUG] Cloud Build Error
- Dominant language
- Go
- Stars
- 1.5k
- Forks
- 616
- PR merge metrics
- No merged PRs in 30d
Description
## Notice
**If you are reporting an issue with the hosted Google Cloud Build service, please contact your Google Cloud Support representative or report your issue using [Google's public issue tracker](https://issuetracker.google.com/issues/new?component=190802&template=1162743).**
This GitHub issue tracker is intended for bugs with the officially supported builder images __only__. This issue tracker is __not__ the right place to report issues with triggers or notifications.
If you're not sure where to report your issue, use [Google's public issue tracker](https://issuetracker.google.com/issues/new?component=190802&template=1162743).
## Affected builder image
(e.g., `gcr.io/cloud-builders/docker`)
## Expected Behavior
## Actual Behavior
Execution command
`gcloud app deploy --version"xxxx" --no-cache`
Deployment error occurs
Cloud Build Log
`
starting build "d6de9720-40a1-4ded-acf2-2c5ad4ebfe47"
FETCHSOURCE
BUILD
Starting Step #0 - "fetch"
Step #0 - "fetch": Pulling image: asia.gcr.io/gae-runtimes/utilities/gcs-fetcher:base_20230416_18_04_RC00
Step #0 - "fetch": base_20230416_18_04_RC00: Pulling from gae-runtimes/utilities/gcs-fetcher
Step #0 - "fetch": Digest: sha256:a33e642a57f2d0881d25e27b3a0fc8e9e5c871650b82313cdc801ed11ecd966a
Step #0 - "fetch": Status: Downloaded newer image for asia.gcr.io/gae-runtimes/utilities/gcs-fetcher:base_20230416_18_04_RC00
Step #0 - "fetch": asia.gcr.io/gae-runtimes/utilities/gcs-fetcher:base_20230416_18_04_RC00
Step #0 - "fetch": Fetching manifest gs://[xxxxxx].appspot.com/ae/4aa5147b-2ef0-4b87-b617-b63ca25ebb24/manifest.json.
Step #0 - "fetch": Processing 1991 files.
Step #0 - "fetch": Failed to fetch gs://[xxxxxx].appspot.com/6c5c226b6bd6920911ba080f01a0833a411221ec, will no longer retry: fetching "gs://[xxxxxx].appspot.com/6c5c226b6bd6920911ba080f01a0833a411221ec" with timeout 1h0m0s to temp file "/workspace/.download/[xxxxxx].appspot.com-6c5c226b6bd6920911ba080f01a0833a411221ec-508709-2": storage/logs/laravel.log SHA mismatch, got "328cf7c97fa8108bbb5df6a11ff41d1e4bc4e221", want "6c5c226b6bd6920911ba080f01a0833a411221ec"
Step #0 - "fetch": Failed to download at least one file. Cannot continue.
Finished Step #0 - "fetch"
ERROR
ERROR: build step 0 "asia.gcr.io/gae-runtimes/utilities/gcs-fetcher:base_20230416_18_04_RC00" failed: step exited with non-zero status: 1
`
## Steps to Reproduce the Problem
1.
2.
3.
## Additional Info
Contributor guide
Assessment
This issue has not been assessed yet.