crypto: support loading private keys through STORE loaders #86771
Annotations
6 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-cli-node-options-docs.js#L118
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: doc/api/cli.md Options subsections are not in alphabetical order
+ actual - expected
[
'-',
'--',
'--abort-on-uncaught-exception',
'--allow-addons',
'--allow-child-process',
- '--allow-crypto-store',
'--allow-ffi',
'--allow-fs-read',
'--allow-fs-write',
'--allow-inspector',
+ '--allow-crypto-store',
'--allow-net',
'--allow-wasi',
'--allow-worker',
'--build-sea=config',
'--build-snapshot',
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-cli-node-options-docs.js:118:12)
at Module._compile (node:internal/modules/cjs/loader:1947:14)
at Object..js (node:internal/modules/cjs/loader:2087:10)
at Module.load (node:internal/modules/cjs/loader:1669:32)
at Module._load (node:internal/modules/cjs/loader:1450:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:260: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: [
'-',
'--',
'--abort-on-uncaught-exception',
'--allow-addons',
'--allow-child-process',
'--allow-ffi',
'--allow-fs-read',
'--allow-fs-write',
'--allow-inspector',
'--allow-crypto-store',
'--allow-net',
'--allow-wasi',
'--allow-worker',
'--build-sea=config',
'--build-snapshot',
'--build-snapshot-config',
'--check',
'--completion-bash',
'--conditions=condition',
'--cpu-prof',
'--cpu-prof-dir',
'--cpu-prof-interval',
'--cpu-prof-name',
'--diagnostic-dir=directory',
'--disable-proto=mode',
'--disable-sigusr1',
'--disable-warning=code-or-type',
'--disable-wasm-trap-handler',
'--disallow-code-generation-from-strings',
'--dns-result-order=order',
'--enable-fips',
'--enable-source-maps',
'--entry-url',
'--env-file-if-exists=file',
'--env-file=file',
'--eval "script"',
'--experimental-addon-modules',
'--experimental-config-file=path',
'--experimental-default-config-file',
'--experimental-dtls',
'--experimental-eventsource',
'--experimental-ffi',
'--experimental-import-meta-resolve',
'--experimental-inspector-network-resource',
'--experimental-loader=module',
'--experimental-network-inspection',
'--experimental-package-map=<path>',
'--experimental-print-required-tla',
'--experimental-quic',
'--experimental-sea-config',
'--experimental-shadow-realm',
'--experimental-storage-inspection',
'--experimental-stream-iter',
'--experimental-test-coverage',
'--experimental-test-module-mocks',
'--experimental-test-tag-filter=<tag>',
'--experimental-vfs',
'--experimental-vm-modules',
'--experimental-wasi-unstable-preview1',
'--experimental-worker-inspection',
'--expose-gc',
'--force-context-aware',
'--force-fips',
'--force-node-api-uncaught-exceptions-policy',
'--frozen-intrinsics',
'--heap-prof',
'--heap-prof-dir',
'--heap-prof-interval',
'--heap-prof-name',
'--heapsnapshot-near-heap-limit=max_count',
'--heapsnapshot-signal=signal',
'--help',
'--icu-data-dir=file',
'--import=module',
'--input-type=type',
'--insecure-http-parser',
'--inspect-brk[=[host:]port]',
'--inspect-port=[host:]port',
'--inspect-publish-uid=stderr,http',
'--inspect-wait[=[host:]port]',
'--inspect[=[host:]port]',
'--interactive',
'--jitless',
'--localstorage-file=file',
'--max-http-header-size=size',
'--max-old-space-size-percentage=percentage',
'--napi-modules',
'--network-family-autoselection-attempt-timeout',
'--no-addons',
'--no-async-context-frame',
'--no-deprecation',
'--no-experimental-detect-module',
'--no-experimental-global-navigator',
'--no-experimental-repl-await',
'--no-experimental-require-module',
'--no-experimental-sqli
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-cli-node-cli-manpage-options.mjs#L0
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: The following flag (present in `doc/api/cli.md`) is missing in the `doc/node.1` file: "--allow-crypto-store"
at file:///home/runner/work/node/node/node/test/parallel/test-cli-node-cli-manpage-options.mjs:48:14
at process.processTicksAndRejections (node:internal/process/task_queues:104:5) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-cli-node-cli-manpage-options.mjs
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-cli-node-options-docs.js#L118
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: doc/api/cli.md Options subsections are not in alphabetical order
+ actual - expected
[
'-',
'--',
'--abort-on-uncaught-exception',
'--allow-addons',
'--allow-child-process',
- '--allow-crypto-store',
'--allow-ffi',
'--allow-fs-read',
'--allow-fs-write',
'--allow-inspector',
+ '--allow-crypto-store',
'--allow-net',
'--allow-wasi',
'--allow-worker',
'--build-sea=config',
'--build-snapshot',
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-cli-node-options-docs.js:118:12)
at Module._compile (node:internal/modules/cjs/loader:1947:14)
at Object..js (node:internal/modules/cjs/loader:2087:10)
at Module.load (node:internal/modules/cjs/loader:1669:32)
at Module._load (node:internal/modules/cjs/loader:1450:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:260: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: [
'-',
'--',
'--abort-on-uncaught-exception',
'--allow-addons',
'--allow-child-process',
'--allow-ffi',
'--allow-fs-read',
'--allow-fs-write',
'--allow-inspector',
'--allow-crypto-store',
'--allow-net',
'--allow-wasi',
'--allow-worker',
'--build-sea=config',
'--build-snapshot',
'--build-snapshot-config',
'--check',
'--completion-bash',
'--conditions=condition',
'--cpu-prof',
'--cpu-prof-dir',
'--cpu-prof-interval',
'--cpu-prof-name',
'--diagnostic-dir=directory',
'--disable-proto=mode',
'--disable-sigusr1',
'--disable-warning=code-or-type',
'--disable-wasm-trap-handler',
'--disallow-code-generation-from-strings',
'--dns-result-order=order',
'--enable-fips',
'--enable-source-maps',
'--entry-url',
'--env-file-if-exists=file',
'--env-file=file',
'--eval "script"',
'--experimental-addon-modules',
'--experimental-config-file=path',
'--experimental-default-config-file',
'--experimental-dtls',
'--experimental-eventsource',
'--experimental-ffi',
'--experimental-import-meta-resolve',
'--experimental-inspector-network-resource',
'--experimental-loader=module',
'--experimental-network-inspection',
'--experimental-package-map=<path>',
'--experimental-print-required-tla',
'--experimental-quic',
'--experimental-sea-config',
'--experimental-shadow-realm',
'--experimental-storage-inspection',
'--experimental-stream-iter',
'--experimental-test-coverage',
'--experimental-test-module-mocks',
'--experimental-test-tag-filter=<tag>',
'--experimental-vfs',
'--experimental-vm-modules',
'--experimental-wasi-unstable-preview1',
'--experimental-worker-inspection',
'--expose-gc',
'--force-context-aware',
'--force-fips',
'--force-node-api-uncaught-exceptions-policy',
'--frozen-intrinsics',
'--heap-prof',
'--heap-prof-dir',
'--heap-prof-interval',
'--heap-prof-name',
'--heapsnapshot-near-heap-limit=max_count',
'--heapsnapshot-signal=signal',
'--help',
'--icu-data-dir=file',
'--import=module',
'--input-type=type',
'--insecure-http-parser',
'--inspect-brk[=[host:]port]',
'--inspect-port=[host:]port',
'--inspect-publish-uid=stderr,http',
'--inspect-wait[=[host:]port]',
'--inspect[=[host:]port]',
'--interactive',
'--jitless',
'--localstorage-file=file',
'--max-http-header-size=size',
'--max-old-space-size-percentage=percentage',
'--napi-modules',
'--network-family-autoselection-attempt-timeout',
'--no-addons',
'--no-async-context-frame',
'--no-deprecation',
'--no-experimental-detect-module',
'--no-experimental-global-navigator',
'--no-experimental-repl-await',
'--no-experimental-require-module',
'--no-experimental-sqli
|
|
test-linux (ubuntu-24.04):
test/parallel/test-cli-node-cli-manpage-options.mjs#L0
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: The following flag (present in `doc/api/cli.md`) is missing in the `doc/node.1` file: "--allow-crypto-store"
at file:///home/runner/work/node/node/node/test/parallel/test-cli-node-cli-manpage-options.mjs:48:14
at process.processTicksAndRejections (node:internal/process/task_queues:104:5) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-cli-node-cli-manpage-options.mjs
|
|
sccache stats - test-linux
84% - 4199 hits, 786 misses, 0 errors
|
|
sccache stats - test-linux
89% - 4429 hits, 546 misses, 0 errors
|