VS Code Cloud Run emulator error execute

Hi all,

i'm developing with my VS Code and cloud Code installed, on MacOS Catalina version 10.15.7

I have connected the code project on my google cloud project and when i run google cloud emulator to debug locally, i receive this error:

 

Update initiated
Build started for artifact api-istance-backend
Build completed for artifact api-istance-backend

Deploy started
Status check started
Resource deployment/api-istance-backend status updated to In Progress
Status check failed

Deploy failed
Update failed with error code DEPLOY_UNKNOWN
1/1 deployment(s) failed
Skaffold exited with code 1.
Cleaning up...
Finished clean up.

 

How i can fix this error?

Thanks

1 5 1,884
5 REPLIES 5

Hi @snef ,

Welcome to the Google Cloud Community!

You can try these troubleshooting options:

  1. When debugging Cloud Run: In the Output tab, there is a channel called "Cloud Run: Run/Debug Locally - Detailed". It contains a detailed log of the processes. Reference
  2. Check if billing is enabled in your project. Reference 
  3. You can follow the steps in debugging your Cloud Run Service in VS Code locally in this documentation.

Let me know if it helped, thanks!

I am having the same issue

Hi,

try to delete all content from .vscode/launch.json and after run with emulator. I have fixed the issue in this way.

I hope this help you 

I've attached a beefy, but well-detailed log of the same error (at the very bottom of this post).

I am in VSCode. I just freshly installed gcloud (and python 3.11), docker, and many other dependencies gcloud asked for. 

The interesting thing is that even though I have run `gcloud auth application-default login` and set `gcloud auth application-default set-quota-project my-project-id` seemingly successfully, whenever I try to Cloud Run:  Run/Debug Locally I get a VSCode pop-up that "Application Default Credentials are recommended to authenticate calls to Google APIs when running/debugging locally" - sorry no screenshots because I "do not have permission to upload images" apparently.

 

$gcloud auth application-default login
Your browser has been opened to visit:

    https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=blahblahblah-i-hope-the-rest-wasnt-important-to-you


Credentials saved to file: [/Users/username/.config/gcloud/application_default_credentials.json]

These credentials will be used by any library that requests Application Default Credentials (ADC).
WARNING: 
Cannot find a quota project to add to ADC. You might receive a "quota exceeded" or "API not enabled" error. Run $ gcloud auth application-default set-quota-project to add a quota project.
$gcloud auth application-default set-quota-project my-project-id

Credentials saved to file: [/Users/username/.config/gcloud/application_default_credentials.json]

These credentials will be used by any library that requests Application Default Credentials (ADC).

Quota project "my-project-id" was added to ADC which can be used by Google client libraries for billing and quota. Note that some services may still bill the project owning the resource.

 

 

Deploy to Cloud Run works fine! But I reckon it will take longer to develop if I need to deploy my app every-time to verify something is working.

 

 

Running skaffold command: /Users/username/google-cloud-sdk/bin/skaffold init --artifact {"image":"gcloud-vm-crd","builder":"Docker","payload":{"path":"Dockerfile"}} --kubernetes-manifest /var/folders/64/rjln6zpx7tlgwf8cqgvhm7fr0000gn/T/cloud-code-cloud-run-KwaDTy/pods_and_services.yaml --filename /var/folders/64/rjln6zpx7tlgwf8cqgvhm7fr0000gn/T/cloud-code-cloud-run-KwaDTy/skaffold.yaml --force
Setting build tagPolicy to SHA256.
Setting statusCheckDeadlineSeconds to 5 minutes
Setting build environment to 'local'
Created the file /var/folders/64/rjln6zpx7tlgwf8cqgvhm7fr0000gn/T/cloud-code-cloud-run-KwaDTy/skaffold.yaml.
Running gcloud command: /Users/username/google-cloud-sdk/bin/gcloud alpha code export --readiness-probe --service-name gcloud-vm-crd --image gcloud-vm-crd --no-skaffold-file --dockerfile= --kubernetes-file /var/folders/64/rjln6zpx7tlgwf8cqgvhm7fr0000gn/T/cloud-code-cloud-run-KwaDTy/pods_and_services.yaml --env-vars K_SERVICE=gcloud-vm-crd,K_REVISION=local,K_CONFIGURATION=gcloud-vm-crd --memory 256Mi --quiet --verbosity warning
Created the file /var/folders/64/rjln6zpx7tlgwf8cqgvhm7fr0000gn/T/cloud-code-cloud-run-KwaDTy/pods_and_services.yaml.
Running: skaffold debug -v info --port-forward --auto-build --auto-deploy --auto-sync --rpc-http-port 55164 --filename /var/folders/64/rjln6zpx7tlgwf8cqgvhm7fr0000gn/T/cloud-code-cloud-run-KwaDTy/skaffold.yaml --kube-context cloud-run-dev-internal --minikube-profile cloud-run-dev-internal --status-check\=true
Activated kube-context \"cloud-run-dev-internal\"
starting gRPC server on port 55188
starting gRPC HTTP server on port 55164 (proxying to 55188)
Skaffold &{Version:v2.9.0 ConfigVersion:skaffold/v4beta8 GitVersion: GitCommit:6071a3f7574702c8666a243d89254e9b0d8ff4d7 BuildDate:2023-11-07T13:20:11Z GoVersion:go1.21.0 Compiler:gc Platform:darwin/arm64 User:}
Loaded Skaffold defaults from \"/Users/username/.skaffold/config\"
map entry found when executing locate for &{gcloud-vm-crd . <nil> {0x14000a20840 <nil> <nil> <nil> <nil> <nil> <nil>} [] {[] []} [] } of type *latest.Artifact and pointer: 1374397388272
Using kubectl context: cloud-run-dev-internal
Using minikube docker daemon at tcp://127.0.0.1:53288
no kpt renderer or deployer found, skipping hydrated-dir creation
build concurrency first set to 1 parsed from *runner.pipelineBuilderWithHooks[0]
final build concurrency value is 1
Generating tags...
 - gcloud-vm-crd -> gcloud-vm-crd:latest
Checking cache...
Tags generated in 895.875µs
 - gcloud-vm-crd: Not found. Building
Starting build...
Found [cloud-run-dev-internal] context, using local docker daemon.
Cache check completed in 2.415 seconds
Building [gcloud-vm-crd]...
Target platforms: [linux/arm64]
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 603B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 123B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/python:3.11
#3 ...

#4 [auth] library/python:pull token for registry-1.docker.io
#4 DONE 0.0s

#3 [internal] load metadata for docker.io/library/python:3.11
#3 DONE 2.1s

#5 [internal] load build context
#5 transferring context: 17.13kB 0.0s done
#5 DONE 0.0s

#6 [stage-1 1/5] FROM docker.io/library/python:3.11@sha256:63bec515ae23ef6b4563d29e547e81c15d80bf41eff5969cb43d034d333b63b8
#6 resolve docker.io/library/python:3.11@sha256:63bec515ae23ef6b4563d29e547e81c15d80bf41eff5969cb43d034d333b63b8 0.0s done
#6 sha256:2bbef60b3a2cfada3ce884c3d3a0b5fb06cc1ccb2a0204f64c575668122ef537 7.36kB / 7.36kB done
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 0B / 49.62MB 0.1s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 0B / 63.99MB 0.1s
#6 sha256:63bec515ae23ef6b4563d29e547e81c15d80bf41eff5969cb43d034d333b63b8 2.14kB / 2.14kB done
#6 sha256:1a26e80031cebea00b3483d1d876716991a55afba37768cdbb169dd73375221a 2.01kB / 2.01kB done
#6 sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 0B / 23.59MB 0.1s
#6 sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 2.10MB / 23.59MB 1.7s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 3.15MB / 49.62MB 5.0s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 2.10MB / 63.99MB 5.2s
#6 sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 4.19MB / 23.59MB 5.9s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 6.29MB / 63.99MB 8.1s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 5.24MB / 49.62MB 10.1s
#6 sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 5.24MB / 23.59MB 11.0s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 10.49MB / 63.99MB 13.1s
#6 sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 7.34MB / 23.59MB 13.1s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 7.34MB / 49.62MB 15.2s
#6 sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 9.44MB / 23.59MB 17.8s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 13.63MB / 63.99MB 18.2s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 10.49MB / 49.62MB 18.8s
#6 sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 11.53MB / 23.59MB 21.5s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 17.83MB / 63.99MB 21.8s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 13.63MB / 49.62MB 23.3s
#6 sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 13.63MB / 23.59MB 25.6s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 22.02MB / 63.99MB 26.4s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 16.78MB / 49.62MB 26.6s
#6 sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 15.73MB / 23.59MB 28.5s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 19.92MB / 49.62MB 29.8s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 26.21MB / 63.99MB 30.0s
#6 sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 17.83MB / 23.59MB 30.5s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 23.07MB / 49.62MB 32.5s
#6 sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 19.92MB / 23.59MB 33.0s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 26.21MB / 49.62MB 33.8s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 30.41MB / 63.99MB 33.8s
#6 sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 22.02MB / 23.59MB 34.2s
#6 sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 23.59MB / 23.59MB 35.9s done
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 0B / 202.51MB 36.0s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 29.36MB / 49.62MB 36.4s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 34.60MB / 63.99MB 37.3s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 32.51MB / 49.62MB 40.0s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 38.80MB / 63.99MB 40.8s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 3.15MB / 202.51MB 41.0s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 35.65MB / 49.62MB 42.6s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 42.99MB / 63.99MB 42.8s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 4.19MB / 202.51MB 46.0s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 38.80MB / 49.62MB 47.1s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 47.19MB / 63.99MB 47.6s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 51.38MB / 63.99MB 50.1s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 41.94MB / 49.62MB 50.9s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 7.34MB / 202.51MB 51.1s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 55.57MB / 63.99MB 53.9s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 44.04MB / 49.62MB 56.0s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 10.49MB / 202.51MB 56.3s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 59.77MB / 63.99MB 58.9s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 46.14MB / 49.62MB 61.0s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 15.73MB / 202.51MB 61.3s
#6 sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 63.99MB / 63.99MB 62.0s done
#6 sha256:5213cc2f91206c25ebefd7499f4cd892f10834d9353dd8a217cbe0a00b9bf635 0B / 6.47MB 62.1s
#6 sha256:5213cc2f91206c25ebefd7499f4cd892f10834d9353dd8a217cbe0a00b9bf635 1.05MB / 6.47MB 63.7s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 49.28MB / 49.62MB 64.3s
#6 sha256:5213cc2f91206c25ebefd7499f4cd892f10834d9353dd8a217cbe0a00b9bf635 2.10MB / 6.47MB 64.8s
#6 sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 49.62MB / 49.62MB 64.8s done
#6 extracting sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 0.1s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 0B / 19.45MB 64.9s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 22.02MB / 202.51MB 66.4s
#6 extracting sha256:66932e2b787d33a94ee3eb8b489be6e6838b29f5c1d732262da306da9b1f2eed 1.7s done
#6 extracting sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 0.1s
#6 sha256:5213cc2f91206c25ebefd7499f4cd892f10834d9353dd8a217cbe0a00b9bf635 3.15MB / 6.47MB 66.7s
#6 extracting sha256:4afa7e263db1a3a05a9f31906dee83c0ef41151669759a3362e724b2765fd66f 0.4s done
#6 extracting sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 1.05MB / 19.45MB 68.2s
#6 sha256:5213cc2f91206c25ebefd7499f4cd892f10834d9353dd8a217cbe0a00b9bf635 4.19MB / 6.47MB 69.1s
#6 extracting sha256:c812910e5e62436c8483e793d1956d1c70bcf42d20d5f0885ddafbe0ba124459 2.0s done
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 2.10MB / 19.45MB 69.8s
#6 sha256:5213cc2f91206c25ebefd7499f4cd892f10834d9353dd8a217cbe0a00b9bf635 5.24MB / 6.47MB 70.1s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 3.15MB / 19.45MB 70.6s
#6 sha256:5213cc2f91206c25ebefd7499f4cd892f10834d9353dd8a217cbe0a00b9bf635 6.29MB / 6.47MB 70.8s
#6 sha256:5213cc2f91206c25ebefd7499f4cd892f10834d9353dd8a217cbe0a00b9bf635 6.47MB / 6.47MB 70.8s done
#6 sha256:50e6df370fc170bd550dbe77941b616ed3c20ffb8b08e8e268af914d66bedfc6 0B / 243B 70.9s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 4.19MB / 19.45MB 71.3s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 27.26MB / 202.51MB 71.5s
#6 sha256:50e6df370fc170bd550dbe77941b616ed3c20ffb8b08e8e268af914d66bedfc6 243B / 243B 72.3s done
#6 sha256:60517a300a9a91a50d8bcd41debace4b95dbff6df5a281ea7f540622f0917846 0B / 3.11MB 72.3s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 5.24MB / 19.45MB 72.4s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 6.29MB / 19.45MB 74.4s
#6 sha256:60517a300a9a91a50d8bcd41debace4b95dbff6df5a281ea7f540622f0917846 1.05MB / 3.11MB 75.5s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 7.34MB / 19.45MB 75.6s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 30.41MB / 202.51MB 76.7s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 8.39MB / 19.45MB 76.7s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 9.44MB / 19.45MB 78.5s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 10.49MB / 19.45MB 79.9s
#6 sha256:60517a300a9a91a50d8bcd41debace4b95dbff6df5a281ea7f540622f0917846 2.10MB / 3.11MB 80.6s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 11.53MB / 19.45MB 81.2s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 31.46MB / 202.51MB 81.7s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 12.58MB / 19.45MB 83.8s
#6 sha256:60517a300a9a91a50d8bcd41debace4b95dbff6df5a281ea7f540622f0917846 3.11MB / 3.11MB 84.1s done
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 13.63MB / 19.45MB 84.6s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 14.68MB / 19.45MB 85.6s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 35.65MB / 202.51MB 86.8s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 15.73MB / 19.45MB 86.9s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 16.78MB / 19.45MB 88.0s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 17.83MB / 19.45MB 90.0s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 18.87MB / 19.45MB 91.0s
#6 sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 19.45MB / 19.45MB 91.4s done
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 39.85MB / 202.51MB 91.9s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 50.33MB / 202.51MB 96.7s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 57.67MB / 202.51MB 101.8s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 66.06MB / 202.51MB 106.9s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 76.55MB / 202.51MB 110.4s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 87.03MB / 202.51MB 114.8s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 96.47MB / 202.51MB 119.8s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 106.95MB / 202.51MB 124.9s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 117.44MB / 202.51MB 128.7s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 127.93MB / 202.51MB 132.6s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 138.41MB / 202.51MB 135.5s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 148.90MB / 202.51MB 139.6s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 159.38MB / 202.51MB 143.0s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 169.87MB / 202.51MB 147.6s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 180.36MB / 202.51MB 150.8s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 190.84MB / 202.51MB 154.3s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 201.33MB / 202.51MB 157.0s
#6 sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 202.51MB / 202.51MB 157.5s done
#6 extracting sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 0.1s
#6 extracting sha256:f4e4299bb649220caaf79678771b6f57f97122a0a5b638fff83400a663d282b3 5.0s done
#6 extracting sha256:5213cc2f91206c25ebefd7499f4cd892f10834d9353dd8a217cbe0a00b9bf635 0.1s
#6 extracting sha256:5213cc2f91206c25ebefd7499f4cd892f10834d9353dd8a217cbe0a00b9bf635 0.2s done
#6 extracting sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 0.1s
#6 extracting sha256:03f2754c28d9d8109630e586cc986ed175b604009d18d9e7d71f58058053bb4f 0.5s done
#6 extracting sha256:50e6df370fc170bd550dbe77941b616ed3c20ffb8b08e8e268af914d66bedfc6 done
#6 extracting sha256:60517a300a9a91a50d8bcd41debace4b95dbff6df5a281ea7f540622f0917846 0.1s
#6 extracting sha256:60517a300a9a91a50d8bcd41debace4b95dbff6df5a281ea7f540622f0917846 0.2s done
#6 DONE 163.5s

#7 [stage-1 2/5] WORKDIR /app
#7 DONE 0.1s

#8 [stage-1 3/5] COPY requirements.txt .
#8 DONE 0.0s

#9 [stage-1 4/5] RUN pip install --trusted-host pypi.python.org -r requirements.txt
#9 1.232 Collecting Flask==2.3.3 (from -r requirements.txt (line 1))
#9 1.232   Obtaining dependency information for Flask==2.3.3 from https://files.pythonhosted.org/packages/fd/56/26f0be8adc2b4257df20c1c4260ddd0aa396cf8e75d90ab2f7ff99bc34f9/flask-2.3.3-py3-none-any.whl.metadata
#9 1.502   Downloading flask-2.3.3-py3-none-any.whl.metadata (3.6 kB)
#9 1.586 Collecting requests==2.31.0 (from -r requirements.txt (line 2))
#9 1.586   Obtaining dependency information for requests==2.31.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata
#9 1.608   Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
#9 1.811 Collecting debugpy (from -r requirements.txt (line 3))
#9 1.811   Obtaining dependency information for debugpy from https://files.pythonhosted.org/packages/64/59/b9c5dbe60c3a3e4e4bb12b1968aa75e98b99ff8b65273a5e7de75cceef75/debugpy-1.8.0-py2.py3-none-any.whl.metadata
#9 1.834   Downloading debugpy-1.8.0-py2.py3-none-any.whl.metadata (1.1 kB)
#9 1.888 Collecting Werkzeug>=2.3.7 (from Flask==2.3.3->-r requirements.txt (line 1))
#9 1.888   Obtaining dependency information for Werkzeug>=2.3.7 from https://files.pythonhosted.org/packages/c3/fc/254c3e9b5feb89ff5b9076a23218dafbc99c96ac5941e900b71206e6313b/werkzeug-3.0.1-py3-none-any.whl.metadata
#9 1.911   Downloading werkzeug-3.0.1-py3-none-any.whl.metadata (4.1 kB)
#9 1.960 Collecting Jinja2>=3.1.2 (from Flask==2.3.3->-r requirements.txt (line 1))
#9 1.960   Obtaining dependency information for Jinja2>=3.1.2 from https://files.pythonhosted.org/packages/30/6d/6de6be2d02603ab56e72997708809e8a5b0fbfee080735109b40a3564843/Jinja2-3.1.3-py3-none-any.whl.metadata
#9 1.980   Downloading Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB)
#9 2.016 Collecting itsdangerous>=2.1.2 (from Flask==2.3.3->-r requirements.txt (line 1))
#9 2.040   Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)
#9 2.092 Collecting click>=8.1.3 (from Flask==2.3.3->-r requirements.txt (line 1))
#9 2.092   Obtaining dependency information for click>=8.1.3 from https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl.metadata
#9 2.116   Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
#9 2.149 Collecting blinker>=1.6.2 (from Flask==2.3.3->-r requirements.txt (line 1))
#9 2.149   Obtaining dependency information for blinker>=1.6.2 from https://files.pythonhosted.org/packages/fa/2a/7f3714cbc6356a0efec525ce7a0613d581072ed6eb53eb7b9754f33db807/blinker-1.7.0-py3-none-any.whl.metadata
#9 2.173   Downloading blinker-1.7.0-py3-none-any.whl.metadata (1.9 kB)
#9 2.317 Collecting charset-normalizer<4,>=2 (from requests==2.31.0->-r requirements.txt (line 2))
#9 2.317   Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/e4/a6/7ee57823d46331ddc37dd00749c95b0edec2c79b15fc0d6e6efb532e89ac/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
#9 2.338   Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (33 kB)
#9 2.395 Collecting idna<4,>=2.5 (from requests==2.31.0->-r requirements.txt (line 2))
#9 2.395   Obtaining dependency information for idna<4,>=2.5 from https://files.pythonhosted.org/packages/c2/e7/a82b05cf63a603df6e68d59ae6a68bf5064484a0718ea5033660af4b54a9/idna-3.6-py3-none-any.whl.metadata
#9 2.419   Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)
#9 2.469 Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->-r requirements.txt (line 2))
#9 2.469   Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/88/75/311454fd3317aefe18415f04568edc20218453b709c63c58b9292c71be17/urllib3-2.2.0-py3-none-any.whl.metadata
#9 2.493   Downloading urllib3-2.2.0-py3-none-any.whl.metadata (6.4 kB)
#9 2.535 Collecting certifi>=2017.4.17 (from requests==2.31.0->-r requirements.txt (line 2))
#9 2.535   Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl.metadata
#9 2.556   Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
#9 2.658 Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->Flask==2.3.3->-r requirements.txt (line 1))
#9 2.658   Obtaining dependency information for MarkupSafe>=2.0 from https://files.pythonhosted.org/packages/98/8f/2d3694997f3eb2d3775950985a83194de77d8c7836c8f899116cc83a46de/MarkupSafe-2.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata
#9 2.678   Downloading MarkupSafe-2.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.0 kB)
#9 2.714 Downloading flask-2.3.3-py3-none-any.whl (96 kB)
#9 2.739    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.1/96.1 kB 3.6 MB/s eta 0:00:00
#9 2.772 Downloading requests-2.31.0-py3-none-any.whl (62 kB)
#9 2.779    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 24.1 MB/s eta 0:00:00
#9 2.804 Downloading debugpy-1.8.0-py2.py3-none-any.whl (5.0 MB)
#9 3.546    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 6.8 MB/s eta 0:00:00
#9 3.575 Downloading blinker-1.7.0-py3-none-any.whl (13 kB)
#9 3.602 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
#9 3.636    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 4.9 MB/s eta 0:00:00
#9 3.665 Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (136 kB)
#9 3.680    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 136.6/136.6 kB 11.6 MB/s eta 0:00:00
#9 3.707 Downloading click-8.1.7-py3-none-any.whl (97 kB)
#9 3.738    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 3.2 MB/s eta 0:00:00
#9 3.758 Downloading idna-3.6-py3-none-any.whl (61 kB)
#9 3.766    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 10.4 MB/s eta 0:00:00
#9 3.798 Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB)
#9 3.807    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 20.4 MB/s eta 0:00:00
#9 3.833 Downloading urllib3-2.2.0-py3-none-any.whl (120 kB)
#9 3.864    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.9/120.9 kB 4.0 MB/s eta 0:00:00
#9 3.889 Downloading werkzeug-3.0.1-py3-none-any.whl (226 kB)
#9 3.981    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.7/226.7 kB 2.5 MB/s eta 0:00:00
#9 4.020 Downloading MarkupSafe-2.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (29 kB)
#9 4.083 Installing collected packages: urllib3, MarkupSafe, itsdangerous, idna, debugpy, click, charset-normalizer, certifi, blinker, Werkzeug, requests, Jinja2, Flask
#9 4.894 Successfully installed Flask-2.3.3 Jinja2-3.1.3 MarkupSafe-2.1.4 Werkzeug-3.0.1 blinker-1.7.0 certifi-2024.2.2 charset-normalizer-3.3.2 click-8.1.7 debugpy-1.8.0 idna-3.6 itsdangerous-2.1.2 requests-2.31.0 urllib3-2.2.0
#9 4.894 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#9 5.182 
#9 5.182 [notice] A new release of pip is available: 23.2.1 -> 23.3.2
#9 5.182 [notice] To update, run: pip install --upgrade pip
#9 DONE 5.3s

#10 [stage-1 5/5] COPY . .
#10 DONE 0.0s

#11 exporting to image
#11 exporting layers
#11 exporting layers 0.2s done
#11 writing image sha256:6bae663444c940678baddb134e4ec7436db378d7d03e1a7cf75a1da5e48e8af2 done
#11 naming to docker.io/library/gcloud-vm-crd:latest
#11 naming to docker.io/library/gcloud-vm-crd:latest done
#11 DONE 0.2s

What's Next?
  View a summary of image vulnerabilities and recommendations → docker scout quickview
Build [gcloud-vm-crd] succeeded
Build completed in 2 minutes 51.627 seconds
Starting render...
starting render process
Render completed in 2.410166ms
Tags used in deployment:
 - gcloud-vm-crd -> gcloud-vm-crd:6bae663444c940678baddb134e4ec7436db378d7d03e1a7cf75a1da5e48e8af2
Starting deploy...
Configuring \"\" for python debugging
\"gcloud-vm-crd-container\" requires debugging support image \"python\"
Configuring installation of debugging support files
 - Warning: spec.template.spec.containers[0].env[4]: hides previous definition of "K_CONFIGURATION"
 - Warning: spec.template.spec.containers[0].env[5]: hides previous definition of "K_REVISION"
 - Warning: spec.template.spec.containers[0].env[6]: hides previous definition of "K_SERVICE"
 - deployment.apps/gcloud-vm-crd created
 - service/gcloud-vm-crd created
Waiting for deployments to stabilize...
 - deployment/gcloud-vm-crd: waiting for init container install-python-debug-support to complete
    - pod/gcloud-vm-crd-76c6595b54-h5fg8: waiting for init container install-python-debug-support to complete
      > Error retrieving logs for pod gcloud-vm-crd-76c6595b54-h5fg8: exit status 1.
Try `kubectl logs gcloud-vm-crd-76c6595b54-h5fg8 -n default -c install-python-debug-support`
 - deployment/gcloud-vm-crd: container gcloud-vm-crd-readiness-probe terminated with exit code 1
    - pod/gcloud-vm-crd-76c6595b54-h5fg8: container gcloud-vm-crd-readiness-probe terminated with exit code 1
      > Error retrieving logs for pod gcloud-vm-crd-76c6595b54-h5fg8: exit status 1.
Try `kubectl logs gcloud-vm-crd-76c6595b54-h5fg8 -n default -c gcloud-vm-crd-readiness-probe`
 - deployment/gcloud-vm-crd failed. Error: container gcloud-vm-crd-readiness-probe terminated with exit code 1.
Cleaning up...
 - deployment.apps "gcloud-vm-crd" deleted
 - service "gcloud-vm-crd" deleted
Cleanup completed in 83.781084ms
1/1 deployment(s) failed
Skaffold exited with code 1.
Cleaning up...
Deleted the temporary directory /var/folders/64/rjln6zpx7tlgwf8cqgvhm7fr0000gn/T/cloud-code-cloud-run-KwaDTy.

 

 

Can i develop a code for my (Site Removed by Staff) informative service page? I want to develop a tool and integrate it in my wordpress website.