You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The v7.x branch is failing to compile on the ubuntu1204-clang341-64 build bot
clang++ '-DV8_TARGET_ARCH_X64' '-DENABLE_DISASSEMBLER' '-DV8_I18N_SUPPORT' -I../deps/v8 -pthread -Wall -Wextra -Wno-unused-parameter -m64 -fno-strict-aliasing -m64 -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/iojs/build/workspace/node-test-commit-linux/nodes/ubuntu1204-clang341-64/out/Release/.deps//home/iojs/build/workspace/node-test-commit-linux/nodes/ubuntu1204-clang341-64/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace_posix.o.d.raw -c -o /home/iojs/build/workspace/node-test-commit-linux/nodes/ubuntu1204-clang341-64/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace_posix.o ../deps/v8/src/base/debug/stack_trace_posix.cc
clang: warning: argument unused during compilation: '-I ../deps/v8'
In file included from ../deps/v8/src/base/functional.cc:11:
In file included from ../deps/v8/src/base/functional.h:11:
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/cstddef:51:11: error: no member named 'max_align_t' in the global namespace
using ::max_align_t;
~~^
1 error generated.
make[2]: *** [/home/iojs/build/workspace/node-test-commit-linux/nodes/ubuntu1204-clang341-64/out/Release/obj.target/v8_libbase/deps/v8/src/base/functional.o] Error 1
make[2]: *** Waiting for unfinished jobs....
clang: warning: argument unused during compilation: '-I ../deps/v8'
make[2]: Leaving directory `/home/iojs/build/workspace/node-test-commit-linux/nodes/ubuntu1204-clang341-64/out'
make[1]: *** [node] Error 2
make[1]: Leaving directory `/home/iojs/build/workspace/node-test-commit-linux/nodes/ubuntu1204-clang341-64'
make: *** [build-ci] Error 2
Build step 'Execute shell' marked build as failure
Run condition [Always] enabling perform for step [[Execute a set of scripts]]
Run condition [Always] enabling perform for step [[Execute a set of scripts]]
TAP Reports Processing: START
Looking for TAP results report in workspace using pattern: *.tap
Did not find any matching files. Setting build result to FAILURE.
Checking ^not ok
Jenkins Text Finder: File set '*.tap' is empty
Notifying upstream projects of job completion
Finished: FAILURE
The text was updated successfully, but these errors were encountered:
https://ci.nodejs.org/job/node-test-commit-linux/9425/nodes=ubuntu1204-clang341-64/console
The v7.x branch is failing to compile on the ubuntu1204-clang341-64 build bot
The text was updated successfully, but these errors were encountered: