Uh oh!
There was an error while loading. Please reload this page.
[v14.x] Backport Python 3.10 compatibility patches - #40689
Conversation
This comment has been minimized.
This comment has been minimized.
richardlau
commented
Nov 1, 2021
Apparently the jinja patches will need work to remain compatible with Python 2. |
PR-URL: nodejs#40296Fixes: nodejs#40294 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: nodejs#40296Fixes: nodejs#40294 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: nodejs#40296Fixes: nodejs#40294 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
richardlau
commented
Nov 1, 2021
V8 builds are failing with I've tried runs on |
targos
commented
Nov 1, 2021
Didn't we fix these errors already? |
targos
commented
Nov 1, 2021
Or could it be a problem with the GN version that's in CI? |
targos
commented
Nov 1, 2021
I think the last time V8 CI was executed for v14.x is in #39990: https://ci.nodejs.org/job/node-test-commit-v8-linux/4257/ |
richardlau
commented
Nov 1, 2021
Yes, most probably by the looks of things. It looks like s390x is the only platform failing this way. When compared to ppc64_le, s390x is on a newer version of $ ansible -m shell -a "/home/iojs/build-tools/gn --version" test-ibm-rhel7-s390x-?test-ibm-rhel7-s390x-3 | CHANGED | rc=0 >>1938 (0153d36)test-ibm-rhel7-s390x-2 | CHANGED | rc=0 >>1938 (0153d36)test-ibm-rhel7-s390x-4 | CHANGED | rc=0 >>1938 (0153d36)test-ibm-rhel7-s390x-1 | CHANGED | rc=0 >>1938 (0153d36)
$ ansible -m shell -a "/home/iojs/build-tools/gn --version" test-osuosl-centos7-ppc64_le-?test-osuosl-centos7-ppc64_le-4 | CHANGED | rc=0 >>1930 (c0a2d23)test-osuosl-centos7-ppc64_le-3 | CHANGED | rc=0 >>1930 (c0a2d23)test-osuosl-centos7-ppc64_le-1 | CHANGED | rc=0 >>1930 (c0a2d23)test-osuosl-centos7-ppc64_le-2 | CHANGED | rc=0 >>1930 (c0a2d23)
$Looking at the gn commit history
https://gn.googlesource.com/gn/+/46b572ce4ceedfe57f4f84051bd7da624c98bf01 ("Fix configs visibility not always working") sounds like a plausible cause -- that is the newer |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
richardlau
commented
Nov 1, 2021
Looks like Windows CI is timing out on similar tests to the timeouts on master (refs #40684). |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
commented
Nov 23, 2021
richardlau
commented
Nov 24, 2021
Landed in 0682370...233279d. |
Backport of #40296.
Required to fix the Windows CI with
v14.x-staging. Conflicts were due tov14.xsupporting fallback to Python 2 if Python 3 is not available.