[Pkg-javascript-devel] Bug#980690: node-readable-stream: FTBFS: dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1

Lucas Nussbaum lucas at debian.org
Wed Jan 20 20:46:52 GMT 2021


Source: node-readable-stream
Version: 3.6.0-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20210120 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package node-readable-stream
> dpkg-buildpackage: info: source version 3.6.0-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Xavier Guimard <yadd at debian.org>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean
>    dh_auto_clean --buildsystem=nodejs
> 	rm -rf ./node_modules/.cache
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building node-readable-stream using existing ./node-readable-stream_3.6.0.orig.tar.gz
> dpkg-source: info: building node-readable-stream in node-readable-stream_3.6.0-1.debian.tar.xz
> dpkg-source: info: building node-readable-stream in node-readable-stream_3.6.0-1.dsc
>  debian/rules binary
> dh binary
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure --buildsystem=nodejs
>    dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
>    dh_auto_test --buildsystem=nodejs
> 	mkdir -p node_modules
> 	ln -s ../debian/tests/test_modules/buf-compare node_modules/buf-compare
> 	ln -s ../debian/tests/test_modules/core-assert node_modules/core-assert
> 	ln -s ../debian/tests/test_modules/util-promisify node_modules/util-promisify
> 	ln -s ../debian/tests/test_modules/call-bind node_modules/call-bind
> 	ln -s ../debian/tests/test_modules/object.getownpropertydescriptors node_modules/object.getownpropertydescriptors
> 	ln -s ../debian/tests/test_modules/deep-strict-equal node_modules/deep-strict-equal
> 	ln -s ../debian/tests/test_modules/events.once node_modules/events.once
> 	ln -s ../debian/tests/test_modules/get-intrinsic node_modules/get-intrinsic
> 	ln -s ../debian/tests/test_modules/is-error node_modules/is-error
> 	ln -s ../. node_modules/readable-stream
> 	/bin/sh -ex debian/tests/pkg-js/test
> + export NODE_PATH=debian/tests/test_modules
> + tap -J test/parallel/test-readable-from.js test/parallel/test-readable-large-hwm.js test/parallel/test-readable-single-end.js test/parallel/test-stream-auto-destroy.js test/parallel/test-stream-backpressure.js test/parallel/test-stream-big-packet.js test/parallel/test-stream-big-push.js test/parallel/test-stream-buffer-list.js test/parallel/test-stream-decoder-objectmode.js test/parallel/test-stream-destroy-event-order.js test/parallel/test-stream-duplex-destroy.js test/parallel/test-stream-duplex-end.js test/parallel/test-stream-duplex.js test/parallel/test-stream-end-paused.js test/parallel/test-stream-events-prepend.js test/parallel/test-stream-finished.js test/parallel/test-stream-ispaused.js test/parallel/test-stream-objectmode-undefined.js test/parallel/test-stream-once-readable-pipe.js test/parallel/test-stream-pipe-after-end.js test/parallel/test-stream-pipe-await-drain-manual-resume.js test/parallel/test-stream-pipe-await-drain-push-while-write.js test/parallel/test-stream-pipe-await-drain.js test/parallel/test-stream-pipe-cleanup-pause.js test/parallel/test-stream-pipe-cleanup.js test/parallel/test-stream-pipe-error-handling.js test/parallel/test-stream-pipe-event.js test/parallel/test-stream-pipe-flow-after-unpipe.js test/parallel/test-stream-pipe-flow.js test/parallel/test-stream-pipe-manual-resume.js test/parallel/test-stream-pipe-multiple-pipes.js test/parallel/test-stream-pipe-same-destination-twice.js test/parallel/test-stream-pipe-unpipe-streams.js test/parallel/test-stream-pipe-without-listenerCount.js test/parallel/test-stream-pipeline-queued-end-in-destroy.js test/parallel/test-stream-pipeline.js test/parallel/test-stream-push-order.js test/parallel/test-stream-push-strings.js test/parallel/test-stream-readable-async-iterators.js test/parallel/test-stream-readable-constructor-set-methods.js test/parallel/test-stream-readable-destroy.js test/parallel/test-stream-readable-emittedReadable.js test/parallel/test-stream-readable-event.js test/parallel/test-stream-readable-flow-recursion.js test/parallel/test-stream-readable-hwm-0-async.js test/parallel/test-stream-readable-hwm-0-no-flow-data.js test/parallel/test-stream-readable-hwm-0.js test/parallel/test-stream-readable-infinite-read.js test/parallel/test-stream-readable-invalid-chunk.js test/parallel/test-stream-readable-needReadable.js test/parallel/test-stream-readable-no-unneeded-readable.js test/parallel/test-stream-readable-object-multi-push-async.js test/parallel/test-stream-readable-pause-and-resume.js test/parallel/test-stream-readable-readable-then-resume.js test/parallel/test-stream-readable-reading-readingMore.js test/parallel/test-stream-readable-resume-hwm.js test/parallel/test-stream-readable-resumeScheduled.js test/parallel/test-stream-readable-setEncoding-existing-buffers.js test/parallel/test-stream-readable-setEncoding-null.js test/parallel/test-stream-readable-with-unimplemented-_read.js test/parallel/test-stream-readableListening-state.js test/parallel/test-stream-transform-callback-twice.js test/parallel/test-stream-transform-constructor-set-methods.js test/parallel/test-stream-transform-destroy.js test/parallel/test-stream-transform-final-sync.js test/parallel/test-stream-transform-final.js test/parallel/test-stream-transform-flush-data.js test/parallel/test-stream-transform-objectmode-falsey-value.js test/parallel/test-stream-transform-split-highwatermark.js test/parallel/test-stream-transform-split-objectmode.js test/parallel/test-stream-uint8array.js test/parallel/test-stream-unpipe-event.js test/parallel/test-stream-unshift-empty-chunk.js test/parallel/test-stream-unshift-read-race.js test/parallel/test-stream-writable-change-default-encoding.js test/parallel/test-stream-writable-constructor-set-methods.js test/parallel/test-stream-writable-decoded-encoding.js test/parallel/test-stream-writable-destroy.js test/parallel/test-stream-writable-ended-state.js test/parallel/test-stream-writable-finished-state.js test/parallel/test-stream-writable-needdrain-state.js test/parallel/test-stream-writable-null.js test/parallel/test-stream-writable-write-cb-twice.js test/parallel/test-stream-writable-write-writev-finish.js test/parallel/test-stream-writableState-ending.js test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js test/parallel/test-stream-write-destroy.js test/parallel/test-stream-write-final.js test/parallel/test-stream-writev.js test/parallel/test-stream2-base64-single-char-read-end.js test/parallel/test-stream2-basic.js test/parallel/test-stream2-compatibility.js test/parallel/test-stream2-decode-partial.js test/parallel/test-stream2-finish-pipe.js test/parallel/test-stream2-large-read-stall.js test/parallel/test-stream2-objects.js test/parallel/test-stream2-pipe-error-handling.js test/parallel/test-stream2-pipe-error-once-listener.js test/parallel/test-stream2-push.js test/parallel/test-stream2-read-sync-stack.js test/parallel/test-stream2-readable-empty-buffer-no-eof.js test/parallel/test-stream2-readable-from-list.js test/parallel/test-stream2-readable-legacy-drain.js test/parallel/test-stream2-readable-non-empty-end.js test/parallel/test-stream2-readable-wrap-empty.js test/parallel/test-stream2-set-encoding.js test/parallel/test-stream2-transform.js test/parallel/test-stream2-unpipe-drain.js test/parallel/test-stream2-unpipe-leak.js test/parallel/test-stream2-writable.js test/parallel/test-stream3-cork-end.js test/parallel/test-stream3-cork-uncork.js test/parallel/test-stream3-pause-then-read.js test/parallel/test-streams-highwatermark.js test/ours/errors.js test/ours/lolex-fake-timers.js test/ours/test-stream-sync-write.js
> TAP version 13
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-readable-large-hwm.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-readable-large-hwm.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-readable-single-end.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-readable-single-end.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-readable-from.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-readable-from.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-auto-destroy.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-auto-destroy.js'
>   ]
> }
> not ok 1 - test/parallel/test-readable-from.js # time=179.544ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-readable-from.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-readable-from.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 2 - test/parallel/test-readable-large-hwm.js # time=174.379ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-readable-large-hwm.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-readable-large-hwm.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 3 - test/parallel/test-readable-single-end.js # time=170.972ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-readable-single-end.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-readable-single-end.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 4 - test/parallel/test-stream-auto-destroy.js # time=167.294ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-auto-destroy.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-auto-destroy.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-big-packet.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-big-packet.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-backpressure.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-backpressure.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-big-push.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-big-push.js'
>   ]
> }
> not ok 5 - test/parallel/test-stream-backpressure.js # time=115.941ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-backpressure.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-backpressure.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 6 - test/parallel/test-stream-big-packet.js # time=112.661ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-big-packet.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-big-packet.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 7 - test/parallel/test-stream-big-push.js # time=121.294ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-big-push.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-big-push.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-buffer-list.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-buffer-list.js'
>   ]
> }
> not ok 8 - test/parallel/test-stream-buffer-list.js # time=110.059ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-buffer-list.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-buffer-list.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-decoder-objectmode.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-decoder-objectmode.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-destroy-event-order.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-destroy-event-order.js'
>   ]
> }
> not ok 9 - test/parallel/test-stream-decoder-objectmode.js # time=114.47ms
>   ---
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-duplex-destroy.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-duplex-destroy.js'
>   ]
> }
>   timeout: 30000
>   file: test/parallel/test-stream-decoder-objectmode.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-decoder-objectmode.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 10 - test/parallel/test-stream-destroy-event-order.js # time=114.463ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-destroy-event-order.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-destroy-event-order.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 11 - test/parallel/test-stream-duplex-destroy.js # time=107.713ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-duplex-destroy.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-duplex-destroy.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-duplex-end.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-duplex-end.js'
>   ]
> }
> not ok 12 - test/parallel/test-stream-duplex-end.js # time=110.344ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-duplex-end.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-duplex-end.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-end-paused.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-end-paused.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-duplex.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-duplex.js'
>   ]
> }
> not ok 13 - test/parallel/test-stream-duplex.js # time=113.631ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-duplex.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-duplex.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 14 - test/parallel/test-stream-end-paused.js # time=105.16ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-end-paused.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-end-paused.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-events-prepend.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-events-prepend.js'
>   ]
> }
> not ok 15 - test/parallel/test-stream-events-prepend.js # time=115.795ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-events-prepend.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-events-prepend.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-finished.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-finished.js'
>   ]
> }
> not ok 16 - test/parallel/test-stream-finished.js # time=110.316ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-finished.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-finished.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-objectmode-undefined.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-objectmode-undefined.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-ispaused.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-ispaused.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-once-readable-pipe.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-once-readable-pipe.js'
>   ]
> }
> not ok 17 - test/parallel/test-stream-ispaused.js # time=122.17ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-ispaused.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-ispaused.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 18 - test/parallel/test-stream-objectmode-undefined.js # time=110.097ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-objectmode-undefined.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-objectmode-undefined.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 19 - test/parallel/test-stream-once-readable-pipe.js # time=115.627ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-once-readable-pipe.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-once-readable-pipe.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-after-end.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-after-end.js'
>   ]
> }
> not ok 20 - test/parallel/test-stream-pipe-after-end.js # time=110.562ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipe-after-end.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipe-after-end.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-await-drain-manual-resume.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-await-drain-manual-resume.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-await-drain-push-while-write.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-await-drain-push-while-write.js'
>   ]
> }
> not ok 21 - test/parallel/test-stream-pipe-await-drain-manual-resume.js # time=125.733ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipe-await-drain-manual-resume.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipe-await-drain-manual-resume.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-await-drain.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-await-drain.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-cleanup-pause.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-cleanup-pause.js'
>   ]
> }
> not ok 22 - test/parallel/test-stream-pipe-await-drain-push-while-write.js # time=118.6ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipe-await-drain-push-while-write.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipe-await-drain-push-while-write.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 23 - test/parallel/test-stream-pipe-await-drain.js # time=111.633ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipe-await-drain.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipe-await-drain.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 24 - test/parallel/test-stream-pipe-cleanup-pause.js # time=117.122ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipe-cleanup-pause.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipe-cleanup-pause.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-cleanup.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-cleanup.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-error-handling.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-error-handling.js'
>   ]
> }
> not ok 25 - test/parallel/test-stream-pipe-cleanup.js # time=114.027ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipe-cleanup.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipe-cleanup.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-event.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-event.js'
>   ]
> }
> not ok 26 - test/parallel/test-stream-pipe-error-handling.js # time=115.154ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipe-error-handling.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipe-error-handling.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-flow-after-unpipe.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-flow-after-unpipe.js'
>   ]
> }
> not ok 27 - test/parallel/test-stream-pipe-event.js # time=114.539ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipe-event.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipe-event.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 28 - test/parallel/test-stream-pipe-flow-after-unpipe.js # time=113.077ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipe-flow-after-unpipe.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipe-flow-after-unpipe.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-flow.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-flow.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-manual-resume.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-manual-resume.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-multiple-pipes.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-multiple-pipes.js'
>   ]
> }
> not ok 29 - test/parallel/test-stream-pipe-flow.js # time=116.298ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipe-flow.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipe-flow.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-same-destination-twice.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-same-destination-twice.js'
>   ]
> }
> not ok 30 - test/parallel/test-stream-pipe-manual-resume.js # time=115.486ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipe-manual-resume.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipe-manual-resume.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 31 - test/parallel/test-stream-pipe-multiple-pipes.js # time=108.901ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipe-multiple-pipes.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipe-multiple-pipes.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 32 - test/parallel/test-stream-pipe-same-destination-twice.js # time=112.31ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipe-same-destination-twice.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipe-same-destination-twice.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-unpipe-streams.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-unpipe-streams.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-without-listenerCount.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipe-without-listenerCount.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipeline-queued-end-in-destroy.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipeline-queued-end-in-destroy.js'
>   ]
> }
> not ok 33 - test/parallel/test-stream-pipe-unpipe-streams.js # time=115.58ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipe-unpipe-streams.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipe-unpipe-streams.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 34 - test/parallel/test-stream-pipe-without-listenerCount.js # time=111.711ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipe-without-listenerCount.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipe-without-listenerCount.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-pipeline.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-pipeline.js'
>   ]
> }
> not ok 35 - test/parallel/test-stream-pipeline-queued-end-in-destroy.js # time=114.74ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipeline-queued-end-in-destroy.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipeline-queued-end-in-destroy.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 36 - test/parallel/test-stream-pipeline.js # time=112.08ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-pipeline.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-pipeline.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-push-order.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-push-order.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-push-strings.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-push-strings.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-constructor-set-methods.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-constructor-set-methods.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-async-iterators.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-async-iterators.js'
>   ]
> }
> not ok 37 - test/parallel/test-stream-push-order.js # time=115.418ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-push-order.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-push-order.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 38 - test/parallel/test-stream-push-strings.js # time=109.825ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-push-strings.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-push-strings.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 39 - test/parallel/test-stream-readable-async-iterators.js # time=116.122ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-async-iterators.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-async-iterators.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 40 - test/parallel/test-stream-readable-constructor-set-methods.js # time=110.566ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-constructor-set-methods.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-constructor-set-methods.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-destroy.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-destroy.js'
>   ]
> }
> not ok 41 - test/parallel/test-stream-readable-destroy.js # time=111.788ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-destroy.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-destroy.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-emittedReadable.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-emittedReadable.js'
>   ]
> }
>     1..0 # no tests found
> }
> 
> not ok 42 - test/parallel/test-stream-readable-emittedReadable.js # time=110.36ms
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-event.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-event.js'
>   ]
> }
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-emittedReadable.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-emittedReadable.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 43 - test/parallel/test-stream-readable-event.js # time=111.937ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-event.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-event.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-flow-recursion.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-flow-recursion.js'
>   ]
> }
> not ok 44 - test/parallel/test-stream-readable-flow-recursion.js # time=108.222ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-flow-recursion.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-flow-recursion.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-hwm-0-async.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-hwm-0-async.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-hwm-0-no-flow-data.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-hwm-0-no-flow-data.js'
>   ]
> }
> not ok 45 - test/parallel/test-stream-readable-hwm-0-async.js # time=115.63ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-hwm-0-async.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-hwm-0-async.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-hwm-0.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-hwm-0.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-infinite-read.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-infinite-read.js'
>   ]
> }
> not ok 46 - test/parallel/test-stream-readable-hwm-0-no-flow-data.js # time=116.95ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-hwm-0-no-flow-data.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-hwm-0-no-flow-data.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 47 - test/parallel/test-stream-readable-hwm-0.js # time=111.743ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-hwm-0.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-hwm-0.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 48 - test/parallel/test-stream-readable-infinite-read.js # time=110.059ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-infinite-read.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-infinite-read.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-invalid-chunk.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-invalid-chunk.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-needReadable.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-needReadable.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-no-unneeded-readable.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-no-unneeded-readable.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-object-multi-push-async.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-object-multi-push-async.js'
>   ]
> }
> not ok 49 - test/parallel/test-stream-readable-invalid-chunk.js # time=120.679ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-invalid-chunk.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-invalid-chunk.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 50 - test/parallel/test-stream-readable-needReadable.js # time=110.215ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-needReadable.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-needReadable.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 51 - test/parallel/test-stream-readable-no-unneeded-readable.js # time=114.296ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-no-unneeded-readable.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-no-unneeded-readable.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 52 - test/parallel/test-stream-readable-object-multi-push-async.js # time=108.693ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-object-multi-push-async.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-object-multi-push-async.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-readable-then-resume.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-readable-then-resume.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-reading-readingMore.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-reading-readingMore.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-resume-hwm.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-resume-hwm.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-pause-and-resume.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-pause-and-resume.js'
>   ]
> }
> not ok 53 - test/parallel/test-stream-readable-pause-and-resume.js # time=129.956ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-pause-and-resume.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-pause-and-resume.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 54 - test/parallel/test-stream-readable-readable-then-resume.js # time=109.534ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-readable-then-resume.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-readable-then-resume.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 55 - test/parallel/test-stream-readable-reading-readingMore.js # time=110.213ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-reading-readingMore.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-reading-readingMore.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 56 - test/parallel/test-stream-readable-resume-hwm.js # time=106.798ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-resume-hwm.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-resume-hwm.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-setEncoding-existing-buffers.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-setEncoding-existing-buffers.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-resumeScheduled.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-resumeScheduled.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-setEncoding-null.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-setEncoding-null.js'
>   ]
> }
> not ok 57 - test/parallel/test-stream-readable-resumeScheduled.js # time=120.034ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-resumeScheduled.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-resumeScheduled.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 58 - test/parallel/test-stream-readable-setEncoding-existing-buffers.js # time=110.929ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-setEncoding-existing-buffers.js
>   command: /usr/bin/node
>   args:
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readable-with-unimplemented-_read.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readable-with-unimplemented-_read.js'
>   ]
> }
>     - test/parallel/test-stream-readable-setEncoding-existing-buffers.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 59 - test/parallel/test-stream-readable-setEncoding-null.js # time=109.02ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-setEncoding-null.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-setEncoding-null.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 60 - test/parallel/test-stream-readable-with-unimplemented-_read.js # time=119.66ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readable-with-unimplemented-_read.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readable-with-unimplemented-_read.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-readableListening-state.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-readableListening-state.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-transform-callback-twice.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-transform-callback-twice.js'
>   ]
> }
> not ok 61 - test/parallel/test-stream-readableListening-state.js # time=109.073ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-readableListening-state.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-readableListening-state.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 62 - test/parallel/test-stream-transform-callback-twice.js # time=111.041ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-transform-callback-twice.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-transform-callback-twice.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-transform-constructor-set-methods.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-transform-constructor-set-methods.js'
>   ]
> }
> not ok 63 - test/parallel/test-stream-transform-constructor-set-methods.js # time=112.233ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-transform-constructor-set-methods.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-transform-constructor-set-methods.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-transform-destroy.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-transform-destroy.js'
>   ]
> }
> {
>     1..0 # no tests found
> }
> 
> not ok 64 - test/parallel/test-stream-transform-destroy.js # time=112.005ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-transform-destroy.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-transform-destroy.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-transform-final-sync.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-transform-final-sync.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-transform-final.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-transform-final.js'
>   ]
> }
> not ok 65 - test/parallel/test-stream-transform-final-sync.js # time=111.133ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-transform-final-sync.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-transform-final-sync.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 66 - test/parallel/test-stream-transform-final.js # time=112.824ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-transform-final.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-transform-final.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-transform-flush-data.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-transform-flush-data.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-transform-objectmode-falsey-value.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-transform-objectmode-falsey-value.js'
>   ]
> }
> not ok 67 - test/parallel/test-stream-transform-flush-data.js # time=109.863ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-transform-flush-data.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-transform-flush-data.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 68 - test/parallel/test-stream-transform-objectmode-falsey-value.js # time=112.48ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-transform-objectmode-falsey-value.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-transform-objectmode-falsey-value.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-transform-split-highwatermark.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-transform-split-highwatermark.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-transform-split-objectmode.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-transform-split-objectmode.js'
>   ]
> }
> not ok 69 - test/parallel/test-stream-transform-split-highwatermark.js # time=115.589ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-transform-split-highwatermark.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-transform-split-highwatermark.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 70 - test/parallel/test-stream-transform-split-objectmode.js # time=113.544ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-transform-split-objectmode.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-transform-split-objectmode.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-uint8array.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-uint8array.js'
>   ]
> }
> not ok 71 - test/parallel/test-stream-uint8array.js # time=109.361ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-uint8array.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-uint8array.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-unpipe-event.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-unpipe-event.js'
>   ]
> }
> not ok 72 - test/parallel/test-stream-unpipe-event.js # time=113.631ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-unpipe-event.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-unpipe-event.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-unshift-read-race.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-unshift-read-race.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-unshift-empty-chunk.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-unshift-empty-chunk.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-writable-change-default-encoding.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-writable-change-default-encoding.js'
>   ]
> }
> not ok 73 - test/parallel/test-stream-unshift-empty-chunk.js # time=119.031ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-unshift-empty-chunk.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-unshift-empty-chunk.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 74 - test/parallel/test-stream-unshift-read-race.js # time=111.086ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-unshift-read-race.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-unshift-read-race.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-writable-constructor-set-methods.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-writable-constructor-set-methods.js'
>   ]
> }
> not ok 75 - test/parallel/test-stream-writable-change-default-encoding.js # time=115.395ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-writable-change-default-encoding.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-writable-change-default-encoding.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 76 - test/parallel/test-stream-writable-constructor-set-methods.js # time=103.878ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-writable-constructor-set-methods.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-writable-constructor-set-methods.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-writable-decoded-encoding.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-writable-decoded-encoding.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-writable-ended-state.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-writable-ended-state.js'
>   ]
> }
> not ok 77 - test/parallel/test-stream-writable-decoded-encoding.js # time=114.707ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-writable-decoded-encoding.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-writable-decoded-encoding.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-writable-destroy.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-writable-destroy.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-writable-finished-state.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-writable-finished-state.js'
>   ]
> }
> not ok 78 - test/parallel/test-stream-writable-destroy.js # time=116.563ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-writable-destroy.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-writable-destroy.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 79 - test/parallel/test-stream-writable-ended-state.js # time=104.407ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-writable-ended-state.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-writable-ended-state.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 80 - test/parallel/test-stream-writable-finished-state.js # time=106.635ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-writable-finished-state.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-writable-finished-state.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-writable-needdrain-state.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-writable-needdrain-state.js'
>   ]
> }
> not ok 81 - test/parallel/test-stream-writable-needdrain-state.js # time=107.605ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-writable-needdrain-state.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-writable-needdrain-state.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-writable-null.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-writable-null.js'
>   ]
> }
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-writable-write-cb-twice.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-writable-write-cb-twice.js'
>   ]
> }
> not ok 82 - test/parallel/test-stream-writable-null.js # time=109.226ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-writable-null.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-writable-null.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 83 - test/parallel/test-stream-writable-write-cb-twice.js # time=112.298ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-writable-write-cb-twice.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-writable-write-cb-twice.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-writable-write-writev-finish.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-writable-write-writev-finish.js'
>   ]
> }
> not ok 84 - test/parallel/test-stream-writable-write-writev-finish.js # time=126.686ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-writable-write-writev-finish.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-writable-write-writev-finish.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-writableState-ending.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-writableState-ending.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-write-destroy.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-write-destroy.js'
>   ]
> }
> not ok 85 - test/parallel/test-stream-writableState-ending.js # time=121.319ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-writableState-ending.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-writableState-ending.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 86 - test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js # time=113.376ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-writableState-uncorked-bufferedRequestCount.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 87 - test/parallel/test-stream-write-destroy.js # time=101.843ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-write-destroy.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-write-destroy.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-write-final.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-write-final.js'
>   ]
> }
> not ok 88 - test/parallel/test-stream-write-final.js # time=113.92ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-write-final.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-write-final.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream-writev.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream-writev.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-base64-single-char-read-end.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-base64-single-char-read-end.js'
>   ]
> }
> not ok 89 - test/parallel/test-stream-writev.js # time=115.107ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream-writev.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream-writev.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-basic.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-basic.js'
>   ]
> }
> not ok 90 - test/parallel/test-stream2-base64-single-char-read-end.js # time=115.969ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-base64-single-char-read-end.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-base64-single-char-read-end.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 91 - test/parallel/test-stream2-basic.js # time=108.902ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-basic.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-basic.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-compatibility.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-compatibility.js'
>   ]
> }
> not ok 92 - test/parallel/test-stream2-compatibility.js # time=110.829ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-compatibility.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-compatibility.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-decode-partial.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-decode-partial.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-finish-pipe.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-finish-pipe.js'
>   ]
> }
> not ok 93 - test/parallel/test-stream2-decode-partial.js # time=115.222ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-decode-partial.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-decode-partial.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-large-read-stall.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-large-read-stall.js'
>   ]
> }
> not ok 94 - test/parallel/test-stream2-finish-pipe.js # time=113.03ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-finish-pipe.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-finish-pipe.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 95 - test/parallel/test-stream2-large-read-stall.js # time=116.567ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-large-read-stall.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-large-read-stall.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-objects.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-objects.js'
>   ]
> }
> not ok 96 - test/parallel/test-stream2-objects.js # time=118.697ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-objects.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-objects.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-pipe-error-handling.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-pipe-error-handling.js'
>   ]
> }
> not ok 97 - test/parallel/test-stream2-pipe-error-handling.js # time=120.369ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-pipe-error-handling.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-pipe-error-handling.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-push.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-push.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-pipe-error-once-listener.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-pipe-error-once-listener.js'
>   ]
> }
> not ok 98 - test/parallel/test-stream2-pipe-error-once-listener.js # time=127.322ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-pipe-error-once-listener.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-pipe-error-once-listener.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-read-sync-stack.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-read-sync-stack.js'
>   ]
> }
> {
>     1..0 # no tests found
> }
> 
> not ok 99 - test/parallel/test-stream2-push.js # time=109.416ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-push.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-push.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 100 - test/parallel/test-stream2-read-sync-stack.js # time=111.797ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-read-sync-stack.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-read-sync-stack.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-readable-empty-buffer-no-eof.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-readable-empty-buffer-no-eof.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-readable-from-list.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-readable-from-list.js'
>   ]
> }
> not ok 101 - test/parallel/test-stream2-readable-empty-buffer-no-eof.js # time=120.427ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-readable-empty-buffer-no-eof.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-readable-empty-buffer-no-eof.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 102 - test/parallel/test-stream2-readable-from-list.js # time=119.219ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-readable-from-list.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-readable-from-list.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-readable-legacy-drain.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-readable-legacy-drain.js'
>   ]
> }
> not ok 103 - test/parallel/test-stream2-readable-legacy-drain.js # time=111.649ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-readable-legacy-drain.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-readable-legacy-drain.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-readable-non-empty-end.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-readable-non-empty-end.js'
>   ]
> }
>     1..0 # no tests found
> }
> 
> not ok 104 - test/parallel/test-stream2-readable-non-empty-end.js # time=114.238ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-readable-non-empty-end.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-readable-non-empty-end.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-readable-wrap-empty.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-readable-wrap-empty.js'
>   ]
> }
> not ok 105 - test/parallel/test-stream2-readable-wrap-empty.js # time=108.855ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-readable-wrap-empty.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-readable-wrap-empty.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-set-encoding.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-set-encoding.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-transform.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-transform.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-unpipe-drain.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-unpipe-drain.js'
>   ]
> }
> not ok 106 - test/parallel/test-stream2-set-encoding.js # time=123.785ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-set-encoding.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-set-encoding.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 107 - test/parallel/test-stream2-transform.js # time=113.065ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-transform.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-transform.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 108 - test/parallel/test-stream2-unpipe-drain.js # time=110.789ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-unpipe-drain.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-unpipe-drain.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-unpipe-leak.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-unpipe-leak.js'
>   ]
> }
> not ok 109 - test/parallel/test-stream2-unpipe-leak.js # time=112.065ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-unpipe-leak.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-unpipe-leak.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream2-writable.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream2-writable.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream3-cork-end.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream3-cork-end.js'
>   ]
> }
> not ok 110 - test/parallel/test-stream2-writable.js # time=113.84ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream2-writable.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream2-writable.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream3-cork-uncork.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream3-cork-uncork.js'
>   ]
> }
> not ok 111 - test/parallel/test-stream3-cork-end.js # time=110.668ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream3-cork-end.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream3-cork-end.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 112 - test/parallel/test-stream3-cork-uncork.js # time=123.366ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream3-cork-uncork.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream3-cork-uncork.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-stream3-pause-then-read.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-stream3-pause-then-read.js'
>   ]
> }
> not ok 113 - test/parallel/test-stream3-pause-then-read.js # time=118.684ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-stream3-pause-then-read.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-stream3-pause-then-read.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/parallel/test-streams-highwatermark.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/parallel/test-streams-highwatermark.js'
>   ]
> }
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/ours/lolex-fake-timers.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/ours/lolex-fake-timers.js'
>   ]
> }
> not ok 114 - test/parallel/test-streams-highwatermark.js # time=129.094ms
>   ---
>   timeout: 30000
>   file: test/parallel/test-streams-highwatermark.js
>   command: /usr/bin/node
>   args:
>     - test/parallel/test-streams-highwatermark.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> internal/modules/cjs/loader.js:818
>   throw err;
>   ^
> 
> Error: Cannot find module '@babel/polyfill'
> Require stack:
> - /<<PKGBUILDDIR>>/test/common/index.js
> - /<<PKGBUILDDIR>>/test/ours/test-stream-sync-write.js
>     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
>     at Module.require (internal/modules/cjs/loader.js:887:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/common/index.js:16:1)
>     at Module._compile (internal/modules/cjs/loader.js:999:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
>     at Module.load (internal/modules/cjs/loader.js:863:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
>     at Module.require (internal/modules/cjs/loader.js:887:19) {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/common/index.js',
>     '/<<PKGBUILDDIR>>/test/ours/test-stream-sync-write.js'
>   ]
> }
> ok 115 - test/ours/errors.js # time=211.453ms {
>     ok 1 - sync done
>     1..1
>     # time=4.643ms
> }
> 
> not ok 116 - test/ours/lolex-fake-timers.js # time=108.073ms
>   ---
>   timeout: 30000
>   file: test/ours/lolex-fake-timers.js
>   command: /usr/bin/node
>   args:
>     - test/ours/lolex-fake-timers.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> not ok 117 - test/ours/test-stream-sync-write.js # time=84.868ms
>   ---
>   timeout: 30000
>   file: test/ours/test-stream-sync-write.js
>   command: /usr/bin/node
>   args:
>     - test/ours/test-stream-sync-write.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     1..0 # no tests found
> }
> 
> 1..117
> # failed 116 of 117 tests
> # time=3575.407ms
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1

The full build log is available from:
   http://qa-logs.debian.net/2021/01/20/node-readable-stream_3.6.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with me
so that we can identify if something relevant changed in the meantime.

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the Pkg-javascript-devel mailing list