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

Cannot test via GitHub Actions on mac: Error: read ECONNRESET at TLSWrap.onStreamRead #10

Closed
mark-wiemer opened this issue Jun 19, 2022 · 3 comments

Comments

@mark-wiemer
Copy link
Owner

mark-wiemer commented Jun 19, 2022

Bug: connection reset in pipeline for macos

Originally posted by @mark-wiemer in #7 (comment)

Run npm test
  npm test
  shell: /bin/bash -e {0}
> [email protected] pretest
> npm run compile && npm run lint
> [email protected] compile
> npm run compile_ts && npm run compile_grammar
> [email protected] compile_ts
> tsc -p ./
> [email protected] compile_grammar
> npx js-yaml syntaxes/abc.tmGrammar.yaml > syntaxes/abc.tmGrammar.json
> [email protected] lint
> eslint src --ext ts
> [email protected] test
> npm run test_unit && npm run test_grammar
> [email protected] test_unit
> node ./out/test/runTest.js
Downloading VS Code 1.68.1 from https://update.code.visualstudio.com/1.68.1/darwin/stable
node:events:505
      throw er; // Unhandled 'error' event
      ^
Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:[2](https://github.com/mark-wiemer/vscode-helloworld/runs/6952336732?check_suite_focus=true#step:6:2)17:20)
Emitted 'error' event on ClientRequest instance at:
    at TLSSocket.socketErrorListener (node:_http_client:454:9)
    at TLSSocket.emit (node:events:527:28)
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at emitErrorCloseNT (node:internal/streams/destroy:122:[3](https://github.com/mark-wiemer/vscode-helloworld/runs/6952336732?check_suite_focus=true#step:6:3))
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -5[4](https://github.com/mark-wiemer/vscode-helloworld/runs/6952336732?check_suite_focus=true#step:6:5),
  code: 'ECONNRESET',
  syscall: 'read'
}
Error: Process completed with exit code 1.

Issue is sporadic :/

@mark-wiemer
Copy link
Owner Author

nodejs/node#27916

@mark-wiemer mark-wiemer changed the title Connection reset in pipeline for macos Cannot test via GitHub Actions on mac: Error: read ECONNRESET at TLSWrap.onStreamRead Jun 20, 2022
@mark-wiemer
Copy link
Owner Author

nodejs/node#23169

@mark-wiemer
Copy link
Owner Author

Yeah, this isn't a fun problem to try to solve :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant