-
Notifications
You must be signed in to change notification settings - Fork 71
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-canary builds fails on AIX #287
Comments
Access to the release CI is restricted to releasers and build infra. |
Public repro failed the same way. |
This also affects V8 12.7: nodejs/node#53651 |
My suspicion is that we're running out of memory (like we have done on V8 updates on other platforms). |
https://ci.nodejs.org/job/richardlau-node-test-commit-aix/58/nodes=aix72-ppc64/console attempted to run for
|
I just found nodejs/node#14080 |
huh. So with
|
It looks like this is referring to I've updated our $ git diff-tree --no-commit-id --name-status 0ec8f7eea3 -r | grep '^[AD].*abseil.*'
A deps/v8/third_party/abseil-cpp/absl/container/hash_container_defaults.h
A deps/v8/third_party/abseil-cpp/absl/debugging/internal/demangle_rust.cc
A deps/v8/third_party/abseil-cpp/absl/debugging/internal/demangle_rust.h
A deps/v8/third_party/abseil-cpp/absl/debugging/internal/demangle_rust_test.cc
A deps/v8/third_party/abseil-cpp/absl/random/internal/mock_validators.h
A deps/v8/third_party/abseil-cpp/absl/status/internal/status_matchers.cc
A deps/v8/third_party/abseil-cpp/absl/status/internal/status_matchers.h
A deps/v8/third_party/abseil-cpp/absl/status/status_matchers.h
A deps/v8/third_party/abseil-cpp/absl/status/status_matchers_test.cc
$ and retrying with (Update: removed
) |
Succeeded! 🎉. I've pushed a commit to nodejs/node#53651. |
Nice, thanks! |
Patch adapted and pushed to |
Seems like it's been happening for some time.
https://ci-release.nodejs.org/computer/release%2Dosuosl%2Daix72%2Dppc64%5Fbe%2D1/builds
@nodejs/platform-aix
Error is:
The text was updated successfully, but these errors were encountered: