department-of-veterans-affairs/vagov-content

"Install dependencies and build content-build" step fails.

Opened this issue · 0 comments

When a PR is created continuous integration kicks off.

Expectation: "Build" job completes successfully.

Actual result: An error occurs, causing the build to fail. One of the effects of this is that changes are not staged so cannot be QA'd.

Screenshot 2023-11-15 at 1 19 23 PM
Drupal successfully loaded!
Error: ENOSPC: no space left on device, copyfile '/home/runner/work/vagov-content/vagov-content/content-build/.cache/localhost/drupal/downloads/files/2023-02/2022 Annual Report Final_0.pdf' -> 'build/localhost/files/2023-02/2022 Annual Report Final_0.pdf'
    at Object.copyFileSync (fs.js:1991:3)
    at copyFile (/home/runner/work/vagov-content/vagov-content/content-build/node_modules/fs-extra/lib/copy-sync/copy-sync.js:66:8)
    at onFile (/home/runner/work/vagov-content/vagov-content/content-build/node_modules/fs-extra/lib/copy-sync/copy-sync.js:51:37)
    at getStats (/home/runner/work/vagov-content/vagov-content/content-build/node_modules/fs-extra/lib/copy-sync/copy-sync.js:46:44)
    at startCopy (/home/runner/work/vagov-content/vagov-content/content-build/node_modules/fs-extra/lib/copy-sync/copy-sync.js:36:10)
    at Object.copySync (/home/runner/work/vagov-content/vagov-content/content-build/node_modules/fs-extra/lib/copy-sync/copy-sync.js:31:10)
    at /home/runner/work/vagov-content/vagov-content/content-build/src/site/stages/build/drupal/metalsmith-drupal.js:342:10
    at Array.forEach (<anonymous>)
    at loadCachedDrupalFiles (/home/runner/work/vagov-content/vagov-content/content-build/src/site/stages/build/drupal/metalsmith-drupal.js:320:23)
    at async Ware.<anonymous> (/home/runner/work/vagov-content/vagov-content/content-build/src/site/stages/build/drupal/metalsmith-drupal.js:397:7)