Skip to content
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

Failing compilation on v7.x branch #12663

Closed
evanlucas opened this issue Apr 26, 2017 · 3 comments
Closed

Failing compilation on v7.x branch #12663

evanlucas opened this issue Apr 26, 2017 · 3 comments
Labels
build Issues and PRs related to build files or the CI. regression Issues related to regressions.

Comments

@evanlucas
Copy link
Contributor

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

  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
@gibfahn
Copy link
Member

gibfahn commented Apr 26, 2017

Discussed in nodejs/build#685

@mscdex mscdex added build Issues and PRs related to build files or the CI. v7.x labels Apr 26, 2017
@refack refack added the regression Issues related to regressions. label Apr 26, 2017
@Trott
Copy link
Member

Trott commented Aug 4, 2017

Should this remain open?

@bnoordhuis
Copy link
Member

I believe this was a ccache issue on one of the buildbots that has since been fixed by removing the buildbot. I'll close it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. regression Issues related to regressions.
Projects
None yet
Development

No branches or pull requests

6 participants