green-morning-1318
04/08/2020, 5:51 PMgreen-morning-1318
04/08/2020, 6:07 PMsalmon-needle-46218
04/08/2020, 9:01 PMsalmon-needle-46218
04/08/2020, 9:13 PMlimited-rainbow-51650
04/10/2020, 10:11 AMgo.sum
files?
https://travis-ci.com/github/pulumi/pulumi/builds/159764016
Why is that a reason to halt the build of my Pull Request?acceptable-stone-35112
04/12/2020, 8:30 AMmillions-judge-24978
04/16/2020, 6:20 PMpulumi-spotinst
. Would you be open to taking ownership of this one as well?broad-dog-22463
04/26/2020, 9:19 PMbest-receptionist-98400
05/05/2020, 1:14 PMbest-receptionist-98400
05/05/2020, 1:14 PMgreen-school-95910
05/09/2020, 2:11 AMalert-restaurant-79151
05/20/2020, 8:19 AMalert-restaurant-79151
05/22/2020, 4:00 AMprovider.go
under ./nix
does that mean I cannot import this package and use it as a provider for pulumi without forking it first? I cannot import the root package: <http://github.com/andrewchambers/terraform-provider-nix|github.com/andrewchambers/terraform-provider-nix>
which does contain provider.go
as this will result in protest from golangs package manager: import "<http://github.com/andrewchambers/terraform-provider-nix|github.com/andrewchambers/terraform-provider-nix>" is a program, not an importable package
colossal-plastic-46140
06/17/2020, 6:08 PMbroad-dog-22463
06/17/2020, 6:08 PMcolossal-plastic-46140
06/17/2020, 6:08 PMcolossal-plastic-46140
06/17/2020, 6:10 PMbroad-dog-22463
06/17/2020, 6:10 PMbroad-dog-22463
06/17/2020, 6:10 PMbroad-dog-22463
06/17/2020, 6:13 PMbroad-dog-22463
06/17/2020, 6:13 PMbroad-dog-22463
06/17/2020, 6:13 PMcolossal-plastic-46140
06/17/2020, 6:14 PMbroad-dog-22463
06/17/2020, 6:16 PMcolossal-plastic-46140
06/17/2020, 6:37 PMcurl --silent "<https://api.github.com/repos/pulumi/pulumi-${PACK}/tags>" | jq ".[0]".name -r
colossal-plastic-46140
06/17/2020, 6:38 PMbroad-dog-22463
06/17/2020, 6:40 PMcolossal-plastic-46140
06/17/2020, 6:41 PMbroad-dog-22463
06/17/2020, 7:10 PMmagnificent-airport-52631
06/22/2020, 8:06 AMerror: could not import deployment: performing HTTP request: Post "https://api.pulumi.com/api/stacks///dev/import": stream error: stream ID 3; PROTOCOL_ERRORRunning on: • Pulumi v2.4.0 • WSL2 Ubuntu • OS Build 19042.330 • Windows Feature Experience Pack 120.2202.130.0
> wsl -l -v
NAME STATE VERSION
* Ubuntu Running 2
Have tried both following methods:
$ pulumi stack export | pulumi stack import
$ pulumi stack export --file o.txt
$ pulumi stack import --file o.txt
magnificent-airport-52631
06/22/2020, 8:06 AMerror: could not import deployment: performing HTTP request: Post "https://api.pulumi.com/api/stacks///dev/import": stream error: stream ID 3; PROTOCOL_ERRORRunning on: • Pulumi v2.4.0 • WSL2 Ubuntu • OS Build 19042.330 • Windows Feature Experience Pack 120.2202.130.0
> wsl -l -v
NAME STATE VERSION
* Ubuntu Running 2
Have tried both following methods:
$ pulumi stack export | pulumi stack import
$ pulumi stack export --file o.txt
$ pulumi stack import --file o.txt
colossal-room-15708
06/22/2020, 8:36 AMcolossal-beach-47527
06/22/2020, 7:22 PMpulumi
are you using? (Output of pulumi version
)
As far as the syntax for importing a stack, --file o.txt
should work if the --help
says that is supported. I usually just run:
pulumi stack export > checkpoint.json
# hack
pulumi stack import < checkpoint.json
So that should work, let me know if you still have any issues and I can help troubleshoot.magnificent-airport-52631
06/23/2020, 7:02 PM$ pulumi version
v2.4.0
I could make it done using Windows Powershell
instead of running Pulumi on wsl2 Ubuntu
console.
The problem on wsl2
still occurring.PowerShell
the problem occurs too:
> pulumi stack export | pulumi stack import
warning: removing pending operation 'updating' on 'urn:pulumi:dev::project::aws:cloudfront/distribution:Distribution::cdn' from snapshot
error: could not import deployment: performing HTTP request: Post "<https://api.pulumi.com/api/stacks/namespace/project/dev/import>": read tcp 192.168.15.4:58422->52.38.45.108:443: wsarecv: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
colossal-beach-47527
06/25/2020, 8:30 PMpulumi stack import
when running Windows PowerShell (ps.exe
?) when on wsl2 Ubuntu
, right? That error message makes it look like there is a networking problem contacting https://api.pulumi.com, but if you can successfully do so in some other environment/VM on your machine… then the best guess I have is that it could be related to the certificates available and/or if HTTP proxying is setup or something.
As a brief sanity check, you could run curl
to make sure you can contact the service:
% curl <https://api.pulumi.com/api/user>
{"code":401,"message":"Unauthorized: No credentials provided or are invalid."}
If this persists, please do file an issue on github.com/pulumi/pulumi and we can take a closer look. This does seem odd.