Skip to content

fs: fix errorOnExist behavior for directory copy in fs.cp #78644

fs: fix errorOnExist behavior for directory copy in fs.cp

fs: fix errorOnExist behavior for directory copy in fs.cp #78644

Triggered via pull request December 3, 2025 20:39
Status Failure
Total duration 27m 48s
Artifacts

test-linux.yml

on: pull_request
Matrix: test-linux
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 2 notices
test-linux (ubuntu-24.04-arm): test/parallel/test-fs-cp-async-symlink-points-to-dest.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'EISDIR' - 'ERR_FS_CP_EINVAL' at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-symlink-points-to-dest.mjs:19:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'EISDIR', expected: 'ERR_FS_CP_EINVAL', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-symlink-points-to-dest.mjs
test-linux (ubuntu-24.04-arm): test/parallel/test-fs-cp-async-symlink-dest-points-to-src.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'EISDIR' - 'ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY' at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-symlink-dest-points-to-src.mjs:20:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'EISDIR', expected: 'ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-symlink-dest-points-to-src.mjs
test-linux (ubuntu-24.04-arm): test/parallel/test-fs-cp-async-symlink-over-file.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'EISDIR' !== 'EEXIST' at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-symlink-over-file.mjs:20:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'EISDIR', expected: 'EEXIST', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-symlink-over-file.mjs
test-linux (ubuntu-24.04-arm): test/parallel/test-fs-cp-async-same-dir-twice.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1242/copy_%1' + at async unlink (node:internal/fs/promises:1068:10) + at async onDir (node:internal/fs/cp/cp:306:5) { + code: 'EISDIR', + errno: -21, + path: '/home/runner/work/node/node/node/test/.tmp.1242/copy_%1', + syscall: 'unlink' + } - null at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-same-dir-twice.mjs:22:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1242/copy_%1' at async unlink (node:internal/fs/promises:1068:10) at async onDir (node:internal/fs/cp/cp:306:5) { errno: -21, code: 'EISDIR', syscall: 'unlink', path: '/home/runner/work/node/node/node/test/.tmp.1242/copy_%1' }, expected: null, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-same-dir-twice.mjs
test-linux (ubuntu-24.04-arm): test/parallel/test-fs-cp-async-preserve-timestamps-readonly-file.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1241/copy_%2' + at async unlink (node:internal/fs/promises:1068:10) + at async onDir (node:internal/fs/cp/cp:306:5) { + code: 'EISDIR', + errno: -21, + path: '/home/runner/work/node/node/node/test/.tmp.1241/copy_%2', + syscall: 'unlink' + } - null at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-preserve-timestamps-readonly-file.mjs:21:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1241/copy_%2' at async unlink (node:internal/fs/promises:1068:10) at async onDir (node:internal/fs/cp/cp:306:5) { errno: -21, code: 'EISDIR', syscall: 'unlink', path: '/home/runner/work/node/node/node/test/.tmp.1241/copy_%2' }, expected: null, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-preserve-timestamps-readonly-file.mjs
test-linux (ubuntu-24.04-arm): test/parallel/test-fs-cp-async-overwrites-force-true.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1238/copy_%1' + at async unlink (node:internal/fs/promises:1068:10) + at async onDir (node:internal/fs/cp/cp:306:5) { + code: 'EISDIR', + errno: -21, + path: '/home/runner/work/node/node/node/test/.tmp.1238/copy_%1', + syscall: 'unlink' + } - null at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-overwrites-force-true.mjs:19:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1238/copy_%1' at async unlink (node:internal/fs/promises:1068:10) at async onDir (node:internal/fs/cp/cp:306:5) { errno: -21, code: 'EISDIR', syscall: 'unlink', path: '/home/runner/work/node/node/node/test/.tmp.1238/copy_%1' }, expected: null, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-overwrites-force-true.mjs
test-linux (ubuntu-24.04-arm): test/parallel/test-fs-cp-async-filter-child-folder.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1230/copy_%2' + at async unlink (node:internal/fs/promises:1068:10) + at async onDir (node:internal/fs/cp/cp:306:5) { + code: 'EISDIR', + errno: -21, + path: '/home/runner/work/node/node/node/test/.tmp.1230/copy_%2', + syscall: 'unlink' + } - null at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-filter-child-folder.mjs:24:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1230/copy_%2' at async unlink (node:internal/fs/promises:1068:10) at async onDir (node:internal/fs/cp/cp:306:5) { errno: -21, code: 'EISDIR', syscall: 'unlink', path: '/home/runner/work/node/node/node/test/.tmp.1230/copy_%2' }, expected: null, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-filter-child-folder.mjs
test-linux (ubuntu-24.04-arm): test/parallel/test-fs-cp-async-dereference-force-false-silent-fail.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1221/copy_%1' + at async unlink (node:internal/fs/promises:1068:10) + at async onDir (node:internal/fs/cp/cp:306:5) { + code: 'EISDIR', + errno: -21, + path: '/home/runner/work/node/node/node/test/.tmp.1221/copy_%1', + syscall: 'unlink' + } - null at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-dereference-force-false-silent-fail.mjs:22:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1221/copy_%1' at async unlink (node:internal/fs/promises:1068:10) at async onDir (node:internal/fs/cp/cp:306:5) { errno: -21, code: 'EISDIR', syscall: 'unlink', path: '/home/runner/work/node/node/node/test/.tmp.1221/copy_%1' }, expected: null, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-dereference-force-false-silent-fail.mjs
test-linux (ubuntu-24.04-arm): test/parallel/test-fs-cp-async-copy-non-directory-symlink.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1220/copy_%2' + at async unlink (node:internal/fs/promises:1068:10) + at async onDir (node:internal/fs/cp/cp:306:5) { + code: 'EISDIR', + errno: -21, + path: '/home/runner/work/node/node/node/test/.tmp.1220/copy_%2', + syscall: 'unlink' + } - null at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-copy-non-directory-symlink.mjs:19:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1220/copy_%2' at async unlink (node:internal/fs/promises:1068:10) at async onDir (node:internal/fs/cp/cp:306:5) { errno: -21, code: 'EISDIR', syscall: 'unlink', path: '/home/runner/work/node/node/node/test/.tmp.1220/copy_%2' }, expected: null, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-copy-non-directory-symlink.mjs
test-linux (ubuntu-24.04-arm): test/es-module/test-esm-loader-resolve-type.mjs#L0
--- stderr --- node:internal/fs/promises:1068 return await PromisePrototypeThen( ^ Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.101/test-esm-loader-resolve-type-1168221034442/node_modules/module-counter-by-type' at async unlink (node:internal/fs/promises:1068:10) at async onDir (node:internal/fs/cp/cp:306:5) at async file:///home/runner/work/node/node/node/test/es-module/test-esm-loader-resolve-type.mjs:15:3 { errno: -21, code: 'EISDIR', syscall: 'unlink', path: '/home/runner/work/node/node/node/test/.tmp.101/test-esm-loader-resolve-type-1168221034442/node_modules/module-counter-by-type' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/es-module/test-esm-loader-resolve-type.mjs
test-linux (ubuntu-24.04): test/parallel/test-runner-coverage-default-exclusion.mjs#L16
--- stdout --- Test failure: 'should override default exclusion setting --test-coverage-exclude' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:24:3 'test did not finish before its parent and was cancelled' Test failure: 'should exclude test files from coverage by default' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:60:3 'test did not finish before its parent and was cancelled' Test failure: 'should exclude ts test files' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:89:3 'test did not finish before its parent and was cancelled' Test failure: 'test runner coverage default exclusion' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:19:1 Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.2866' at async unlink (node:internal/fs/promises:1068:10) at async onDir (node:internal/fs/cp/cp:306:5) at async setupFixtures (file:///home/runner/work/node/node/node/test/parallel/test-runner-coverage-default-exclusion.mjs:16:3) at async SuiteContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-coverage-default-exclusion.mjs:21:5) at async TestHook.run (node:internal/test_runner/test:1102:7) at async Suite.runHook (node:internal/test_runner/test:1013:9) at async Suite.run (node:internal/test_runner/test:1501:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) { errno: -21, code: 'EISDIR', syscall: 'unlink', path: '/home/runner/work/node/node/node/test/.tmp.2866' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-runner-coverage-default-exclusion.mjs
test-linux (ubuntu-24.04): test/parallel/test-fs-cp-async-symlink-points-to-dest.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'EISDIR' - 'ERR_FS_CP_EINVAL' at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-symlink-points-to-dest.mjs:19:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'EISDIR', expected: 'ERR_FS_CP_EINVAL', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-symlink-points-to-dest.mjs
test-linux (ubuntu-24.04): test/parallel/test-fs-cp-async-symlink-dest-points-to-src.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'EISDIR' - 'ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY' at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-symlink-dest-points-to-src.mjs:20:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'EISDIR', expected: 'ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-symlink-dest-points-to-src.mjs
test-linux (ubuntu-24.04): test/parallel/test-fs-cp-async-symlink-over-file.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'EISDIR' !== 'EEXIST' at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-symlink-over-file.mjs:20:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'EISDIR', expected: 'EEXIST', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-symlink-over-file.mjs
test-linux (ubuntu-24.04): test/parallel/test-fs-cp-async-same-dir-twice.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1083/copy_%1' + at async unlink (node:internal/fs/promises:1068:10) + at async onDir (node:internal/fs/cp/cp:306:5) { + code: 'EISDIR', + errno: -21, + path: '/home/runner/work/node/node/node/test/.tmp.1083/copy_%1', + syscall: 'unlink' + } - null at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-same-dir-twice.mjs:22:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1083/copy_%1' at async unlink (node:internal/fs/promises:1068:10) at async onDir (node:internal/fs/cp/cp:306:5) { errno: -21, code: 'EISDIR', syscall: 'unlink', path: '/home/runner/work/node/node/node/test/.tmp.1083/copy_%1' }, expected: null, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-same-dir-twice.mjs
test-linux (ubuntu-24.04): test/parallel/test-fs-cp-async-preserve-timestamps-readonly-file.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1082/copy_%2' + at async unlink (node:internal/fs/promises:1068:10) + at async onDir (node:internal/fs/cp/cp:306:5) { + code: 'EISDIR', + errno: -21, + path: '/home/runner/work/node/node/node/test/.tmp.1082/copy_%2', + syscall: 'unlink' + } - null at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-preserve-timestamps-readonly-file.mjs:21:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1082/copy_%2' at async unlink (node:internal/fs/promises:1068:10) at async onDir (node:internal/fs/cp/cp:306:5) { errno: -21, code: 'EISDIR', syscall: 'unlink', path: '/home/runner/work/node/node/node/test/.tmp.1082/copy_%2' }, expected: null, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-preserve-timestamps-readonly-file.mjs
test-linux (ubuntu-24.04): test/parallel/test-fs-cp-async-overwrites-force-true.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1080/copy_%1' + at async unlink (node:internal/fs/promises:1068:10) + at async onDir (node:internal/fs/cp/cp:306:5) { + code: 'EISDIR', + errno: -21, + path: '/home/runner/work/node/node/node/test/.tmp.1080/copy_%1', + syscall: 'unlink' + } - null at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-overwrites-force-true.mjs:19:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1080/copy_%1' at async unlink (node:internal/fs/promises:1068:10) at async onDir (node:internal/fs/cp/cp:306:5) { errno: -21, code: 'EISDIR', syscall: 'unlink', path: '/home/runner/work/node/node/node/test/.tmp.1080/copy_%1' }, expected: null, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-overwrites-force-true.mjs
test-linux (ubuntu-24.04): test/parallel/test-fs-cp-async-filter-child-folder.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1072/copy_%2' + at async unlink (node:internal/fs/promises:1068:10) + at async onDir (node:internal/fs/cp/cp:306:5) { + code: 'EISDIR', + errno: -21, + path: '/home/runner/work/node/node/node/test/.tmp.1072/copy_%2', + syscall: 'unlink' + } - null at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-filter-child-folder.mjs:24:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1072/copy_%2' at async unlink (node:internal/fs/promises:1068:10) at async onDir (node:internal/fs/cp/cp:306:5) { errno: -21, code: 'EISDIR', syscall: 'unlink', path: '/home/runner/work/node/node/node/test/.tmp.1072/copy_%2' }, expected: null, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-filter-child-folder.mjs
test-linux (ubuntu-24.04): test/parallel/test-fs-cp-async-dereference-force-false-silent-fail.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1063/copy_%1' + at async unlink (node:internal/fs/promises:1068:10) + at async onDir (node:internal/fs/cp/cp:306:5) { + code: 'EISDIR', + errno: -21, + path: '/home/runner/work/node/node/node/test/.tmp.1063/copy_%1', + syscall: 'unlink' + } - null at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-dereference-force-false-silent-fail.mjs:22:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1063/copy_%1' at async unlink (node:internal/fs/promises:1068:10) at async onDir (node:internal/fs/cp/cp:306:5) { errno: -21, code: 'EISDIR', syscall: 'unlink', path: '/home/runner/work/node/node/node/test/.tmp.1063/copy_%1' }, expected: null, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-dereference-force-false-silent-fail.mjs
test-linux (ubuntu-24.04): test/parallel/test-fs-cp-async-copy-non-directory-symlink.mjs#L0
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1062/copy_%2' + at async unlink (node:internal/fs/promises:1068:10) + at async onDir (node:internal/fs/cp/cp:306:5) { + code: 'EISDIR', + errno: -21, + path: '/home/runner/work/node/node/node/test/.tmp.1062/copy_%2', + syscall: 'unlink' + } - null at file:///home/runner/work/node/node/node/test/parallel/test-fs-cp-async-copy-non-directory-symlink.mjs:19:10 at /home/runner/work/node/node/node/test/common/index.js:504:15 at node:fs:181:23 at callbackifyOnRejected (node:util:268:10) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: Error: EISDIR: illegal operation on a directory, unlink '/home/runner/work/node/node/node/test/.tmp.1062/copy_%2' at async unlink (node:internal/fs/promises:1068:10) at async onDir (node:internal/fs/cp/cp:306:5) { errno: -21, code: 'EISDIR', syscall: 'unlink', path: '/home/runner/work/node/node/node/test/.tmp.1062/copy_%2' }, expected: null, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-cp-async-copy-non-directory-symlink.mjs
sccache stats
0% - 0 hits, 0 misses, 0 errors
sccache stats
0% - 0 hits, 0 misses, 0 errors