I can no longer deploy my Cloud Function using a commit from ~3 days ago that was deployed successfully at that time. From the logs, I can see there's a different image used to build the function - go113_20200924_20_RC00 <https://console.cloud.google.com/gcr/images/fn-img/US/buildpacks/go113/builder@sha256:5b5afda28e3c5067cb61351cc82b1c7aeaff9753709ce72f0f95b68133b03a63/details?tab=info>. The error I get is:
*ERROR: (gcloud.functions.deploy) OperationError: code=3, message=Build failed: package cloud.google.com/go/functions/metadata: /workspace/src/cloud.google.com/go exists but /workspace/src/cloud.google.com/go/.git does not - stale checkout?* *package go.opencensus.io/plugin/ochttp: /workspace/src/go.opencensus.io exists but /workspace/src/go.opencensus.io/.git does not - stale checkout?* *package go.opencensus.io/plugin/ochttp/propagation/tracecontext: cannot find package "go.opencensus.io/plugin/ochttp/propagation/tracecontext" in any of:* * /usr/local/go/src/go.opencensus.io/plugin/ochttp/propagation/tracecontext (from $GOROOT)* * /workspace/src/go.opencensus.io/plugin/ochttp/propagation/tracecontext (from $GOPATH); Error ID: 1093f764* -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/9e850fbb-2e0a-41e5-add3-c89cad7e5b08n%40googlegroups.com.
