deps: upgrade openssl sources to openssl-3.5.5 #80572
Annotations
20 errors and 2 notices
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-fs-watch-ignore-recursive-mixed.js#L43
--- stderr ---
node:events:486
throw er; // Unhandled 'error' event
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(!filename.endsWith(ignoredHiddenName))
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-recursive-mixed.js:43:3)
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:479:15)
at FSWatcher.emit (node:events:508:28)
at #watchFolder (node:internal/fs/recursive_watch:123:16)
at FSWatcher.<anonymous> (node:internal/fs/recursive_watch:191:26)
at FSWatcher.emit (node:events:508:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:222:12)
Emitted 'error' event on FSWatcher instance at:
at #watchFolder (node:internal/fs/recursive_watch:143:12)
at FSWatcher.<anonymous> (node:internal/fs/recursive_watch:191:26)
at FSWatcher.emit (node:events:508:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:222:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-recursive-mixed.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-fs-watch-ignore-recursive-glob.js#L33
--- stderr ---
node:events:486
throw er; // Unhandled 'error' event
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(!filename.endsWith(ignoredFileName))
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-recursive-glob.js:33:3)
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:479:15)
at FSWatcher.emit (node:events:508:28)
at #watchFolder (node:internal/fs/recursive_watch:123:16)
at FSWatcher.<anonymous> (node:internal/fs/recursive_watch:191:26)
at FSWatcher.emit (node:events:508:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:222:12)
Emitted 'error' event on FSWatcher instance at:
at #watchFolder (node:internal/fs/recursive_watch:143:12)
at FSWatcher.<anonymous> (node:internal/fs/recursive_watch:191:26)
at FSWatcher.emit (node:events:508:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:222:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-recursive-glob.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-fs-watch-ignore-mixed.js#L34
--- stderr ---
node:assert:152
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to:
'debug.log'
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-mixed.js:34:10)
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:479:15)
at FSWatcher.emit (node:events:508:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:222:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'debug.log',
expected: 'debug.log',
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-mixed.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-fs-watch-ignore-glob.js#L26
--- stderr ---
node:assert:152
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to:
'file.log'
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-glob.js:26:10)
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:479:15)
at FSWatcher.emit (node:events:508:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:222:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'file.log',
expected: 'file.log',
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-glob.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-fs-watch-ignore-invalid.js#L11
--- stderr ---
node:assert:152
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Missing expected exception (TypeError).
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-invalid.js:11:8)
at Module._compile (node:internal/modules/cjs/loader:1804:14)
at Object..js (node:internal/modules/cjs/loader:1936:10)
at Module.load (node:internal/modules/cjs/loader:1525:32)
at Module._load (node:internal/modules/cjs/loader:1327:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
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: undefined,
expected: { code: 'ERR_INVALID_ARG_TYPE', name: 'TypeError' },
operator: 'throws',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-invalid.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-fs-watch-ignore-function.js#L26
--- stderr ---
node:assert:152
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to:
'.hidden'
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-function.js:26:10)
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:479:15)
at FSWatcher.emit (node:events:508:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:222:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '.hidden',
expected: '.hidden',
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-function.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-fs-promises-watch-ignore-regexp.mjs#L25
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to:
'ignore.tmp'
at watchDir (file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-regexp.mjs:25:12)
at async Promise.all (index 0)
at async file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-regexp.mjs:44:1 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'ignore.tmp',
expected: 'ignore.tmp',
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-regexp.mjs
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-fs-promises-watch-ignore-mixed.mjs#L32
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to:
'debug.log'
at watchDir (file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-mixed.mjs:32:12)
at async Promise.all (index 0)
at async file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-mixed.mjs:53:1 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'debug.log',
expected: 'debug.log',
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-mixed.mjs
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-fs-promises-watch-ignore-glob.mjs#L25
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to:
'ignore.log'
at watchDir (file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-glob.mjs:25:12)
at async Promise.all (index 0)
at async file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-glob.mjs:44:1 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'ignore.log',
expected: 'ignore.log',
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-glob.mjs
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-fs-promises-watch-ignore-function.mjs#L27
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to:
'.hidden'
at watchDir (file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-function.mjs:27:12)
at async Promise.all (index 0)
at async file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-function.mjs:46:1 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '.hidden',
expected: '.hidden',
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-function.mjs
|
|
test-linux (ubuntu-24.04):
test/parallel/test-fs-watch-ignore-recursive-glob.js#L33
--- stderr ---
node:events:486
throw er; // Unhandled 'error' event
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(!filename.endsWith(ignoredFileName))
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-recursive-glob.js:33:3)
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:479:15)
at FSWatcher.emit (node:events:508:28)
at #watchFolder (node:internal/fs/recursive_watch:123:16)
at FSWatcher.<anonymous> (node:internal/fs/recursive_watch:191:26)
at FSWatcher.emit (node:events:508:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:222:12)
Emitted 'error' event on FSWatcher instance at:
at #watchFolder (node:internal/fs/recursive_watch:143:12)
at FSWatcher.<anonymous> (node:internal/fs/recursive_watch:191:26)
at FSWatcher.emit (node:events:508:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:222:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-recursive-glob.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-fs-watch-ignore-recursive-glob-subdirectories.js#L38
--- stderr ---
node:events:486
throw er; // Unhandled 'error' event
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(!filename.includes('node_modules'))
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-recursive-glob-subdirectories.js:38:3)
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:479:15)
at FSWatcher.emit (node:events:508:28)
at #watchFolder (node:internal/fs/recursive_watch:123:16)
at FSWatcher.<anonymous> (node:internal/fs/recursive_watch:191:26)
at FSWatcher.emit (node:events:508:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:222:12)
Emitted 'error' event on FSWatcher instance at:
at #watchFolder (node:internal/fs/recursive_watch:143:12)
at FSWatcher.<anonymous> (node:internal/fs/recursive_watch:191:26)
at FSWatcher.emit (node:events:508:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:222:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-recursive-glob-subdirectories.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-fs-watch-ignore-mixed.js#L34
--- stderr ---
node:assert:152
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to:
'debug.log'
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-mixed.js:34:10)
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:479:15)
at FSWatcher.emit (node:events:508:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:222:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'debug.log',
expected: 'debug.log',
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-mixed.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-fs-watch-ignore-invalid.js#L11
--- stderr ---
node:assert:152
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Missing expected exception (TypeError).
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-invalid.js:11:8)
at Module._compile (node:internal/modules/cjs/loader:1804:14)
at Object..js (node:internal/modules/cjs/loader:1936:10)
at Module.load (node:internal/modules/cjs/loader:1525:32)
at Module._load (node:internal/modules/cjs/loader:1327:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
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: undefined,
expected: { code: 'ERR_INVALID_ARG_TYPE', name: 'TypeError' },
operator: 'throws',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-invalid.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-fs-watch-ignore-glob.js#L26
--- stderr ---
node:assert:152
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to:
'file.log'
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-glob.js:26:10)
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:479:15)
at FSWatcher.emit (node:events:508:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:222:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'file.log',
expected: 'file.log',
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-glob.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-fs-watch-ignore-function.js#L26
--- stderr ---
node:assert:152
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to:
'.hidden'
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-function.js:26:10)
at FSWatcher.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:479:15)
at FSWatcher.emit (node:events:508:28)
at FSWatcher._handle.onchange (node:internal/fs/watchers:222:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '.hidden',
expected: '.hidden',
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-watch-ignore-function.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-fs-promises-watch-ignore-regexp.mjs#L25
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to:
'ignore.tmp'
at watchDir (file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-regexp.mjs:25:12)
at async Promise.all (index 0)
at async file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-regexp.mjs:44:1 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'ignore.tmp',
expected: 'ignore.tmp',
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-regexp.mjs
|
|
test-linux (ubuntu-24.04):
test/parallel/test-fs-promises-watch-ignore-mixed.mjs#L32
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to:
'debug.log'
at watchDir (file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-mixed.mjs:32:12)
at async Promise.all (index 0)
at async file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-mixed.mjs:53:1 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'debug.log',
expected: 'debug.log',
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-mixed.mjs
|
|
test-linux (ubuntu-24.04):
test/parallel/test-fs-promises-watch-ignore-glob.mjs#L25
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to:
'ignore.log'
at watchDir (file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-glob.mjs:25:12)
at async Promise.all (index 0)
at async file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-glob.mjs:44:1 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'ignore.log',
expected: 'ignore.log',
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-glob.mjs
|
|
test-linux (ubuntu-24.04):
test/parallel/test-fs-promises-watch-ignore-function.mjs#L27
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to:
'.hidden'
at watchDir (file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-function.mjs:27:12)
at async Promise.all (index 0)
at async file:///home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-function.mjs:46:1 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '.hidden',
expected: '.hidden',
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v24.13.1-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-promises-watch-ignore-function.mjs
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|