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

Handle EPIPE write errors on piping stdout from one process to another #1052

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Fix variables names

029f60d
Select commit
Loading
Failed to load commit list.
Open

Handle EPIPE write errors on piping stdout from one process to another #1052

Fix variables names
029f60d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / azure-pipelines-task-lib failed Jul 26, 2024 in 7m 14s

Build #20240726.1 had test failures

Details

Tests

  • Failed: 4 (0.32%)
  • Passed: 1,244 (99.68%)
  • Other: 0 (0.00%)
  • Total: 1,248

Annotations

Check failure on line 430 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-pipelines-task-lib

Build log #L430

Unhandled: EPERM: operation not permitted, unlink 'C:\Users\cloudtest\azure-pipelines-task-lib\_download\node16\node.exe.download'

Check failure on line 431 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-pipelines-task-lib

Build log #L431

Error: EPERM: operation not permitted, unlink 'C:\Users\cloudtest\azure-pipelines-task-lib\_download\node16\node.exe.download'

Check failure on line 434 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-pipelines-task-lib

Build log #L434

Unhandled: ENOENT: no such file or directory, unlink 'C:\Users\cloudtest\azure-pipelines-task-lib\_download\node16\node.exe.download'

Check failure on line 435 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-pipelines-task-lib

Build log #L435

Error: ENOENT: no such file or directory, unlink 'C:\Users\cloudtest\azure-pipelines-task-lib\_download\node16\node.exe.download'

Check failure on line 1 in MockTest handles node 16 tasks correctly

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-pipelines-task-lib

MockTest handles node 16 tasks correctly

Test failed
Raw output
  1) Mock Tests
       MockTest handles node 16 tasks correctly:
     Error: Timeout of 30000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (D:\a\_work\1\s\node\_test\mocktests.js)
      at listOnTimeout (node:internal/timers:557:17)
      at processTimers (node:internal/timers:500:7)

Check failure on line 1 in MockTest handles node tasks correctly by async call

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-pipelines-task-lib

MockTest handles node tasks correctly by async call

Test failed
Raw output
  2) Mock Tests
       MockTest handles node tasks correctly by async call:
     Uncaught Error: EPERM: operation not permitted, unlink 'C:\Users\cloudtest\azure-pipelines-task-lib\_download\node16\node.exe.download'

Check failure on line 1 in MockTest handles node tasks correctly by async call

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-pipelines-task-lib

MockTest handles node tasks correctly by async call

Test failed
Raw output
  4) Mock Tests

Check failure on line 1 in MockTest handles node 20 tasks correctly

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure-pipelines-task-lib

MockTest handles node 20 tasks correctly

Test failed
Raw output
  3) Mock Tests
       MockTest handles node 20 tasks correctly:
     Uncaught Error: ENOENT: no such file or directory, unlink 'C:\Users\cloudtest\azure-pipelines-task-lib\_download\node16\node.exe.download'