Michaël Zasso
Michaël Zasso
Rebased to include https://github.com/jeremymeng/node/commit/83f581d4c1a12fae91bddbdddf91c643afaf7197
We also have https://github.com/nodejs/node-v8/issues/275 and https://github.com/nodejs/node-v8/issues/274 in https://ci.nodejs.org/job/node-test-commit-arm-debug/11179/nodes=ubuntu2004_debug-arm64/console
There's also a compiler error on osx11: ``` 14:40:59 /usr/local/bin/ccache c++ -o /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/wasm/wasm-features.o ../deps/v8/src/wasm/wasm-features.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DNODE_OPENSSL_HAS_QUIC' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-D_DARWIN_USE_64_BIT_INODE=1' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DV8_TARGET_ARCH_X64' '-DV8_HAVE_TARGET_OS' '-DV8_TARGET_OS_MACOS' '-DV8_EMBEDDER_STRING="-node.6"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS'...
/cc @nodejs/platform-windows @StefanStojanovic We're hitting https://github.com/nodejs/node-v8/issues/271
Looks like the build is broken on AIX @nodejs/platform-aix https://ci.nodejs.org/job/node-test-commit-aix/49875/nodes=aix72-ppc64/console
Many failing test on s390: https://ci.nodejs.org/job/node-test-commit-linuxone/41750/#showFailuresLink @nodejs/platform-s390
@nodejs/platform-smartos The SmartOS build is broken (related to https://github.com/nodejs/node/pull/51362/commits/d1ccf722fd5f0a18ae3a1b12c169860f94b4e0dd): https://ci.nodejs.org/job/node-test-commit-smartos/52823/nodes=smartos20-64/console
@nodejs/platform-ppc @nodejs/platform-s390 The V8 CI build errors: ``` 16:08:40 g++: fatal error: Killed signal terminated program cc1plus ``` https://ci.nodejs.org/job/node-test-commit-v8-linux/5757/nodes=rhel8-ppc64le,v8test=v8test/console https://ci.nodejs.org/job/node-test-commit-v8-linux/5757/nodes=rhel8-s390x,v8test=v8test/console
It looks like https://github.com/nodejs/node/pull/51362/commits/9570832ae8650b73e04c2a0347b07cd6c19de15b is not enough. There's a flaky test in debug mode: ./node_g test/sequential/test-worker-fshandles-error-on-termination.js ``` $ ./node_g test/sequential/test-worker-fshandles-error-on-termination.js # # Fatal error in ../../deps/v8/src/execution/isolate-inl.h, line 105 # Debug...
@sumitradawn This is not with V8 HEAD. It's with [12.1-lkgr](https://github.com/v8/v8/commits/12.1-lkgr/)