Skip to content

loader: implement package maps #4201

loader: implement package maps

loader: implement package maps #4201

Triggered via pull request March 13, 2026 13:58
Status Failure
Total duration 36m 12s
Artifacts 1

test-shared.yml

on: pull_request
Build slim tarball
1m 51s
Build slim tarball
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 4 warnings
aarch64-darwin: with shared libraries
Process completed with exit code 2.
aarch64-darwin: with shared libraries: test/parallel/test-package-map-cli.js#L24
--- stdout --- Test failure: 'works via NODE_OPTIONS' Location: test/parallel/test-package-map-cli.js:11:3 AssertionError [ERR_ASSERTION]: node:internal/modules/cjs/loader:1517 throw err; ^ Error: Cannot find module 'dep-a' Require stack: - /Users/runner/work/_temp/node-v26.0.0-nightly2026-03-131c114ed68c-slim/test/fixtures/package-map/root/[eval] at Module._resolveFilename (node:internal/modules/cjs/loader:1513:15) at wrapResolveFilename (node:internal/modules/cjs/loader:1086:27) at defaultResolveImplForCJSLoading (node:internal/modules/cjs/loader:1110:10) at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1131:12) at Module._load (node:internal/modules/cjs/loader:1299:25) at wrapModuleLoad (node:internal/modules/cjs/loader:260:19) at Module.require (node:internal/modules/cjs/loader:1634:12) at require (node:internal/modules/helpers:191:16) at [eval]:1:13 at runScriptInThisContext (node:internal/vm:219:10) { code: 'MODULE_NOT_FOUND', requireStack: [ '/Users/runner/work/_temp/node-v26.0.0-nightly2026-03-131c114ed68c-slim/test/fixtures/package-map/root/[eval]' ] } Node.js v26.0.0-pre 1 !== 0 at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-03-131c114ed68c-slim/test/parallel/test-package-map-cli.js:24:12) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1201:25) at Test.start (node:internal/test_runner/test:1096:17) at node:internal/test_runner/test:1617:71 at node:internal/per_context/primordials:466:82 at new Promise (<anonymous>) at new SafePromise (node:internal/per_context/primordials:435:3) at node:internal/per_context/primordials:466:9 at Array.map (<anonymous>) { generatedMessage: false, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2026-03-131c114ed68c-slim/test/parallel/test-package-map-cli.js
x86_64-darwin: with shared libraries
Process completed with exit code 2.
x86_64-darwin: with shared libraries: test/parallel/test-package-map-cli.js#L24
--- stdout --- Test failure: 'works via NODE_OPTIONS' Location: test/parallel/test-package-map-cli.js:11:3 AssertionError [ERR_ASSERTION]: node:internal/modules/cjs/loader:1517 throw err; ^ Error: Cannot find module 'dep-a' Require stack: - /Users/runner/work/_temp/node-v26.0.0-nightly2026-03-131c114ed68c-slim/test/fixtures/package-map/root/[eval] at Module._resolveFilename (node:internal/modules/cjs/loader:1513:15) at wrapResolveFilename (node:internal/modules/cjs/loader:1086:27) at defaultResolveImplForCJSLoading (node:internal/modules/cjs/loader:1110:10) at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1131:12) at Module._load (node:internal/modules/cjs/loader:1299:25) at wrapModuleLoad (node:internal/modules/cjs/loader:260:19) at Module.require (node:internal/modules/cjs/loader:1634:12) at require (node:internal/modules/helpers:191:16) at [eval]:1:13 at runScriptInThisContext (node:internal/vm:219:10) { code: 'MODULE_NOT_FOUND', requireStack: [ '/Users/runner/work/_temp/node-v26.0.0-nightly2026-03-131c114ed68c-slim/test/fixtures/package-map/root/[eval]' ] } Node.js v26.0.0-pre 1 !== 0 at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-03-131c114ed68c-slim/test/parallel/test-package-map-cli.js:24:12) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1201:25) at Test.start (node:internal/test_runner/test:1096:17) at node:internal/test_runner/test:1617:71 at node:internal/per_context/primordials:466:82 at new Promise (<anonymous>) at new SafePromise (node:internal/per_context/primordials:435:3) at node:internal/per_context/primordials:466:9 at Array.map (<anonymous>) { generatedMessage: false, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2026-03-131c114ed68c-slim/test/parallel/test-package-map-cli.js
aarch64-darwin: with shared libraries
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: cachix/cachix-action@3ba601ff5bbb07c7220846facfa2cd81eeee15a1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
aarch64-linux: with shared libraries
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: cachix/cachix-action@3ba601ff5bbb07c7220846facfa2cd81eeee15a1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
x86_64-linux: with shared libraries
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: cachix/cachix-action@3ba601ff5bbb07c7220846facfa2cd81eeee15a1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
x86_64-darwin: with shared libraries
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: cachix/cachix-action@3ba601ff5bbb07c7220846facfa2cd81eeee15a1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
tarballs
48.3 MB
sha256:b0257179e9d655bb4f94fb2afaae79cd7e21bed41a44a237e3100a89adfe5a66