nodejs / unofficial-builds

Unofficial binaries for Node.js
https://unofficial-builds.nodejs.org
221 stars 46 forks source link

20.15.0 build never started #146

Closed SimenB closed 2 weeks ago

SimenB commented 2 weeks ago

https://unofficial-builds.nodejs.org/logs/202406201617-v20.15.0/

+ echo 'Failed to build recipe for headers'
Failed to build recipe for headers
+ mv '/home/nodejs/staging/release/v20.15.0/node-v*' /home/nodejs/download/release/v20.15.0
mv: cannot stat '/home/nodejs/staging/release/v20.15.0/node-v*': No such file or directory
richardlau commented 2 weeks ago

This was caught up in the ubuntu keyservers being down.

https://unofficial-builds.nodejs.org/logs/202406201617-v20.15.0/headers.log

+ gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 61FC681DFB92A079F1685E77973F295594EC4689
gpg: keyserver receive failed: Address not available

I'll requeue the build.

SimenB commented 2 weeks ago

Thanks!

sxa commented 2 weeks ago

Yeah I had an issue with the ubuntu keyserver last week - looks like they had a significant outage so a re-run should definitely clear this

richardlau commented 2 weeks ago

Build in progress: https://unofficial-builds.nodejs.org/logs/202406241255-v20.15.0/

SimenB commented 2 weeks ago

Worked! https://github.com/nodejs/docker-node/pull/2109

Thanks 👍