You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
16:55:25 [0:05:35] fatal: unable to access 'https://chromium.googlesource.com/external/github.com/google/googletest.git/': Could not resolve host: chromium.googlesource.com
This only appears to be occurring on the benchmark machine.
I'm confused how this happens as the job successfully does git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git depot_tools earlier on so the host was resolvable then.
Unless anyone has other ideas I'm tempted to try updating this machine to at least Ubuntu 18.04 tomorrow. We've been putting off updating it for a while. From a risk POV in the event that the update goes wrong we can run the V8 builds on the x64 RHEL8 CI machines but it's slower (less CPUs).
I'm upgrading the machine now. Proving to be a bit tricky 😞. Machine was configured to not look for new releases (so kept saying no new release was available to upgrade to). And it seems the upgrade command doesn't like python3 being controlled by update-alternatives.
Upgraded the benchmark machine used for V8 builds to Ubuntu 18.04. I'm hesitant to go higher due to available versions of python and unversioned python (since I think the older V8 versions in Node.js 14 may still require python to be python 2).
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.
Activity
richardlau commentedon Oct 10, 2022
This only appears to be occurring on the benchmark machine.
I'm confused how this happens as the job successfully does
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git depot_tools
earlier on so the host was resolvable then.There's also this is that job log
I wiped out the workspace and tried again and got a similar error albeit with a different dependency repository (so we can rule out at least a bad workspace)
https://ci.nodejs.org/job/node-test-commit-v8-linux/4904/nodes=benchmark-ubuntu1604-intel-64,v8test=v8test/console
Unless anyone has other ideas I'm tempted to try updating this machine to at least Ubuntu 18.04 tomorrow. We've been putting off updating it for a while. From a risk POV in the event that the update goes wrong we can run the V8 builds on the x64 RHEL8 CI machines but it's slower (less CPUs).
richardlau commentedon Oct 10, 2022
FTR https://ci.nodejs.org/job/node-test-commit-v8-linux/4894/ passed but it was the only one in the last fortnight to do so.
richardlau commentedon Oct 11, 2022
Upgrade won't happen today due to other infra issues.
FTR, neither of the two builds today had the deps fetching problem:
Although all of the builds yesterday did fail with the deps fetching problem.
richardlau commentedon Oct 13, 2022
I'm upgrading the machine now. Proving to be a bit tricky 😞. Machine was configured to not look for new releases (so kept saying no new release was available to upgrade to). And it seems the upgrade command doesn't like
python3
being controlled byupdate-alternatives
.richardlau commentedon Oct 13, 2022
Upgraded the benchmark machine used for V8 builds to Ubuntu 18.04. I'm hesitant to go higher due to available versions of python and unversioned python (since I think the older V8 versions in Node.js 14 may still require
python
to be python 2).Test builds:
richardlau commentedon Oct 13, 2022
Upgrade doesn't appear to have fixed the issue 😞
https://ci.nodejs.org/job/node-test-commit-v8-linux/4913/nodes=benchmark-ubuntu1804-intel-64,v8test=v8test/console
sxa commentedon Oct 13, 2022
Two things to try:
git@github.com:...
URL to do the operation and does that fail?richardlau commentedon Oct 13, 2022
hmm. I just ran two builds manually on the machine and they succeded 😕. I don't have time to do more manual runs tonight.
No, because these are fetching deps from chromium.googlesource.com.
ninja-build
to x64 V8 builders #3305github-actions commentedon Aug 10, 2023
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.
richardlau commentedon May 8, 2024
The Nearform machines are now retired from the CI. This was only seen there and has not occurred on the Hetzner replacements.