Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terraform: update all providers and move nixos provider under terraform.withPlugins #46864

Closed

Conversation

kalbasit
Copy link
Member

@kalbasit kalbasit commented Sep 18, 2018

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: terraform

Partial log (click to expand)

these paths will be fetched (13.14 MiB download, 98.14 MiB unpacked):
  /nix/store/qj7izw6n1xg2jcgmrfdnp38hdn7plr85-terraform-0.11.8-bin
copying path '/nix/store/qj7izw6n1xg2jcgmrfdnp38hdn7plr85-terraform-0.11.8-bin' from 'https://cache.nixos.org'...
/nix/store/qj7izw6n1xg2jcgmrfdnp38hdn7plr85-terraform-0.11.8-bin

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: terraform

Partial log (click to expand)

these paths will be fetched (14.41 MiB download, 102.57 MiB unpacked):
  /nix/store/v9fqabgkqk2qgfli370mmsd9hn33xwxa-terraform-0.11.8-bin
copying path '/nix/store/v9fqabgkqk2qgfli370mmsd9hn33xwxa-terraform-0.11.8-bin' from 'https://cache.nixos.org'...
/nix/store/v9fqabgkqk2qgfli370mmsd9hn33xwxa-terraform-0.11.8-bin

@kalbasit
Copy link
Member Author

@GrahamcOfBorg build terraform_0_10-full terraform_0_11-full

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: terraform_0_10-full, terraform_0_11-full

Partial log (click to expand)

github.com/hashicorp/terraform/config
github.com/hashicorp/terraform/config/module
github.com/hashicorp/terraform/tools/terraform-bundle
github.com/hashicorp/terraform/tools/terraform-bundle/e2etest
go build github.com/hashicorp/terraform/tools/terraform-bundle/e2etest: no non-test Go files in /build/go/src/github.com/hashicorp/terraform/tools/terraform-bundle/e2etest
github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-version
github.com/hashicorp/terraform/version
builder for '/nix/store/qcxl59pbsh5n4b9m88idc2w71rzry6q2-terraform-0.10.8.drv' failed with exit code 1
cannot build derivation '/nix/store/h9gb16aq4ipbpmxbxrirhjgs693k1ssk-terraform-0.10.8.drv': 2 dependencies couldn't be built
error: build of '/nix/store/h9gb16aq4ipbpmxbxrirhjgs693k1ssk-terraform-0.10.8.drv', '/nix/store/w41icv9x1wsj1paw1xyyw3cffchhazam-terraform-0.11.8.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: terraform_0_10-full, terraform_0_11-full

Partial log (click to expand)

shrinking /nix/store/sk5dmgb1vchm6qvzlr34l5lifsz7c1vn-terraform-provider-vsphere-1.8.1-bin/bin/terraform-provider-vsphere_v1.8.1
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/sk5dmgb1vchm6qvzlr34l5lifsz7c1vn-terraform-provider-vsphere-1.8.1-bin/bin
patching script interpreter paths in /nix/store/sk5dmgb1vchm6qvzlr34l5lifsz7c1vn-terraform-provider-vsphere-1.8.1-bin
checking for references to /build in /nix/store/sk5dmgb1vchm6qvzlr34l5lifsz7c1vn-terraform-provider-vsphere-1.8.1-bin...
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
cannot build derivation '/nix/store/01ca6pwz60hvrdff8nxx2yaysm4kcqk6-tf-plugin-env.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/55rsabxvfgg5w1ppx5psq15kds3dlp8z-terraform-0.10.8.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/116iiihg094ij3anxzpf091nkwl1ls15-terraform-0.11.8.drv': 1 dependencies couldn't be built
error: build of '/nix/store/116iiihg094ij3anxzpf091nkwl1ls15-terraform-0.11.8.drv', '/nix/store/55rsabxvfgg5w1ppx5psq15kds3dlp8z-terraform-0.10.8.drv' failed

@kalbasit kalbasit changed the title terraform: update all providers and move terraform-provider-nixos to the list of providers [WIP] terraform: update all providers and move terraform-provider-nixos to the list of providers Sep 18, 2018
@kalbasit kalbasit force-pushed the nixpkgs_add-terraform-provider-nixos branch from 96aeda6 to ac1c278 Compare September 19, 2018 00:26
@kalbasit
Copy link
Member Author

@GrahamcOfBorg build terraform_0_10-full terraform_0_11-full

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: terraform_0_10-full, terraform_0_11-full

Partial log (click to expand)

github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-getter
github.com/hashicorp/terraform/plugin/discovery
github.com/hashicorp/terraform/config
github.com/hashicorp/terraform/config/module
github.com/hashicorp/terraform/terraform
github.com/hashicorp/terraform/plugin
github.com/hashicorp/terraform/tools/terraform-bundle
builder for '/nix/store/qcxl59pbsh5n4b9m88idc2w71rzry6q2-terraform-0.10.8.drv' failed with exit code 37
cannot build derivation '/nix/store/knfjv9asd9hsbpxb5hq5cld1s46anmzx-terraform-0.10.8.drv': 2 dependencies couldn't be built
error: build of '/nix/store/1l0p20m0hhbcflv4hwf80cl9cnmvhvgh-terraform-0.11.8.drv', '/nix/store/knfjv9asd9hsbpxb5hq5cld1s46anmzx-terraform-0.10.8.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: terraform_0_10-full, terraform_0_11-full

Partial log (click to expand)

stripping (with command strip and flags -S) in /nix/store/sk5dmgb1vchm6qvzlr34l5lifsz7c1vn-terraform-provider-vsphere-1.8.1-bin/bin
patching script interpreter paths in /nix/store/sk5dmgb1vchm6qvzlr34l5lifsz7c1vn-terraform-provider-vsphere-1.8.1-bin
checking for references to /build in /nix/store/sk5dmgb1vchm6qvzlr34l5lifsz7c1vn-terraform-provider-vsphere-1.8.1-bin...
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
building '/nix/store/b8czz3pd22lq017ylf47hnha6y3vqcl3-tf-plugin-env.drv'...
created 88 symlinks in user environment
building '/nix/store/v1im7prhz6rm2zqbl483m71nq3szk9b9-terraform-0.10.8.drv'...
building '/nix/store/9vqpni583laspv0hqdzjqvlfclgh22xb-terraform-0.11.8.drv'...
/nix/store/9zay7wyq99698wp5db5j84blrxs77cjq-terraform-0.10.8
/nix/store/16h8nww6xxrxf39hzirblxb7cm5n65c9-terraform-0.11.8

@kalbasit
Copy link
Member Author

In the logs I see this:

# github.com/hashicorp/terraform/vendor/github.com/bgentry/go-netrc/netrc
runtime: failed to create new OS thread (have 8 already; errno=11)
runtime: may need to increase max user processes (ulimit -u)
fatal error: newosproc
runtime stack:
runtime.throw(0x79b01d, 0x9)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/panic.go:608 +0x4c
runtime.newosproc(0x40004fa700)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/os_linux.go:166 +0x1ac
runtime.newm1(0x40004fa700)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/proc.go:1940 +0xe4
runtime.newm(0x7ba0c0, 0x0)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/proc.go:1919 +0x78
runtime.startTheWorldWithSema(0x1, 0x5f9c0)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/proc.go:1209 +0x1b0
runtime.gcMarkTermination.func3()
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/mgc.go:1644 +0x20
runtime.systemstack(0x0)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/asm_arm64.s:230 +0x90
runtime.mstart()
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/proc.go:1229

so I'm going to restart the build.

@GrahamcOfBorg build terraform_0_10-full terraform_0_11-full

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: terraform_0_10-full, terraform_0_11-full

Partial log (click to expand)

stripping (with command strip and flags -S) in /nix/store/c469c5w4svbh812vww14sfdif3kpy76d-terraform-provider-oci-3.0.0-bin/bin
patching script interpreter paths in /nix/store/c469c5w4svbh812vww14sfdif3kpy76d-terraform-provider-oci-3.0.0-bin
checking for references to /build in /nix/store/c469c5w4svbh812vww14sfdif3kpy76d-terraform-provider-oci-3.0.0-bin...
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
building '/nix/store/b8czz3pd22lq017ylf47hnha6y3vqcl3-tf-plugin-env.drv'...
created 88 symlinks in user environment
building '/nix/store/v1im7prhz6rm2zqbl483m71nq3szk9b9-terraform-0.10.8.drv'...
building '/nix/store/9vqpni583laspv0hqdzjqvlfclgh22xb-terraform-0.11.8.drv'...
/nix/store/9zay7wyq99698wp5db5j84blrxs77cjq-terraform-0.10.8
/nix/store/16h8nww6xxrxf39hzirblxb7cm5n65c9-terraform-0.11.8

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: terraform_0_10-full, terraform_0_11-full

Partial log (click to expand)

github.com/hashicorp/terraform/plugin/discovery
github.com/hashicorp/terraform/moduledeps
github.com/hashicorp/terraform/config
github.com/hashicorp/terraform/config/module
github.com/hashicorp/terraform/terraform
github.com/hashicorp/terraform/plugin
github.com/hashicorp/terraform/tools/terraform-bundle
builder for '/nix/store/qcxl59pbsh5n4b9m88idc2w71rzry6q2-terraform-0.10.8.drv' failed with exit code 39
cannot build derivation '/nix/store/knfjv9asd9hsbpxb5hq5cld1s46anmzx-terraform-0.10.8.drv': 2 dependencies couldn't be built
error: build of '/nix/store/1l0p20m0hhbcflv4hwf80cl9cnmvhvgh-terraform-0.11.8.drv', '/nix/store/knfjv9asd9hsbpxb5hq5cld1s46anmzx-terraform-0.10.8.drv' failed

@kalbasit kalbasit changed the title [WIP] terraform: update all providers and move terraform-provider-nixos to the list of providers terraform: update all providers and move terraform-provider-nixos to the list of providers Sep 19, 2018
@kalbasit kalbasit closed this Sep 19, 2018
@kalbasit kalbasit reopened this Sep 19, 2018
@kalbasit
Copy link
Member Author

I'm still getting the same error on the CI

# github.com/hashicorp/terraform/vendor/golang.org/x/crypto/blowfish
runtime: failed to create new OS thread (have 2 already; errno=11)
runtime: may need to increase max user processes (ulimit -u)
fatal error: newosproc
runtime stack:
runtime.throw(0x79b01d, 0x9)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/panic.go:608 +0x4c
runtime.newosproc(0x4000128000)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/os_linux.go:166 +0x1ac
runtime.newm1(0x4000128000)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/proc.go:1940 +0xe4
runtime.newm(0x7ba198, 0x0)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/proc.go:1919 +0x78
runtime.main.func1()
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/proc.go:131 +0x28
runtime.systemstack(0x5f82c)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/asm_arm64.s:230 +0x90
runtime.mstart()
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/proc.go:1229

@grahamc any ideas what's happening here?

@kalbasit kalbasit force-pushed the nixpkgs_add-terraform-provider-nixos branch from 8708a11 to edfb501 Compare September 19, 2018 03:32
@kalbasit
Copy link
Member Author

@GrahamcOfBorg build terraform_0_10-full terraform_0_11-full

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: terraform_0_10-full, terraform_0_11-full

Partial log (click to expand)

        /build/go/src/github.com/IBM-Cloud/terraform-provider-ibm/vendor/github.com/terraform-providers/terraform-provider-ibm/version (vendor tree)
        /nix/store/dpn7f7321la6djc2ccv0i97qn2k1nngj-go-1.11/share/go/src/github.com/terraform-providers/terraform-provider-ibm/version (from $GOROOT)
        /build/go/src/github.com/terraform-providers/terraform-provider-ibm/version (from $GOPATH)
github.com/IBM-Cloud/terraform-provider-ibm/vendor/github.com/hashicorp/go-version
github.com/IBM-Cloud/terraform-provider-ibm/version
builder for '/nix/store/xpqxk9dpq7qylsyajgrkmff2wgn5xqvl-terraform-provider-ibm-0.11.3.drv' failed with exit code 2
cannot build derivation '/nix/store/hibani391ag8bc7baz46051iriad1kz8-tf-plugin-env.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/q3mfk6c693hbfx7l5mkx4rbrp2x6lkb5-terraform-0.10.8.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/ldwfpwfc552p81l25iyrpck3a3g2fpj3-terraform-0.11.8.drv': 1 dependencies couldn't be built
error: build of '/nix/store/ldwfpwfc552p81l25iyrpck3a3g2fpj3-terraform-0.11.8.drv', '/nix/store/q3mfk6c693hbfx7l5mkx4rbrp2x6lkb5-terraform-0.10.8.drv' failed

@kalbasit kalbasit changed the title terraform: update all providers and move terraform-provider-nixos to the list of providers terraform: update all providers and move nixos/ibm providers under terraform.withPlugins Sep 19, 2018
@kalbasit kalbasit force-pushed the nixpkgs_add-terraform-provider-nixos branch from 15e98a0 to edfb501 Compare September 19, 2018 03:45
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: terraform

Partial log (click to expand)

/nix/store/v9fqabgkqk2qgfli370mmsd9hn33xwxa-terraform-0.11.8-bin

@kalbasit kalbasit changed the title terraform: update all providers and move nixos/ibm providers under terraform.withPlugins terraform: update all providers and move nixos provider under terraform.withPlugins Sep 19, 2018
@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: terraform

Partial log (click to expand)

/nix/store/qj7izw6n1xg2jcgmrfdnp38hdn7plr85-terraform-0.11.8-bin

@kalbasit
Copy link
Member Author

looks like the build worked, one last time.

@GrahamcOfBorg build terraform_0_10-full terraform_0_11-full

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: terraform_0_10-full, terraform_0_11-full

Partial log (click to expand)

/nix/store/9zay7wyq99698wp5db5j84blrxs77cjq-terraform-0.10.8
/nix/store/16h8nww6xxrxf39hzirblxb7cm5n65c9-terraform-0.11.8

@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on aarch64-linux (full log)

Attempted: terraform_0_10-full, terraform_0_11-full

Partial log (click to expand)

cannot build derivation '/nix/store/sglqjnxgai16w8mc23nlazij37znbx0z-terraform-provider-scaleway-1.6.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/z4rnmi5xd81apvrpbzmfzbjs1jagfa0d-terraform-provider-spotinst-1.4.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/bfzda2kmgdz07brb0fgl1rlqwmpnf0yw-terraform-provider-tfe-0.1.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/z9rpy63d709smdry5xm64ldj8h4nww9r-terraform-provider-tls-1.2.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/3h8yjkf77fpy6n0sl2xsh53vy1ashsy2-terraform-provider-vault-1.1.3.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/anzz3j0zqzgk07blmxw9691ggp95b9w0-terraform-provider-vsphere-1.8.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/9bx6lhzrmnff1mwqvwwmpvydi2gyh4ys-tf-plugin-env.drv': 33 dependencies couldn't be built
cannot build derivation '/nix/store/szhrhy5s6wv17lc74sdvcm4dzalavh5i-terraform-0.10.8.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/ysfa6hknr9w4h852hsdrxvigfx2hikw8-terraform-0.11.8.drv': 1 dependencies couldn't be built
error: build of '/nix/store/szhrhy5s6wv17lc74sdvcm4dzalavh5i-terraform-0.10.8.drv', '/nix/store/ysfa6hknr9w4h852hsdrxvigfx2hikw8-terraform-0.11.8.drv' failed

@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on aarch64-linux (full log)

Attempted: terraform_0_10-full, terraform_0_11-full

Partial log (click to expand)

cannot build derivation '/nix/store/sglqjnxgai16w8mc23nlazij37znbx0z-terraform-provider-scaleway-1.6.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/z4rnmi5xd81apvrpbzmfzbjs1jagfa0d-terraform-provider-spotinst-1.4.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/bfzda2kmgdz07brb0fgl1rlqwmpnf0yw-terraform-provider-tfe-0.1.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/z9rpy63d709smdry5xm64ldj8h4nww9r-terraform-provider-tls-1.2.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/3h8yjkf77fpy6n0sl2xsh53vy1ashsy2-terraform-provider-vault-1.1.3.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/anzz3j0zqzgk07blmxw9691ggp95b9w0-terraform-provider-vsphere-1.8.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/k5243nl738hgfwli50wlyk392g5jdwc8-tf-plugin-env.drv': 32 dependencies couldn't be built
cannot build derivation '/nix/store/knfjv9asd9hsbpxb5hq5cld1s46anmzx-terraform-0.10.8.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/1l0p20m0hhbcflv4hwf80cl9cnmvhvgh-terraform-0.11.8.drv': 1 dependencies couldn't be built
error: build of '/nix/store/1l0p20m0hhbcflv4hwf80cl9cnmvhvgh-terraform-0.11.8.drv', '/nix/store/knfjv9asd9hsbpxb5hq5cld1s46anmzx-terraform-0.10.8.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: terraform

Partial log (click to expand)

/nix/store/v9fqabgkqk2qgfli370mmsd9hn33xwxa-terraform-0.11.8-bin

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: terraform

Partial log (click to expand)

/nix/store/qj7izw6n1xg2jcgmrfdnp38hdn7plr85-terraform-0.11.8-bin

@kalbasit
Copy link
Member Author

@GrahamcOfBorg build terraform_0_10-full terraform_0_11-full

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: terraform_0_10-full, terraform_0_11-full

Partial log (click to expand)

/nix/store/9zay7wyq99698wp5db5j84blrxs77cjq-terraform-0.10.8
/nix/store/16h8nww6xxrxf39hzirblxb7cm5n65c9-terraform-0.11.8

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: terraform_0_10-full, terraform_0_11-full

Partial log (click to expand)

github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-plugin
github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-getter
github.com/hashicorp/terraform/tools/terraform-bundle
github.com/hashicorp/terraform/tools/terraform-bundle/e2etest
go build github.com/hashicorp/terraform/tools/terraform-bundle/e2etest: no non-test Go files in /build/go/src/github.com/hashicorp/terraform/tools/terraform-bundle/e2etest
github.com/hashicorp/terraform/vendor/github.com/hashicorp/go-version
github.com/hashicorp/terraform/version
builder for '/nix/store/qcxl59pbsh5n4b9m88idc2w71rzry6q2-terraform-0.10.8.drv' failed with exit code 1
cannot build derivation '/nix/store/knfjv9asd9hsbpxb5hq5cld1s46anmzx-terraform-0.10.8.drv': 2 dependencies couldn't be built
error: build of '/nix/store/1l0p20m0hhbcflv4hwf80cl9cnmvhvgh-terraform-0.11.8.drv', '/nix/store/knfjv9asd9hsbpxb5hq5cld1s46anmzx-terraform-0.10.8.drv' failed

@kalbasit
Copy link
Member Author

kalbasit commented Sep 19, 2018

seeing the same error again on aarch64-linux. It's a coin toss with this error. I believe the PR is ready to merge regardless.

# github.com/terraform-providers/terraform-provider-spotinst/vendor/github.com/jmespath/go-jmespath
runtime: failed to create new OS thread (have 2 already; errno=11)
runtime: may need to increase max user processes (ulimit -u)
fatal error: newosproc
runtime stack:
runtime.throw(0x79b01d, 0x9)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/panic.go:608 +0x4c
runtime.newosproc(0x4000126000)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/os_linux.go:166 +0x1ac
runtime.newm1(0x4000126000)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/proc.go:1940 +0xe4
runtime.newm(0x7ba198, 0x0)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/proc.go:1919 +0x78
runtime.main.func1()
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/proc.go:131 +0x28
runtime.systemstack(0x5f82c)
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/asm_arm64.s:230 +0x90
runtime.mstart()
        /nix/store/9i6q942h55c4hici0n56da2kd30dggfj-go-1.11/share/go/src/runtime/proc.go:1229

@kalbasit kalbasit closed this Sep 26, 2018
@kalbasit kalbasit mentioned this pull request Sep 30, 2018
9 tasks
@mbode mbode mentioned this pull request Oct 6, 2018
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants