Skip to content

lib: implement WHATWG-spec Big5 decoder in js #11353

lib: implement WHATWG-spec Big5 decoder in js

lib: implement WHATWG-spec Big5 decoder in js #11353

Triggered via pull request August 21, 2026 14:30
Status Failure
Total duration 47m 58s
Artifacts 1

test-shared.yml

on: pull_request
Build slim tarball
1m 18s
Build slim tarball
aarch64-linux: Cache V8 build
16s
aarch64-linux: Cache V8 build
Matrix: build
Matrix: build-openssl
Fit to window
Zoom out
Zoom in

Annotations

18 errors
aarch64-linux: with shared boringssl-0.20260803.0 / build
Process completed with exit code 2.
aarch64-linux: with shared boringssl-0.20260803.0 / build: test/parallel/test-bootstrap-modules.js#L268
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: These builtins are now unexpectedly loaded before pre-execution. If this is intentional, add them to `expected.beforePreExec`. # Note: loading more builtins before pre-execution can lead to startup performance regression or invalid snapshots. - Consider lazy loading builtins that are not used universally. - Make sure that the builtins do not access environment dependent states e.g. command line arguments or environment variables during loading. - When in doubt, ask @nodejs/startup. --- These could be added to expected.beforePreExec --- [ 'NativeModule internal/encoding/big5' ] 9 !== 0 at Object.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js:268:8) at Module._compile (node:internal/modules/cjs/loader:1937:14) at Object..js (node:internal/modules/cjs/loader:2077:10) at Module.load (node:internal/modules/cjs/loader:1659:32) at Module._load (node:internal/modules/cjs/loader:1451:12) at wrapModuleLoad (node:internal/modules/cjs/loader:261:19) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: false, code: 'ERR_ASSERTION', actual: 9, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js
aarch64-linux: with shared openssl-3.6.3 / build
Process completed with exit code 2.
aarch64-linux: with shared openssl-3.6.3 / build: test/parallel/test-bootstrap-modules.js#L268
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: These builtins are now unexpectedly loaded before pre-execution. If this is intentional, add them to `expected.beforePreExec`. # Note: loading more builtins before pre-execution can lead to startup performance regression or invalid snapshots. - Consider lazy loading builtins that are not used universally. - Make sure that the builtins do not access environment dependent states e.g. command line arguments or environment variables during loading. - When in doubt, ask @nodejs/startup. --- These could be added to expected.beforePreExec --- [ 'NativeModule internal/encoding/big5' ] 9 !== 0 at Object.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js:268:8) at Module._compile (node:internal/modules/cjs/loader:1937:14) at Object..js (node:internal/modules/cjs/loader:2077:10) at Module.load (node:internal/modules/cjs/loader:1659:32) at Module._load (node:internal/modules/cjs/loader:1451:12) at wrapModuleLoad (node:internal/modules/cjs/loader:261:19) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: false, code: 'ERR_ASSERTION', actual: 9, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js
aarch64-linux: with shared openssl-4.0.1 / build
Process completed with exit code 2.
aarch64-linux: with shared openssl-4.0.1 / build: test/parallel/test-bootstrap-modules.js#L268
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: These builtins are now unexpectedly loaded before pre-execution. If this is intentional, add them to `expected.beforePreExec`. # Note: loading more builtins before pre-execution can lead to startup performance regression or invalid snapshots. - Consider lazy loading builtins that are not used universally. - Make sure that the builtins do not access environment dependent states e.g. command line arguments or environment variables during loading. - When in doubt, ask @nodejs/startup. --- These could be added to expected.beforePreExec --- [ 'NativeModule internal/encoding/big5' ] 9 !== 0 at Object.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js:268:8) at Module._compile (node:internal/modules/cjs/loader:1937:14) at Object..js (node:internal/modules/cjs/loader:2077:10) at Module.load (node:internal/modules/cjs/loader:1659:32) at Module._load (node:internal/modules/cjs/loader:1451:12) at wrapModuleLoad (node:internal/modules/cjs/loader:261:19) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: false, code: 'ERR_ASSERTION', actual: 9, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js
aarch64-linux: with shared openssl-3.5.7 / build
Process completed with exit code 2.
aarch64-linux: with shared openssl-3.5.7 / build: test/parallel/test-bootstrap-modules.js#L268
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: These builtins are now unexpectedly loaded before pre-execution. If this is intentional, add them to `expected.beforePreExec`. # Note: loading more builtins before pre-execution can lead to startup performance regression or invalid snapshots. - Consider lazy loading builtins that are not used universally. - Make sure that the builtins do not access environment dependent states e.g. command line arguments or environment variables during loading. - When in doubt, ask @nodejs/startup. --- These could be added to expected.beforePreExec --- [ 'NativeModule internal/encoding/big5' ] 9 !== 0 at Object.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js:268:8) at Module._compile (node:internal/modules/cjs/loader:1937:14) at Object..js (node:internal/modules/cjs/loader:2077:10) at Module.load (node:internal/modules/cjs/loader:1659:32) at Module._load (node:internal/modules/cjs/loader:1451:12) at wrapModuleLoad (node:internal/modules/cjs/loader:261:19) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: false, code: 'ERR_ASSERTION', actual: 9, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js
aarch64-linux: with shared openssl-3.0.21 / build
Process completed with exit code 2.
aarch64-linux: with shared openssl-3.0.21 / build: test/parallel/test-bootstrap-modules.js#L268
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: These builtins are now unexpectedly loaded before pre-execution. If this is intentional, add them to `expected.beforePreExec`. # Note: loading more builtins before pre-execution can lead to startup performance regression or invalid snapshots. - Consider lazy loading builtins that are not used universally. - Make sure that the builtins do not access environment dependent states e.g. command line arguments or environment variables during loading. - When in doubt, ask @nodejs/startup. --- These could be added to expected.beforePreExec --- [ 'NativeModule internal/encoding/big5' ] 9 !== 0 at Object.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js:268:8) at Module._compile (node:internal/modules/cjs/loader:1937:14) at Object..js (node:internal/modules/cjs/loader:2077:10) at Module.load (node:internal/modules/cjs/loader:1659:32) at Module._load (node:internal/modules/cjs/loader:1451:12) at wrapModuleLoad (node:internal/modules/cjs/loader:261:19) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: false, code: 'ERR_ASSERTION', actual: 9, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js
x86_64-linux: with shared libraries and perfetto / build
Process completed with exit code 2.
x86_64-linux: with shared libraries and perfetto / build: test/parallel/test-bootstrap-modules.js#L268
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: These builtins are now unexpectedly loaded before pre-execution. If this is intentional, add them to `expected.beforePreExec`. # Note: loading more builtins before pre-execution can lead to startup performance regression or invalid snapshots. - Consider lazy loading builtins that are not used universally. - Make sure that the builtins do not access environment dependent states e.g. command line arguments or environment variables during loading. - When in doubt, ask @nodejs/startup. --- These could be added to expected.beforePreExec --- [ 'NativeModule internal/encoding/big5' ] 9 !== 0 at Object.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js:268:8) at Module._compile (node:internal/modules/cjs/loader:1937:14) at Object..js (node:internal/modules/cjs/loader:2077:10) at Module.load (node:internal/modules/cjs/loader:1659:32) at Module._load (node:internal/modules/cjs/loader:1451:12) at wrapModuleLoad (node:internal/modules/cjs/loader:261:19) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: false, code: 'ERR_ASSERTION', actual: 9, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js
aarch64-darwin: with shared libraries / build
Process completed with exit code 2.
aarch64-darwin: with shared libraries / build: test/parallel/test-bootstrap-modules.js#L268
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: These builtins are now unexpectedly loaded before pre-execution. If this is intentional, add them to `expected.beforePreExec`. # Note: loading more builtins before pre-execution can lead to startup performance regression or invalid snapshots. - Consider lazy loading builtins that are not used universally. - Make sure that the builtins do not access environment dependent states e.g. command line arguments or environment variables during loading. - When in doubt, ask @nodejs/startup. --- These could be added to expected.beforePreExec --- [ 'NativeModule internal/encoding/big5' ] 9 !== 0 at Object.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js:268:8) at Module._compile (node:internal/modules/cjs/loader:1937:14) at Object..js (node:internal/modules/cjs/loader:2077:10) at Module.load (node:internal/modules/cjs/loader:1659:32) at Module._load (node:internal/modules/cjs/loader:1451:12) at wrapModuleLoad (node:internal/modules/cjs/loader:261:19) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: false, code: 'ERR_ASSERTION', actual: 9, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js
aarch64-linux: with shared openssl-fips-3.5.7 / build
Process completed with exit code 2.
aarch64-linux: with shared openssl-fips-3.5.7 / build: test/parallel/test-bootstrap-modules.js#L268
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: These builtins are now unexpectedly loaded before pre-execution. If this is intentional, add them to `expected.beforePreExec`. # Note: loading more builtins before pre-execution can lead to startup performance regression or invalid snapshots. - Consider lazy loading builtins that are not used universally. - Make sure that the builtins do not access environment dependent states e.g. command line arguments or environment variables during loading. - When in doubt, ask @nodejs/startup. --- These could be added to expected.beforePreExec --- [ 'NativeModule internal/encoding/big5' ] 9 !== 0 at Object.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js:268:8) at Module._compile (node:internal/modules/cjs/loader:1937:14) at Object..js (node:internal/modules/cjs/loader:2077:10) at Module.load (node:internal/modules/cjs/loader:1659:32) at Module._load (node:internal/modules/cjs/loader:1451:12) at wrapModuleLoad (node:internal/modules/cjs/loader:261:19) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: false, code: 'ERR_ASSERTION', actual: 9, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js
x86_64-darwin: with shared libraries / build
Process completed with exit code 2.
x86_64-darwin: with shared libraries / build: test/parallel/test-bootstrap-modules.js#L268
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: These builtins are now unexpectedly loaded before pre-execution. If this is intentional, add them to `expected.beforePreExec`. # Note: loading more builtins before pre-execution can lead to startup performance regression or invalid snapshots. - Consider lazy loading builtins that are not used universally. - Make sure that the builtins do not access environment dependent states e.g. command line arguments or environment variables during loading. - When in doubt, ask @nodejs/startup. --- These could be added to expected.beforePreExec --- [ 'NativeModule internal/encoding/big5' ] 9 !== 0 at Object.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js:268:8) at Module._compile (node:internal/modules/cjs/loader:1937:14) at Object..js (node:internal/modules/cjs/loader:2077:10) at Module.load (node:internal/modules/cjs/loader:1659:32) at Module._load (node:internal/modules/cjs/loader:1451:12) at wrapModuleLoad (node:internal/modules/cjs/loader:261:19) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: false, code: 'ERR_ASSERTION', actual: 9, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v27.0.0-nightly2026-08-21d6fa5ace73-slim/test/parallel/test-bootstrap-modules.js

Artifacts

Produced during runtime
Name Size Digest
node-v27.0.0-nightly2026-08-21d6fa5ace73-slim.tar.gz
47.7 MB
sha256:f347d5e982a0b9ea78381e5c6b464f8b6b0361533488a1c7834873d5bf4e5d32