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-providers.aws: 2.65.0 -> 3.16.0 #104656

Closed
wants to merge 1 commit into from

Conversation

ivankovnatsky
Copy link
Contributor

@ivankovnatsky ivankovnatsky commented Nov 23, 2020

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • 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 nixpkgs-review --run "nixpkgs-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)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@ivankovnatsky
Copy link
Contributor Author

nix-shell -I nixpkgs=$HOME/Sources/GitHub/nixpkgs -p 'terraform_0_13.withPlugins (p: with p; [aws])' --command "terraform init"
these derivations will be built:
  /nix/store/jkmkhxwdbcqvlh91vgn76ml86sz1qjn6-terraform-provider-aws-3.16.0.drv
  /nix/store/w7mnys5gbn4f2pblaymsqwpr847rngq6-shim.drv
  /nix/store/rygs3mgrx2sfs5xd2jl62h7n9z1dwzzg-terraform-0.13.5.drv
building '/nix/store/jkmkhxwdbcqvlh91vgn76ml86sz1qjn6-terraform-provider-aws-3.16.0.drv'...
unpacking sources
unpacking source archive /nix/store/6klyv14qz91l6p67q8z0wnzp4akvd5hb-source
source root is source
patching sources
configuring
building
go/src/github.com/hashicorp/terraform-provider-aws/main.go:4:2: cannot find package "github.com/hashicorp/terraform-plugin-sdk/v2/plugin" in any of:
        /nix/store/3pcbw4b51xaggf2yp1fv6dmynp2ms49a-go-1.15.5/share/go/src/github.com/hashicorp/terraform-plugin-sdk/v2/plugin (from $GOROOT)
        /build/go/src/github.com/hashicorp/terraform-plugin-sdk/v2/plugin (from $GOPATH)
go/src/github.com/hashicorp/terraform-provider-aws/main.go:5:2: cannot find package "github.com/terraform-providers/terraform-provider-aws/aws" in any of:
        /nix/store/3pcbw4b51xaggf2yp1fv6dmynp2ms49a-go-1.15.5/share/go/src/github.com/terraform-providers/terraform-provider-aws/aws (from $GOROOT)
        /build/go/src/github.com/terraform-providers/terraform-provider-aws/aws (from $GOPATH)
builder for '/nix/store/jkmkhxwdbcqvlh91vgn76ml86sz1qjn6-terraform-provider-aws-3.16.0.drv' failed with exit code 1
cannot build derivation '/nix/store/w7mnys5gbn4f2pblaymsqwpr847rngq6-shim.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/rygs3mgrx2sfs5xd2jl62h7n9z1dwzzg-terraform-0.13.5.drv': 1 dependencies couldn't be built
error: build of '/nix/store/rygs3mgrx2sfs5xd2jl62h7n9z1dwzzg-terraform-0.13.5.drv' failed

figuring out..

@ivankovnatsky
Copy link
Contributor Author

closing due to #103822

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

1 participant