Build failed in Jenkins: IcedTea9TargetTesting #234
See <http://toadeater.yyz.redhat.com:8080/job/IcedTea9TargetTesting/234/> ------------------------------------------ [...truncated 23.54 KB...] checking whether byte ordering is bigendian... no checking for additional virtual machines to build... none checking whether to enable elliptic curves beyond those supported by NSS... no checking if a version suffix has been specified... no checking whether to retrieve the source code from Mercurial... no checking whether to copy a certificate authority certificates (cacerts) file... yes configure: No cacerts file specified; using /usr/lib/jvm/java-1.7.0/jre/lib/security/cacerts configure: Resolved cacerts file symlink to /etc/pki/ca-trust/extracted/java/cacerts checking if /etc/pki/ca-trust/extracted/java/cacerts is a valid keystore file... yes checking if a PaX kernel is in use... no checking if a PaX utility was specified... no checking if /usr/sbin/paxmark.sh is a valid executable file... no checking for paxmark.sh... no checking for paxctl-ng... no checking for chpax... no checking for paxctl... no configure: WARNING: "No PaX utility found." checking for hg... (cached) /bin/hg checking which Mercurial revision to use... tip checking cups/cups.h usability... yes checking cups/cups.h presence... yes checking for cups/cups.h... yes checking cups/ppd.h usability... yes checking cups/ppd.h presence... yes checking for cups/ppd.h... yes checking X11/X.h usability... yes checking X11/X.h presence... yes checking for X11/X.h... yes checking whether to use the system zlib install... yes checking for ZLIB... yes checking whether to use the system jpeg install... yes checking for main in -ljpeg... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking whether to use the system libpng install... yes checking for PNG... yes checking whether to use the system giflib install... yes checking for main in -lgif... yes checking gif_lib.h usability... yes checking gif_lib.h presence... yes checking for gif_lib.h... yes checking whether to use the system LCMS install... yes checking for LCMS2... yes checking for XPROTO... yes checking for XT... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for XCOMPOSITE... yes checking sys/sdt.h usability... yes checking sys/sdt.h presence... yes checking for sys/sdt.h... yes checking working sys/sdt.h and g++ support... yes checking for perl... /bin/perl checking for stap... /bin/stap checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating hotspot.map config.status: creating fsg.sh config.status: creating jconsole.desktop config.status: creating policytool.desktop config.status: creating nss.cfg config.status: creating javac config.status: creating javap config.status: creating javah config.status: creating pax-mark-vm config.status: creating remove-intree-libraries.sh config.status: creating tapset/hotspot.stp config.status: creating tapset/hotspot_jni.stp config.status: creating tapset/jstack.stp config.status: creating tapset/hotspot_gc.stp config.status: creating test/tapset/jstaptest.pl config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-systemtap + make env-boot unset JAVA_HOME export LANG="C" PATH="/notnfs/nighttester/icedtea9-target-testing/bootstrap/jdk1.7.0/bin::$PATH" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_LIBARCH="amd64" ARCH_DATA_MODEL="64" ZERO_ENDIANNESS="little" ZERO_ARCHDEF="AMD64" ZERO_ARCHFLAG="-m64" LIBFFI_CFLAGS="" LIBFFI_LIBS="" LLVM_CFLAGS="" LLVM_LDFLAGS="" LLVM_LIBS="" QUIETLY="" ANT_RESPECT_JAVA_HOME="TRUE" DISTRIBUTION_ID="Built on Fedora release 20 (Heisenbug) (Thu Apr 27 16:16:27 EDT 2017)" DERIVATIVE_ID="IcedTea 4.0.0pre00+r6ca362ebc8c7" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" LOG="debug" SCTP_WERROR= POST_STRIP_CMD= STRIP_POLICY="no_strip" JOBS="3" INSTALL_LOCATION="/usr/local" ZLIB_LIBS="-L/usr/lib64 -lz " ZLIB_CFLAGS="" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" COMPRESS_JARS="true" JPEG_LIBS="-ljpeg" JPEG_CFLAGS="" PNG_LIBS="-lpng16 " PNG_CFLAGS="-I/usr/include/libpng16 " GIF_LIBS="-lgif" GIF_CFLAGS="" JAR_KNOWS_ATFILE="1" JAR_KNOWS_J_OPTIONS="1" JAR_ACCEPTS_STDIN_LIST="" DISABLE_NIMBUS="true" + make clone-boot ln -sf /notnfs/nighttester/drops/icedtea9/openjdk.tar.xz openjdk.tar.xz if ! echo "5b032673d74c4e2529427b9570b177285dc9a6430d016ef2e072dd2167669031 openjdk.tar.xz" \ | /bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -e openjdk.tar.xz ] ; then \ mv openjdk.tar.xz openjdk.tar.xz.old ; \ fi ; \ /bin/wget http://icedtea.classpath.org/download/drops/icedtea9/4.0.0/openjdk.tar.xz; \ if ! echo "5b032673d74c4e2529427b9570b177285dc9a6430d016ef2e072dd2167669031 openjdk.tar.xz" \ | /bin/sha256sum --check ; then \ echo "ERROR: Bad download of OpenJDK root zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date OpenJDK root zip available"; exit -1; \ fi ; \ fi ; openjdk.tar.xz: OK mkdir -p stamps touch stamps/download-openjdk.stamp set -e ; \ if ! test -d openjdk ; then \ if [ ! -z openjdk.tar.xz ] ; then \ case "openjdk.tar.xz" in \ *.zip) /bin/unzip -q openjdk.tar.xz ;; \ *.tar.*) /bin/gtar xf openjdk.tar.xz ;; \ esac; \ mv *-8ed8d26a3f9a openjdk ; \ else \ echo "ERROR: Couldn't extract OpenJDK"; \ false; \ fi; \ fi; touch stamps/extract-openjdk.stamp ln -sf /notnfs/nighttester/drops/icedtea9/corba.tar.xz corba.tar.xz if ! echo "d77480d5d0c9620562a66b01fda9be4de58c2881cec680b4f2682ef09087b3cc corba.tar.xz" \ | /bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ corba.tar.xz ] ; then \ mv corba.tar.xz corba.tar.xz.old ; \ fi ; \ /bin/wget http://icedtea.classpath.org/download/drops/icedtea9/4.0.0/corba.tar.xz; \ if ! echo "d77480d5d0c9620562a66b01fda9be4de58c2881cec680b4f2682ef09087b3cc corba.tar.xz" \ | /bin/sha256sum --check ; then \ echo "ERROR: Bad download of CORBA zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date OpenJDK CORBA zip available"; exit -1; \ fi ; \ fi ; corba.tar.xz: OK mkdir -p stamps touch stamps/download-corba.stamp set -e ; \ if [ ! -z corba.tar.xz ] ; then \ if test -e corba.tar.xz ; \ then \ if ! test -d openjdk/corba ; \ then \ case "corba.tar.xz" in \ *.zip) /bin/unzip -q corba.tar.xz ;; \ *.tar.*) /bin/gtar xf corba.tar.xz ;; \ esac; \ mv corba-37af47894175 openjdk/corba ; \ fi ; \ fi ; \ fi touch stamps/extract-corba.stamp ln -sf /notnfs/nighttester/drops/icedtea9/jaxp.tar.xz jaxp.tar.xz if ! echo "4ccce5442642561cda78116a019f5c0ea690725a374ccf5695b3af00393d26e8 jaxp.tar.xz" \ | /bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ jaxp.tar.xz ] ; then \ mv jaxp.tar.xz jaxp.tar.xz.old ; \ fi ; \ /bin/wget http://icedtea.classpath.org/download/drops/icedtea9/4.0.0/jaxp.tar.xz; \ if ! echo "4ccce5442642561cda78116a019f5c0ea690725a374ccf5695b3af00393d26e8 jaxp.tar.xz" \ | /bin/sha256sum --check ; then \ echo "ERROR: Bad download of JAXP zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAXP root zip available"; exit -1; \ fi ; \ fi ; jaxp.tar.xz: OK mkdir -p stamps touch stamps/download-jaxp.stamp set -e ; \ if [ ! -z jaxp.tar.xz ] ; then \ if test -e jaxp.tar.xz ; \ then \ if ! test -d openjdk/jaxp ; \ then \ case "jaxp.tar.xz" in \ *.zip) /bin/unzip -q jaxp.tar.xz ;; \ *.tar.*) /bin/gtar xf jaxp.tar.xz ;; \ esac; \ mv jaxp-4ed5441e40e1 openjdk/jaxp ; \ fi ; \ fi ; \ fi touch stamps/extract-jaxp.stamp ln -sf /notnfs/nighttester/drops/icedtea9/jaxws.tar.xz jaxws.tar.xz if ! echo "ef550609aaa526084256a7fdf6c326015641d6d8c80540c830c0c62302a2f076 jaxws.tar.xz" \ | /bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ jaxws.tar.xz ] ; then \ mv jaxws.tar.xz jaxws.tar.xz.old ; \ fi ; \ /bin/wget http://icedtea.classpath.org/download/drops/icedtea9/4.0.0/jaxws.tar.xz; \ if ! echo "ef550609aaa526084256a7fdf6c326015641d6d8c80540c830c0c62302a2f076 jaxws.tar.xz" \ | /bin/sha256sum --check ; then \ echo "ERROR: Bad download of JAXWS zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date OpenJDK JAXWS zip available"; exit -1; \ fi ; \ fi ; jaxws.tar.xz: OK mkdir -p stamps touch stamps/download-jaxws.stamp set -e ; \ if [ ! -z jaxws.tar.xz ] ; then \ if test -e jaxws.tar.xz ; \ then \ if ! test -d openjdk/jaxws ; \ then \ case "jaxws.tar.xz" in \ *.zip) /bin/unzip -q jaxws.tar.xz ;; \ *.tar.*) /bin/gtar xf jaxws.tar.xz ;; \ esac; \ mv jaxws-a81c04154cc5 openjdk/jaxws ; \ fi ; \ fi ; \ fi /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/UCode_UCodeESC_CharStream.java: Wrote only 2048 of 4452 bytes /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host: Cannot mkdir: No space left on device /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/AnnotationsHost.java: Cannot open: No such file or directory /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host: Cannot mkdir: No space left on device /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/Base.java: Cannot open: No such file or directory /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host: Cannot mkdir: No space left on device /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/CommentListHost.java: Cannot open: No such file or directory /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host: Cannot mkdir: No space left on device /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/DataPatternBuilderHost.java: Cannot open: No such file or directory /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host: Cannot mkdir: No space left on device /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/DivHost.java: Cannot open: No such file or directory /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host: Cannot mkdir: No space left on device /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/ElementAnnotationBuilderHost.java: Cannot open: No such file or directory /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host: Cannot mkdir: No space left on device /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/GrammarHost.java: Cannot open: No such file or directory /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host: Cannot mkdir: No space left on device /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/GrammarSectionHost.java: Cannot open: No such file or directory /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host: Cannot mkdir: No space left on device /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/IncludeHost.java: Cannot open: No such file or directory /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host: Cannot mkdir: No space left on device /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/LocationHost.java: Cannot open: No such file or directory /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host: Cannot mkdir: No space left on device /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/NameClassBuilderHost.java: Cannot open: No such file or directory /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host: Cannot mkdir: No space left on device /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/ParsedElementAnnotationHost.java: Cannot open: No such file or directory /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host: Cannot mkdir: No space left on device /bin/gtar: jaxws-a81c04154cc5/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/ParsedNameClassHost.java: Cannot open: No such file or directory /bin/gtar: jaxws-a81c041
participants (1)
-
Hudson Admin