Checking our internal issue tracker, there is really no system-wide issue or change reported for Cloud Functions. I think to better evaluate the issue you are observing, you should contact the GCP Support Engineers[1] or if you think this issue is a bug, then open an issue using this link[2].
This way a GCP Support engineer would be able to work closely with you, reviewing logs to determine exactly what may be the cause of the issue. [1]https://cloud.google.com/support-hub [2]https://developers.google.com/issue-tracker/#public_users On Tuesday, September 29, 2020 at 7:38:37 PM UTC-4 [email protected] wrote: > From 3 days ago (25-09-2020) my images that are deployed via commits > stopped working as expected also. The deploys were successful but not the > function to run a pystan model. I am only sharing this because I also think > something changed 3 days ago but I can't figure out what. Prior to 3 days > ago my deploys and models worked fine. > > On Tuesday, 29 September 2020 at 16:12:46 UTC-4 [email protected] wrote: > >> if you deploy by using gcloud, please ensure the command is correct. the >> error message seems to indicate command invalid. >> On Monday, September 28, 2020 at 4:10:29 PM UTC-4 Črtomir Majer wrote: >> >>> 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 >>> <http://cloud.google.com/go/functions/metadata>: >>> /workspace/src/cloud.google.com/go <http://cloud.google.com/go> exists but >>> /workspace/src/cloud.google.com/go/.git <http://cloud.google.com/go/.git> >>> does not - stale checkout?* >>> *package go.opencensus.io/plugin/ochttp >>> <http://go.opencensus.io/plugin/ochttp>: /workspace/src/go.opencensus.io >>> <http://go.opencensus.io> exists but /workspace/src/go.opencensus.io/.git >>> <http://go.opencensus.io/.git> does not - stale checkout?* >>> *package go.opencensus.io/plugin/ochttp/propagation/tracecontext >>> <http://go.opencensus.io/plugin/ochttp/propagation/tracecontext>: cannot >>> find package "go.opencensus.io/plugin/ochttp/propagation/tracecontext >>> <http://go.opencensus.io/plugin/ochttp/propagation/tracecontext>" in any >>> of:* >>> * >>> /usr/local/go/src/go.opencensus.io/plugin/ochttp/propagation/tracecontext >>> <http://go.opencensus.io/plugin/ochttp/propagation/tracecontext> (from >>> $GOROOT)* >>> * >>> /workspace/src/go.opencensus.io/plugin/ochttp/propagation/tracecontext >>> <http://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/0399e5fe-ce9c-4ad7-807b-786fd1fd1e85n%40googlegroups.com.
