Building failed for the last 2 hours
executor failed running [/bin/bash -ol pipefail -c apt-get update && apt-get install -y --no-install-recommends procps libpq-dev libmagickwand-dev git curl autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev]: exit code: 100
Error: Docker build failed
13 Replies
Project ID:
83791c3c-35a4-439c-96ea-34c41b9aed33
You might find these helpful:
- error
- executor failed running [/bin/bash -ol pipefail -c npm ci]: exit code: 1Error: Docker build failed
- ERR_DLOPEN_FAILED
⚠️ experimental feature
83791c3c-35a4-439c-96ea-34c41b9aed33
That error code is a general error, are you able to run the apt-get-install command locally? Could be a range of issues related to that
I should try to run 'apt-get-install' in the command line?
I'm getting 'Unable to connect to archive.ubuntu.com' in the console
Sounds like you’re on Windows then, no worries
has your build command worked in the past?
I'm on a mac
[stage-0 5/16] RUN apt-get update && apt-get install -y --no-install-recommends procps libpq-dev libmagickwand-dev git curl autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev:If I try to run 'apt-get update && apt-get install ' it just says zsh: command not found: apt-get in terminal Yes it's worked in the past
this same command? any changes?
I also tried redeploying a previously successful build and it failed today
No changes, should it be different for zsh vs bash?
Not sure, it should be similar
unfortunately this is where my help ends, I’m not very experienced with troubleshooting these sorts of issues and I’m headed to work
ok thanks ... I'm not sure where to go from here so if anyone else wants to jump in I'd appreciate it!
But I would test the apt-get-install without the apt-get command on your mac. if that doesn’t work it should tell you which package is the issue
Resolved by updating some outdated packages - thanks again!