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

Error: write EPIPE during template building #426

Open
mlejva opened this issue Aug 17, 2024 · 0 comments
Open

Error: write EPIPE during template building #426

mlejva opened this issue Aug 17, 2024 · 0 comments
Labels
bug Something isn't working cli Improvements or additions to CLI

Comments

@mlejva
Copy link
Member

mlejva commented Aug 17, 2024

When building a sandbox template, sometimes when the build takes long, it fails with the following error

b25671f0-575d-4efb-ac54-c82e0b516d17: digest: sha256:41bac1a8691ff8c808cb6b03ec4312d1a4c9dd48d24547b4fe070b0c15b49160 size: 2006
Docker image pushed.

Triggering build...
TypeError: fetch failed
    at Object.fetch (node:internal/deps/undici/undici:11600:11) {
  cause: Error: write EPIPE
      at __node_internal_captureLargerStackTrace (node:internal/errors:496:5)
      at __node_internal_errnoException (node:internal/errors:623:12)
      at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16)
      at writevGeneric (node:internal/stream_base_commons:138:26)
      at Socket._writeGeneric (node:net:950:11)
      at Socket._writev (node:net:959:8)
      at doWrite (node:internal/streams/writable:416:12)
      at clearBuffer (node:internal/streams/writable:571:5)
      at Writable.uncork (node:internal/streams/writable:358:7)
      at AsyncWriter.write (node:internal/deps/undici/undici:10342:16)
      at writeIterable (node:internal/deps/undici/undici:10281:23)
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
    errno: -32,
    code: 'EPIPE',
    syscall: 'write'
  }
}
Execution time: 981.38s                                     
@mlejva mlejva added bug Something isn't working cli Improvements or additions to CLI labels Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Improvements or additions to CLI
Projects
None yet
Development

No branches or pull requests

1 participant