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

math - tf-aws test fails with no space left on device #6363

Closed
garysassano opened this issue Apr 28, 2024 · 3 comments · Fixed by #6381
Closed

math - tf-aws test fails with no space left on device #6363

garysassano opened this issue Apr 28, 2024 · 3 comments · Fixed by #6381
Labels
🐛 bug Something isn't working 🧪 testing

Comments

@garysassano
Copy link
Collaborator

I tried this:

Test run in a PR.

This happened:

│ Error: Failed to install provider
│ 
│ Error while installing hashicorp/aws v5.41.0: write
│ .terraform/providers/registry.terraform.io/hashicorp/aws/5.41.0/linux_amd64/terraform-provider-aws_v5.41.0_x5:
│ no space left on device

I expected this:

No response

Is there a workaround?

Upgrade the GitHub runner's size or free up some space.

Anything else?

No response

Wing Version

No response

Node.js Version

No response

Platform(s)

No response

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.
@tsuf239
Copy link
Collaborator

tsuf239 commented Apr 30, 2024

Gh action run can be found here
Another error it throws is:

│ Error: Inconsistent dependency lock file
│ 
│ The following dependency selections recorded in the lock file are
│ inconsistent with the current configuration:
│   - provider registry.terraform.io/hashicorp/aws: required by this configuration but no version is selected
│ 
│ To make the initial dependency selections that will initialize the
│ dependency lock file, run:
│   terraform init
╵

@garysassano
Copy link
Collaborator Author

@tsuf239 The second error is normal. It expects to find the hashicorp/aws provider in the lockfile, but since the installation failed in the first place, it wouldn't be present.

@mergify mergify bot closed this as completed in #6381 May 15, 2024
mergify bot pushed a commit that referenced this issue May 15, 2024
…parallel (#6381)

Adding -b/ --batch option defines tests amount to be run on parallel,
as well as renaming the sdk spec tests file 
potentially fixes #6363

## Checklist

- [ ] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted)
- [ ] Description explains motivation and solution
- [ ] Tests added (always)
- [ ] Docs updated (only required for features)
- [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
@monadabot
Copy link
Contributor

Congrats! 🚀 This was released in Wing 0.73.45.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🧪 testing
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants