Virtual File System for Node.js #82392
Annotations
4 errors, 2 warnings, and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-vfs-module-hooks.mjs#L0
--- stderr ---
node:internal/vfs/setup:1163
throw new ERR_INVALID_PACKAGE_CONFIG(
^
Error [ERR_INVALID_PACKAGE_CONFIG]: Invalid package config /mh28/bad-json-dir/package.json. Expected property name or '}' in JSON at position 2 (line 1 column 3)
at readPackageJSON (node:internal/vfs/setup:1163:19)
at loaderReadPackageJSON (node:internal/modules/helpers:181:12)
at Object.read (node:internal/modules/package_json_reader:130:18)
at _readPackage (node:internal/modules/cjs/loader:506:55)
at tryPackage (node:internal/modules/cjs/loader:527:36)
at Module._findPath (node:internal/modules/cjs/loader:809:18)
at Module._resolveFilename (node:internal/modules/cjs/loader:1471:27)
at wrapResolveFilename (node:internal/modules/cjs/loader:1059:27)
at defaultResolveImplForCJSLoading (node:internal/modules/cjs/loader:1083:10)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1104:12) {
code: 'ERR_INVALID_PACKAGE_CONFIG'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-vfs-module-hooks.mjs
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-vfs-module-hooks.mjs#L0
--- stderr ---
node:internal/vfs/setup:1163
throw new ERR_INVALID_PACKAGE_CONFIG(
^
Error [ERR_INVALID_PACKAGE_CONFIG]: Invalid package config /mh28/bad-json-dir/package.json. Expected property name or '}' in JSON at position 2 (line 1 column 3)
at readPackageJSON (node:internal/vfs/setup:1163:19)
at loaderReadPackageJSON (node:internal/modules/helpers:181:12)
at Object.read (node:internal/modules/package_json_reader:130:18)
at _readPackage (node:internal/modules/cjs/loader:506:55)
at tryPackage (node:internal/modules/cjs/loader:527:36)
at Module._findPath (node:internal/modules/cjs/loader:809:18)
at Module._resolveFilename (node:internal/modules/cjs/loader:1471:27)
at wrapResolveFilename (node:internal/modules/cjs/loader:1059:27)
at defaultResolveImplForCJSLoading (node:internal/modules/cjs/loader:1083:10)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1104:12) {
code: 'ERR_INVALID_PACKAGE_CONFIG'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-vfs-module-hooks.mjs
|
|
test-linux (ubuntu-24.04-arm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. 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/
|
|
test-linux (ubuntu-24.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. 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/
|
|
sccache stats
59% - 2849 hits, 2011 misses, 0 errors
|
|
sccache stats
67% - 3245 hits, 1602 misses, 0 errors
|