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

Test TestIMDSAuth/IDMSv2 broken #4780

Closed
flostadler opened this issue Nov 15, 2024 · 1 comment · Fixed by #4781
Closed

Test TestIMDSAuth/IDMSv2 broken #4780

flostadler opened this issue Nov 15, 2024 · 1 comment · Fixed by #4781
Assignees
Labels
kind/engineering Work that is not visible to an external user p1 A bug severe enough to be the next item assigned to an engineer resolution/fixed This issue was fixed

Comments

@flostadler
Copy link
Contributor

The test TestIMDSAuth/IDMSv2 keeps on failing with this error:

Error: error resolving type of resource my-bucket: internal error loading package "aws": Could not automatically download and install resource plugin 'pulumi-resource-aws' at version v6.59.1, install the plugin using `pulumi plugin install resource aws v6.59.1`: error installing provider aws: untarring file /home/ec2-user/.pulumi/plugins/resource-aws-v6.59.1/pulumi-resource-aws: write /home/ec2-user/.pulumi/plugins/resource-aws-v6.59.1/pulumi-resource-aws: no space left on device

It shouldn't download the latest provider, but rather use the provider under test. This makes me think that downloading the provider under test from S3 is also failing:

cd /tmp && aws s3 cp s3://${upload-bucket.id}/pulumi-resource-aws ./

@flostadler flostadler added kind/engineering Work that is not visible to an external user p1 A bug severe enough to be the next item assigned to an engineer labels Nov 15, 2024
@flostadler flostadler self-assigned this Nov 15, 2024
@pulumi-bot pulumi-bot added the resolution/fixed This issue was fixed label Nov 15, 2024
@pulumi-bot
Copy link
Contributor

This issue has been addressed in PR #4781 and shipped in release v6.60.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/engineering Work that is not visible to an external user p1 A bug severe enough to be the next item assigned to an engineer resolution/fixed This issue was fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants