-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
V8 patch update workflow is broken #50497
Comments
|
Note it doesn't fail on my computer:
|
Yes, it's been failing consistently for some time. |
same for me, I can create a branch and remove the pipe to temp output so we should see in the action as it runs ./tools/dep_updaters/update-v8-patch.sh |
https://github.com/nodejs/node/actions/runs/6717612045/job/18255788737 |
Can you try again with |
now it worked on main 🤔 |
Could be related to nodejs/node-core-utils#722 😞 |
Not sure. It's been failing consistently since June. |
Now there's an update and it fails: https://github.com/nodejs/node/actions/runs/6945894914/job/18896335828 |
@targos should we add some logging to the script/action? |
Probably. |
@nodejs/node-core-utils |
Ok, so the ncu bug is that it swallows the error message. |
setting explicitly user and email doesnt seem to fix it 😨 https://github.com/nodejs/node/actions/runs/7030498961/job/19130153818, |
It seems it's not the case, the other issue has been fixed, yet the workflow still fails here 🤔 Also #50497 (comment) is good indication that something else is wrong. |
PR-URL: #52822 Fixes: #50497 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Looks like the commit message is not correctly escaped ( |
PR-URL: #52844 Fixes: #50497 Refs: gr2m/create-or-update-pull-request-action#280 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]>
PR-URL: nodejs#52822 Fixes: nodejs#50497 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: nodejs#52844 Fixes: nodejs#50497 Refs: gr2m/create-or-update-pull-request-action#280 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]>
PR-URL: #52822 Fixes: #50497 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #52844 Fixes: #50497 Refs: gr2m/create-or-update-pull-request-action#280 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]>
PR-URL: #52822 Fixes: #50497 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #52844 Fixes: #50497 Refs: gr2m/create-or-update-pull-request-action#280 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]>
PR-URL: nodejs#52822 Fixes: nodejs#50497 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: nodejs#52844 Fixes: nodejs#50497 Refs: gr2m/create-or-update-pull-request-action#280 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]>
PR-URL: nodejs#52822 Fixes: nodejs#50497 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: nodejs#52844 Fixes: nodejs#50497 Refs: gr2m/create-or-update-pull-request-action#280 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]>
See https://github.com/nodejs/node/actions/runs/6680065519/job/18152806998
It's not clear why it fails. There's no error message in the output.
/cc @marco-ippolito
The text was updated successfully, but these errors were encountered: