Closed Bug 1285210 Opened 8 years ago Closed 8 years ago

Mulet builds on integration branch (mozilla-inbound)

Categories

(Firefox OS Graveyard :: Gaia::Build, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1285157

People

(Reporter: augeypl-bugzilla, Unassigned)

References

Details

Blocks 1245091 Build is broken: 1rst orange B: Thu Jul 7, 12:16:20 - cbook@mozilla.com 1rst line of the log (very long): [taskcluster 2016-07-07 10:19:08.481Z] === Task Starting === + test https://hg.mozilla.org/mozilla-central + WORKSPACE=workspace + mkdir -p workspace + buildbot_step 'Clone gecko' tc-vcs checkout workspace/gecko https://hg.mozilla.org/mozilla-central https://hg.mozilla.org/integration/mozilla-inbound/ cf971ca7f132471feca4f62b4cdd523358f4507a cf971ca7f132471feca4f62b4cdd523358f4507a ========= Started Clone gecko tc-vcs checkout workspace/gecko https://hg.mozilla.org/mozilla-central https://hg.mozilla.org/integration/mozilla-inbound/ cf971ca7f132471feca4f62b4cdd523358f4507a cf971ca7f132471feca4f62b4cdd523358f4507a (results: 0, elapsed: 0 secs) (at 2016-07-07 10:19:08.689000) ========= [taskcluster-vcs] detectHg: start fetching head of https://hg.mozilla.org/mozilla-central [taskcluster-vcs] detectHg: end fetching head of https://hg.mozilla.org/mozilla-central [taskcluster-vcs] 0 run start : (cwd: /home/worker/workspace/gecko) hg pull -r cf971ca7f132471feca4f62b4cdd523358f4507a https://hg.mozilla.org/integration/mozilla-inbound/ pulling from https://hg.mozilla.org/integration/mozilla-inbound/ warning: hg.mozilla.org certificate with fingerprint af:27:b9:34:47:4e:e5:98:01:f6:83:2b:51:c9:aa:d8:df:fb:1a:27 not verified (check hostfingerprints or web.cacerts config setting) searching for changes adding changesets adding manifests adding file changes added 3 changesets with 31 changes to 31 files (run 'hg update' to get a working copy) [taskcluster-vcs] run end : hg pull -r cf971ca7f132471feca4f62b4cdd523358f4507a https://hg.mozilla.org/integration/mozilla-inbound/ (0) in 1088 ms [taskcluster-vcs] 0 run start : (cwd: /home/worker/workspace/gecko) hg update -C cf971ca7f132471feca4f62b4cdd523358f4507a 31 files updated, 0 files merged, 0 files removed, 0 files unresolved [taskcluster-vcs] run end : hg update -C cf971ca7f132471feca4f62b4cdd523358f4507a (0) in 2505 ms ========= Finished Clone gecko tc-vcs checkout workspace/gecko https://hg.mozilla.org/mozilla-central https://hg.mozilla.org/integration/mozilla-inbound/ cf971ca7f132471feca4f62b4cdd523358f4507a cf971ca7f132471feca4f62b4cdd523358f4507a (results: 0, elapsed: 5 secs) (at 2016-07-07 10:19:12.887000) ========= ========= Started Build ./build-mulet-linux.sh /home/worker/workspace (results: 0, elapsed: 0 secs) (at 2016-07-07 10:19:12.927000) ========= +++ dirname ./build-mulet-linux.sh ++ cd . ++ pwd + DIRNAME=/home/worker/workspace/gecko/taskcluster/scripts/builder + PATH=/home/worker/workspace/gecko/taskcluster/scripts/builder:/home/worker/workspace/gecko/gcc/bin:/tools/gcc-4.7.3-0moz1/bin:/tools/tools/buildfarm/utils:/tools/python27-mercurial/bin:/tools/python27/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/worker/bin/ + . desktop-setup.sh ++ test b2g/dev/config/mozconfigs/linux64/mulet_dbg ++ test -d /home/worker/workspace +++ cd /home/worker/workspace +++ pwd ++ WORKSPACE=/home/worker/workspace ++ . setup-ccache.sh +++ test -d /home/worker/workspace ++++ cd /home/worker/workspace ++++ pwd +++ WORKSPACE=/home/worker/workspace +++ export CCACHE_DIR=/home/worker/workspace/ccache +++ CCACHE_DIR=/home/worker/workspace/ccache +++ ccache -M 12G Set cache size limit to 12.0 Gbytes +++ ccache -s cache directory /home/worker/workspace/ccache cache hit (direct) 6 cache hit (preprocessed) 1 cache miss 3416 called for link 247 called for preprocessing 86 compile failed 22 preprocessor error 40 bad compiler arguments 6 unsupported source language 9 autoconf compile/link 150 unsupported compiler option 2 no input file 563 files in cache 9589 cache size 5.0 Gbytes max cache size 12.0 Gbytes ++ export GECKO_DIR=/home/worker/workspace/gecko ++ GECKO_DIR=/home/worker/workspace/gecko ++ export GAIA_DIR=/home/worker/workspace/gaia ++ GAIA_DIR=/home/worker/workspace/gaia ++ export MOZBUILD_STATE_PATH=/home/worker/workspace/mozbuild/ ++ MOZBUILD_STATE_PATH=/home/worker/workspace/mozbuild/ ++ mkdir -p /home/worker/workspace/mozbuild/ ++ install-packages.sh /home/worker/workspace/gecko #!/bin/bash -vex gecko_dir=$1 + gecko_dir=/home/worker/workspace/gecko test -d $gecko_dir + test -d /home/worker/workspace/gecko test -n "$TOOLTOOL_CACHE" + test -n /home/worker/tools/tooltool-cache test -n "$TOOLTOOL_MANIFEST" + test -n b2g/dev/config/tooltool-manifests/linux64/releng.manifest test -n "$TOOLTOOL_REPO" + test -n https://github.com/mozilla/build-tooltool test -n "$TOOLTOOL_REV" + test -n master tc-vcs checkout $gecko_dir/tooltool $TOOLTOOL_REPO $TOOLTOOL_REPO $TOOLTOOL_REV + tc-vcs checkout /home/worker/workspace/gecko/tooltool https://github.com/mozilla/build-tooltool https://github.com/mozilla/build-tooltool master [taskcluster-vcs] detectHg: start fetching head of https://github.com/mozilla/build-tooltool [taskcluster-vcs] 0 run start : (cwd: /home/worker/workspace/gecko/tooltool) git remote add origin https://github.com/mozilla/build-tooltool fatal: remote origin already exists. [taskcluster-vcs:warning] run end (with error) NOT RETRYING!: git remote add origin https://github.com/mozilla/build-tooltool [taskcluster-vcs] 0 run start : (cwd: /home/worker/workspace/gecko/tooltool) git fetch -f https://github.com/mozilla/build-tooltool master:refs/remotes/origin/master [taskcluster-vcs] detectHg: end fetching head of https://github.com/mozilla/build-tooltool [taskcluster-vcs] run end : git fetch -f https://github.com/mozilla/build-tooltool master:refs/remotes/origin/master (0) in 425 ms [taskcluster-vcs] 0 run start : (cwd: /home/worker/workspace/gecko/tooltool) git reset --hard HEAD is now at ba4be6f Merge rillian/build-tooltool:unpack (PR #30) [taskcluster-vcs] run end : git reset --hard (0) in 7 ms [taskcluster-vcs] 0 run start : (cwd: /home/worker/workspace/gecko/tooltool) git checkout master Already on 'master' Your branch is up-to-date with 'origin/master'. [taskcluster-vcs] run end : git checkout master (0) in 5 ms [taskcluster-vcs] 0 run start : (cwd: /home/worker/workspace/gecko/tooltool) git merge origin/master Already up-to-date. [taskcluster-vcs] run end : git merge origin/master (0) in 4 ms [taskcluster-vcs] 0 run start : (cwd: /home/worker/workspace/gecko/tooltool) git repack -d -l Nothing new to pack. [taskcluster-vcs] run end : git repack -d -l (0) in 11 ms (cd $gecko_dir; python $gecko_dir/tooltool/tooltool.py --url https://api.pub.build.mozilla.org/tooltool/ -m $gecko_dir/$TOOLTOOL_MANIFEST fetch -c $TOOLTOOL_CACHE) + cd /home/worker/workspace/gecko + python /home/worker/workspace/gecko/tooltool/tooltool.py --url https://api.pub.build.mozilla.org/tooltool/ -m /home/worker/workspace/gecko/b2g/dev/config/tooltool-manifests/linux64/releng.manifest fetch -c /home/worker/tools/tooltool-cache INFO - rm tree: gcc INFO - untarring "gcc.tar.xz" INFO - rm tree: gtk3 INFO - untarring "gtk3.tar.xz" INFO - rm tree: rustc INFO - untarring "rustc.tar.xz" INFO - rm tree: sccache INFO - untarring "sccache.tar.bz2" INFO - rm tree: moz-tt INFO - untarring "moz-tt.tar.bz2" ++ export MOZ_OBJDIR=/home/worker/workspace/object-folder/ ++ MOZ_OBJDIR=/home/worker/workspace/object-folder/ ++ mkdir -p /home/worker/workspace/object-folder/ + export MOZ_SIMPLE_PACKAGE_NAME=target + MOZ_SIMPLE_PACKAGE_NAME=target + cd /home/worker/workspace/gecko + ./mach build [1G[J[34m 0:00.30(B[m /usr/bin/gmake -f client.mk -s [1G[J[34m 0:01.41(B[m Adding client.mk options from /home/worker/workspace/gecko/b2g/dev/config/mozconfigs/linux64/mulet_dbg: [1G[J[34m 0:01.41(B[m AUTOCLOBBER=1 [1G[J[34m 0:01.41(B[m export MOZ_AUTOMATION_BUILD_SYMBOLS=1 [1G[J[34m 0:01.41(B[m export MOZ_AUTOMATION_L10N_CHECK=0 [1G[J[34m 0:01.41(B[m export MOZ_AUTOMATION_PACKAGE=1 [1G[J[34m 0:01.41(B[m export MOZ_AUTOMATION_PACKAGE_TESTS=1 [1G[J[34m 0:01.41(B[m export MOZ_AUTOMATION_INSTALLER=0 [1G[J[34m 0:01.41(B[m export MOZ_AUTOMATION_UPDATE_PACKAGING=0 [1G[J[34m 0:01.41(B[m export MOZ_AUTOMATION_UPLOAD=1 [1G[J[34m 0:01.41(B[m export MOZ_AUTOMATION_UPLOAD_SYMBOLS=0 [1G[J[34m 0:01.41(B[m export MOZ_AUTOMATION_SDK=0 [1G[J[34m 0:01.41(B[m PATH=/home/worker/workspace/gecko/gcc/bin:/home/worker/workspace/gecko/gcc/bin:/home/worker/workspace/gecko/taskcluster/scripts/builder:/home/worker/workspace/gecko/gcc/bin:/tools/gcc-4.7.3-0moz1/bin:/tools/tools/buildfarm/utils:/tools/python27-mercurial/bin:/tools/python27/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/worker/bin/ [1G[J[34m 0:01.41(B[m export LD_LIBRARY_PATH=/home/worker/workspace/gecko/gcc/lib64:/home/worker/workspace/gecko/gcc/lib:/tools/gcc-4.7.3-0moz1/lib64:/tools/gcc-4.7.3-0moz1/lib:/home/worker/workspace/gecko/gcc/lib64:/home/worker/workspace/gecko/gcc/lib:/home/worker/workspace/gecko/gtk3/usr/local/lib:/home/worker/workspace/gecko/gcc/lib64:/home/worker/workspace/gecko/gcc/lib [1G[J[34m 0:01.42(B[m export FONTCONFIG_PATH=/home/worker/workspace/gecko/gtk3/usr/local/etc/fonts [1G[J[34m 0:01.42(B[m export PANGO_SYSCONFDIR=/home/worker/workspace/gecko/gtk3/usr/local/etc [1G[J[34m 0:01.42(B[m export PANGO_LIBDIR=/home/worker/workspace/gecko/gtk3/usr/local/lib [1G[J[34m 0:01.42(B[m export GDK_PIXBUF_MODULE_FILE=/home/worker/workspace/gecko/gtk3/usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache [1G[J[34m 0:01.42(B[m export GDK_PIXBUF_MODULEDIR=/home/worker/workspace/gecko/gtk3/usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders [1G[J[34m 0:01.42(B[m export LD_LIBRARY_PATH=/home/worker/workspace/gecko/gcc/lib64:/home/worker/workspace/gecko/gcc/lib:/tools/gcc-4.7.3-0moz1/lib64:/tools/gcc-4.7.3-0moz1/lib:/home/worker/workspace/gecko/gcc/lib64:/home/worker/workspace/gecko/gcc/lib:/home/worker/workspace/gecko/gtk3/usr/local/lib:/home/worker/workspace/gecko/gcc/lib64:/home/worker/workspace/gecko/gcc/lib:/home/worker/workspace/gecko/gtk3/usr/local/lib [1G[J[34m 0:01.42(B[m export SCCACHE_BUCKET=taskcluster-level-3-sccache-us-west-1 [1G[J[34m 0:01.42(B[m export SCCACHE_NAMESERVER=169.254.169.253 [1G[J[34m 0:01.42(B[m MOZ_PREFLIGHT_ALL+=build/sccache.mk [1G[J[34m 0:01.42(B[m MOZ_POSTFLIGHT_ALL+=build/sccache.mk [1G[J[34m 0:01.42(B[m UPLOAD_EXTRA_FILES+=sccache.log.gz [1G[J[34m 0:01.42(B[m MOZ_OBJDIR=/home/worker/workspace/object-folder [1G[J[34m 0:01.42(B[m OBJDIR=/home/worker/workspace/object-folder [1G[J[34m 0:01.42(B[m FOUND_MOZCONFIG=/home/worker/workspace/gecko/b2g/dev/config/mozconfigs/linux64/mulet_dbg [1G[J78[1G[J[34m 0:02.00(B[m cd /home/worker/workspace/object-folder 78[1G[J[34m 0:02.00(B[m /home/worker/workspace/gecko/configure 78[1G[J[34m 0:02.13(B[m Reexecuting in the virtualenv 78[1G[J[34m 0:02.27(B[m Adding configure options from /home/worker/workspace/gecko/b2g/dev/config/mozconfigs/linux64/mulet_dbg 78[1G[J[34m 0:02.27(B[m --enable-update-channel= 78[1G[J[34m 0:02.27(B[m --with-google-api-keyfile=/builds/gapi.data 78[1G[J[34m 0:02.27(B[m --with-google-oauth-api-keyfile=/builds/google-oauth-api.key 78[1G[J[34m 0:02.27(B[m --with-mozilla-api-keyfile=/builds/mozilla-desktop-geoloc-api.key 78[1G[J[34m 0:02.27(B[m --enable-crashreporter 78[1G[J[34m 0:02.27(B[m --enable-release 78[1G[J[34m 0:02.27(B[m --enable-js-shell 78[1G[J[34m 0:02.27(B[m --enable-elf-hack 78[1G[J[34m 0:02.27(B[m --enable-stdcxx-compat 78[1G[J[34m 0:02.27(B[m --enable-default-toolkit=cairo-gtk3 78[1G[J[34m 0:02.27(B[m --enable-warnings-as-errors 78[1G[J[34m 0:02.27(B[m --enable-profiling 78[1G[J[34m 0:02.27(B[m --enable-verify-mar 78[1G[J[34m 0:02.27(B[m --with-branding=browser/branding/nightly 78[1G[J[34m 0:02.27(B[m --enable-rust 78[1G[J[34m 0:02.27(B[m --with-compiler-wrapper=python2.7 /home/worker/workspace/gecko/sccache/sccache.py 78[1G[J[34m 0:02.27(B[m --enable-application=b2g/dev 78[1G[J[34m 0:02.27(B[m --enable-debug 78[1G[J[34m 0:02.27(B[m PKG_CONFIG_SYSROOT_DIR=/home/worker/workspace/gecko/gtk3 78[1G[J[34m 0:02.27(B[m PKG_CONFIG_LIBDIR=/usr/lib64/pkgconfig:/usr/share/pkgconfig 78[1G[J[34m 0:02.27(B[m MOZ_TELEMETRY_REPORTING=1 78[1G[J[34m 0:02.27(B[m MOZ_PACKAGE_JSSHELL=1 78[1G[J[34m 0:02.27(B[m SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE=/builds/crash-stats-api.token 78[1G[J[34m 0:02.27(B[m MOZILLA_OFFICIAL=1 78[1G[J[34m 0:02.27(B[m PKG_CONFIG_PATH=/home/worker/workspace/gecko/gtk3/usr/local/lib/pkgconfig 78[1G[J[34m 0:02.27(B[m PATH=/home/worker/workspace/gecko/gtk3/usr/local/bin:/home/worker/workspace/gecko/gcc/bin:/home/worker/workspace/gecko/gcc/bin:/home/worker/workspace/gecko/gcc/bin:/home/worker/workspace/gecko/taskcluster/scripts/builder:/home/worker/workspace/gecko/gcc/bin:/tools/gcc-4.7.3-0moz1/bin:/tools/tools/buildfarm/utils:/tools/python27-mercurial/bin:/tools/python27/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/worker/bin/ 78[1G[J[34m 0:02.27(B[m LD_LIBRARY_PATH=/home/worker/workspace/gecko/gcc/lib64:/home/worker/workspace/gecko/gcc/lib:/tools/gcc-4.7.3-0moz1/lib64:/tools/gcc-4.7.3-0moz1/lib:/home/worker/workspace/gecko/gcc/lib64:/home/worker/workspace/gecko/gcc/lib:/home/worker/workspace/gecko/gtk3/usr/local/lib:/home/worker/workspace/gecko/gcc/lib64:/home/worker/workspace/gecko/gcc/lib:/home/worker/workspace/gecko/gtk3/usr/local/lib 78[1G[J[34m 0:02.28(B[m MOZ_DEMANGLE_SYMBOLS=1 78[1G[J[34m 0:02.28(B[m MOZ_ADDON_SIGNING=1 78[1G[J[34m 0:02.28(B[m MOZ_REQUIRE_SIGNING=0 78[1G[J[34m 0:02.28(B[m CC=/home/worker/workspace/gecko/gcc/bin/gcc 78[1G[J[34m 0:02.28(B[m LDFLAGS=-L/home/worker/workspace/gecko/gtk3/usr/local/lib 78[1G[J[34m 0:02.28(B[m MOZTTDIR=/home/worker/workspace/gecko/moz-tt 78[1G[J[34m 0:02.28(B[m STRIP_FLAGS=--strip-debug 78[1G[J[34m 0:02.28(B[m TOOLTOOL_DIR=/home/worker/workspace/gecko 78[1G[J[34m 0:02.28(B[m MOZ_DEBUG=1 78[1G[J[34m 0:02.28(B[m CXX=/home/worker/workspace/gecko/gcc/bin/g++ 78[1G[J[34m 0:02.28(B[m PKG_CONFIG=/home/worker/workspace/gecko/gtk3/usr/local/bin/pkg-config 78[1G[J[34m 0:02.28(B[m RUSTC=/home/worker/workspace/gecko/rustc/bin/rustc 78[1G[J[34m 0:02.28(B[m MOZ_DEBUG_SYMBOLS=1 78[1G[J[34m 0:02.41(B[m checking for a shell... /bin/sh 78[1G[J[34m 0:02.46(B[m checking for host system type... x86_64-pc-linux-gnu 78[1G[J[34m 0:02.46(B[m checking for target system type... x86_64-pc-linux-gnu 78[1G[J[34m 0:02.47(B[m checking whether cross compiling... no 78[1G[J[34m 0:02.47(B[m checking for pkg_config... /home/worker/workspace/gecko/gtk3/usr/local/bin/pkg-config 78[1G[J[34m 0:02.47(B[m checking for pkg-config version... 0.28 78[1G[J[34m 0:02.48(B[m checking for tar... /bin/gtar 78[1G[J[34m 0:02.48(B[m checking for unzip... /usr/bin/unzip 78[1G[J[34m 0:02.48(B[m checking for zip... /usr/bin/zip 78[1G[J[34m 0:02.48(B[m checking for yasm... /usr/bin/yasm 78[1G[J[34m 0:02.48(B[m checking yasm version... 1.2.0 78[1G[J[34m 0:02.49(B[m checking for the target C compiler... /home/worker/workspace/gecko/gcc/bin/gcc 78[1G[J[34m 0:02.73(B[m checking whether the target C compiler can be used... yes 78[1G[J[34m 0:02.73(B[m checking the target C compiler version... 4.9.3 78[1G[J[34m 0:02.73(B[m checking for the target C++ compiler... /home/worker/workspace/gecko/gcc/bin/g++ 78[1G[J[34m 0:02.85(B[m checking whether the target C++ compiler can be used... yes 78[1G[J[34m 0:02.86(B[m checking the target C++ compiler version... 4.9.3 78[1G[J[34m 0:02.86(B[m checking for the host C compiler... /home/worker/workspace/gecko/gcc/bin/gcc 78[1G[J[34m 0:02.92(B[m checking whether the host C compiler can be used... yes 78[1G[J[34m 0:02.92(B[m checking the host C compiler version... 4.9.3 78[1G[J[34m 0:02.92(B[m checking for the host C++ compiler... /home/worker/workspace/gecko/gcc/bin/g++ 78[1G[J[34m 0:02.97(B[m checking whether the host C++ compiler can be used... yes 78[1G[J[34m 0:02.97(B[m checking the host C++ compiler version... 4.9.3 78[1G[J[34m 0:02.97(B[m checking for rustc... /home/worker/workspace/gecko/rustc/bin/rustc 78[1G[J[34m 0:03.01(B[m checking rustc version... 1.8.0 78[1G[J[34m 0:03.10(B[m checking for awk... /usr/bin/gawk 78[1G[J[34m 0:03.10(B[m checking for perl... /usr/bin/perl 78[1G[J[34m 0:03.10(B[m checking for minimum required perl version >= 5.006... 5.010001 78[1G[J[34m 0:03.11(B[m checking for full perl installation... yes 78[1G[J[34m 0:03.11(B[m checking for doxygen... not found 78[1G[J[34m 0:03.11(B[m checking for xargs... /usr/bin/xargs 78[1G[J[34m 0:03.11(B[m checking for rpmbuild... not found 78[1G[J[34m 0:03.11(B[m checking for autoconf... /usr/bin/autoconf-2.13 78[1G[J[34m 0:03.27(B[m loading cache ./config.cache 78[1G[J[34m 0:03.30(B[m checking host system type... x86_64-pc-linux-gnu 78[1G[J[34m 0:03.32(B[m checking target system type... x86_64-pc-linux-gnu 78[1G[J[34m 0:03.33(B[m checking build system type... x86_64-pc-linux-gnu 78[1G[J[34m 0:03.33(B[m checking for objcopy... (cached) /home/worker/workspace/gecko/gcc/bin/objcopy 78[1G[J[34m 0:03.34(B[m checking for gcc... (cached) /usr/bin/ccache /home/worker/workspace/gecko/gcc/bin/gcc -std=gnu99 78[1G[J[34m 0:03.38(B[m checking whether the C compiler (/usr/bin/ccache /home/worker/workspace/gecko/gcc/bin/gcc -std=gnu99 -L/home/worker/workspace/gecko/gtk3/usr/local/lib ) works... yes 78[1G[J[34m 0:03.38(B[m checking whether the C compiler (/usr/bin/ccache /home/worker/workspace/gecko/gcc/bin/gcc -std=gnu99 -L/home/worker/workspace/gecko/gtk3/usr/local/lib ) is a cross-compiler... no 78[1G[J[34m 0:03.38(B[m checking whether we are using GNU C... (cached) yes 78[1G[J[34m 0:03.38(B[m checking whether /usr/bin/ccache /home/worker/workspace/gecko/gcc/bin/gcc -std=gnu99 accepts -g... (cached) yes 78[1G[J[34m 0:03.38(B[m checking for c++... (cached) /usr/bin/ccache /home/worker/workspace/gecko/gcc/bin/g++ -std=gnu++11 78[1G[J[34m 0:03.44(B[m checking whether the C++ compiler (/usr/bin/ccache /home/worker/workspace/gecko/gcc/bin/g++ -std=gnu++11 -L/home/worker/workspace/gecko/gtk3/usr/local/lib ) works... yes 78[1G[J[34m 0:03.44(B[m checking whether the C++ compiler (/usr/bin/ccache /home/worker/workspace/gecko/gcc/bin/g++ -std=gnu++11 -L/home/worker/workspace/gecko/gtk3/usr/local/lib ) is a cross-compiler... no 78[1G[J[34m 0:03.44(B[m checking whether we are using GNU C++... (cached) yes 78[1G[J[34m 0:03.44(B[m checking whether /usr/bin/ccache /home/worker/workspace/gecko/gcc/bin/g++ -std=gnu++11 accepts -g... (cached) yes 78[1G[J[34m 0:03.47(B[m checking for ranlib... (cached) ranlib 78[1G[J[34m 0:03.47(B[m checking for as... (cached) /home/worker/workspace/gecko/gcc/bin/as 78[1G[J[34m 0:03.47(B[m checking for ar... (cached) ar 78[1G[J[34m 0:03.47(B[m checking for ld... (cached) ld 78[1G[J[34m 0:03.47(B[m checking for strip... (cached) strip 78[1G[J[34m 0:03.47(B[m checking for windres... no 78[1G[J[34m 0:03.47(B[m checking for otool... no 78[1G[J[34m 0:03.48(B[m checking how to run the C preprocessor... (cached) /usr/bin/ccache /home/worker/workspace/gecko/gcc/bin/gcc -std=gnu99 -E 78[1G[J[34m 0:03.49(B[m checking how to run the C++ preprocessor... (cached) /usr/bin/ccache /home/worker/workspace/gecko/gcc/bin/g++ -std=gnu++11 -E 78[1G[J[34m 0:03.49(B[m checking for /usr/bin/gmake... (cached) /usr/bin/gmake 78[1G[J[34m 0:03.49(B[m checking for X... (cached) libraries , headers 78[1G[J[34m 0:03.49(B[m checking for dnet_ntoa in -ldnet... (cached) no 78[1G[J[34m 0:03.49(B[m checking for dnet_ntoa in -ldnet_stub... (cached) no 78[1G[J[34m 0:03.49(B[m checking for gethostbyname... (cached) yes 78[1G[J[34m 0:03.49(B[m checking for connect... (cached) yes 78[1G[J[34m 0:03.49(B[m checking for remove... (cached) yes 78[1G[J[34m 0:03.50(B[m checking for shmat... (cached) yes 78[1G[J[34m 0:03.50(B[m checking for IceConnectionNumber in -lICE... (cached) yes 78[1G[J[34m 0:03.52(B[m checking that static assertion macros used in autoconf tests work... (cached) yes 78[1G[J[34m 0:03.54(B[m checking for --noexecstack option to as... yes 78[1G[J[34m 0:03.57(B[m checking for -z noexecstack option to ld... yes 78[1G[J[34m 0:03.61(B[m checking for -z text option to ld... yes 78[1G[J[34m 0:03.65(B[m checking for --build-id option to ld... yes 78[1G[J[34m 0:03.69(B[m checking for --ignore-unresolved-symbol option to ld... yes 78[1G[J[34m 0:03.69(B[m checking if toolchain supports -mssse3 option... yes 78[1G[J[34m 0:03.71(B[m checking if toolchain supports -msse4.1 option... yes 78[1G[J[34m 0:03.72(B[m checking for x86 AVX2 asm support in compiler... yes 78[1G[J[34m 0:03.72(B[m checking whether the C compiler supports -Wclass-varargs... no 78[1G[J[34m 0:03.73(B[m checking whether the C compiler supports -Wloop-analysis... no 78[1G[J[34m 0:03.75(B[m checking whether the C compiler supports -Werror=non-literal-null-conversion... no 78[1G[J[34m 0:03.75(B[m checking whether the C compiler supports -Wstring-conversion... no 78[1G[J[34m 0:03.76(B[m checking whether the C compiler supports -Wthread-safety... no 78[1G[J[34m 0:03.77(B[m checking whether the C compiler supports -Wno-error=maybe-uninitialized... yes 78[1G[J[34m 0:03.78(B[m checking whether the C compiler supports -Wno-error=deprecated-declarations... yes 78[1G[J[34m 0:03.80(B[m checking whether the C compiler supports -Wno-error=array-bounds... yes 78[1G[J[34m 0:03.80(B[m checking whether the C++ compiler supports -Wc++11-compat-pedantic... no 78[1G[J[34m 0:03.81(B[m checking whether the C++ compiler supports -Wc++14-compat... no 78[1G[J[34m 0:03.82(B[m checking whether the C++ compiler supports -Wc++14-compat-pedantic... no 78[1G[J[34m 0:03.83(B[m checking whether the C++ compiler supports -Wc++1z-compat... no 78[1G[J[34m 0:03.84(B[m checking whether the C++ compiler supports -Wclass-varargs... no 78[1G[J[34m 0:03.84(B[m checking whether the C++ compiler supports -Wimplicit-fallthrough... no 78[1G[J[34m 0:03.85(B[m checking whether the C++ compiler supports -Wloop-analysis... no 78[1G[J[34m 0:03.86(B[m checking whether the C++ compiler supports -Werror=non-literal-null-conversion... no 78[1G[J[34m 0:03.87(B[m checking whether the C++ compiler supports -Wstring-conversion... no 78[1G[J[34m 0:03.87(B[m checking whether the C++ compiler supports -Wthread-safety... no 78[1G[J[34m 0:03.89(B[m checking whether the C++ compiler supports -Wno-inline-new-delete... no 78[1G[J[34m 0:03.90(B[m checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... yes 78[1G[J[34m 0:03.91(B[m checking whether the C++ compiler supports -Wno-error=deprecated-declarations... yes 78[1G[J[34m 0:03.92(B[m checking whether the C++ compiler supports -Wno-error=array-bounds... yes 78[1G[J[34m 0:03.93(B[m checking for 64-bit OS... yes 78[1G[J[34m 0:04.14(B[m checking for valid debug flags... yes 78[1G[J[34m 0:04.20(B[m checking whether the C++ compiler (/usr/bin/ccache /home/worker/workspace/gecko/gcc/bin/g++ -std=gnu++11 -fno-exceptions -fno-strict-aliasing -fno-rtti -L/home/worker/workspace/gecko/gtk3/usr/local/lib -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id) actually is a C++ compiler... yes 78[1G[J[34m 0:04.24(B[m checking whether the linker supports Identical Code Folding... no 78[1G[J[34m 0:04.45(B[m checking whether removing dead symbols breaks debugging... no 78[1G[J[34m 0:04.45(B[m checking for ANSI C header files... (cached) yes 78[1G[J[34m 0:04.46(B[m checking for working const... (cached) yes 78[1G[J[34m 0:04.46(B[m checking for mode_t... (cached) yes 78[1G[J[34m 0:04.46(B[m checking for off_t... (cached) yes 78[1G[J[34m 0:04.46(B[m checking for pid_t... (cached) yes 78[1G[J[34m 0:04.46(B[m checking for size_t... (cached) yes 78[1G[J[34m 0:04.46(B[m checking whether 64-bits std::atomic requires -latomic... (cached) no 78[1G[J[34m 0:04.47(B[m checking for dirent.h that defines DIR... (cached) yes 78[1G[J[34m 0:04.47(B[m checking for opendir in -ldir... (cached) no 78[1G[J[34m 0:04.47(B[m checking for sys/byteorder.h... (cached) no 78[1G[J[34m 0:04.48(B[m checking for compat.h... (cached) no 78[1G[J[34m 0:04.48(B[m checking for getopt.h... (cached) yes 78[1G[J[34m 0:04.49(B[m checking for sys/bitypes.h... (cached) yes 78[1G[J[34m 0:04.49(B[m checking for memory.h... (cached) yes 78[1G[J[34m 0:04.50(B[m checking for unistd.h... (cached) yes 78[1G[J[34m 0:04.51(B[m checking for gnu/libc-version.h... (cached) yes 78[1G[J[34m 0:04.51(B[m checking for nl_types.h... (cached) yes 78[1G[J[34m 0:04.52(B[m checking for malloc.h... (cached) yes 78[1G[J[34m 0:04.52(B[m checking for X11/XKBlib.h... (cached) yes 78[1G[J[34m 0:04.53(B[m checking for io.h... (cached) no 78[1G[J[34m 0:04.53(B[m checking for cpuid.h... (cached) yes 78[1G[J[34m 0:04.54(B[m checking for sys/statvfs.h... (cached) yes 78[1G[J[34m 0:04.54(B[m checking for sys/statfs.h... (cached) yes 78[1G[J[34m 0:04.55(B[m checking for sys/vfs.h... (cached) yes 78[1G[J[34m 0:04.56(B[m checking for sys/mount.h... (cached) yes 78[1G[J[34m 0:04.56(B[m checking for sys/quota.h... (cached) yes 78[1G[J[34m 0:04.57(B[m checking for sys/sysmacros.h... (cached) yes 78[1G[J[34m 0:04.57(B[m checking for linux/quota.h... (cached) yes 78[1G[J[34m 0:04.58(B[m checking for linux/if_addr.h... (cached) yes 78[1G[J[34m 0:04.59(B[m checking for linux/rtnetlink.h... (cached) yes 78[1G[J[34m 0:04.59(B[m checking for sys/queue.h... (cached) yes 78[1G[J[34m 0:04.60(B[m checking for sys/types.h... (cached) yes 78[1G[J[34m 0:04.60(B[m checking for netinet/in.h... (cached) yes 78[1G[J[34m 0:04.61(B[m checking for byteswap.h... (cached) yes 78[1G[J[34m 0:04.61(B[m checking for sockaddr_in.sin_len... (cached) false 78[1G[J[34m 0:04.61(B[m checking for sockaddr_in6.sin6_len... (cached) false 78[1G[J[34m 0:04.61(B[m checking for sockaddr.sa_len... (cached) false 78[1G[J[34m 0:04.62(B[m checking for linux/perf_event.h... (cached) yes 78[1G[J[34m 0:04.62(B[m checking for perf_event_open system call... (cached) yes 78[1G[J[34m 0:04.62(B[m checking for gethostbyname_r in -lc_r... (cached) no 78[1G[J[34m 0:04.62(B[m checking for library containing dlopen... (cached) -ldl 78[1G[J[34m 0:04.62(B[m checking for dlfcn.h... (cached) yes 78[1G[J[34m 0:04.62(B[m checking for dladdr... (cached) yes 78[1G[J[34m 0:04.63(B[m checking for memmem... (cached) yes 78[1G[J[34m 0:04.64(B[m checking for socket in -lsocket... (cached) no 78[1G[J[34m 0:04.64(B[m checking for XDrawLines in -lX11... (cached) yes 78[1G[J[34m 0:04.64(B[m checking for XextAddDisplay in -lXext... (cached) yes 78[1G[J[34m 0:04.64(B[m checking for XtFree in -lXt... (cached) yes 78[1G[J[34m 0:04.65(B[m checking for XShmCreateImage in -lXext... (cached) yes 78[1G[J[34m 0:04.65(B[m checking for X11/extensions/scrnsaver.h... (cached) no 78[1G[J[34m 0:04.65(B[m checking for pthread_create in -lpthreads... (cached) no 78[1G[J[34m 0:04.65(B[m checking for pthread_create in -lpthread... (cached) yes 78[1G[J[34m 0:04.70(B[m checking whether /usr/bin/ccache /home/worker/workspace/gecko/gcc/bin/gcc -std=gnu99 accepts -pthread... yes 78[1G[J[34m 0:04.70(B[m checking for pthread.h... (cached) yes 78[1G[J[34m 0:04.70(B[m checking whether /usr/bin/ccache /home/worker/workspace/gecko/gcc/bin/gcc -std=gnu99 needs -traditional... (cached) no 78[1G[J[34m 0:04.71(B[m checking for 8-bit clean memcmp... (cached) yes 78[1G[J[34m 0:04.71(B[m checking for stat64... (cached) yes 78[1G[J[34m 0:04.71(B[m checking for lstat64... (cached) yes 78[1G[J[34m 0:04.71(B[m checking for truncate64... (cached) yes 78[1G[J[34m 0:04.72(B[m checking for statvfs64... (cached) yes 78[1G[J[34m 0:04.72(B[m checking for statvfs... (cached) yes 78[1G[J[34m 0:04.73(B[m checking for statfs64... (cached) yes 78[1G[J[34m 0:04.73(B[m checking for statfs... (cached) yes 78[1G[J[34m 0:04.74(B[m checking for getpagesize... (cached) yes 78[1G[J[34m 0:04.74(B[m checking for gmtime_r... (cached) yes 78[1G[J[34m 0:04.75(B[m checking for localtime_r... (cached) yes 78[1G[J[34m 0:04.75(B[m checking for arc4random... (cached) no 78[1G[J[34m 0:04.75(B[m checking for arc4random_buf... (cached) no 78[1G[J[34m 0:04.75(B[m checking for mallinfo... (cached) yes 78[1G[J[34m 0:04.76(B[m checking for gettid... (cached) no 78[1G[J[34m 0:04.76(B[m checking for lchown... (cached) yes 78[1G[J[34m 0:04.76(B[m checking for setpriority... (cached) yes 78[1G[J[34m 0:04.77(B[m checking for strerror... (cached) yes 78[1G[J[34m 0:04.77(B[m checking for syscall... (cached) yes 78[1G[J[34m 0:04.77(B[m checking for clock_gettime(CLOCK_MONOTONIC)... (cached) -lrt 78[1G[J[34m 0:04.78(B[m checking for wcrtomb... (cached) yes 78[1G[J[34m 0:04.78(B[m checking for mbrtowc... (cached) yes 78[1G[J[34m 0:04.78(B[m checking for res_ninit()... (cached) yes 78[1G[J[34m 0:04.79(B[m checking for iconv in -lc... (cached) yes 78[1G[J[34m 0:04.79(B[m checking for iconv()... (cached) yes 78[1G[J[34m 0:04.79(B[m checking for iconv() with const input... (cached) no 78[1G[J[34m 0:04.79(B[m checking for nl_langinfo and CODESET... (cached) yes 78[1G[J[34m 0:04.79(B[m checking for an implementation of va_copy()... (cached) yes 78[1G[J[34m 0:04.79(B[m checking whether va_list can be copied by value... (cached) no 78[1G[J[34m 0:04.80(B[m checking whether the C++ "using" keyword resolves ambiguity... (cached) yes 78[1G[J[34m 0:04.80(B[m checking for C++ dynamic_cast to void*... (cached) yes 78[1G[J[34m 0:04.80(B[m checking for __thread keyword for TLS variables... (cached) yes 78[1G[J[34m 0:04.81(B[m checking for __attribute__((always_inline))... (cached) yes 78[1G[J[34m 0:04.81(B[m checking for LC_MESSAGES... (cached) yes 78[1G[J[34m 0:04.81(B[m checking for localeconv... (cached) yes 78[1G[J[34m 0:04.82(B[m checking for malloc.h... (cached) yes 78[1G[J[34m 0:04.82(B[m checking for alloca.h... (cached) yes 78[1G[J[34m 0:04.83(B[m checking for strndup... (cached) yes 78[1G[J[34m 0:04.84(B[m checking for posix_memalign... (cached) yes 78[1G[J[34m 0:04.84(B[m checking for memalign... (cached) yes 78[1G[J[34m 0:04.85(B[m checking for malloc_usable_size... (cached) yes 78[1G[J[34m 0:04.86(B[m checking for malloc.h... (cached) yes 78[1G[J[34m 0:04.89(B[m checking whether malloc_usable_size definition can use const argument... no 78[1G[J[34m 0:04.91(B[m checking for valloc in malloc.h... yes 78[1G[J[34m 0:04.92(B[m checking for valloc in unistd.h... no 78[1G[J[34m 0:04.93(B[m checking NSPR selection... source-tree 78[1G[J[34m 0:04.93(B[m cat: /builds/mozilla-desktop-geoloc-api.key: No such file or directory 78[1G[J[34m 0:04.93(B[m cat: /builds/gapi.data: No such file or directory 78[1G[J[34m 0:04.93(B[m cat: /builds/google-oauth-api.key: No such file or directory 78[1G[J[34m 0:04.93(B[m cat: /builds/google-oauth-api.key: No such file or directory 78[1G[J[34m 0:04.94(B[m checking if app-specific confvars.sh exists... /home/worker/workspace/gecko/b2g/dev/confvars.sh 78[1G[J[34m 0:04.96(B[m checking for gtk+-3.0 >= 3.4.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 ... yes 78[1G[J[34m 0:04.97(B[m checking MOZ_GTK3_CFLAGS... -pthread -I/home/worker/workspace/gecko/gtk3/usr/local/include/gtk-3.0/unix-print -I/home/worker/workspace/gecko/gtk3/usr/local/include/gtk-3.0 -I/home/worker/workspace/gecko/gtk3/usr/local/include/gio-unix-2.0/ -I/home/worker/workspace/gecko/gtk3/usr/local/include/cairo -I/home/worker/workspace/gecko/gtk3/usr/local/include/pango-1.0 -I/home/worker/workspace/gecko/gtk3/usr/local/include/atk-1.0 -I/home/worker/workspace/gecko/gtk3/usr/local/include/cairo -I/home/worker/workspace/gecko/gtk3/usr/local/include/pixman-1 -I/home/worker/workspace/gecko/gtk3/usr/local/include -I/home/worker/workspace/gecko/gtk3/usr/local/include/gdk-pixbuf-2.0 -I/home/worker/workspace/gecko/gtk3/usr/local/include/glib-2.0 -I/home/worker/workspace/gecko/gtk3/usr/local/lib/glib-2.0/include -I/home/worker/workspace/gecko/gtk3/usr/include/freetype2 -I/home/worker/workspace/gecko/gtk3/usr/include/libpng12 78[1G[J[34m 0:04.97(B[m checking MOZ_GTK3_LIBS... -L/home/worker/workspace/gecko/gtk3/usr/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 78[1G[J[34m 0:04.98(B[m checking for gtk+-2.0 >= 2.18.0 gtk+-unix-print-2.0 glib-2.0 >= 2.22 gobject-2.0 gdk-x11-2.0... yes 78[1G[J[34m 0:04.99(B[m checking MOZ_GTK2_CFLAGS... -pthread -I/home/worker/workspace/gecko/gtk3/usr/local/include/atk-1.0 -I/home/worker/workspace/gecko/gtk3/usr/local/include/pango-1.0 -I/home/worker/workspace/gecko/gtk3/usr/local/include/cairo -I/home/worker/workspace/gecko/gtk3/usr/local/include/pixman-1 -I/home/worker/workspace/gecko/gtk3/usr/local/include -I/home/worker/workspace/gecko/gtk3/usr/local/include/gdk-pixbuf-2.0 -I/home/worker/workspace/gecko/gtk3/usr/local/include/glib-2.0 -I/home/worker/workspace/gecko/gtk3/usr/local/lib/glib-2.0/include -I/home/worker/workspace/gecko/gtk3/usr/include/gtk-2.0 -I/home/worker/workspace/gecko/gtk3/usr/include/gtk-unix-print-2.0 -I/home/worker/workspace/gecko/gtk3/usr/include/gtk-2.0 -I/home/worker/workspace/gecko/gtk3/usr/lib64/gtk-2.0/include -I/home/worker/workspace/gecko/gtk3/usr/include/freetype2 -I/home/worker/workspace/gecko/gtk3/usr/include/libpng12 78[1G[J[34m 0:04.99(B[m checking MOZ_GTK2_LIBS... -L/home/worker/workspace/gecko/gtk3/usr/local/lib -L/home/worker/workspace/gecko/gtk3/usr/lib64 -lgtk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lfreetype -lfontconfig -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 78[1G[J[34m 0:05.01(B[m checking for pango >= 1.22.0... yes 78[1G[J[34m 0:05.01(B[m checking _PANGOCHK_CFLAGS... -pthread -I/home/worker/workspace/gecko/gtk3/usr/local/include/pango-1.0 -I/home/worker/workspace/gecko/gtk3/usr/local/include/glib-2.0 -I/home/worker/workspace/gecko/gtk3/usr/local/lib/glib-2.0/include 78[1G[J[34m 0:05.01(B[m checking _PANGOCHK_LIBS... -L/home/worker/workspace/gecko/gtk3/usr/local/lib -lpango-1.0 -lgobject-2.0 -lglib-2.0 78[1G[J[34m 0:05.02(B[m checking for pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0... yes 78[1G[J[34m 0:05.02(B[m checking MOZ_PANGO_CFLAGS... -pthread -I/home/worker/workspace/gecko/gtk3/usr/local/include/pango-1.0 -I/home/worker/workspace/gecko/gtk3/usr/local/include/cairo -I/home/worker/workspace/gecko/gtk3/usr/local/include/glib-2.0 -I/home/worker/workspace/gecko/gtk3/usr/local/lib/glib-2.0/include -I/home/worker/workspace/gecko/gtk3/usr/local/include/pixman-1 -I/home/worker/workspace/gecko/gtk3/usr/local/include -I/home/worker/workspace/gecko/gtk3/usr/include/freetype2 -I/home/worker/workspace/gecko/gtk3/usr/include/libpng12 78[1G[J[34m 0:05.02(B[m checking MOZ_PANGO_LIBS... -L/home/worker/workspace/gecko/gtk3/usr/local/lib -L/home/worker/workspace/gecko/gtk3/usr/lib64 -lpangoft2-1.0 -lfreetype -lfontconfig -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo 78[1G[J[34m 0:05.03(B[m checking for gio-2.0 >= 2.22... yes 78[1G[J[34m 0:05.03(B[m checking MOZ_GIO_CFLAGS... -pthread -I/home/worker/workspace/gecko/gtk3/usr/local/include/glib-2.0 -I/home/worker/workspace/gecko/gtk3/usr/local/lib/glib-2.0/include 78[1G[J[34m 0:05.04(B[m checking MOZ_GIO_LIBS... -L/home/worker/workspace/gecko/gtk3/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 78[1G[J[34m 0:05.04(B[m checking for gconf-2.0 >= 1.2.1 gobject-2.0 ... yes 78[1G[J[34m 0:05.04(B[m checking MOZ_GCONF_CFLAGS... -DORBIT2=1 -pthread -I/home/worker/workspace/gecko/gtk3/usr/local/include/glib-2.0 -I/home/worker/workspace/gecko/gtk3/usr/local/lib/glib-2.0/include -I/home/worker/workspace/gecko/gtk3/usr/include/gconf/2 -I/home/worker/workspace/gecko/gtk3/usr/include/orbit-2.0 -I/home/worker/workspace/gecko/gtk3/usr/include/dbus-1.0 -I/home/worker/workspace/gecko/gtk3/usr/lib64/dbus-1.0/include 78[1G[J[34m 0:05.05(B[m checking MOZ_GCONF_LIBS... -L/home/worker/workspace/gecko/gtk3/usr/local/lib -L/home/worker/workspace/gecko/gtk3/usr/lib64 -lgconf-2 -lgobject-2.0 -lglib-2.0 78[1G[J[34m 0:05.06(B[m checking for dbus-1 >= 0.60... yes 78[1G[J[34m 0:05.06(B[m checking MOZ_DBUS_CFLAGS... -I/home/worker/workspace/gecko/gtk3/usr/include/dbus-1.0 -I/home/worker/workspace/gecko/gtk3/usr/lib64/dbus-1.0/include 78[1G[J[34m 0:05.06(B[m checking MOZ_DBUS_LIBS... -L/home/worker/workspace/gecko/gtk3/lib64 -ldbus-1 -lpthread -lrt 78[1G[J[34m 0:05.07(B[m checking for dbus-glib-1 >= 0.60... yes 78[1G[J[34m 0:05.07(B[m checking MOZ_DBUS_GLIB_CFLAGS... -I/home/worker/workspace/gecko/gtk3/usr/local/include/glib-2.0 -I/home/worker/workspace/gecko/gtk3/usr/local/lib/glib-2.0/include -I/home/worker/workspace/gecko/gtk3/usr/include/dbus-1.0 -I/home/worker/workspace/gecko/gtk3/usr/lib64/dbus-1.0/include 78[1G[J[34m 0:05.07(B[m checking MOZ_DBUS_GLIB_LIBS... -L/home/worker/workspace/gecko/gtk3/usr/local/lib -L/home/worker/workspace/gecko/gtk3/usr/lib64 -L/home/worker/workspace/gecko/gtk3/lib64 -ldbus-glib-1 -ldbus-1 -lpthread -lrt -lgobject-2.0 -lglib-2.0 78[1G[J[34m 0:05.11(B[m checking __attribute__ ((aligned ())) support... (cached) 64 78[1G[J[34m 0:05.14(B[m checking for alsa... yes 78[1G[J[34m 0:05.14(B[m checking MOZ_ALSA_CFLAGS... -I/home/worker/workspace/gecko/gtk3/usr/include/alsa 78[1G[J[34m 0:05.14(B[m checking MOZ_ALSA_LIBS... -L/home/worker/workspace/gecko/gtk3/usr/lib64 -lasound 78[1G[J[34m 0:05.15(B[m checking for libpulse... yes 78[1G[J[34m 0:05.15(B[m checking MOZ_PULSEAUDIO_CFLAGS... -D_REENTRANT 78[1G[J[34m 0:05.16(B[m checking MOZ_PULSEAUDIO_LIBS... -L/home/worker/workspace/gecko/gtk3/usr/lib64 -lpulse 78[1G[J[34m 0:05.17(B[m checking for linux/joystick.h... (cached) yes 78[1G[J[34m 0:05.18(B[m checking for gthread-2.0... yes 78[1G[J[34m 0:05.18(B[m checking MOZ_GTHREAD_CFLAGS... -pthread -I/home/worker/workspace/gecko/gtk3/usr/local/include/glib-2.0 -I/home/worker/workspace/gecko/gtk3/usr/local/lib/glib-2.0/include 78[1G[J[34m 0:05.18(B[m checking MOZ_GTHREAD_LIBS... -L/home/worker/workspace/gecko/gtk3/usr/local/lib -lgthread-2.0 -pthread -lrt -lglib-2.0 78[1G[J[34m 0:05.20(B[m /home/worker/workspace/gecko/old-configure: line 19457: test: : integer expression expected 78[1G[J[34m 0:05.20(B[m /home/worker/workspace/gecko/old-configure: line 19517: test: : integer expression expected 78[1G[J[34m 0:05.21(B[m checking for wget... (cached) wget 78[1G[J[34m 0:05.27(B[m checking for valid C compiler optimization flags... yes 78[1G[J[34m 0:05.32(B[m checking whether linker creates PT_GNU_RELRO segments... no 78[1G[J[34m 0:05.54(B[m checking for __cxa_demangle... (cached) yes 78[1G[J[34m 0:05.56(B[m checking for unwind.h... (cached) yes 78[1G[J[34m 0:05.56(B[m checking for _Unwind_Backtrace... (cached) yes 78[1G[J[34m 0:05.56(B[m checking for -pipe support... yes 78[1G[J[34m 0:05.58(B[m checking whether C compiler supports -fprofile-generate... yes 78[1G[J[34m 0:05.61(B[m checking what kind of list files are supported by the linker... linkerscript 78[1G[J[34m 0:05.63(B[m checking what kind of ordering can be done with the linker... none 78[1G[J[34m 0:05.64(B[m checking for glib-2.0 >= 1.3.7 gobject-2.0... yes 78[1G[J[34m 0:05.64(B[m checking GLIB_CFLAGS... -I/home/worker/workspace/gecko/gtk3/usr/local/include/glib-2.0 -I/home/worker/workspace/gecko/gtk3/usr/local/lib/glib-2.0/include 78[1G[J[34m 0:05.64(B[m checking GLIB_LIBS... -L/home/worker/workspace/gecko/gtk3/usr/local/lib -lgobject-2.0 -lglib-2.0 78[1G[J[34m 0:05.65(B[m checking for freetype2 >= 6.1.0... yes 78[1G[J[34m 0:05.65(B[m checking FT2_CFLAGS... -I/home/worker/workspace/gecko/gtk3/usr/include/freetype2 78[1G[J[34m 0:05.66(B[m checking FT2_LIBS... -L/home/worker/workspace/gecko/gtk3/usr/lib64 -lfreetype 78[1G[J[34m 0:05.66(B[m checking for FT_Bitmap_Size.y_ppem... (cached) yes 78[1G[J[34m 0:05.66(B[m checking for FT_GlyphSlot_Embolden... (cached) yes 78[1G[J[34m 0:05.66(B[m checking for FT_Load_Sfnt_Table... (cached) yes 78[1G[J[34m 0:05.67(B[m checking for fontconfig/fcfreetype.h... (cached) yes 78[1G[J[34m 0:05.68(B[m checking for fontconfig >= 2.7.0... yes 78[1G[J[34m 0:05.68(B[m checking _FONTCONFIG_CFLAGS... -I/home/worker/workspace/gecko/gtk3/usr/local/include 78[1G[J[34m 0:05.68(B[m checking _FONTCONFIG_LIBS... -L/home/worker/workspace/gecko/gtk3/usr/local/lib -lfontconfig 78[1G[J[34m 0:05.69(B[m checking for stdint.h... (cached) yes 78[1G[J[34m 0:05.70(B[m checking for inttypes.h... (cached) yes 78[1G[J[34m 0:05.78(B[m checking for posix_fadvise... (cached) yes 78[1G[J[34m 0:05.79(B[m checking for posix_fallocate... (cached) yes 78[1G[J[34m 0:05.87(B[m creating ./config.data 78[1G[J[34m 0:06.23(B[m 78[1G[J[34m 0:06.24(B[m 78[1G[J[34m 0:06.27(B[m 78[1G[J[34m 0:06.38(B[m Creating config.status 78[1G[J[34m 0:06.59(B[m Reticulating splines... 78[1G[J[34m 0:30.31(B[m Finished reading 3027 moz.build files in 7.56s 78[1G[J[34m 0:30.31(B[m Processed into 9198 build config descriptors in 4.92s 78[1G[J[34m 0:30.31(B[m RecursiveMake backend executed in 10.34s 78[1G[J[34m 0:30.31(B[m 2823 total backend files; 0 created; 2 updated; 2821 unchanged; 0 deleted; 60 -> 1068 Makefile 78[1G[J[34m 0:30.31(B[m FasterMake backend executed in 0.48s 78[1G[J[34m 0:30.31(B[m 11 total backend files; 0 created; 1 updated; 10 unchanged; 0 deleted 78[1G[J[34m 0:30.31(B[m Total wall time: 23.76s; CPU time: 18.51s; Efficiency: 78%; Untracked: 0.47s 78[1G[J78[1G[J78[1G[J[34m 0:30.98(B[m Elapsed: 0.00s; From dist/branding: Kept 4 existing; Added/updated 0; Removed 0 files and 0 directories. 78[1G[J[34m 0:30.99(B[m Elapsed: 0.00s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories. 78[1G[J[34m 0:30.99(B[m Elapsed: 0.00s; From dist/sdk: Kept 11 existing; Added/updated 0; Removed 12 files and 1 directories. 78[1G[J[34m 0:31.01(B[m Elapsed: 0.02s; From dist/private: Kept 0 existing; Added/updated 0; Removed 155 files and 2 directories. 78[1G[J[34m 0:31.03(B[m Elapsed: 0.04s; From dist/xpi-stage: Kept 15 existing; Added/updated 0; Removed 482 files and 101 directories. 78[1G[J[34m 0:31.30(B[m Elapsed: 0.30s; From dist/idl: Kept 1128 existing; Added/updated 0; Removed 0 files and 0 directories. 78[1G[J[34m 0:31.50(B[m Elapsed: 0.35s; From dist/bin: Kept 2065 existing; Added/updated 0; Removed 2981 files and 309 directories. 78[1G[J[34m 0:31.56(B[m Elapsed: 0.58s; From dist/include: Kept 4901 existing; Added/updated 0; Removed 102 files and 2 directories. 78[1G[J[34m 0:32.35(B[m Elapsed: 1.35s; From _tests: Kept 1074 existing; Added/updated 0; Removed 26410 files and 1916 directories. 78[1G[J78[1G[J[34m 0:32.38(B[m mozilla-config.h 78[1G[J[34m 0:32.38(B[m buildid.h 78[1G[J[34m 0:32.38(B[m source-repo.h 78[1G[J78[1G[J[34m 0:33.07(B[m Traceback (most recent call last): 78[1G[J[34m 0:33.07(B[m File "/home/worker/workspace/gecko/sccache/server.py", line 384, in run_command 78[1G[J[34m 0:33.07(B[m for result in _run_command(job): 78[1G[J[34m 0:33.07(B[m File "/home/worker/workspace/gecko/sccache/server.py", line 309, in _run_command 78[1G[J[34m 0:33.07(B[m storage = Storage.from_environment() 78[1G[J[34m 0:33.07(B[m File "/home/worker/workspace/gecko/sccache/storage.py", line 62, in from_environment 78[1G[J[34m 0:33.07(B[m Storage._storage = Storage._iter.next() 78[1G[J[34m 0:33.08(B[m File "/home/worker/workspace/gecko/sccache/storage.py", line 76, in _iter_storages 78[1G[J[34m 0:33.08(B[m dns_server=os.environ.get('SCCACHE_NAMESERVER')) 78[1G[J[34m 0:33.08(B[m File "/home/worker/workspace/gecko/sccache/storage.py", line 233, in __new__ 78[1G[J[34m 0:33.08(B[m return S3Storage(bucket_name=bucket_name, dns_server=dns_server) 78[1G[J[34m 0:33.08(B[m File "/home/worker/workspace/gecko/sccache/storage.py", line 151, in __init__ 78[1G[J[34m 0:33.08(B[m https_connection_factory=(self._https_connection_class, ())) 78[1G[J[34m 0:33.08(B[m File "/home/worker/workspace/gecko/sccache/boto/s3/connection.py", line 176, in __init__ 78[1G[J[34m 0:33.08(B[m validate_certs=validate_certs) 78[1G[J[34m 0:33.08(B[m File "/home/worker/workspace/gecko/sccache/boto/connection.py", line 559, in __init__ 78[1G[J[34m 0:33.08(B[m host, config, self.provider, self._required_auth_capability()) 78[1G[J[34m 0:33.08(B[m File "/home/worker/workspace/gecko/sccache/boto/auth.py", line 875, in get_auth_handler 78[1G[J[34m 0:33.08(B[m 'Check your credentials' % (len(names), str(names))) 78[1G[J[34m 0:33.08(B[m NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV1Handler'] Check your credentials 78[1G[J[34m 0:33.08(B[m Traceback (most recent call last): 78[1G[J[34m 0:33.08(B[m File "/home/worker/workspace/gecko/sccache/server.py", line 384, in run_command 78[1G[J[34m 0:33.08(B[m for result in _run_command(job): 78[1G[J[34m 0:33.08(B[m File "/home/worker/workspace/gecko/sccache/server.py", line 309, in _run_command 78[1G[J[34m 0:33.08(B[m storage = Storage.from_environment() 78[1G[J[34m 0:33.08(B[m File "/home/worker/workspace/gecko/sccache/storage.py", line 62, in from_environment 78[1G[J[34m 0:33.08(B[m Storage._storage = Storage._iter.next() 78[1G[J[34m 0:33.08(B[m File "/home/worker/workspace/gecko/sccache/storage.py", line 76, in _iter_storages 78[1G[J[34m 0:33.08(B[m dns_server=os.environ.get('SCCACHE_NAMESERVER')) 78[1G[J[34m 0:33.08(B[m File "/home/worker/workspace/gecko/sccache/storage.py", line 233, in __new__ 78[1G[J[34m 0:33.08(B[m return S3Storage(bucket_name=bucket_name, dns_server=dns_server) 78[1G[J[34m 0:33.08(B[m File "/home/worker/workspace/gecko/sccache/storage.py", line 151, in __init__ 78[1G[J[34m 0:33.08(B[m https_connection_factory=(self._https_connection_class, ())) 78[1G[J[34m 0:33.08(B[m File "/home/worker/workspace/gecko/sccache/boto/s3/connection.py", line 176, in __init__ 78[1G[J[34m 0:33.08(B[m validate_certs=validate_certs) 78[1G[J[34m 0:33.08(B[m File "/home/worker/workspace/gecko/sccache/boto/connection.py", line 559, in __init__ 78[1G[J[34m 0:33.08(B[m host, config, self.provider, self._required_auth_capability()) 78[1G[J[34m 0:33.08(B[m File "/home/worker/workspace/gecko/sccache/boto/auth.py", line 875, in get_auth_handler 78[1G[J[34m 0:33.08(B[m 'Check your credentials' % (len(names), str(names))) 78[1G[J[34m 0:33.08(B[m NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV1Handler'] Check your credentials 78[1G[J[34m 0:33.08(B[m 78[1G[J[34m 0:33.09(B[m 78[1G[J[34m 0:33.09(B[m In the directory /home/worker/workspace/object-folder/config 78[1G[J[34m 0:33.09(B[m The following command failed to execute properly: 78[1G[J[34m 0:33.09(B[m /tools/python27/bin/python2.7 /home/worker/workspace/gecko/sccache/sccache.py /home/worker/workspace/gecko/gcc/bin/gcc -std=gnu99 -o host_pathsub.o -c -DXP_UNIX -MD -MP -MF .deps/host_pathsub.o.pp -freorder-blocks -Os -DDEBUG=1 -DTRACING=1 -D_UNICODE -DUNICODE -I/home/worker/workspace/gecko/config -I/home/worker/workspace/object-folder/config -I/home/worker/workspace/object-folder/dist/include -I/home/worker/workspace/object-folder/dist/include/nspr /home/worker/workspace/gecko/config/pathsub.c 78[1G[J[34m 0:33.09(B[m gmake[5]: *** [host_pathsub.o] Error 1 78[1G[J[34m 0:33.09(B[m In the directory /home/worker/workspace/object-folder/config 78[1G[J[34m 0:33.09(B[m gmake[5]: *** Waiting for unfinished jobs.... 78[1G[J[34m 0:33.09(B[m The following command failed to execute properly: 78[1G[J[34m 0:33.09(B[m /tools/python27/bin/python2.7 /home/worker/workspace/gecko/sccache/sccache.py /home/worker/workspace/gecko/gcc/bin/gcc -std=gnu99 -o host_nsinstall.o -c -DXP_UNIX -MD -MP -MF .deps/host_nsinstall.o.pp -freorder-blocks -Os -DDEBUG=1 -DTRACING=1 -D_UNICODE -DUNICODE -I/home/worker/workspace/gecko/config -I/home/worker/workspace/object-folder/config -I/home/worker/workspace/object-folder/dist/include -I/home/worker/workspace/object-folder/dist/include/nspr /home/worker/workspace/gecko/config/nsinstall.c 78[1G[J[34m 0:33.09(B[m gmake[5]: *** [host_nsinstall.o] Error 1 78[1G[J[34m 0:33.09(B[m gmake[4]: *** [config/host] Error 2 78[1G[J[34m 0:33.09(B[m gmake[3]: *** [export] Error 2 78[1G[J[34m 0:33.09(B[m gmake[2]: *** [default] Error 2 78[1G[J[34m 0:33.09(B[m gmake[1]: *** [realbuild] Error 2 78[1G[J[34m 0:33.09(B[m gmake: *** [build] Error 2 78[1G[J[34m 0:33.13(B[m 401 compiler warnings present. 78[1G[J[34m 0:33.20(B[m ccache (direct) hit rate: 10.5%; (preprocessed) hit rate: 89.5%; miss rate: 0.0% ========= Finished Build ./build-mulet-linux.sh /home/worker/workspace (results: 2, elapsed: 60 secs) (at 2016-07-07 10:20:12.405000) ========= [taskcluster 2016-07-07 10:20:12.719Z] === Task Finished ===
Blocks: 1245091
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.