You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CITGM is currently failing on master due to some changes in the CJS module loader, because it breaks the https://www.node-tap.org/ test framework:
> pre-commit@1.2.2 install /data/iojs/build/workspace/citgm-smoker/nodes/rhel72-s390x/citgm_tmp/504cfd89-cd8f-4fe5-bed1-457eddba69b4/split2/node_modules/pre-commit
> node install.js
> spawn-sync@1.0.15 postinstall /data/iojs/build/workspace/citgm-smoker/nodes/rhel72-s390x/citgm_tmp/504cfd89-cd8f-4fe5-bed1-457eddba69b4/split2/node_modules/spawn-sync
> node postinstall
added 450 packages from 242 contributors and audited 1033 packages in 7.233s
found 0 vulnerabilities
> split2@3.1.1 test /data/iojs/build/workspace/citgm-smoker/nodes/rhel72-s390x/citgm_tmp/504cfd89-cd8f-4fe5-bed1-457eddba69b4/split2
> standard && tap -b test.js
TAP version 13
# Subtest: test.js
1..0 # no tests found
not ok 1 - test.js # time=116.868ms
---
timeout: 30000
file: test.js
childId: 0
command: /data/iojs/build/workspace/citgm-smoker/nodes/rhel72-s390x/smoker/bin/node
args:
- '-r'
- >-
/data/iojs/build/workspace/citgm-smoker/nodes/rhel72-s390x/citgm_tmp/504cfd89-cd8f-4fe5-bed1-457eddba69b4/split2/node_modules/esm/esm.js
- test.js
stdio:
- 0
- pipe
- 2
cwd: >-
/data/iojs/build/workspace/citgm-smoker/nodes/rhel72-s390x/citgm_tmp/504cfd89-cd8f-4fe5-bed1-457eddba69b4/split2
exitCode: 1
...
Bail out! # test.js
TypeError: Function.prototype.apply was called on undefined, which is a undefined and not a function
at internal/main/run_main_module.js:17:11
npm ERR! Test failed. See above for more details.
The text was updated successfully, but these errors were encountered:
CITGM is currently failing on master due to some changes in the CJS module loader, because it breaks the https://www.node-tap.org/ test framework:
The text was updated successfully, but these errors were encountered: