Trying to recreate inline python gcp example from ...
# automation-api
k
Trying to recreate inline python gcp example from https://github.com/pulumi/automation-api-examples/blob/main/python/inline_program/main.py . All seems to work well (=resources get created in GCP) till the execution of this line:
up_res = stack.up(on_output=print)
. It outputs:
Copy code
E0819 14:48:02.366739000 4372022656 <http://fork_posix.cc:76]|fork_posix.cc:76]>                  Other threads are currently calling into gRPC, skipping fork() handlers
Updating (<redacted>/dev)

View Live: <https://app.pulumi.com/><redacted>/gcp-python/dev/updates/6


    pulumi:pulumi:Stack gcp-python-dev running
    gcp:storage:Bucket my-bucket-new
    pulumi:pulumi:Stack gcp-python-dev

Outputs:
    bucket_name: "<gs://my-bucket-new-7aa5ca0>"

Resources:
    2 unchanged

Duration: 1s

E0819 14:48:09.979133000 4372022656 <http://fork_posix.cc:76]|fork_posix.cc:76]>                  Other threads are currently calling into gRPC, skipping fork() handlers
E0819 14:48:11.208918000 4372022656 <http://fork_posix.cc:76]|fork_posix.cc:76]>                  Other threads are currently calling into gRPC, skipping fork() handlers
E0819 14:48:12.668303000 4372022656 <http://fork_posix.cc:76]|fork_posix.cc:76]>                  Other threads are currently calling into gRPC, skipping fork() handlers
Any ideas what's going on here? Running on zsh/mac m1.