Skip to content

repl: add inline syntax highlighting #79015

repl: add inline syntax highlighting

repl: add inline syntax highlighting #79015

Triggered via pull request July 21, 2026 06:18
Status Failure
Total duration 1h 9m 59s
Artifacts

test-macos.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 notice
test-macOS
Process completed with exit code 2.
test-macOS: test/wpt/test-webcrypto.js#L0
--- stderr --- (node:77577) ExperimentalWarning: The Argon2d Web Crypto API algorithm is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) (node:77577) ExperimentalWarning: The Argon2i Web Crypto API algorithm is an experimental feature and might change at any time (node:77577) ExperimentalWarning: The Argon2id Web Crypto API algorithm is an experimental feature and might change at any time (node:77577) ExperimentalWarning: The X448 Web Crypto API algorithm is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) (node:77577) ExperimentalWarning: The X448 Web Crypto API algorithm is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) (node:77577) ExperimentalWarning: The cSHAKE128 Web Crypto API algorithm is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) (node:77577) ExperimentalWarning: The cSHAKE256 Web Crypto API algorithm is an experimental feature and might change at any time (node:77577) ExperimentalWarning: The KT128 Web Crypto API algorithm is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) (node:77577) ExperimentalWarning: The KT256 Web Crypto API algorithm is an experimental feature and might change at any time (node:77577) ExperimentalWarning: The SHA3-256 Web Crypto API algorithm is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) (node:77577) ExperimentalWarning: The SHA3-384 Web Crypto API algorithm is an experimental feature and might change at any time (node:77577) ExperimentalWarning: The SHA3-512 Web Crypto API algorithm is an experimental feature and might change at any time (node:77577) ExperimentalWarning: The TurboSHAKE128 Web Crypto API algorithm is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) (node:77577) ExperimentalWarning: The TurboSHAKE256 Web Crypto API algorithm is an experimental feature and might change at any time (node:77577) ExperimentalWarning: The ML-KEM-512 Web Crypto API algorithm is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) (node:77577) ExperimentalWarning: The encapsulateBits Web Crypto API method is an experimental feature and might change at any time (node:77577) ExperimentalWarning: The decapsulateBits Web Crypto API method is an experimental feature and might change at any time (node:77577) ExperimentalWarning: The ML-KEM-768 Web Crypto API algorithm is an experimental feature and might change at any time (node:77577) ExperimentalWarning: The ML-KEM-1024 Web Crypto API algorithm is an experimental feature and might change at any time (node:77577) ExperimentalWarning: The ML-KEM-512 Web Crypto API algorithm is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) (node:77577) ExperimentalWarning: The encapsulateKey Web Crypto API method is an experimental feature and might change at any time (node:77577) ExperimentalWarning: The decapsulateKey Web Crypto API method is an experimental feature and might change at any time (node:77577) ExperimentalWarning: The ML-KEM-768 Web Crypto API algorithm is an experimental feature and might change at any time (node:77577) ExperimentalWarning: The ML-KEM-1024 Web Crypto API algorithm is an experimental feature and might change at any time (node:77577) ExperimentalWarning: The AES-OCB Web Crypto API algorithm is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) (node:77577) ExperimentalWarning: The ChaCha20-Poly1305 Web Crypto API algorithm is an experimental feature and might change at any time (
test-macOS: test/parallel/test-repl-syntax-highlighting.js#L29
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected 'const' to be magenta, got: "const x = 1" at Object.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-repl-syntax-highlighting.js:29:10) 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: false, expected: true, operator: '==', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node --expose-internals /Users/runner/work/node/node/node/test/parallel/test-repl-syntax-highlighting.js
test-macOS: test/parallel/test-debugger-sb-before-load.js#L31
--- stderr --- /Users/runner/work/node/node/node/test/common/debugger.js:92 const timeoutErr = new Error(`Timeout (${TIMEOUT}) while waiting for ${pattern}`); ^ Error: Timeout (15000) while waiting for /break (?:on start )?in/i at /Users/runner/work/node/node/node/test/common/debugger.js:92:28 at new Promise (<anonymous>) at Object.waitFor (/Users/runner/work/node/node/node/test/common/debugger.js:67:14) at Object.waitForInitialBreak (/Users/runner/work/node/node/node/test/common/debugger.js:116:18) at /Users/runner/work/node/node/node/test/parallel/test-debugger-sb-before-load.js:23:13 at Object.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-debugger-sb-before-load.js:31:3) 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) { output: '\n' + '< Debugger listening on ws://127.0.0.1:55496/d7b63e4c-d06a-4b92-8d88-8af15152c341\n' + '< For help, see: https://nodejs.org/learn/getting-started/debugging\n' + '< \n' + 'connecting to 127.0.0.1:55496 ...\n' + '< Debugger attached.\n' + '< \n' + '\n' + ' ok\n' + '\n' + 'debug> ' } Node.js v27.0.0-pre Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-debugger-sb-before-load.js
sccache stats - test-macOS
50% - 2530 hits, 2505 misses, 0 errors