We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Preview build sometimes fails with an error such as:
{ "errorType": "Error", "errorMessage": "failed to download: {\"Bucket\":\"swiftcatapultpipelineswift-catapultbucket7b6ea89c-egq9i9t3ch4b\",\"Key\":\"artifact/2024/08/15/preview/a8cb04c8-62dd-4c1c-8595-11527e000ae2/GenerateSDKCodeBuildStepCodeBuildStepCodeBuildOutput.zip\"}", "trace": [ "Error: failed to download: {\"Bucket\":\"swiftcatapultpipelineswift-catapultbucket7b6ea89c-egq9i9t3ch4b\",\"Key\":\"artifact/2024/08/15/preview/a8cb04c8-62dd-4c1c-8595-11527e000ae2/GenerateSDKCodeBuildStepCodeBuildStepCodeBuildOutput.zip\"}", " at _S3Client.downloadObjectToStream (/var/task/index.js:98391:17)", " at process.processTicksAndRejections (node:internal/process/task_queues:95:5)", " at async loadCodeBuildOutput (/var/task/index.js:158328:18)", " at async Runtime.handler (/var/task/index.js:158289:18)" ] }
Preview builds should always copy artifacts from previous build steps successfully.
Intermittently, preview builds fail with an error similar to above.
Review logs for previous preview builds
No response
main
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Preview build sometimes fails with an error such as:
Expected Behavior
Preview builds should always copy artifacts from previous build steps successfully.
Current Behavior
Intermittently, preview builds fail with an error similar to above.
Reproduction Steps
Review logs for previous preview builds
Possible Solution
No response
Additional Information/Context
No response
AWS SWIFT SDK version used
main
Compiler and Version used
N/A
Operating System and version
N/A
The text was updated successfully, but these errors were encountered: