Test and Deploy #826
Annotations
1 error and 2 warnings
code: -2
stdout:
stderr: Command failed with exit code 255: pulumi up --yes --skip-preview --parallel 2147483647 --exec-agent pulumi/actions@v3 --color auto --exec-kind auto.local --stack test --non-interactive
Updating (test):
@ updating......
pulumi:pulumi:Stack cerulean-cloud-test warning: Attempting to deploy or update resources with 1 pending operations from previous deployment.
@ updating....
pulumi:pulumi:Stack cerulean-cloud-test running warning: Attempting to deploy or update resources with 1 pending operations from previous deployment.
@ updating.......
gcp:storage:Bucket cerulean-cloud-test-bucket-cloud-function-ais
gcp:sql:DatabaseInstance cerulean-cloud-test-database-instance
gcp:cloudtasks:Queue cerulean-cloud-test-queue-cloud-tasks-ais-analysis
gcp:sql:Database cerulean-cloud-test-database
gcp:sql:User cerulean-cloud-test-database-users
pulumi:pulumi:Stack cerulean-cloud-test running error: Program failed with an unhandled exception:
pulumi:pulumi:Stack cerulean-cloud-test **failed** 1 error; 1 warning
Diagnostics:
pulumi:pulumi:Stack (cerulean-cloud-test):
warning: Attempting to deploy or update resources with 1 pending operations from previous deployment.
* urn:pulumi:test::cerulean-cloud::gcp:sql/databaseInstance:DatabaseInstance::cerulean-cloud-test-database-instance, interrupted while creating
These resources are in an unknown state because the Pulumi CLI was interrupted while waiting for changes to these resources to complete. You should confirm whether or not the operations listed completed successfully by checking the state of the appropriate provider. For example, if you are using AWS, you can confirm using the AWS Console.
Once you have confirmed the status of the interrupted operations, you can repair your stack using `pulumi refresh` which will refresh the state from the provider you are using and clear the pending operations if there are any.
Note that `pulumi refresh` will need to be run interactively to clear pending CREATE operations.
error: Program failed with an unhandled exception:
Traceback (most recent call last):
File "/home/runner/work/cerulean-cloud/cerulean-cloud/stack/./__main__.py", line 3, in <module>
import cloud_function_ais_analysis
File "/home/runner/work/cerulean-cloud/cerulean-cloud/stack/./cloud_function_ais_analysis.py", line 44, in <module>
service_account_secret = secretmanager.get_secret_version(
TypeError: get_secret_version() got an unexpected keyword argument 'secret_version'
Resources:
6 unchanged
Duration: 6s
err?: Error: Command failed with exit code 255: pulumi up --yes --skip-preview --parallel 2147483647 --exec-agent pulumi/actions@v3 --color auto --exec-kind auto.local --stack test --non-interactive
Updating (test):
@ updating......
pulumi:pulumi:Stack cerulean-cloud-test warning: Attempting to deploy or update resources with 1 pending operations from previous deployment.
@ updating....
pulumi:pulumi:Stack cerulean-cloud-test running warning: Attempting to deploy or update resources with 1 pending operations from previous deployment.
@ updating.......
gcp:storage:Bucket cerulean-cloud-test-bucket-cloud-function-ais
gcp:sql:DatabaseInstance cerulean-cloud-test-database-instance
gcp:cloudtasks:Queue cerulean-cloud-test-queue-cloud-tasks-ais-analysis
gcp:sql:Database cerulean-cloud-test-database
gcp:sql:User cerulean-cloud-test-database-users
pulumi:pulumi:Stack cerulean-cloud-test running error: Program failed with an unhandled exception:
pulumi:pulumi:Stack cerulean-cloud-test **failed** 1 error; 1 warning
Diagnostics:
pulumi:pulumi:Stack (cerulean-cloud-test):
warning: Attempting to deploy or update resources with 1 pending operations from previous deployment.
* urn:pulumi:test::cerulean-cloud::gcp:sql/databaseInstance:DatabaseInstance::cerulean-cloud-test-database-instance, interrupted while creating
These resources are in an unknown state because the Pulumi CLI w
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2, aws-actions/configure-aws-credentials@v1, pulumi/actions@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading