aws-toolkit-azure-devops
aws-toolkit-azure-devops copied to clipboard
Assertion Error in Node.js During S3 Upload Task Execution
I'm experiencing an issue with the S3 Upload task in Azure DevOps that leads to an assertion error in Node.js. The error message I receive is as follows: Assertion failed: new_time >= loop->time, file c:\ws\deps\uv\src\win\core.c, line 309 ##[error]Exit code -1073740791 returned from process: file name 'F:\xxxxBackUp\externals\node10\bin\node.exe', arguments '"F:\xxxxxWorkDir_tasks\S3Upload_3a219265-181c-4ed2-9a51-75a7f308f0d5\1.15.0\S3Upload.js"'.
Steps to Reproduce: 1.Trigger the S3 Upload task in an Azure DevOps pipeline. 2.The task fails with the above error message during execution.
Environment: 1.Node.js Version: 10.x (located at F:\xxxxBackUp\externals\node10\bin\node.exe) 2.S3 Upload Task Version: 1.* 3.Operating System: Windows Server 2019
I would appreciate any insights or solutions from the community or maintainers regarding this issue. Has anyone encountered a similar problem or found a workaround?
Thank you for your help!
Adding to this, we're seeing the same issues although they are intermittent and seem to only happen when we upload us-west-2.
us-east-1 is consistently fine (this happens to be where our Azure DevOps build server sits)
- Node.JS Version 22.13.1
- Windows server 2019