aws / aws/aws-toolkit-azure-devops

Assertion Error in Node.js During S3 Upload Task Execution

Open
#568 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
258
Forks
114
PR merge metrics
No merged PRs in 30d

Description

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!

Contributor guide

Open the contributing guide

Research direction

Start with the S3Upload.js entry point named in the report and reproduce the task in an Azure DevOps pipeline on Windows Server 2019 using Node.js 10.x. Determine whether the assertion originates in the task or bundled node.exe; done means a confirmed cause and a tested fix or documented workaround.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, azure, node.js
Domain
cloud, devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.