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

terragrunt: 0.16.6 -> 0.17.2 #50036

Merged
merged 1 commit into from Nov 10, 2018
Merged

terragrunt: 0.16.6 -> 0.17.2 #50036

merged 1 commit into from Nov 10, 2018

Conversation

stephengroat
Copy link
Contributor

@stephengroat stephengroat commented Nov 9, 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.

@timokau
Copy link
Member

timokau commented Nov 10, 2018

@GrahamcOfBorg build terragrunt

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: terragrunt

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

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

Attempted: terragrunt

Partial log (click to expand)

building '/nix/store/784lz88cxs4d5illj3h8msi11m4b91nz-terraform-provider-opsgenie-0.1.0.drv'...
building '/nix/store/w49cs3wk4if4w5pk4ldbvnkha8gg5nyq-terraform-provider-oraclepaas-1.3.2.drv'...
building '/nix/store/l1db654k6rgsfmw032p4d5i01mhs0v1n-terraform-provider-panos-1.4.1.drv'...
building '/nix/store/r5vz7v7kqpdk1vr28ksda90d88bf88db-terraform-provider-postgresql-0.1.2.drv'...
building '/nix/store/r4dhh5kyq2d0aakjfqidcahh1djinmy0-terraform-provider-profitbricks-1.4.0.drv'...
building '/nix/store/mvydrhqrvxddsndbl1vlfqp409k94l9z-terraform-provider-rabbitmq-1.0.0.drv'...
building '/nix/store/fcyznxij5z1x3sx0gnkzwf5w6hqfz205-terraform-provider-rancher-1.2.1.drv'...
building '/nix/store/3kpvi1ysvwjvnc8idnn7g7fanra680xy-terraform-provider-random-2.0.0.drv'...
building '/nix/store/9qkdksvkx75npm28z64q8fprz1lmqjy0-terraform-provider-rundeck-0.1.0.drv'...
error: unable to fork: Resource temporarily unavailable

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: terragrunt

Partial log (click to expand)

installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/idkm1p0bjf20y3v17kl07vy5gjjb9fny-terragrunt-0.17.2-bin
shrinking /nix/store/idkm1p0bjf20y3v17kl07vy5gjjb9fny-terragrunt-0.17.2-bin/bin/.terragrunt-wrapped
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/idkm1p0bjf20y3v17kl07vy5gjjb9fny-terragrunt-0.17.2-bin/bin
patching script interpreter paths in /nix/store/idkm1p0bjf20y3v17kl07vy5gjjb9fny-terragrunt-0.17.2-bin
checking for references to /build in /nix/store/idkm1p0bjf20y3v17kl07vy5gjjb9fny-terragrunt-0.17.2-bin...
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
/nix/store/idkm1p0bjf20y3v17kl07vy5gjjb9fny-terragrunt-0.17.2-bin

@timokau
Copy link
Member

timokau commented Nov 10, 2018

Poor ofborg is probably just overworked, looks like a transient failure.

@GrahamcOfBorg build terragrunt

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: terragrunt

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@Mic92
Copy link
Member

Mic92 commented Nov 10, 2018

This happens quite often for go because it spawns workers based on the number of cpus, which happens to be quite high on our aarch64 builder. It is not such much related to the background load on the machine.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: terragrunt

Partial log (click to expand)

installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/idkm1p0bjf20y3v17kl07vy5gjjb9fny-terragrunt-0.17.2-bin
shrinking /nix/store/idkm1p0bjf20y3v17kl07vy5gjjb9fny-terragrunt-0.17.2-bin/bin/.terragrunt-wrapped
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/idkm1p0bjf20y3v17kl07vy5gjjb9fny-terragrunt-0.17.2-bin/bin
patching script interpreter paths in /nix/store/idkm1p0bjf20y3v17kl07vy5gjjb9fny-terragrunt-0.17.2-bin
checking for references to /build in /nix/store/idkm1p0bjf20y3v17kl07vy5gjjb9fny-terragrunt-0.17.2-bin...
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
/nix/store/idkm1p0bjf20y3v17kl07vy5gjjb9fny-terragrunt-0.17.2-bin

@timokau
Copy link
Member

timokau commented Nov 10, 2018

Ah good to know. We probably should fix that some time.

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: terragrunt

Partial log (click to expand)

github.com/terraform-providers/terraform-provider-spotinst/vendor/github.com/hashicorp/terraform/config/module
github.com/terraform-providers/terraform-provider-spotinst/vendor/github.com/hashicorp/terraform/terraform
github.com/terraform-providers/terraform-provider-spotinst/vendor/github.com/hashicorp/terraform/helper/schema
github.com/terraform-providers/terraform-provider-spotinst/spotinst/commons
github.com/terraform-providers/terraform-provider-spotinst/spotinst/subscription
builder for '/nix/store/vdmmnbd46q7jfx00jci9vga3cnk0hvxp-terraform-provider-spotinst-1.4.0.drv' failed with exit code 13
cannot build derivation '/nix/store/w5khacvvvfz6jf0gpp7qq7a0pi9104nc-tf-plugin-env.drv': 79 dependencies couldn't be built
cannot build derivation '/nix/store/3mvjz2jwb0qwfi9s5w69ff0j4lr9b98v-terraform-0.11.10.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/6bvn8pqn9jczifw9qxh7nq9rkf7ldjvp-terragrunt-0.17.2.drv': 1 dependencies couldn't be built
error: build of '/nix/store/6bvn8pqn9jczifw9qxh7nq9rkf7ldjvp-terragrunt-0.17.2.drv' failed

@stephengroat
Copy link
Contributor Author

fyi #50036 (comment) seems like the same type of failure

github.com/terraform-providers/terraform-provider-spotinst/vendor/github.com/posener/complete/cmd/install
# github.com/terraform-providers/terraform-provider-spotinst/vendor/github.com/mitchellh/hashstructure
runtime: failed to create new OS thread (have 6 already; errno=11)
runtime: may need to increase max user processes (ulimit -u)
fatal error: newosproc

@timokau
Copy link
Member

timokau commented Nov 10, 2018

Well lets assume the best then. Thank you @stephengroat!

@timokau timokau merged commit b6b4f70 into NixOS:master Nov 10, 2018
@stephengroat stephengroat deleted the patch-2 branch November 10, 2018 15:52
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

4 participants