yarn run v1.22.22
$ /var/canvas/node_modules/.bin/gulp rev
[19:13:33] Using gulpfile /var/canvas/gulpfile.js
[19:13:33] Starting 'rev'...
[19:13:33] Finished 'rev' after 99 ms
node:events:495
throw er; // Unhandled 'error' event
^
<ref *2> Error: Writable stream closed prematurely
at Pipeline.done (/var/canvas/node_modules/streamx/index.js:451:43)
at WritableState.afterDestroy (/var/canvas/node_modules/streamx/index.js:511:43)
at Composer._destroy (/var/canvas/node_modules/streamx/index.js:636:5)
at WritableState.updateNonPrimary (/var/canvas/node_modules/streamx/index.js:208:16)
at WritableState.update (/var/canvas/node_modules/streamx/index.js:190:72)
at WritableState.afterFinal (/var/canvas/node_modules/streamx/index.js:492:58)
at Composer._continueFinal (/var/canvas/node_modules/stream-composer/index.js:148:5)
at Composer._decrementPipeline (/var/canvas/node_modules/stream-composer/index.js:131:45)
at Composer.emit (node:events:529:35)
at Composer.emit (node:domain:552:15)
Emitted 'error' event on Domain instance at:
at Composer.emit (node:domain:540:12)
at Composer.onerror (/var/canvas/node_modules/readable-stream/lib/_stream_readable.js:640:52)
at Composer.emit (node:events:517:28)
at Composer.emit (node:domain:489:12)
at WritableState.afterDestroy (/var/canvas/node_modules/streamx/index.js:500:19)
at Composer._destroy (/var/canvas/node_modules/streamx/index.js:636:5)
at WritableState.updateNonPrimary (/var/canvas/node_modules/streamx/index.js:208:16)
at WritableState.update (/var/canvas/node_modules/streamx/index.js:190:72)
at WritableState.updateWriteNT (/var/canvas/node_modules/streamx/index.js:550:10)
at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
domainEmitter: <ref *1> Composer {
_events: [Object: null prototype] {
newListener: [ [Function: newListener], [Function: removeSink] ],
removeListener: [Function: removeSink],
piping: [Function: markSink]
},
_eventsCount: 3,
_maxListeners: undefined,
_duplexState: 17760788,
_readableState: ReadableState {
stream: [Circular *1],
queue: FastFIFO {
hwm: 16,
head: FixedFIFO {
buffer: [ <16 empty items> ],
mask: 15,
top: 0,
btm: 0,
next: null
},
tail: FixedFIFO {
buffer: [ <16 empty items> ],
mask: 15,
top: 0,
btm: 0,
next: null
},
length: 0
},
highWaterMark: 0,
buffered: 0,
readAhead: true,
error: [Circular *2],
pipeline: Pipeline {
from: [Circular *1],
to: null,
afterPipe: null,
error: null,
pipeToFinished: true
},
byteLength: [Function: defaultByteLength],
map: null,
pipeTo: <ref *3> Composer {
_events: [Object: null prototype] {
newListener: [ [Function: newListener], [Function: removeSink] ],
removeListener: [Function: removeSink],
piping: [Function: markSink],
finish: [
[Function: bound finished],
[Function: bound finished],
[Function: onfinish]
],
drain: [
[Function: bound afterDrain],
[Function: bound afterDrain]
],
end: [ [Function: onend], [Function: bound _decrementPipeline] ],
error: [Function: onerror],
close: [Function: onclose]
},
_eventsCount: 8,
_maxListeners: undefined,
_duplexState: 25575964,
_readableState: ReadableState {
stream: [Circular *3],
queue: FastFIFO {
hwm: 16,
head: [FixedFIFO],
tail: [FixedFIFO],
length: 0
},
highWaterMark: 0,
buffered: 0,
readAhead: true,
error: null,
pipeline: Pipeline {
from: null,
to: [Sink],
afterPipe: null,
error: null,
pipeToFinished: false
},
byteLength: [Function: defaultByteLength],
map: null,
pipeTo: Sink {
_writableState: [WritableState],
_events: [Object: null prototype],
_eventsCount: 4,
_maxListeners: undefined,
[Symbol(kCapture)]: false
},
afterRead: [Function: bound afterRead],
afterUpdateNextTick: [Function: bound updateReadNT]
},
_writableState: WritableState {
stream: [Circular *3],
queue: FastFIFO {
hwm: 16,
head: [FixedFIFO],
tail: [FixedFIFO],
length: 0
},
highWaterMark: 16384,
buffered: 0,
error: null,
pipeline: Pipeline {
from: [Circular *1],
to: null,
afterPipe: null,
error: null,
pipeToFinished: true
},
drains: null,
byteLength: [Function: defaultByteLength],
map: null,
afterWrite: [Function: bound afterWrite],
afterUpdateNextTick: [Function: bound updateWriteNT]
},
_writable: <ref *4> Transform {
_events: [Object: null prototype] {
newListener: [Function: newListener],
drain: [Function: bound _continueWrite],
finish: [Function: bound _maybeFinal],
error: [Array]
},
_eventsCount: 4,
_maxListeners: undefined,
_duplexState: 25575964,
_readableState: ReadableState {
stream: [Circular *4],
queue: [FastFIFO],
highWaterMark: 0,
buffered: 0,
readAhead: true,
error: null,
pipeline: [Pipeline],
byteLength: [Function: defaultByteLength],
map: null,
pipeTo: [Transform],
afterRead: [Function: bound afterRead],
afterUpdateNextTick: [Function: bound updateReadNT]
},
_writableState: WritableState {
stream: [Circular *4],
queue: [FastFIFO],
highWaterMark: 16384,
buffered: 0,
error: null,
pipeline: null,
drains: null,
byteLength: [Function: defaultByteLength],
map: null,
afterWrite: [Function: bound afterWrite],
afterUpdateNextTick: [Function: bound updateWriteNT]
},
_transformState: TransformState {
data: null,
afterTransform: [Function: bound afterTransform],
afterFinal: [Function: bound afterFinal]
},
_transform: [Function: normalize],
[Symbol(kCapture)]: false
},
_readable: <ref *5> Transform {
_events: [Object: null prototype] {
newListener: [Function: newListener],
data: [Function: bound _pushData],
end: [Function: bound _pushEnd],
error: [Array],
close: [Function (anonymous)],
finish: [Array],
drain: [Function: bound afterDrain]
},
_eventsCount: 7,
_maxListeners: undefined,
_duplexState: 25577756,
_readableState: ReadableState {
stream: [Circular *5],
queue: [FastFIFO],
highWaterMark: 0,
buffered: 0,
readAhead: true,
error: null,
pipeline: null,
byteLength: [Function: defaultByteLength],
map: null,
pipeTo: null,
afterRead: [Function: bound afterRead],
afterUpdateNextTick: [Function: bound updateReadNT]
},
_writableState: WritableState {
stream: [Circular *5],
queue: [FastFIFO],
highWaterMark: 16384,
buffered: 0,
error: null,
pipeline: [Pipeline],
drains: null,
byteLength: [Function: defaultByteLength],
map: null,
afterWrite: [Function: bound afterWrite],
afterUpdateNextTick: [Function: bound updateWriteNT]
},
_transformState: TransformState {
data: null,
afterTransform: [Function: bound afterTransform],
afterFinal: [Function: bound afterFinal]
},
_transform: [Function: writeFile],
[Symbol(kCapture)]: false
},
_isPipeline: true,
_pipelineMissing: 0,
_writeCallback: null,
_finalCallback: null,
_ondata: [Function: bound _pushData],
_onend: [Function: bound _pushEnd],
_ondrain: [Function: bound _continueWrite],
_onfinish: [Function: bound _maybeFinal],
_onerror: [Function: bound destroy],
_onclose: [Function: bound destroy],
[Symbol(kCapture)]: false
},
afterRead: [Function: bound afterRead],
afterUpdateNextTick: [Function: bound updateReadNT]
},
_writableState: WritableState {
stream: [Circular *1],
queue: FastFIFO {
hwm: 16,
head: FixedFIFO {
buffer: [ <16 empty items> ],
mask: 15,
top: 0,
btm: 0,
next: null
},
tail: FixedFIFO {
buffer: [ <16 empty items> ],
mask: 15,
top: 0,
btm: 0,
next: null
},
length: 0
},
highWaterMark: 0,
buffered: 0,
error: [Circular *2],
pipeline: null,
drains: null,
byteLength: [Function: defaultByteLength],
map: null,
afterWrite: [Function: bound afterWrite],
afterUpdateNextTick: [Function: bound updateWriteNT]
},
_writable: <ref *6> Transform {
_events: [Object: null prototype] {
newListener: [Function: newListener],
drain: [Function: bound _continueWrite],
finish: [Function: bound _maybeFinal],
error: [ [Function: bound destroy], [Function: noop] ],
close: [Function: bound destroy]
},
_eventsCount: 5,
_maxListeners: undefined,
_duplexState: 17236508,
_readableState: ReadableState {
stream: [Circular *6],
queue: FastFIFO {
hwm: 16,
head: FixedFIFO {
buffer: [Array],
mask: 15,
top: 0,
btm: 0,
next: null
},
tail: FixedFIFO {
buffer: [Array],
mask: 15,
top: 0,
btm: 0,
next: null
},
length: 0
},
highWaterMark: 0,
buffered: 0,
readAhead: true,
error: Error: Stream was destroyed
at Object.<anonymous> (/var/canvas/node_modules/streamx/index.js:2:26)
at Module._compile (node:internal/modules/cjs/loader:1364:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
at Module.load (node:internal/modules/cjs/loader:1203:32)
at Module._load (node:internal/modules/cjs/loader:1019:12)
at Module.require (node:internal/modules/cjs/loader:1231:19)
at require (node:internal/modules/helpers:177:18)
at Object.<anonymous> (/var/canvas/node_modules/glob-stream/index.js:9:16)
at Module._compile (node:internal/modules/cjs/loader:1364:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1422:10),
pipeline: Pipeline {
from: null,
to: Transform {
_events: [Object: null prototype],
_eventsCount: 4,
_maxListeners: undefined,
_duplexState: 50561540,
_readableState: [ReadableState],
_writableState: [WritableState],
_transformState: [TransformState],
_transform: [Function: saveSourcemap],
[Symbol(kCapture)]: false
},
afterPipe: [Function: onerror],
error: null,
pipeToFinished: false
},
byteLength: [Function: defaultByteLength],
map: null,
pipeTo: <ref *7> Transform {
_events: [Object: null prototype] {
newListener: [Function: newListener],
error: [Array],
finish: [Function: bound finished],
drain: [Function: bound afterDrain]
},
_eventsCount: 4,
_maxListeners: undefined,
_duplexState: 50561540,
_readableState: ReadableState {
stream: [Circular *7],
queue: [FastFIFO],
highWaterMark: 0,
buffered: 0,
readAhead: true,
error: Error: Readable stream closed before ending
at Pipeline.done (/var/canvas/node_modules/streamx/index.js:462:41)
at WritableState.afterDestroy (/var/canvas/node_modules/streamx/index.js:507:56)
at Transform._destroy (/var/canvas/node_modules/streamx/index.js:636:5)
at WritableState.updateNonPrimary (/var/canvas/node_modules/streamx/index.js:208:16)
at WritableState.update (/var/canvas/node_modules/streamx/index.js:190:72)
at WritableState.updateWriteNT (/var/canvas/node_modules/streamx/index.js:550:10)
at process.processTicksAndRejections (node:internal/process/task_queues:77:11),
pipeline: [Pipeline],
byteLength: [Function: defaultByteLength],
map: null,
pipeTo: [Transform],
afterRead: [Function: bound afterRead],
afterUpdateNextTick: [Function: bound updateReadNT]
},
_writableState: WritableState {
stream: [Circular *7],
queue: [FastFIFO],
highWaterMark: 0,
buffered: 0,
error: Error: Readable stream closed before ending
at Pipeline.done (/var/canvas/node_modules/streamx/index.js:462:41)
at WritableState.afterDestroy (/var/canvas/node_modules/streamx/index.js:507:56)
at Transform._destroy (/var/canvas/node_modules/streamx/index.js:636:5)
at WritableState.updateNonPrimary (/var/canvas/node_modules/streamx/index.js:208:16)
at WritableState.update (/var/canvas/node_modules/streamx/index.js:190:72)
at WritableState.updateWriteNT (/var/canvas/node_modules/streamx/index.js:550:10)
at process.processTicksAndRejections (node:internal/process/task_queues:77:11),
pipeline: [Pipeline],
drains: null,
byteLength: [Function: defaultByteLength],
map: null,
afterWrite: [Function: bound afterWrite],
afterUpdateNextTick: [Function: bound updateWriteNT]
},
_transformState: TransformState {
data: null,
afterTransform: [Function: bound afterTransform],
afterFinal: null
},
_transform: [Function: saveSourcemap],
[Symbol(kCapture)]: false
},
afterRead: [Function: bound afterRead],
afterUpdateNextTick: [Function: bound updateReadNT]
},
_writableState: WritableState {
stream: [Circular *6],
queue: FastFIFO {
hwm: 16,
head: FixedFIFO {
buffer: [Array],
mask: 15,
top: 0,
btm: 0,
next: null
},
tail: FixedFIFO {
buffer: [Array],
mask: 15,
top: 0,
btm: 0,
next: null
},
length: 0
},
highWaterMark: 0,
buffered: 0,
error: Error: Stream was destroyed
at Object.<anonymous> (/var/canvas/node_modules/streamx/index.js:2:26)
at Module._compile (node:internal/modules/cjs/loader:1364:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
at Module.load (node:internal/modules/cjs/loader:1203:32)
at Module._load (node:internal/modules/cjs/loader:1019:12)
at Module.require (node:internal/modules/cjs/loader:1231:19)
at require (node:internal/modules/helpers:177:18)
at Object.<anonymous> (/var/canvas/node_modules/glob-stream/index.js:9:16)
at Module._compile (node:internal/modules/cjs/loader:1364:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1422:10),
pipeline: null,
drains: null,
byteLength: [Function: defaultByteLength],
map: null,
afterWrite: [Function: bound afterWrite],
afterUpdateNextTick: [Function: bound updateWriteNT]
},
_transformState: TransformState {
data: null,
afterTransform: [Function: bound afterTransform],
afterFinal: null
},
_transform: [Function: normalize],
[Symbol(kCapture)]: false
},
_readable: <ref *8> Transform {
_events: [Object: null prototype] {
newListener: [Function: newListener],
data: [Function: bound _pushData],
end: [Function: bound _pushEnd],
error: [
[Function: bound destroy],
[Function: noop],
[Function (anonymous)]
],
close: [ [Function: bound destroy], [Function (anonymous)] ],
finish: [ [Function: bound finished], [Function (anonymous)] ],
drain: [Function: bound afterDrain]
},
_eventsCount: 7,
_maxListeners: undefined,
_duplexState: 17238300,
_readableState: ReadableState {
stream: [Circular *8],
queue: FastFIFO {
hwm: 16,
head: FixedFIFO {
buffer: [Array],
mask: 15,
top: 0,
btm: 0,
next: null
},
tail: FixedFIFO {
buffer: [Array],
mask: 15,
top: 0,
btm: 0,
next: null
},
length: 0
},
highWaterMark: 0,
buffered: 0,
readAhead: true,
error: Error: Stream was destroyed
at Object.<anonymous> (/var/canvas/node_modules/streamx/index.js:2:26)
at Module._compile (node:internal/modules/cjs/loader:1364:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
at Module.load (node:internal/modules/cjs/loader:1203:32)
at Module._load (node:internal/modules/cjs/loader:1019:12)
at Module.require (node:internal/modules/cjs/loader:1231:19)
at require (node:internal/modules/helpers:177:18)
at Object.<anonymous> (/var/canvas/node_modules/glob-stream/index.js:9:16)
at Module._compile (node:internal/modules/cjs/loader:1364:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1422:10),
pipeline: null,
byteLength: [Function: defaultByteLength],
map: null,
pipeTo: null,
afterRead: [Function: bound afterRead],
afterUpdateNextTick: [Function: bound updateReadNT]
},
_writableState: WritableState {
stream: [Circular *8],
queue: FastFIFO {
hwm: 16,
head: FixedFIFO {
buffer: [Array],
mask: 15,
top: 0,
btm: 0,
next: null
},
tail: FixedFIFO {
buffer: [Array],
mask: 15,
top: 0,
btm: 0,
next: null
},
length: 0
},
highWaterMark: 0,
buffered: 0,
error: Error: Stream was destroyed
at Object.<anonymous> (/var/canvas/node_modules/streamx/index.js:2:26)
at Module._compile (node:internal/modules/cjs/loader:1364:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
at Module.load (node:internal/modules/cjs/loader:1203:32)
at Module._load (node:internal/modules/cjs/loader:1019:12)
at Module.require (node:internal/modules/cjs/loader:1231:19)
at require (node:internal/modules/helpers:177:18)
at Object.<anonymous> (/var/canvas/node_modules/glob-stream/index.js:9:16)
at Module._compile (node:internal/modules/cjs/loader:1364:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1422:10),
pipeline: Pipeline {
from: Transform {
_events: [Object: null prototype],
_eventsCount: 4,
_maxListeners: undefined,
_duplexState: 50561540,
_readableState: [ReadableState],
_writableState: [WritableState],
_transformState: [TransformState],
_transform: [Function: transform],
[Symbol(kCapture)]: false
},
to: null,
afterPipe: [Function: onerror],
error: null,
pipeToFinished: false
},
drains: null,
byteLength: [Function: defaultByteLength],
map: null,
afterWrite: [Function: bound afterWrite],
afterUpdateNextTick: [Function: bound updateWriteNT]
},
_transformState: TransformState {
data: null,
afterTransform: [Function: bound afterTransform],
afterFinal: null
},
_transform: [Function: writeFile],
[Symbol(kCapture)]: false
},
_isPipeline: true,
_pipelineMissing: 2,
_writeCallback: null,
_finalCallback: null,
_ondata: [Function: bound _pushData],
_onend: [Function: bound _pushEnd],
_ondrain: [Function: bound _continueWrite],
_onfinish: [Function: bound _maybeFinal],
_onerror: [Function: bound destroy],
_onclose: [Function: bound destroy],
[Symbol(kCapture)]: false
},
domainThrown: false
}
Node.js v18.20.4
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.