nodejs / devcontainer

developer environment for Node.js core
MIT License
23 stars 9 forks source link

actions: build failed immediately #8

Closed bnb closed 2 years ago

bnb commented 2 years ago

It seems that today's build immediately crashed. I'm going to let it sit and see if tomorrow's build also crashes because the error... shouldn't have happened.

Error:

docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c /home/developer/scripts/install.sh && /home/developer/scripts/mkdir.sh && /home/developer/scripts/ccache.sh && /home/developer/scripts/clone.sh && /home/developer/scripts/build.sh && make install -C /home/developer/nodejs/node && /home/developer/scripts/ncu.sh" did not complete successfully: exit code: 100
bnb commented 2 years ago

It seems that the build has consistently failed for the past few runs. I’ll take some time tomorrow to poke around and see if I can get it working again.

bnb commented 2 years ago

cloned and ran build:

#8 16.71 Reading package lists...
#8 17.05 W: GPG error: https://cli.github.com/packages stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C99B11DEB97541F0
#8 17.05 E: The repository 'https://cli.github.com/packages stable InRelease' is not signed.
------
executor failed running [/bin/sh -c /home/developer/scripts/install.sh && /home/developer/scripts/mkdir.sh && /home/developer/scripts/ccache.sh && /home/developer/scripts/clone.sh && /home/developer/scripts/build.sh && make install -C /home/developer/nodejs/node && /home/developer/scripts/ncu.sh]: exit code: 100

it's failing because of https://github.com/cli/cli/issues/6175

bnb commented 2 years ago

Seems like since that's been fixed it's been working continuously. Going to close this out 👍🏻