Closed
Bug 971871
Opened 12 years ago
Closed 12 years ago
Hf (linux64-br-haz_mozilla-inbound_dep) builds are perma-red with "gcc: No such file or directory"
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 971852
People
(Reporter: dholbert, Unassigned)
References
()
Details
The Hf builds on mozilla-inbound are perma-red, going back a few cycles, because GCC is apparently missing.
Snippet from log:
{
10:02:23 INFO - 0:02.37 configure:3283: checking whether the C compiler (/builds/slave/l64-br-haz_m-in_dep-0000000000/build/source/gcc/bin/gcc -Wno-attributes ) works
10:02:23 INFO - 0:02.37 configure:3299: /builds/slave/l64-br-haz_m-in_dep-0000000000/build/source/gcc/bin/gcc -o conftest -Wno-attributes -Wno-attributes conftest.c 1>&5
10:02:23 INFO - 0:02.37 /builds/slave/l64-br-haz_m-in_dep-0000000000/build/source/configure: line 3298: /builds/slave/l64-br-haz_m-in_dep-0000000000/build/source/gcc/bin/gcc: No such file or directory
10:02:23 INFO - 0:02.37 configure: failed program was:
10:02:23 INFO - 0:02.37
10:02:23 INFO - 0:02.37 #line 3294 "configure"
10:02:23 INFO - 0:02.37 #include "confdefs.h"
10:02:23 INFO - 0:02.37
10:02:23 INFO - 0:02.37 main(){return(0);}
10:02:23 INFO - 0:02.37 configure: error: installation or configuration problem: C compiler cannot create executables.
10:02:23 INFO - 0:02.37 *** Fix above errors and then restart with\
10:02:23 INFO - 0:02.37 "/usr/bin/gmake -f client.mk build"
10:02:23 ERROR - 0:02.37 gmake[2]: *** [configure] Error 1
10:02:23 ERROR - 0:02.37 gmake[1]: *** [obj-x86_64-unknown-linux-gnu/Makefile] Error 2
10:02:23 INFO - 0:02.37 gmake: *** [build] Error 2
10:02:23 INFO - 0:02.40 0 compiler warnings present.
10:02:24 INFO - Waiting for manager to finish (build status 2)...
10:02:24 INFO - Exiting with status 2
10:02:24 INFO - build finished (status 2): Wed Feb 12 13:02:24 2014
10:02:24 INFO - Exiting run_complete with status 2
10:02:24 ERROR - Traceback (most recent call last):
10:02:24 INFO - File "/builds/slave/l64-br-haz_m-in_dep-0000000000/build/source/js/src/devtools/rootAnalysis/analyze.py", line 279, in <module>
10:02:24 INFO - run_job(step, data)
10:02:24 INFO - File "/builds/slave/l64-br-haz_m-in_dep-0000000000/build/source/js/src/devtools/rootAnalysis/analyze.py", line 172, in run_job
10:02:24 INFO - subprocess.check_call(command, env=env(config))
10:02:24 INFO - File "/tools/python27/lib/python2.7/subprocess.py", line 511, in check_call
10:02:24 INFO - raise CalledProcessError(retcode, cmd)
10:02:24 INFO - subprocess.CalledProcessError: Command '['/builds/slave/l64-br-haz_m-in_dep-0000000000/build/source/js/src/devtools/rootAnalysis/run_complete', '--foreground', '--no-logs', '--build-root=/builds/slave/l64-br-haz_m-in_dep-0000000000/build/obj-analyzed', '--wrap-dir=/tools/sixgill/usr/libexec/sixgill/scripts/wrap_gcc', '--work-dir=work', '-b', '/tools/sixgill/usr/bin', '--buildcommand=/builds/slave/l64-br-haz_m-in_dep-0000000000/build/analysis/build.browser', '.']' returned non-zero exit status 2
10:02:24 ERROR - Return code: 1
10:02:24 FATAL - analysis failed, can't continue.
10:02:24 FATAL - Running post_fatal callback...
10:02:24 FATAL - Exiting 2
program finished with exit code 2
}
https://tbpl.mozilla.org/php/getParsedLog.php?id=34567121&tree=Mozilla-Inbound
Reporter | ||
Comment 1•12 years ago
|
||
Logs:
https://tbpl.mozilla.org/php/getParsedLog.php?id=34570096&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=34569456&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=34569075&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=34567121&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=34562374&tree=Mozilla-Inbound
RyanVM says this is a known issue and there's already a patch being tested, which is excellent.
Comment 2•12 years ago
|
||
The jobs:
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&jobname=linux64-br-
Is it a releng bug then?
Or a dupe of bug 964169?
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•