Build unable to access node.js
Looks like Pages building isn't able to pull the node.js version required, gets a 500.
I'm able to access the attempted download URL manually, but that doesn't really help.
This Pages site last deployed to production 7 days ago, and a preview 6 days ago.
Here's most of the log...
2023-08-17T14:14:34.250152Z Cloning repository...
2023-08-17T14:14:36.146476Z From https://github.com/json-schema-org/blog
... Using python 2.7.
2023-08-17T14:14:38.85823Z Attempting node version '16.16.0' from .node-version
2023-08-17T14:14:39.883943Z Downloading and installing node v16.16.0...
2023-08-17T14:14:40.237279Z Downloading https://nodejs.org/dist/v16.16.0/node-v16.16.0-linux-x64.tar.xz...
2023-08-17T14:19:41.357861Z curl: (18) transfer closed with 7946733 bytes remaining to read
2023-08-17T14:19:41.374355Z Binary download from https://nodejs.org/dist/v16.16.0/node-v16.16.0-linux-x64.tar.xz failed, trying source.
2023-08-17T14:19:41.380733Z grep: /opt/buildhome/.nvm/.cache/bin/node-v16.16.0-linux-x64/node-v16.16.0-linux-x64.tar.xz: No such file or directory
2023-08-17T14:19:41.381788Z Provided file to checksum does not exist.
2023-08-17T14:19:41.396392Z Binary download failed, trying source.
... CPUs
2023-08-17T14:19:41.598482Z clang: error while loading shared libraries: libz3.so.4: cannot open shared object file: No such file or directory
2023-08-17T14:19:41.878059Z Downloading https://nodejs.org/dist/v16.16.0/node-v16.16.0.tar.xz...
2023-08-17T14:19:42.255468Z curl: (22) The requested URL returned error: 500
2023-08-17T14:19:42.267048Z Binary download from https://nodejs.org/dist/v16.16.0/node-v16.16.0.tar.xz failed, trying source.
2023-08-17T14:19:42.273038Z grep: /opt/buildhome/.nvm/.cache/src/node-v16.16.0/node-v16.16.0.tar.xz: No such file or directory
2023-08-17T14:19:42.274126Z Provided file to checksum does not exist.
2023-08-17T14:19:42.285319Z Failed to install node version '16.16.0'
1 Reply
Looks like this is now resolved. Guess it was a temporary issue.