DO NOT MERGE attempting to recreate an amp dist crash#36164
DO NOT MERGE attempting to recreate an amp dist crash#36164danielrozenberg wants to merge 1 commit intoampproject:mainfrom
amp dist crash#36164Conversation
885b35e to
4fd6c4a
Compare
|
This pull request introduces 1 alert when merging 4fd6c4a into 4e2ac0c - view on LGTM.com new alerts:
|
dcf7cab to
a327521
Compare
|
This pull request introduces 1 alert when merging a327521 into 4e2ac0c - view on LGTM.com new alerts:
|
a327521 to
0985271
Compare
|
This pull request introduces 1 alert when merging 0985271 into 4e2ac0c - view on LGTM.com new alerts:
|
9557809 to
7e05941
Compare
|
This pull request introduces 1 alert when merging 7e05941 into 7959b22 - view on LGTM.com new alerts:
|
|
@ampproject/wg-infra @samouri @jridgewell This PR is my attempt to recreate and figure out the reason for an occasional build failure that affects, seemingly, only CircleCI (I haven't had any reports of it happening to anyone locally, although it might be happening and people are just not reporting it) The error thrown happens on ERROR events.js:377
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at afterWriteDispatched (internal/stream_base_commons.js:156:25)
at writeGeneric (internal/stream_base_commons.js:147:3)
at Socket._writeGeneric (net.js:787:11)
at Socket._write (net.js:799:8)
at writeOrBuffer (internal/streams/writable.js:358:12)
at Socket.Writable.write (internal/streams/writable.js:303:10)
at Object.writeToStdin (/home/circleci/project/node_modules/esbuild/lib/main.js:1741:19)
at sendResponse (/home/circleci/project/node_modules/esbuild/lib/main.js:623:14)
at handleRequest (/home/circleci/project/node_modules/esbuild/lib/main.js:629:11)
at handleIncomingPacket (/home/circleci/project/node_modules/esbuild/lib/main.js:700:7)
Emitted 'error' event on Socket instance at:
at emitErrorNT (internal/streams/destroy.js:106:8)
at emitErrorCloseNT (internal/streams/destroy.js:74:3)
at processTicksAndRejections (internal/process/task_queues.js:82:21) {
errno: -32,
code: 'EPIPE',
syscall: 'write'
}What we know so far is:
In this PR I either made changes to the file
I'm really stumped with this one and could really use help! |
061ad57 to
452a79f
Compare
452a79f to
5923b61
Compare
|
This pull request introduces 1 alert when merging 5923b61 into baa2163 - view on LGTM.com new alerts:
|
No description provided.