deps: add ata JSON Schema validator for node.config.json #83792
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-config-file.js#L686
--- stdout ---
Test failure: 'rejects boolean option with string value'
Location: test/parallel/test-config-file.js:680:3
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Invalid configuration/. Input:
'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n'
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-config-file.js:686:12)
at async Test.run (node:internal/test_runner/test:1304:7)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1753:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:888:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n',
expected: /Invalid configuration/,
operator: 'match',
diff: 'simple'
}
Test failure: 'rejects number option with string value'
Location: test/parallel/test-config-file.js:691:3
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Invalid configuration/. Input:
'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n'
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-config-file.js:697:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Test.run (node:internal/test_runner/test:1304:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:888:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n',
expected: /Invalid configuration/,
operator: 'match',
diff: 'simple'
}
Test failure: 'rejects array option with boolean value'
Location: test/parallel/test-config-file.js:702:3
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Invalid configuration/. Input:
'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n'
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-config-file.js:708:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Test.run (node:internal/test_runner/test:1304:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:888:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n',
expected: /Invalid configuration/,
operator: 'match',
diff: 'simple'
}
Test failure: 'rejects array with wrong item type'
Location: test/parallel/test-config-file.js:713:3
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Invalid configuration/. Input:
'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n'
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-config-file.js:719:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Test.run (node:internal/test_runner/test:1304:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:888:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n',
expected: /Invalid configuration/,
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-config-file.js#L686
--- stdout ---
Test failure: 'rejects boolean option with string value'
Location: test/parallel/test-config-file.js:680:3
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Invalid configuration/. Input:
'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n'
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-config-file.js:686:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Test.run (node:internal/test_runner/test:1304:7)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1753:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:888:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n',
expected: /Invalid configuration/,
operator: 'match',
diff: 'simple'
}
Test failure: 'rejects number option with string value'
Location: test/parallel/test-config-file.js:691:3
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Invalid configuration/. Input:
'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n'
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-config-file.js:697:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Test.run (node:internal/test_runner/test:1304:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:888:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n',
expected: /Invalid configuration/,
operator: 'match',
diff: 'simple'
}
Test failure: 'rejects array option with boolean value'
Location: test/parallel/test-config-file.js:702:3
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Invalid configuration/. Input:
'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n'
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-config-file.js:708:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Test.run (node:internal/test_runner/test:1304:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:888:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n',
expected: /Invalid configuration/,
operator: 'match',
diff: 'simple'
}
Test failure: 'rejects array with wrong item type'
Location: test/parallel/test-config-file.js:713:3
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Invalid configuration/. Input:
'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n'
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-config-file.js:719:12)
at async Test.run (node:internal/test_runner/test:1304:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:888:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Cannot read configuration from node.config.json: no such file or directory\n' +
'/home/runner/work/node/node/node/out/Release/node: node.config.json: not found\n',
expected: /Invalid configuration/,
|
|
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. Node.js 20 will be removed from the runner on September 16th, 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. Node.js 20 will be removed from the runner on September 16th, 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
64% - 3186 hits, 1777 misses, 0 errors
|
|
sccache stats
65% - 3198 hits, 1755 misses, 0 errors
|