You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not clear why a hardlink is even getting created between .gitkeep to nothing.c. Perhaps some kind of pnpm optimization to reduce size, since both of these are empty files?
Error while extracting image /tmp/docker-images-SJf3Cg/blobs/sha256/00fc71bb470c80d262ce8377fe0d4544fce3b2f2e9f923a7bee785311b8d33eb to /tmp/docker-images-SJf3Cg/all-layers. Please file this bug to the cdxgen repo. https://github.com/CycloneDX/cdxgen/issues
------------
Error: ENOENT: no such file or directory, link '/tmp/docker-images-SJf3Cg/all-layers/opt/cdxgen/node_modules/.pnpm/@appthreat+atom@2.0.18/node_modules/@appthreat/atom/plugins/.gitkeep' -> '/tmp/docker-images-SJf3Cg/all-layers/opt/cdxgen/node_modules/.pnpm/node-addon-api@7.1.0/node_modules/node-addon-api/nothing.c'
at Object.linkSync (node:fs:1847:11)
at [link] (/home/runner/work/cdxgen/cdxgen/node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/unpack.js:913:24)
at [hardlink] (/home/runner/work/cdxgen/cdxgen/node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/unpack.js:546:15)
at [makeFs] (/home/runner/work/cdxgen/cdxgen/node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/unpack.js:706:30)
at [makeFs] (/home/runner/work/cdxgen/cdxgen/node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/unpack.js:740:25)
at [checkFs] (/home/runner/work/cdxgen/cdxgen/node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/unpack.js:772:26)
at [onEntry] (/home/runner/work/cdxgen/cdxgen/node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/unpack.js:358:29)
at UnpackSync.<anonymous> (/home/runner/work/cdxgen/cdxgen/node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/unpack.js:226:44)
at UnpackSync.emit (node:events:519:28)
at UnpackSync.emit (node:domain:488:12) {
errno: -2,
code: 'ENOENT',
syscall: 'link',
path: '/tmp/docker-images-SJf3Cg/all-layers/opt/cdxgen/node_modules/.pnpm/@appthreat+atom@2.0.18/node_modules/@appthreat/atom/plugins/.gitkeep',
dest: '/tmp/docker-images-SJf3Cg/all-layers/opt/cdxgen/node_modules/.pnpm/node-addon-api@7.1.0/node_modules/node-addon-api/nothing.c',
The text was updated successfully, but these errors were encountered:
It is not clear why a hardlink is even getting created between .gitkeep to nothing.c. Perhaps some kind of pnpm optimization to reduce size, since both of these are empty files?
https://github.com/CycloneDX/cdxgen/actions/runs/10706814041/job/29685383349#step:12:96
The text was updated successfully, but these errors were encountered: