-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-daily-v14.x-staging is failing #3131
Comments
@richardlau I think that we can retry the builds for |
@UlisesGascon You can retry them (or start new ones) -- just set the |
Not sure about that. On |
@targos the issue is that it needs to be installed in a certain way otherwise the older version of gyp cannot detect it. |
The macOS 10.14 issue was that the ccache symlink ( |
For macOS 10.15,
and fails everywhere else. Updating:
|
macOS Node.js 14 CI is now fixed. Just the smartos issue left. |
Opened #3154 for smartos and going to close this one as the macos builds were fixed. |
https://ci.nodejs.org/view/Node.js%20Daily/job/node-daily-v14.x-staging/ has been failing since 6 December. Cursory glance appears to be:
On macOS
macOS 10.14 builds cannot find a C compiler:
e.g. https://ci.nodejs.org/job/node-test-commit-osx/49308/nodes=osx1014/console
while macOS 10.15 builds fail to compile addons:
e.g. https://ci.nodejs.org/job/node-test-commit-osx/49308/nodes=osx1015/console
both of these are likely to be because the rebuilt VM's will need the steps documented in https://github.com/nodejs/build/blob/main/ansible/MANUAL_STEPS.md#install-command-line-tools-for-xcode applied to install a detectable by the version of gyp in Node.js 14 and old versions of node-gyp in npm 6.
On smartos there's one or more stray Node.js process being left behind:
Needs further investigation. The CI jobs are configured to fail if leftover Node.js processes are detected. As far as I can tell the tests themselves have passed. This may have started after the recent migration of the smartos machines (cc @nodejs/platform-smartos @bahamat @sxa ) -- I had clean CI's for Node.js 14.21.2 on December 8: https://ci.nodejs.org/job/node-test-commit-smartos/46911/nodes=smartos20-64/
The text was updated successfully, but these errors were encountered: