Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No space left on device OSX 1015 #3071

Closed
anonrig opened this issue Nov 6, 2022 · 0 comments · Fixed by nodejs/node#45339
Closed

No space left on device OSX 1015 #3071

anonrig opened this issue Nov 6, 2022 · 0 comments · Fixed by nodejs/node#45339

Comments

@anonrig
Copy link
Member

anonrig commented Nov 6, 2022

https://ci.nodejs.org/job/node-test-commit-osx/48452/nodes=osx1015/testReport/junit/(root)/test/parallel_test_fs_readfile/

node:internal/fs/utils:347
    throw err;
    ^

Error: ENOSPC: no space left on device, ftruncate
    at Object.ftruncateSync (node:fs:1130:3)
    at Object.truncateSync (node:fs:1089:14)
    at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-fs-readfile.js:61:6)
    at Module._compile (node:internal/modules/cjs/loader:1205:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1259:10)
    at Module.load (node:internal/modules/cjs/loader:1068:32)
    at Module._load (node:internal/modules/cjs/loader:909:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:82:12)
    at node:internal/main/run_main_module:23:47 {
  errno: -28,
  syscall: 'ftruncate',
  code: 'ENOSPC'
}

Node.js v20.0.0-pre
Trott added a commit to Trott/io.js that referenced this issue Nov 6, 2022
lucshi pushed a commit to lucshi/node that referenced this issue Nov 9, 2022
Fixes: nodejs/build#3071

PR-URL: nodejs#45339
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
RafaelGSS pushed a commit to nodejs/node that referenced this issue Nov 10, 2022
Fixes: nodejs/build#3071

PR-URL: #45339
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
danielleadams pushed a commit to nodejs/node that referenced this issue Dec 30, 2022
Fixes: nodejs/build#3071

PR-URL: #45339
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
danielleadams pushed a commit to nodejs/node that referenced this issue Dec 30, 2022
Fixes: nodejs/build#3071

PR-URL: #45339
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
danielleadams pushed a commit to nodejs/node that referenced this issue Jan 3, 2023
Fixes: nodejs/build#3071

PR-URL: #45339
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
danielleadams pushed a commit to nodejs/node that referenced this issue Jan 4, 2023
Fixes: nodejs/build#3071

PR-URL: #45339
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant