From gnu.andrew at redhat.com Tue Mar 1 05:01:04 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 1 Mar 2016 00:01:04 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2272
Message-ID: <411578714.247.1456808464508.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
Started by timer
Building in workspace
[workspace] $ hg showconfig paths.default
[workspace] $ hg pull --rev default
abort: error: No route to host
ERROR: Failed to pull
ERROR: Failed to pull
From gnu.andrew at redhat.com Wed Mar 2 10:51:47 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 2 Mar 2016 05:51:47 -0500 (EST)
Subject: Jenkins build is back to normal : IcedTea6TargetTesting #2273
In-Reply-To: <411578714.247.1456808464508.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <411578714.247.1456808464508.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1897147056.248.1456915907964.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
From gnu.andrew at redhat.com Sat Mar 5 02:05:16 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Fri, 4 Mar 2016 21:05:16 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1340
Message-ID: <1955035277.250.1457143517508.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 131336 lines...]
Rewriting and linking classes ...
Rewriting and linking classes: done
Number of classes 2565
instance classes = 2551
obj array classes = 6
type array classes = 8
Calculating fingerprints ... done.
Removing unshareable information ... done.
ro space: 7288568 [ 36.4% of total] out of 16777216 bytes [43.4% used] at 0x0000000800000000
rw space: 11151912 [ 55.6% of total] out of 16777216 bytes [66.5% used] at 0x0000000801000000
md space: 1572920 [ 7.8% of total] out of 4194304 bytes [37.5% used] at 0x0000000802000000
mc space: 34053 [ 0.2% of total] out of 122880 bytes [27.7% used] at 0x0000000802400000
total : 20047453 [100.0% of total] out of 37871616 bytes [52.9% used]
touch stamps/add-archive.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
+ make distclean
rm -rf test/jtreg/classes
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ] ; then \
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -f stamps/check-ecc.stamp
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build
rm -f stamps/icedtea-configure.stamp stamps/icedtea.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug-configure.stamp
rm -f stamps/icedtea-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
rm -f stamps/icedtea-boot-configure.stamp
rm -f stamps/icedtea-boot.stamp
rm -rf openjdk-boot
rm -f stamps/patch-boot.stamp
rm -f stamps/clone-boot.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/boot
rm -f stamps/bootstrap-directory-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory-stage2.stamp
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
rm -f stamps/bootstrap-directory-symlink-stage1.stamp
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
rm -f stamps/bootstrap-directory-symlink-stage2.stamp
rm -f stamps/overlay.stamp
if [ -e Defs.gmk.bak ] ; then \
mv Defs.gmk.bak openjdk/jdk/make/common/shared/Defs.gmk ; \
fi
rm -f stamps/versioning.stamp
if [ -e stamps/patch.stamp ] ; then \
all_patches_ok=yes; \
for p in patches/memory-limits.patch patches/override-redirect-metacity.patch patches/rh1022017.patch patches/disable-intree-ec.patch patches/nss-not-enabled-config.patch ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea8-target-testing/openjdk/jdk; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p1 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p1 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea8-target-testing ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch.stamp ; \
fi
Checking patches/memory-limits.patch
Reverting patches/memory-limits.patch
patching file openjdk/hotspot/src/share/vm/runtime/globals.hpp
Hunk #1 succeeded at 3150 (offset 37 lines).
Checking patches/override-redirect-metacity.patch
Reverting patches/override-redirect-metacity.patch
patching file openjdk/jdk/src/solaris/classes/sun/awt/X11/XWindowPeer.java
Hunk #1 succeeded at 1220 (offset 78 lines).
Checking patches/rh1022017.patch
Reverting patches/rh1022017.patch
patching file openjdk/jdk/src/share/classes/sun/security/ssl/SupportedEllipticCurvesExtension.java
Checking patches/disable-intree-ec.patch
1 out of 1 hunk FAILED
Checking patches/nss-not-enabled-config.patch
Reverting patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security-linux
Hunk #1 succeeded at 73 (offset 22 lines).
WARNING Not all patches reverted cleanly
if [ -e stamps/patch-fsg.stamp ] ; then \
all_patches_ok=yes; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch-fsg.stamp ; \
fi
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/sanitise-openjdk.stamp
rm -rf openjdk/hotspot
rm -f stamps/extract-hotspot.stamp
rm -rf openjdk/nashorn
rm -f stamps/extract-nashorn.stamp
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/extract.stamp
rm -f native-ecj
rm -rf stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -f stamps/check-crypto.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/icedtea-stage2.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -f stamps/icedtea-debug-stage2.stamp
rm -f stamps/check-crypto-boot.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-boot.stamp
rm -f stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/ecccheck.build
rm -f stamps/ecccheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "hotspot.map fsg.sh nss.cfg javac javap javah pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f hotspot.map fsg.sh nss.cfg javac javap javah pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
if [ ! -z nashorn.tar.xz ] ; then \
rm -f nashorn.tar.xz ; \
fi
rm -f stamps/download-nashorn.stamp
if [ ! -z hotspot.tar.xz ] ; then \
rm -f hotspot.tar.xz ; \
fi
rm -f stamps/download-hotspot.stamp
if [ ! -z openjdk.tar.xz ] ; then \
rm -f openjdk.tar.xz ; \
fi
if [ ! -z corba.tar.xz ] ; then \
rm -f corba.tar.xz ; \
fi
if [ ! -z jaxp.tar.xz ] ; then \
rm -f jaxp.tar.xz ; \
fi
if [ ! -z jaxws.tar.xz ] ; then \
rm -f jaxws.tar.xz ; \
fi
if [ ! -z jdk.tar.xz ] ; then \
rm -f jdk.tar.xz ; \
fi
if [ ! -z langtools.tar.xz ] ; then \
rm -f langtools.tar.xz ; \
fi
rm -f stamps/download-openjdk.stamp
rm -f cacao-c182f119eaad.tar.xz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f stamps/download.stamp
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ] ; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS=
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sat Mar 5 10:07:38 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sat, 5 Mar 2016 05:07:38 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2276
Message-ID: <994547427.251.1457172460720.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 459808 lines...]
----------------------------------------------------------------------
/bin/mkdir -p '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/bin'
/bin/sh ../libtool --mode=install /bin/install -c jamvm '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/bin'
libtool: install: /bin/install -c jamvm /notnfs/nighttester/icedtea6-target-testing/jamvm/install/bin/jamvm
/bin/mkdir -p '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/include'
/bin/install -c -m 644 jni.h '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/include'
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
mkdir -p /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
cp /notnfs/nighttester/icedtea6-target-testing/jamvm/install/lib/libjvm.so /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
ln -sf server /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/client
touch /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/server/Xusage.txt
ln -sf client/libjvm.so /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/libjsig.so
mkdir -p stamps
touch stamps/jamvm.stamp
+ make distclean
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -rf test/jtreg/classes
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
if [ /notnfs/nighttester/icedtea6-target-testing != /notnfs/nighttester/icedtea6-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -f stamps/patch-fsg.stamp
rm -f stamps/patch.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/extract.stamp
for target in /notnfs/nighttester/icedtea6-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
rm -rf $link; \
done
rm -f stamps/ports.stamp
rm -f stamps/overlay.stamp
rm -f native-ecj
rm -f stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/tapset
rm -f stamps/add-systemtap.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss.stamp
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/check-crypto.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build
rm -f stamps/icedtea.stamp
rm -f stamps/pax-mark-vm.stamp
rm -f stamps/runnable-icedtea.stamp
rm -f stamps/icedtea-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/tapset
rm -f stamps/add-systemtap-debug.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-debug.stamp
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug.stamp
rm -f stamps/pax-mark-vm-debug.stamp
rm -f stamps/runnable-icedtea-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -f stamps/icedtea-debug-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/tapset
rm -f stamps/add-systemtap-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-ecj.stamp
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj
rm -f stamps/icedtea-ecj.stamp
rm -f stamps/pax-mark-vm-ecj.stamp
rm -f stamps/runnable-icedtea-ecj.stamp
rm -f stamps/check-crypto-boot.stamp
rm -f stamps/icedtea-against-ecj.stamp
rm -rf openjdk-ecj
rm -f stamps/extract-ecj.stamp
rm -f stamps/patch-ecj.stamp
if [ /notnfs/nighttester/icedtea6-target-testing != /notnfs/nighttester/icedtea6-target-testing ]; then \
rm -rf /notnfs/nighttester/icedtea6-target-testing/generated.build; \
fi
rm -f stamps/generated.stamp
rm -f stamps/replace-hotspot.stamp
rm -rf rewriter.build
rm -f stamps/rewriter.stamp
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp
rm -f stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj ] ; then \
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib ; \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \
fi
rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj
rm -f stamps/bootstrap-directory-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink-ecj.stamp
rm -f stamps/fonts.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
rm -f cacao-68fe50ac34ec.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f openjdk-6-src-b38-20_jan_2016.tar.xz
rm -rf openjdk.hg
rm -f stamps/download-openjdk.stamp
rm -f hotspot.tar.gz
rm -f stamps/download-hotspot.stamp
rm -f stamps/download.stamp
rm -f stamps/hgforest.stamp
if [ /notnfs/nighttester/icedtea6-target-testing != /notnfs/nighttester/icedtea6-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ]; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/openjdk6.tar.xz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sat Mar 5 15:42:59 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sat, 5 Mar 2016 10:42:59 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1773
Message-ID: <845914109.252.1457192585830.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 459724 lines...]
----------------------------------------------------------------------
/bin/mkdir -p '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/bin'
/bin/sh ../libtool --mode=install /bin/install -c jamvm '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/bin'
libtool: install: /bin/install -c jamvm /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/bin/jamvm
/bin/mkdir -p '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/include'
/bin/install -c -m 644 jni.h '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/include'
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Entering directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Entering directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
cp /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/lib/libjvm.so /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
ln -sf server /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/client
touch /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/server/Xusage.txt
ln -sf client/libjvm.so /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/libjsig.so
mkdir -p stamps
touch stamps/jamvm.stamp
+ make distclean
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -rf test/jtreg/classes
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
if [ /notnfs/nighttester/icedtea6-hg-target-testing != /notnfs/nighttester/icedtea6-hg-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -f stamps/patch-fsg.stamp
rm -f stamps/patch.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/extract.stamp
for target in /notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
rm -rf $link; \
done
rm -f stamps/ports.stamp
rm -f stamps/overlay.stamp
rm -f native-ecj
rm -f stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/tapset
rm -f stamps/add-systemtap.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss.stamp
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/check-crypto.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build
rm -f stamps/icedtea.stamp
rm -f stamps/pax-mark-vm.stamp
rm -f stamps/runnable-icedtea.stamp
rm -f stamps/icedtea-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/tapset
rm -f stamps/add-systemtap-debug.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-debug.stamp
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug.stamp
rm -f stamps/pax-mark-vm-debug.stamp
rm -f stamps/runnable-icedtea-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -f stamps/icedtea-debug-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/tapset
rm -f stamps/add-systemtap-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-ecj.stamp
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj
rm -f stamps/icedtea-ecj.stamp
rm -f stamps/pax-mark-vm-ecj.stamp
rm -f stamps/runnable-icedtea-ecj.stamp
rm -f stamps/check-crypto-boot.stamp
rm -f stamps/icedtea-against-ecj.stamp
rm -rf openjdk-ecj
rm -f stamps/extract-ecj.stamp
rm -f stamps/patch-ecj.stamp
if [ /notnfs/nighttester/icedtea6-hg-target-testing != /notnfs/nighttester/icedtea6-hg-target-testing ]; then \
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/generated.build; \
fi
rm -f stamps/generated.stamp
rm -f stamps/replace-hotspot.stamp
rm -rf rewriter.build
rm -f stamps/rewriter.stamp
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp
rm -f stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj ] ; then \
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib ; \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \
fi
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj
rm -f stamps/bootstrap-directory-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink-ecj.stamp
rm -f stamps/fonts.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
rm -f cacao-68fe50ac34ec.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f openjdk-6-src-b39-20_jan_2016.tar.xz
rm -rf openjdk.hg
rm -f stamps/download-openjdk.stamp
rm -f hotspot.tar.gz
rm -f stamps/download-hotspot.stamp
rm -f stamps/download.stamp
rm -f stamps/hgforest.stamp
if [ /notnfs/nighttester/icedtea6-hg-target-testing != /notnfs/nighttester/icedtea6-hg-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ]; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-openjdk-src-dir=/notnfs/nighttester/jdk6/ --with-parallel-jobs=3 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sat Mar 5 20:01:59 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sat, 5 Mar 2016 15:01:59 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2228
Message-ID: <594975940.253.1457208129055.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 398985 lines...]
rm -f stamps/bootstrap-directory-symlink-stage2.stamp
rm -f stamps/overlay.stamp
if [ -e Defs.gmk.bak ] ; then \
mv Defs.gmk.bak openjdk/jdk/make/common/shared/Defs.gmk ; \
fi
rm -f stamps/versioning.stamp
if [ -e stamps/patch.stamp ] ; then \
all_patches_ok=yes; \
for p in patches/rhino.patch patches/rh1022017.patch ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p1 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p1 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea7-target-testing ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch.stamp ; \
fi
Checking patches/rhino.patch
Reverting patches/rhino.patch
patching file openjdk/jdk/make/com/sun/Makefile
patching file openjdk/jdk/make/com/sun/script/Makefile
patching file openjdk/jdk/make/common/Release.gmk
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/ExternalScriptable.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JSAdapter.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoClassShutter.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoCompiledScript.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngineFactory.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngine.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoTopLevel.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoWrapFactory.java
Checking patches/rh1022017.patch
Reverting patches/rh1022017.patch
patching file openjdk/jdk/src/share/classes/sun/security/ssl/HelloExtensions.java
if [ -e stamps/patch-fsg.stamp ] ; then \
all_patches_ok=yes; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch-fsg.stamp ; \
fi
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/sanitise-openjdk.stamp
rm -rf openjdk/hotspot
rm -f stamps/extract-hotspot.stamp
rm -rf openjdk/jdk
rm -f stamps/extract-jdk.stamp
rm -rf openjdk/jaxp
rm -f stamps/extract-jaxp.stamp
rm -rf openjdk/jaxws
rm -f stamps/extract-jaxws.stamp
rm -rf openjdk/corba
rm -f stamps/extract-corba.stamp
rm -rf openjdk/langtools
rm -f stamps/extract-langtools.stamp
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/extract.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/generated.build
rm -f stamps/generated.stamp
rm -f native-ecj
rm -rf stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -f stamps/check-crypto.stamp
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -rvf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image.stripped
rm -f stamps/split-debuginfo.stamp
rm -f stamps/icedtea-stage2.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -rvf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image.stripped
rm -f stamps/split-debuginfo-debug.stamp
rm -f stamps/icedtea-debug-stage2.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/tapset
rm -f stamps/add-systemtap-boot.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-boot.stamp
rm -f stamps/check-crypto-boot.stamp
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-boot.stamp
rm -rvf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image.stripped
rm -f stamps/split-debuginfo-boot.stamp
rm -f stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
/bin/sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
/bin/sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib ] ; then \
cp /usr/lib/jvm/java-1.7.0/jre/lib/rt.jar /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar ; \
chmod u+w /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar ; \
fi
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/rewriter.build
rm -f stamps/rewriter.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/tapset
rm -f stamps/add-systemtap.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/tapset
rm -f stamps/add-systemtap-debug.stamp
rm -f openjdk/jdk/src/share/lib/security/nss.cfg
rm -f stamps/add-nss.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-debug.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
rm -f policytool-1.7.0.desktop
rm -f jconsole-1.7.0.desktop
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "hotspot.map fsg.sh jconsole.desktop policytool.desktop nss.cfg javac javap javah tz.properties pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f hotspot.map fsg.sh jconsole.desktop policytool.desktop nss.cfg javac javap javah tz.properties pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
if [ ! -z openjdk.tar.bz2 ] ; then \
rm -f openjdk.tar.bz2 ; \
fi
rm -f stamps/download-openjdk.stamp
rm -f cacao-c182f119eaad.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
if [ ! -z hotspot.tar.bz2 ] ; then \
rm -f hotspot.tar.bz2 ; \
fi
rm -f stamps/download-hotspot.stamp
if [ ! -z corba.tar.bz2 ] ; then \
rm -f corba.tar.bz2 ; \
fi
rm -f stamps/download-corba.stamp
if [ ! -z jaxp.tar.bz2 ] ; then \
rm -f jaxp.tar.bz2 ; \
fi
rm -f stamps/download-jaxp.stamp
if [ ! -z jaxws.tar.bz2 ] ; then \
rm -f jaxws.tar.bz2 ; \
fi
rm -f stamps/download-jaxws.stamp
if [ ! -z jdk.tar.bz2 ] ; then \
rm -f jdk.tar.bz2 ; \
fi
rm -f stamps/download-jdk.stamp
if [ ! -z langtools.tar.bz2 ] ; then \
rm -f langtools.tar.bz2 ; \
fi
rm -f stamps/download-langtools.stamp
rm -f stamps/download.stamp
if [ /notnfs/nighttester/icedtea7-target-testing != /notnfs/nighttester/icedtea7-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ] ; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea7/openjdk.tar.bz2 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao7.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea7/hotspot.tar.bz2 --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea7/langtools.tar.bz2 --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea7/jdk.tar.bz2 --with-corba-src-zip=/notnfs/nighttester/drops/icedtea7/corba.tar.bz2 --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea7/jaxp.tar.bz2 --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea7/jaxws.tar.bz2 --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm7.tar.gz --enable-systemtap --disable-downloading --with-gcj --with-ecj-jar=/notnfs/nighttester/drops/ecj/ecj-4.5.jar --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sat Mar 5 23:04:02 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sat, 5 Mar 2016 18:04:02 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1341
In-Reply-To: <1955035277.250.1457143517508.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1955035277.250.1457143517508.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2054158272.254.1457219053426.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
Changes:
[Andrew John Hughes ] PR2826: Provide option to disable SystemTap tests
2016-03-04 Andrew John Hughes
PR2826: Provide option to disable SystemTap tests
* INSTALL: Document --disable-systemtap-tests.
* Makefile.am:
(SYSTEMTAP_TEST_SUITE): Define if SystemTap tests
are enabled.
(check-local): Use SYSTEMTAP_TEST_SUITE in place
of check-tapset.
(.PHONY): Add check-jdk, check-hotspot, check-langtools,
jtregcheck, check-tapset, check-tapset-probes and
check-tapset-jstack
* NEWS: Updated.
* acinclude.m4:
(IT_DISABLE_SYSTEMTAP_TESTS): Add option to
disable SystemTap tests.
* configure.ac:
Call IT_DISABLE_SYSTEMTAP_TESTS.
[Andrew John Hughes ] PR2865: Handle uninstallation.
2016-03-04 Andrew John Hughes
PR2865: Handle uninstallation.
* Makefile.am:
(uninstall-local): Implemented. Deletes files
installed by install-exec-local and install-data-local,
then removes directories created by those targets.
* NEWS: Updated.
* acinclude.m4:
(IT_CHECK_FOR_RMDIR): Check that rmdir is installed
and see if it supports the --ignore-fail-on-empty option.
* configure.ac:
Invoke IT_CHECK_FOR_RMDIR.
------------------------------------------
[...truncated 127493 lines...]
Rewriting and linking classes ...
Rewriting and linking classes: done
Number of classes 2565
instance classes = 2551
obj array classes = 6
type array classes = 8
Calculating fingerprints ... done.
Removing unshareable information ... done.
ro space: 7288568 [ 36.4% of total] out of 16777216 bytes [43.4% used] at 0x0000000800000000
rw space: 11151912 [ 55.6% of total] out of 16777216 bytes [66.5% used] at 0x0000000801000000
md space: 1572920 [ 7.8% of total] out of 4194304 bytes [37.5% used] at 0x0000000802000000
mc space: 34053 [ 0.2% of total] out of 122880 bytes [27.7% used] at 0x0000000802400000
total : 20047453 [100.0% of total] out of 37871616 bytes [52.9% used]
touch stamps/add-archive.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
+ make distclean
rm -rf test/jtreg/classes
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ] ; then \
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -f stamps/check-ecc.stamp
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build
rm -f stamps/icedtea-configure.stamp stamps/icedtea.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug-configure.stamp
rm -f stamps/icedtea-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
rm -f stamps/icedtea-boot-configure.stamp
rm -f stamps/icedtea-boot.stamp
rm -rf openjdk-boot
rm -f stamps/patch-boot.stamp
rm -f stamps/clone-boot.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/boot
rm -f stamps/bootstrap-directory-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory-stage2.stamp
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
rm -f stamps/bootstrap-directory-symlink-stage1.stamp
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
rm -f stamps/bootstrap-directory-symlink-stage2.stamp
rm -f stamps/overlay.stamp
if [ -e Defs.gmk.bak ] ; then \
mv Defs.gmk.bak openjdk/jdk/make/common/shared/Defs.gmk ; \
fi
rm -f stamps/versioning.stamp
if [ -e stamps/patch.stamp ] ; then \
all_patches_ok=yes; \
for p in patches/memory-limits.patch patches/override-redirect-metacity.patch patches/rh1022017.patch patches/disable-intree-ec.patch patches/nss-not-enabled-config.patch ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea8-target-testing/openjdk/jdk; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p1 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p1 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea8-target-testing ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch.stamp ; \
fi
Checking patches/memory-limits.patch
Reverting patches/memory-limits.patch
patching file openjdk/hotspot/src/share/vm/runtime/globals.hpp
Hunk #1 succeeded at 3150 (offset 37 lines).
Checking patches/override-redirect-metacity.patch
Reverting patches/override-redirect-metacity.patch
patching file openjdk/jdk/src/solaris/classes/sun/awt/X11/XWindowPeer.java
Hunk #1 succeeded at 1220 (offset 78 lines).
Checking patches/rh1022017.patch
Reverting patches/rh1022017.patch
patching file openjdk/jdk/src/share/classes/sun/security/ssl/SupportedEllipticCurvesExtension.java
Checking patches/disable-intree-ec.patch
1 out of 1 hunk FAILED
Checking patches/nss-not-enabled-config.patch
Reverting patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security-linux
Hunk #1 succeeded at 73 (offset 22 lines).
WARNING Not all patches reverted cleanly
if [ -e stamps/patch-fsg.stamp ] ; then \
all_patches_ok=yes; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch-fsg.stamp ; \
fi
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/sanitise-openjdk.stamp
rm -rf openjdk/hotspot
rm -f stamps/extract-hotspot.stamp
rm -rf openjdk/nashorn
rm -f stamps/extract-nashorn.stamp
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/extract.stamp
rm -f native-ecj
rm -rf stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -f stamps/check-crypto.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/icedtea-stage2.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -f stamps/icedtea-debug-stage2.stamp
rm -f stamps/check-crypto-boot.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-boot.stamp
rm -f stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/ecccheck.build
rm -f stamps/ecccheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "hotspot.map fsg.sh nss.cfg javac javap javah pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f hotspot.map fsg.sh nss.cfg javac javap javah pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
if [ ! -z nashorn.tar.xz ] ; then \
rm -f nashorn.tar.xz ; \
fi
rm -f stamps/download-nashorn.stamp
if [ ! -z hotspot.tar.xz ] ; then \
rm -f hotspot.tar.xz ; \
fi
rm -f stamps/download-hotspot.stamp
if [ ! -z openjdk.tar.xz ] ; then \
rm -f openjdk.tar.xz ; \
fi
if [ ! -z corba.tar.xz ] ; then \
rm -f corba.tar.xz ; \
fi
if [ ! -z jaxp.tar.xz ] ; then \
rm -f jaxp.tar.xz ; \
fi
if [ ! -z jaxws.tar.xz ] ; then \
rm -f jaxws.tar.xz ; \
fi
if [ ! -z jdk.tar.xz ] ; then \
rm -f jdk.tar.xz ; \
fi
if [ ! -z langtools.tar.xz ] ; then \
rm -f langtools.tar.xz ; \
fi
rm -f stamps/download-openjdk.stamp
rm -f cacao-c182f119eaad.tar.xz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f stamps/download.stamp
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ] ; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea8/openjdk.tar.xz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao8.tar.xz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea8/hotspot.tar.xz --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea8/langtools.tar.xz --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea8/jdk.tar.xz --with-corba-src-zip=/notnfs/nighttester/drops/icedtea8/corba.tar.xz --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea8/jaxp.tar.xz --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea8/jaxws.tar.xz --with-nashorn-src-zip=/notnfs/nighttester/drops/icedtea8/nashorn.tar.xz --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm8.tar.gz --enable-systemtap --disable-downloading --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 6 10:08:54 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 6 Mar 2016 05:08:54 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2277
In-Reply-To: <994547427.251.1457172460720.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <994547427.251.1457172460720.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <433649400.255.1457258936161.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 459586 lines...]
----------------------------------------------------------------------
/bin/mkdir -p '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/bin'
/bin/sh ../libtool --mode=install /bin/install -c jamvm '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/bin'
libtool: install: /bin/install -c jamvm /notnfs/nighttester/icedtea6-target-testing/jamvm/install/bin/jamvm
/bin/mkdir -p '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/include'
/bin/install -c -m 644 jni.h '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/include'
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
mkdir -p /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
cp /notnfs/nighttester/icedtea6-target-testing/jamvm/install/lib/libjvm.so /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
ln -sf server /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/client
touch /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/server/Xusage.txt
ln -sf client/libjvm.so /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/libjsig.so
mkdir -p stamps
touch stamps/jamvm.stamp
+ make distclean
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -rf test/jtreg/classes
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
if [ /notnfs/nighttester/icedtea6-target-testing != /notnfs/nighttester/icedtea6-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -f stamps/patch-fsg.stamp
rm -f stamps/patch.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/extract.stamp
for target in /notnfs/nighttester/icedtea6-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
rm -rf $link; \
done
rm -f stamps/ports.stamp
rm -f stamps/overlay.stamp
rm -f native-ecj
rm -f stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/tapset
rm -f stamps/add-systemtap.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss.stamp
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/check-crypto.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build
rm -f stamps/icedtea.stamp
rm -f stamps/pax-mark-vm.stamp
rm -f stamps/runnable-icedtea.stamp
rm -f stamps/icedtea-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/tapset
rm -f stamps/add-systemtap-debug.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-debug.stamp
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug.stamp
rm -f stamps/pax-mark-vm-debug.stamp
rm -f stamps/runnable-icedtea-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -f stamps/icedtea-debug-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/tapset
rm -f stamps/add-systemtap-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-ecj.stamp
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj
rm -f stamps/icedtea-ecj.stamp
rm -f stamps/pax-mark-vm-ecj.stamp
rm -f stamps/runnable-icedtea-ecj.stamp
rm -f stamps/check-crypto-boot.stamp
rm -f stamps/icedtea-against-ecj.stamp
rm -rf openjdk-ecj
rm -f stamps/extract-ecj.stamp
rm -f stamps/patch-ecj.stamp
if [ /notnfs/nighttester/icedtea6-target-testing != /notnfs/nighttester/icedtea6-target-testing ]; then \
rm -rf /notnfs/nighttester/icedtea6-target-testing/generated.build; \
fi
rm -f stamps/generated.stamp
rm -f stamps/replace-hotspot.stamp
rm -rf rewriter.build
rm -f stamps/rewriter.stamp
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp
rm -f stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj ] ; then \
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib ; \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \
fi
rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj
rm -f stamps/bootstrap-directory-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink-ecj.stamp
rm -f stamps/fonts.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
rm -f cacao-68fe50ac34ec.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f openjdk-6-src-b38-20_jan_2016.tar.xz
rm -rf openjdk.hg
rm -f stamps/download-openjdk.stamp
rm -f hotspot.tar.gz
rm -f stamps/download-hotspot.stamp
rm -f stamps/download.stamp
rm -f stamps/hgforest.stamp
if [ /notnfs/nighttester/icedtea6-target-testing != /notnfs/nighttester/icedtea6-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ]; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/openjdk6.tar.xz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 6 15:43:13 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 6 Mar 2016 10:43:13 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1774
In-Reply-To: <845914109.252.1457192585830.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <845914109.252.1457192585830.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <955256566.256.1457278995475.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 459502 lines...]
----------------------------------------------------------------------
/bin/mkdir -p '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/bin'
/bin/sh ../libtool --mode=install /bin/install -c jamvm '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/bin'
libtool: install: /bin/install -c jamvm /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/bin/jamvm
/bin/mkdir -p '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/include'
/bin/install -c -m 644 jni.h '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/include'
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Entering directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Entering directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
cp /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/lib/libjvm.so /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
ln -sf server /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/client
touch /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/server/Xusage.txt
ln -sf client/libjvm.so /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/libjsig.so
mkdir -p stamps
touch stamps/jamvm.stamp
+ make distclean
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -rf test/jtreg/classes
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
if [ /notnfs/nighttester/icedtea6-hg-target-testing != /notnfs/nighttester/icedtea6-hg-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -f stamps/patch-fsg.stamp
rm -f stamps/patch.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/extract.stamp
for target in /notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
rm -rf $link; \
done
rm -f stamps/ports.stamp
rm -f stamps/overlay.stamp
rm -f native-ecj
rm -f stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/tapset
rm -f stamps/add-systemtap.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss.stamp
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/check-crypto.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build
rm -f stamps/icedtea.stamp
rm -f stamps/pax-mark-vm.stamp
rm -f stamps/runnable-icedtea.stamp
rm -f stamps/icedtea-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/tapset
rm -f stamps/add-systemtap-debug.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-debug.stamp
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug.stamp
rm -f stamps/pax-mark-vm-debug.stamp
rm -f stamps/runnable-icedtea-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -f stamps/icedtea-debug-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/tapset
rm -f stamps/add-systemtap-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-ecj.stamp
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj
rm -f stamps/icedtea-ecj.stamp
rm -f stamps/pax-mark-vm-ecj.stamp
rm -f stamps/runnable-icedtea-ecj.stamp
rm -f stamps/check-crypto-boot.stamp
rm -f stamps/icedtea-against-ecj.stamp
rm -rf openjdk-ecj
rm -f stamps/extract-ecj.stamp
rm -f stamps/patch-ecj.stamp
if [ /notnfs/nighttester/icedtea6-hg-target-testing != /notnfs/nighttester/icedtea6-hg-target-testing ]; then \
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/generated.build; \
fi
rm -f stamps/generated.stamp
rm -f stamps/replace-hotspot.stamp
rm -rf rewriter.build
rm -f stamps/rewriter.stamp
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp
rm -f stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj ] ; then \
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib ; \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \
fi
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj
rm -f stamps/bootstrap-directory-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink-ecj.stamp
rm -f stamps/fonts.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
rm -f cacao-68fe50ac34ec.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f openjdk-6-src-b39-20_jan_2016.tar.xz
rm -rf openjdk.hg
rm -f stamps/download-openjdk.stamp
rm -f hotspot.tar.gz
rm -f stamps/download-hotspot.stamp
rm -f stamps/download.stamp
rm -f stamps/hgforest.stamp
if [ /notnfs/nighttester/icedtea6-hg-target-testing != /notnfs/nighttester/icedtea6-hg-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ]; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-openjdk-src-dir=/notnfs/nighttester/jdk6/ --with-parallel-jobs=3 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 6 20:18:24 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 6 Mar 2016 15:18:24 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2229
In-Reply-To: <594975940.253.1457208129055.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <594975940.253.1457208129055.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1437659250.257.1457295507392.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 398735 lines...]
rm -f stamps/bootstrap-directory-symlink-stage2.stamp
rm -f stamps/overlay.stamp
if [ -e Defs.gmk.bak ] ; then \
mv Defs.gmk.bak openjdk/jdk/make/common/shared/Defs.gmk ; \
fi
rm -f stamps/versioning.stamp
if [ -e stamps/patch.stamp ] ; then \
all_patches_ok=yes; \
for p in patches/rhino.patch patches/rh1022017.patch ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p1 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p1 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea7-target-testing ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch.stamp ; \
fi
Checking patches/rhino.patch
Reverting patches/rhino.patch
patching file openjdk/jdk/make/com/sun/Makefile
patching file openjdk/jdk/make/com/sun/script/Makefile
patching file openjdk/jdk/make/common/Release.gmk
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/ExternalScriptable.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JSAdapter.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoClassShutter.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoCompiledScript.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngineFactory.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngine.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoTopLevel.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoWrapFactory.java
Checking patches/rh1022017.patch
Reverting patches/rh1022017.patch
patching file openjdk/jdk/src/share/classes/sun/security/ssl/HelloExtensions.java
if [ -e stamps/patch-fsg.stamp ] ; then \
all_patches_ok=yes; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch-fsg.stamp ; \
fi
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/sanitise-openjdk.stamp
rm -rf openjdk/hotspot
rm -f stamps/extract-hotspot.stamp
rm -rf openjdk/jdk
rm -f stamps/extract-jdk.stamp
rm -rf openjdk/jaxp
rm -f stamps/extract-jaxp.stamp
rm -rf openjdk/jaxws
rm -f stamps/extract-jaxws.stamp
rm -rf openjdk/corba
rm -f stamps/extract-corba.stamp
rm -rf openjdk/langtools
rm -f stamps/extract-langtools.stamp
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/extract.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/generated.build
rm -f stamps/generated.stamp
rm -f native-ecj
rm -rf stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -f stamps/check-crypto.stamp
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -rvf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image.stripped
rm -f stamps/split-debuginfo.stamp
rm -f stamps/icedtea-stage2.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -rvf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image.stripped
rm -f stamps/split-debuginfo-debug.stamp
rm -f stamps/icedtea-debug-stage2.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/tapset
rm -f stamps/add-systemtap-boot.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-boot.stamp
rm -f stamps/check-crypto-boot.stamp
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-boot.stamp
rm -rvf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image.stripped
rm -f stamps/split-debuginfo-boot.stamp
rm -f stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
/bin/sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
/bin/sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib ] ; then \
cp /usr/lib/jvm/java-1.7.0/jre/lib/rt.jar /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar ; \
chmod u+w /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar ; \
fi
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/rewriter.build
rm -f stamps/rewriter.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/tapset
rm -f stamps/add-systemtap.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/tapset
rm -f stamps/add-systemtap-debug.stamp
rm -f openjdk/jdk/src/share/lib/security/nss.cfg
rm -f stamps/add-nss.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-debug.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
rm -f policytool-1.7.0.desktop
rm -f jconsole-1.7.0.desktop
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "hotspot.map fsg.sh jconsole.desktop policytool.desktop nss.cfg javac javap javah tz.properties pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f hotspot.map fsg.sh jconsole.desktop policytool.desktop nss.cfg javac javap javah tz.properties pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
if [ ! -z openjdk.tar.bz2 ] ; then \
rm -f openjdk.tar.bz2 ; \
fi
rm -f stamps/download-openjdk.stamp
rm -f cacao-c182f119eaad.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
if [ ! -z hotspot.tar.bz2 ] ; then \
rm -f hotspot.tar.bz2 ; \
fi
rm -f stamps/download-hotspot.stamp
if [ ! -z corba.tar.bz2 ] ; then \
rm -f corba.tar.bz2 ; \
fi
rm -f stamps/download-corba.stamp
if [ ! -z jaxp.tar.bz2 ] ; then \
rm -f jaxp.tar.bz2 ; \
fi
rm -f stamps/download-jaxp.stamp
if [ ! -z jaxws.tar.bz2 ] ; then \
rm -f jaxws.tar.bz2 ; \
fi
rm -f stamps/download-jaxws.stamp
if [ ! -z jdk.tar.bz2 ] ; then \
rm -f jdk.tar.bz2 ; \
fi
rm -f stamps/download-jdk.stamp
if [ ! -z langtools.tar.bz2 ] ; then \
rm -f langtools.tar.bz2 ; \
fi
rm -f stamps/download-langtools.stamp
rm -f stamps/download.stamp
if [ /notnfs/nighttester/icedtea7-target-testing != /notnfs/nighttester/icedtea7-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ] ; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea7/openjdk.tar.bz2 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao7.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea7/hotspot.tar.bz2 --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea7/langtools.tar.bz2 --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea7/jdk.tar.bz2 --with-corba-src-zip=/notnfs/nighttester/drops/icedtea7/corba.tar.bz2 --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea7/jaxp.tar.bz2 --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea7/jaxws.tar.bz2 --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm7.tar.gz --enable-systemtap --disable-downloading --with-gcj --with-ecj-jar=/notnfs/nighttester/drops/ecj/ecj-4.5.jar --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 6 23:21:18 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 6 Mar 2016 18:21:18 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1342
In-Reply-To: <2054158272.254.1457219053426.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <2054158272.254.1457219053426.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <539408618.258.1457306480391.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 127485 lines...]
Rewriting and linking classes ...
Rewriting and linking classes: done
Number of classes 2565
instance classes = 2551
obj array classes = 6
type array classes = 8
Calculating fingerprints ... done.
Removing unshareable information ... done.
ro space: 7288568 [ 36.4% of total] out of 16777216 bytes [43.4% used] at 0x0000000800000000
rw space: 11151912 [ 55.6% of total] out of 16777216 bytes [66.5% used] at 0x0000000801000000
md space: 1572920 [ 7.8% of total] out of 4194304 bytes [37.5% used] at 0x0000000802000000
mc space: 34053 [ 0.2% of total] out of 122880 bytes [27.7% used] at 0x0000000802400000
total : 20047453 [100.0% of total] out of 37871616 bytes [52.9% used]
touch stamps/add-archive.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
+ make distclean
rm -rf test/jtreg/classes
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ] ; then \
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -f stamps/check-ecc.stamp
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build
rm -f stamps/icedtea-configure.stamp stamps/icedtea.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug-configure.stamp
rm -f stamps/icedtea-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
rm -f stamps/icedtea-boot-configure.stamp
rm -f stamps/icedtea-boot.stamp
rm -rf openjdk-boot
rm -f stamps/patch-boot.stamp
rm -f stamps/clone-boot.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/boot
rm -f stamps/bootstrap-directory-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory-stage2.stamp
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
rm -f stamps/bootstrap-directory-symlink-stage1.stamp
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
rm -f stamps/bootstrap-directory-symlink-stage2.stamp
rm -f stamps/overlay.stamp
if [ -e Defs.gmk.bak ] ; then \
mv Defs.gmk.bak openjdk/jdk/make/common/shared/Defs.gmk ; \
fi
rm -f stamps/versioning.stamp
if [ -e stamps/patch.stamp ] ; then \
all_patches_ok=yes; \
for p in patches/memory-limits.patch patches/override-redirect-metacity.patch patches/rh1022017.patch patches/disable-intree-ec.patch patches/nss-not-enabled-config.patch ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea8-target-testing/openjdk/jdk; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p1 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p1 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea8-target-testing ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch.stamp ; \
fi
Checking patches/memory-limits.patch
Reverting patches/memory-limits.patch
patching file openjdk/hotspot/src/share/vm/runtime/globals.hpp
Hunk #1 succeeded at 3150 (offset 37 lines).
Checking patches/override-redirect-metacity.patch
Reverting patches/override-redirect-metacity.patch
patching file openjdk/jdk/src/solaris/classes/sun/awt/X11/XWindowPeer.java
Hunk #1 succeeded at 1220 (offset 78 lines).
Checking patches/rh1022017.patch
Reverting patches/rh1022017.patch
patching file openjdk/jdk/src/share/classes/sun/security/ssl/SupportedEllipticCurvesExtension.java
Checking patches/disable-intree-ec.patch
1 out of 1 hunk FAILED
Checking patches/nss-not-enabled-config.patch
Reverting patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security-linux
Hunk #1 succeeded at 73 (offset 22 lines).
WARNING Not all patches reverted cleanly
if [ -e stamps/patch-fsg.stamp ] ; then \
all_patches_ok=yes; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch-fsg.stamp ; \
fi
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/sanitise-openjdk.stamp
rm -rf openjdk/hotspot
rm -f stamps/extract-hotspot.stamp
rm -rf openjdk/nashorn
rm -f stamps/extract-nashorn.stamp
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/extract.stamp
rm -f native-ecj
rm -rf stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -f stamps/check-crypto.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/icedtea-stage2.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -f stamps/icedtea-debug-stage2.stamp
rm -f stamps/check-crypto-boot.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-boot.stamp
rm -f stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/ecccheck.build
rm -f stamps/ecccheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "hotspot.map fsg.sh nss.cfg javac javap javah pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f hotspot.map fsg.sh nss.cfg javac javap javah pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
if [ ! -z nashorn.tar.xz ] ; then \
rm -f nashorn.tar.xz ; \
fi
rm -f stamps/download-nashorn.stamp
if [ ! -z hotspot.tar.xz ] ; then \
rm -f hotspot.tar.xz ; \
fi
rm -f stamps/download-hotspot.stamp
if [ ! -z openjdk.tar.xz ] ; then \
rm -f openjdk.tar.xz ; \
fi
if [ ! -z corba.tar.xz ] ; then \
rm -f corba.tar.xz ; \
fi
if [ ! -z jaxp.tar.xz ] ; then \
rm -f jaxp.tar.xz ; \
fi
if [ ! -z jaxws.tar.xz ] ; then \
rm -f jaxws.tar.xz ; \
fi
if [ ! -z jdk.tar.xz ] ; then \
rm -f jdk.tar.xz ; \
fi
if [ ! -z langtools.tar.xz ] ; then \
rm -f langtools.tar.xz ; \
fi
rm -f stamps/download-openjdk.stamp
rm -f cacao-c182f119eaad.tar.xz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f stamps/download.stamp
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ] ; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea8/openjdk.tar.xz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao8.tar.xz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea8/hotspot.tar.xz --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea8/langtools.tar.xz --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea8/jdk.tar.xz --with-corba-src-zip=/notnfs/nighttester/drops/icedtea8/corba.tar.xz --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea8/jaxp.tar.xz --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea8/jaxws.tar.xz --with-nashorn-src-zip=/notnfs/nighttester/drops/icedtea8/nashorn.tar.xz --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm8.tar.gz --enable-systemtap --disable-downloading --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 7 10:09:48 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 7 Mar 2016 05:09:48 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2278
In-Reply-To: <433649400.255.1457258936161.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <433649400.255.1457258936161.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <149953060.259.1457345391637.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 459584 lines...]
----------------------------------------------------------------------
/bin/mkdir -p '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/bin'
/bin/sh ../libtool --mode=install /bin/install -c jamvm '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/bin'
libtool: install: /bin/install -c jamvm /notnfs/nighttester/icedtea6-target-testing/jamvm/install/bin/jamvm
/bin/mkdir -p '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/include'
/bin/install -c -m 644 jni.h '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/include'
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
mkdir -p /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
cp /notnfs/nighttester/icedtea6-target-testing/jamvm/install/lib/libjvm.so /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
ln -sf server /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/client
touch /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/server/Xusage.txt
ln -sf client/libjvm.so /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/libjsig.so
mkdir -p stamps
touch stamps/jamvm.stamp
+ make distclean
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -rf test/jtreg/classes
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
if [ /notnfs/nighttester/icedtea6-target-testing != /notnfs/nighttester/icedtea6-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -f stamps/patch-fsg.stamp
rm -f stamps/patch.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/extract.stamp
for target in /notnfs/nighttester/icedtea6-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
rm -rf $link; \
done
rm -f stamps/ports.stamp
rm -f stamps/overlay.stamp
rm -f native-ecj
rm -f stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/tapset
rm -f stamps/add-systemtap.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss.stamp
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/check-crypto.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build
rm -f stamps/icedtea.stamp
rm -f stamps/pax-mark-vm.stamp
rm -f stamps/runnable-icedtea.stamp
rm -f stamps/icedtea-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/tapset
rm -f stamps/add-systemtap-debug.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-debug.stamp
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug.stamp
rm -f stamps/pax-mark-vm-debug.stamp
rm -f stamps/runnable-icedtea-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -f stamps/icedtea-debug-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/tapset
rm -f stamps/add-systemtap-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-ecj.stamp
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj
rm -f stamps/icedtea-ecj.stamp
rm -f stamps/pax-mark-vm-ecj.stamp
rm -f stamps/runnable-icedtea-ecj.stamp
rm -f stamps/check-crypto-boot.stamp
rm -f stamps/icedtea-against-ecj.stamp
rm -rf openjdk-ecj
rm -f stamps/extract-ecj.stamp
rm -f stamps/patch-ecj.stamp
if [ /notnfs/nighttester/icedtea6-target-testing != /notnfs/nighttester/icedtea6-target-testing ]; then \
rm -rf /notnfs/nighttester/icedtea6-target-testing/generated.build; \
fi
rm -f stamps/generated.stamp
rm -f stamps/replace-hotspot.stamp
rm -rf rewriter.build
rm -f stamps/rewriter.stamp
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp
rm -f stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj ] ; then \
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib ; \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \
fi
rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj
rm -f stamps/bootstrap-directory-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink-ecj.stamp
rm -f stamps/fonts.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
rm -f cacao-68fe50ac34ec.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f openjdk-6-src-b38-20_jan_2016.tar.xz
rm -rf openjdk.hg
rm -f stamps/download-openjdk.stamp
rm -f hotspot.tar.gz
rm -f stamps/download-hotspot.stamp
rm -f stamps/download.stamp
rm -f stamps/hgforest.stamp
if [ /notnfs/nighttester/icedtea6-target-testing != /notnfs/nighttester/icedtea6-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ]; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/openjdk6.tar.xz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 7 15:33:40 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 7 Mar 2016 10:33:40 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1775
In-Reply-To: <955256566.256.1457278995475.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <955256566.256.1457278995475.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1853231109.260.1457364827025.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 459500 lines...]
----------------------------------------------------------------------
/bin/mkdir -p '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/bin'
/bin/sh ../libtool --mode=install /bin/install -c jamvm '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/bin'
libtool: install: /bin/install -c jamvm /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/bin/jamvm
/bin/mkdir -p '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/include'
/bin/install -c -m 644 jni.h '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/include'
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Entering directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Entering directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
cp /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/lib/libjvm.so /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
ln -sf server /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/client
touch /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/server/Xusage.txt
ln -sf client/libjvm.so /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/libjsig.so
mkdir -p stamps
touch stamps/jamvm.stamp
+ make distclean
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -rf test/jtreg/classes
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
if [ /notnfs/nighttester/icedtea6-hg-target-testing != /notnfs/nighttester/icedtea6-hg-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -f stamps/patch-fsg.stamp
rm -f stamps/patch.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/extract.stamp
for target in /notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
rm -rf $link; \
done
rm -f stamps/ports.stamp
rm -f stamps/overlay.stamp
rm -f native-ecj
rm -f stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/tapset
rm -f stamps/add-systemtap.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss.stamp
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/check-crypto.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build
rm -f stamps/icedtea.stamp
rm -f stamps/pax-mark-vm.stamp
rm -f stamps/runnable-icedtea.stamp
rm -f stamps/icedtea-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/tapset
rm -f stamps/add-systemtap-debug.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-debug.stamp
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug.stamp
rm -f stamps/pax-mark-vm-debug.stamp
rm -f stamps/runnable-icedtea-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -f stamps/icedtea-debug-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/tapset
rm -f stamps/add-systemtap-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-ecj.stamp
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj
rm -f stamps/icedtea-ecj.stamp
rm -f stamps/pax-mark-vm-ecj.stamp
rm -f stamps/runnable-icedtea-ecj.stamp
rm -f stamps/check-crypto-boot.stamp
rm -f stamps/icedtea-against-ecj.stamp
rm -rf openjdk-ecj
rm -f stamps/extract-ecj.stamp
rm -f stamps/patch-ecj.stamp
if [ /notnfs/nighttester/icedtea6-hg-target-testing != /notnfs/nighttester/icedtea6-hg-target-testing ]; then \
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/generated.build; \
fi
rm -f stamps/generated.stamp
rm -f stamps/replace-hotspot.stamp
rm -rf rewriter.build
rm -f stamps/rewriter.stamp
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp
rm -f stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj ] ; then \
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib ; \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \
fi
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj
rm -f stamps/bootstrap-directory-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink-ecj.stamp
rm -f stamps/fonts.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
rm -f cacao-68fe50ac34ec.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f openjdk-6-src-b39-20_jan_2016.tar.xz
rm -rf openjdk.hg
rm -f stamps/download-openjdk.stamp
rm -f hotspot.tar.gz
rm -f stamps/download-hotspot.stamp
rm -f stamps/download.stamp
rm -f stamps/hgforest.stamp
if [ /notnfs/nighttester/icedtea6-hg-target-testing != /notnfs/nighttester/icedtea6-hg-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ]; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-openjdk-src-dir=/notnfs/nighttester/jdk6/ --with-parallel-jobs=3 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 7 19:41:26 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 7 Mar 2016 14:41:26 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2230
In-Reply-To: <1437659250.257.1457295507392.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1437659250.257.1457295507392.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1639008168.261.1457379698289.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 398735 lines...]
rm -f stamps/bootstrap-directory-symlink-stage2.stamp
rm -f stamps/overlay.stamp
if [ -e Defs.gmk.bak ] ; then \
mv Defs.gmk.bak openjdk/jdk/make/common/shared/Defs.gmk ; \
fi
rm -f stamps/versioning.stamp
if [ -e stamps/patch.stamp ] ; then \
all_patches_ok=yes; \
for p in patches/rhino.patch patches/rh1022017.patch ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p1 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p1 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea7-target-testing ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch.stamp ; \
fi
Checking patches/rhino.patch
Reverting patches/rhino.patch
patching file openjdk/jdk/make/com/sun/Makefile
patching file openjdk/jdk/make/com/sun/script/Makefile
patching file openjdk/jdk/make/common/Release.gmk
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/ExternalScriptable.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JSAdapter.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoClassShutter.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoCompiledScript.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngineFactory.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngine.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoTopLevel.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoWrapFactory.java
Checking patches/rh1022017.patch
Reverting patches/rh1022017.patch
patching file openjdk/jdk/src/share/classes/sun/security/ssl/HelloExtensions.java
if [ -e stamps/patch-fsg.stamp ] ; then \
all_patches_ok=yes; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch-fsg.stamp ; \
fi
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/sanitise-openjdk.stamp
rm -rf openjdk/hotspot
rm -f stamps/extract-hotspot.stamp
rm -rf openjdk/jdk
rm -f stamps/extract-jdk.stamp
rm -rf openjdk/jaxp
rm -f stamps/extract-jaxp.stamp
rm -rf openjdk/jaxws
rm -f stamps/extract-jaxws.stamp
rm -rf openjdk/corba
rm -f stamps/extract-corba.stamp
rm -rf openjdk/langtools
rm -f stamps/extract-langtools.stamp
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/extract.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/generated.build
rm -f stamps/generated.stamp
rm -f native-ecj
rm -rf stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -f stamps/check-crypto.stamp
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -rvf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image.stripped
rm -f stamps/split-debuginfo.stamp
rm -f stamps/icedtea-stage2.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -rvf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image.stripped
rm -f stamps/split-debuginfo-debug.stamp
rm -f stamps/icedtea-debug-stage2.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/tapset
rm -f stamps/add-systemtap-boot.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-boot.stamp
rm -f stamps/check-crypto-boot.stamp
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-boot.stamp
rm -rvf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image.stripped
rm -f stamps/split-debuginfo-boot.stamp
rm -f stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
/bin/sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
/bin/sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib ] ; then \
cp /usr/lib/jvm/java-1.7.0/jre/lib/rt.jar /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar ; \
chmod u+w /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar ; \
fi
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/rewriter.build
rm -f stamps/rewriter.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/tapset
rm -f stamps/add-systemtap.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/tapset
rm -f stamps/add-systemtap-debug.stamp
rm -f openjdk/jdk/src/share/lib/security/nss.cfg
rm -f stamps/add-nss.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-debug.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
rm -f policytool-1.7.0.desktop
rm -f jconsole-1.7.0.desktop
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "hotspot.map fsg.sh jconsole.desktop policytool.desktop nss.cfg javac javap javah tz.properties pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f hotspot.map fsg.sh jconsole.desktop policytool.desktop nss.cfg javac javap javah tz.properties pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
if [ ! -z openjdk.tar.bz2 ] ; then \
rm -f openjdk.tar.bz2 ; \
fi
rm -f stamps/download-openjdk.stamp
rm -f cacao-c182f119eaad.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
if [ ! -z hotspot.tar.bz2 ] ; then \
rm -f hotspot.tar.bz2 ; \
fi
rm -f stamps/download-hotspot.stamp
if [ ! -z corba.tar.bz2 ] ; then \
rm -f corba.tar.bz2 ; \
fi
rm -f stamps/download-corba.stamp
if [ ! -z jaxp.tar.bz2 ] ; then \
rm -f jaxp.tar.bz2 ; \
fi
rm -f stamps/download-jaxp.stamp
if [ ! -z jaxws.tar.bz2 ] ; then \
rm -f jaxws.tar.bz2 ; \
fi
rm -f stamps/download-jaxws.stamp
if [ ! -z jdk.tar.bz2 ] ; then \
rm -f jdk.tar.bz2 ; \
fi
rm -f stamps/download-jdk.stamp
if [ ! -z langtools.tar.bz2 ] ; then \
rm -f langtools.tar.bz2 ; \
fi
rm -f stamps/download-langtools.stamp
rm -f stamps/download.stamp
if [ /notnfs/nighttester/icedtea7-target-testing != /notnfs/nighttester/icedtea7-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ] ; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea7/openjdk.tar.bz2 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao7.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea7/hotspot.tar.bz2 --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea7/langtools.tar.bz2 --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea7/jdk.tar.bz2 --with-corba-src-zip=/notnfs/nighttester/drops/icedtea7/corba.tar.bz2 --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea7/jaxp.tar.bz2 --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea7/jaxws.tar.bz2 --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm7.tar.gz --enable-systemtap --disable-downloading --with-gcj --with-ecj-jar=/notnfs/nighttester/drops/ecj/ecj-4.5.jar --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 7 22:38:22 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 7 Mar 2016 17:38:22 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1343
In-Reply-To: <539408618.258.1457306480391.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <539408618.258.1457306480391.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <709112718.262.1457390306304.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 127485 lines...]
Rewriting and linking classes ...
Rewriting and linking classes: done
Number of classes 2565
instance classes = 2551
obj array classes = 6
type array classes = 8
Calculating fingerprints ... done.
Removing unshareable information ... done.
ro space: 7288568 [ 36.4% of total] out of 16777216 bytes [43.4% used] at 0x0000000800000000
rw space: 11151912 [ 55.6% of total] out of 16777216 bytes [66.5% used] at 0x0000000801000000
md space: 1572920 [ 7.8% of total] out of 4194304 bytes [37.5% used] at 0x0000000802000000
mc space: 34053 [ 0.2% of total] out of 122880 bytes [27.7% used] at 0x0000000802400000
total : 20047453 [100.0% of total] out of 37871616 bytes [52.9% used]
touch stamps/add-archive.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
+ make distclean
rm -rf test/jtreg/classes
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ] ; then \
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -f stamps/check-ecc.stamp
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build
rm -f stamps/icedtea-configure.stamp stamps/icedtea.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug-configure.stamp
rm -f stamps/icedtea-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
rm -f stamps/icedtea-boot-configure.stamp
rm -f stamps/icedtea-boot.stamp
rm -rf openjdk-boot
rm -f stamps/patch-boot.stamp
rm -f stamps/clone-boot.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/boot
rm -f stamps/bootstrap-directory-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory-stage2.stamp
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
rm -f stamps/bootstrap-directory-symlink-stage1.stamp
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
rm -f stamps/bootstrap-directory-symlink-stage2.stamp
rm -f stamps/overlay.stamp
if [ -e Defs.gmk.bak ] ; then \
mv Defs.gmk.bak openjdk/jdk/make/common/shared/Defs.gmk ; \
fi
rm -f stamps/versioning.stamp
if [ -e stamps/patch.stamp ] ; then \
all_patches_ok=yes; \
for p in patches/memory-limits.patch patches/override-redirect-metacity.patch patches/rh1022017.patch patches/disable-intree-ec.patch patches/nss-not-enabled-config.patch ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea8-target-testing/openjdk/jdk; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p1 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p1 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea8-target-testing ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch.stamp ; \
fi
Checking patches/memory-limits.patch
Reverting patches/memory-limits.patch
patching file openjdk/hotspot/src/share/vm/runtime/globals.hpp
Hunk #1 succeeded at 3150 (offset 37 lines).
Checking patches/override-redirect-metacity.patch
Reverting patches/override-redirect-metacity.patch
patching file openjdk/jdk/src/solaris/classes/sun/awt/X11/XWindowPeer.java
Hunk #1 succeeded at 1220 (offset 78 lines).
Checking patches/rh1022017.patch
Reverting patches/rh1022017.patch
patching file openjdk/jdk/src/share/classes/sun/security/ssl/SupportedEllipticCurvesExtension.java
Checking patches/disable-intree-ec.patch
1 out of 1 hunk FAILED
Checking patches/nss-not-enabled-config.patch
Reverting patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security-linux
Hunk #1 succeeded at 73 (offset 22 lines).
WARNING Not all patches reverted cleanly
if [ -e stamps/patch-fsg.stamp ] ; then \
all_patches_ok=yes; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch-fsg.stamp ; \
fi
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/sanitise-openjdk.stamp
rm -rf openjdk/hotspot
rm -f stamps/extract-hotspot.stamp
rm -rf openjdk/nashorn
rm -f stamps/extract-nashorn.stamp
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/extract.stamp
rm -f native-ecj
rm -rf stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -f stamps/check-crypto.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/icedtea-stage2.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -f stamps/icedtea-debug-stage2.stamp
rm -f stamps/check-crypto-boot.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-boot.stamp
rm -f stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/ecccheck.build
rm -f stamps/ecccheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "hotspot.map fsg.sh nss.cfg javac javap javah pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f hotspot.map fsg.sh nss.cfg javac javap javah pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
if [ ! -z nashorn.tar.xz ] ; then \
rm -f nashorn.tar.xz ; \
fi
rm -f stamps/download-nashorn.stamp
if [ ! -z hotspot.tar.xz ] ; then \
rm -f hotspot.tar.xz ; \
fi
rm -f stamps/download-hotspot.stamp
if [ ! -z openjdk.tar.xz ] ; then \
rm -f openjdk.tar.xz ; \
fi
if [ ! -z corba.tar.xz ] ; then \
rm -f corba.tar.xz ; \
fi
if [ ! -z jaxp.tar.xz ] ; then \
rm -f jaxp.tar.xz ; \
fi
if [ ! -z jaxws.tar.xz ] ; then \
rm -f jaxws.tar.xz ; \
fi
if [ ! -z jdk.tar.xz ] ; then \
rm -f jdk.tar.xz ; \
fi
if [ ! -z langtools.tar.xz ] ; then \
rm -f langtools.tar.xz ; \
fi
rm -f stamps/download-openjdk.stamp
rm -f cacao-c182f119eaad.tar.xz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f stamps/download.stamp
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ] ; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea8/openjdk.tar.xz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao8.tar.xz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea8/hotspot.tar.xz --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea8/langtools.tar.xz --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea8/jdk.tar.xz --with-corba-src-zip=/notnfs/nighttester/drops/icedtea8/corba.tar.xz --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea8/jaxp.tar.xz --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea8/jaxws.tar.xz --with-nashorn-src-zip=/notnfs/nighttester/drops/icedtea8/nashorn.tar.xz --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm8.tar.gz --enable-systemtap --disable-downloading --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Tue Mar 8 10:12:58 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 8 Mar 2016 05:12:58 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2279
In-Reply-To: <149953060.259.1457345391637.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <149953060.259.1457345391637.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <662677139.263.1457431980160.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 459584 lines...]
----------------------------------------------------------------------
/bin/mkdir -p '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/bin'
/bin/sh ../libtool --mode=install /bin/install -c jamvm '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/bin'
libtool: install: /bin/install -c jamvm /notnfs/nighttester/icedtea6-target-testing/jamvm/install/bin/jamvm
/bin/mkdir -p '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/include'
/bin/install -c -m 644 jni.h '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/include'
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
mkdir -p /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
cp /notnfs/nighttester/icedtea6-target-testing/jamvm/install/lib/libjvm.so /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
ln -sf server /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/client
touch /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/server/Xusage.txt
ln -sf client/libjvm.so /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/libjsig.so
mkdir -p stamps
touch stamps/jamvm.stamp
+ make distclean
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -rf test/jtreg/classes
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
if [ /notnfs/nighttester/icedtea6-target-testing != /notnfs/nighttester/icedtea6-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -f stamps/patch-fsg.stamp
rm -f stamps/patch.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/extract.stamp
for target in /notnfs/nighttester/icedtea6-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
rm -rf $link; \
done
rm -f stamps/ports.stamp
rm -f stamps/overlay.stamp
rm -f native-ecj
rm -f stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/tapset
rm -f stamps/add-systemtap.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss.stamp
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/check-crypto.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build
rm -f stamps/icedtea.stamp
rm -f stamps/pax-mark-vm.stamp
rm -f stamps/runnable-icedtea.stamp
rm -f stamps/icedtea-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/tapset
rm -f stamps/add-systemtap-debug.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-debug.stamp
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug.stamp
rm -f stamps/pax-mark-vm-debug.stamp
rm -f stamps/runnable-icedtea-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -f stamps/icedtea-debug-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/tapset
rm -f stamps/add-systemtap-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-ecj.stamp
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj
rm -f stamps/icedtea-ecj.stamp
rm -f stamps/pax-mark-vm-ecj.stamp
rm -f stamps/runnable-icedtea-ecj.stamp
rm -f stamps/check-crypto-boot.stamp
rm -f stamps/icedtea-against-ecj.stamp
rm -rf openjdk-ecj
rm -f stamps/extract-ecj.stamp
rm -f stamps/patch-ecj.stamp
if [ /notnfs/nighttester/icedtea6-target-testing != /notnfs/nighttester/icedtea6-target-testing ]; then \
rm -rf /notnfs/nighttester/icedtea6-target-testing/generated.build; \
fi
rm -f stamps/generated.stamp
rm -f stamps/replace-hotspot.stamp
rm -rf rewriter.build
rm -f stamps/rewriter.stamp
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp
rm -f stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj ] ; then \
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib ; \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \
fi
rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj
rm -f stamps/bootstrap-directory-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink-ecj.stamp
rm -f stamps/fonts.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
rm -f cacao-68fe50ac34ec.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f openjdk-6-src-b38-20_jan_2016.tar.xz
rm -rf openjdk.hg
rm -f stamps/download-openjdk.stamp
rm -f hotspot.tar.gz
rm -f stamps/download-hotspot.stamp
rm -f stamps/download.stamp
rm -f stamps/hgforest.stamp
if [ /notnfs/nighttester/icedtea6-target-testing != /notnfs/nighttester/icedtea6-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ]; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/openjdk6.tar.xz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Tue Mar 8 15:52:28 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 8 Mar 2016 10:52:28 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1776
In-Reply-To: <1853231109.260.1457364827025.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1853231109.260.1457364827025.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1073177177.264.1457452352280.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 459500 lines...]
----------------------------------------------------------------------
/bin/mkdir -p '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/bin'
/bin/sh ../libtool --mode=install /bin/install -c jamvm '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/bin'
libtool: install: /bin/install -c jamvm /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/bin/jamvm
/bin/mkdir -p '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/include'
/bin/install -c -m 644 jni.h '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/include'
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Entering directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Entering directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
cp /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/lib/libjvm.so /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
ln -sf server /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/client
touch /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/server/Xusage.txt
ln -sf client/libjvm.so /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/libjsig.so
mkdir -p stamps
touch stamps/jamvm.stamp
+ make distclean
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -rf test/jtreg/classes
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
if [ /notnfs/nighttester/icedtea6-hg-target-testing != /notnfs/nighttester/icedtea6-hg-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -f stamps/patch-fsg.stamp
rm -f stamps/patch.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/extract.stamp
for target in /notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
rm -rf $link; \
done
rm -f stamps/ports.stamp
rm -f stamps/overlay.stamp
rm -f native-ecj
rm -f stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/tapset
rm -f stamps/add-systemtap.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss.stamp
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/check-crypto.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build
rm -f stamps/icedtea.stamp
rm -f stamps/pax-mark-vm.stamp
rm -f stamps/runnable-icedtea.stamp
rm -f stamps/icedtea-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/tapset
rm -f stamps/add-systemtap-debug.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-debug.stamp
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug.stamp
rm -f stamps/pax-mark-vm-debug.stamp
rm -f stamps/runnable-icedtea-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -f stamps/icedtea-debug-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/tapset
rm -f stamps/add-systemtap-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-ecj.stamp
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj
rm -f stamps/icedtea-ecj.stamp
rm -f stamps/pax-mark-vm-ecj.stamp
rm -f stamps/runnable-icedtea-ecj.stamp
rm -f stamps/check-crypto-boot.stamp
rm -f stamps/icedtea-against-ecj.stamp
rm -rf openjdk-ecj
rm -f stamps/extract-ecj.stamp
rm -f stamps/patch-ecj.stamp
if [ /notnfs/nighttester/icedtea6-hg-target-testing != /notnfs/nighttester/icedtea6-hg-target-testing ]; then \
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/generated.build; \
fi
rm -f stamps/generated.stamp
rm -f stamps/replace-hotspot.stamp
rm -rf rewriter.build
rm -f stamps/rewriter.stamp
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp
rm -f stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj ] ; then \
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib ; \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \
fi
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj
rm -f stamps/bootstrap-directory-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink-ecj.stamp
rm -f stamps/fonts.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
rm -f cacao-68fe50ac34ec.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f openjdk-6-src-b39-20_jan_2016.tar.xz
rm -rf openjdk.hg
rm -f stamps/download-openjdk.stamp
rm -f hotspot.tar.gz
rm -f stamps/download-hotspot.stamp
rm -f stamps/download.stamp
rm -f stamps/hgforest.stamp
if [ /notnfs/nighttester/icedtea6-hg-target-testing != /notnfs/nighttester/icedtea6-hg-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ]; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-openjdk-src-dir=/notnfs/nighttester/jdk6/ --with-parallel-jobs=3 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Tue Mar 8 19:59:01 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 8 Mar 2016 14:59:01 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2231
In-Reply-To: <1639008168.261.1457379698289.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1639008168.261.1457379698289.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <387773023.265.1457467146831.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 398729 lines...]
rm -f stamps/bootstrap-directory-symlink-stage2.stamp
rm -f stamps/overlay.stamp
if [ -e Defs.gmk.bak ] ; then \
mv Defs.gmk.bak openjdk/jdk/make/common/shared/Defs.gmk ; \
fi
rm -f stamps/versioning.stamp
if [ -e stamps/patch.stamp ] ; then \
all_patches_ok=yes; \
for p in patches/rhino.patch patches/rh1022017.patch ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p1 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p1 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea7-target-testing ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch.stamp ; \
fi
Checking patches/rhino.patch
Reverting patches/rhino.patch
patching file openjdk/jdk/make/com/sun/Makefile
patching file openjdk/jdk/make/com/sun/script/Makefile
patching file openjdk/jdk/make/common/Release.gmk
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/ExternalScriptable.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JSAdapter.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoClassShutter.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoCompiledScript.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngineFactory.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngine.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoTopLevel.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoWrapFactory.java
Checking patches/rh1022017.patch
Reverting patches/rh1022017.patch
patching file openjdk/jdk/src/share/classes/sun/security/ssl/HelloExtensions.java
if [ -e stamps/patch-fsg.stamp ] ; then \
all_patches_ok=yes; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch-fsg.stamp ; \
fi
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/sanitise-openjdk.stamp
rm -rf openjdk/hotspot
rm -f stamps/extract-hotspot.stamp
rm -rf openjdk/jdk
rm -f stamps/extract-jdk.stamp
rm -rf openjdk/jaxp
rm -f stamps/extract-jaxp.stamp
rm -rf openjdk/jaxws
rm -f stamps/extract-jaxws.stamp
rm -rf openjdk/corba
rm -f stamps/extract-corba.stamp
rm -rf openjdk/langtools
rm -f stamps/extract-langtools.stamp
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/extract.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/generated.build
rm -f stamps/generated.stamp
rm -f native-ecj
rm -rf stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -f stamps/check-crypto.stamp
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -rvf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image.stripped
rm -f stamps/split-debuginfo.stamp
rm -f stamps/icedtea-stage2.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -rvf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image.stripped
rm -f stamps/split-debuginfo-debug.stamp
rm -f stamps/icedtea-debug-stage2.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/tapset
rm -f stamps/add-systemtap-boot.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-boot.stamp
rm -f stamps/check-crypto-boot.stamp
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-boot.stamp
rm -rvf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image.stripped
rm -f stamps/split-debuginfo-boot.stamp
rm -f stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
/bin/sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
/bin/sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib ] ; then \
cp /usr/lib/jvm/java-1.7.0/jre/lib/rt.jar /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar ; \
chmod u+w /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar ; \
fi
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/rewriter.build
rm -f stamps/rewriter.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/tapset
rm -f stamps/add-systemtap.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/tapset
rm -f stamps/add-systemtap-debug.stamp
rm -f openjdk/jdk/src/share/lib/security/nss.cfg
rm -f stamps/add-nss.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-debug.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
rm -f policytool-1.7.0.desktop
rm -f jconsole-1.7.0.desktop
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "hotspot.map fsg.sh jconsole.desktop policytool.desktop nss.cfg javac javap javah tz.properties pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f hotspot.map fsg.sh jconsole.desktop policytool.desktop nss.cfg javac javap javah tz.properties pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
if [ ! -z openjdk.tar.bz2 ] ; then \
rm -f openjdk.tar.bz2 ; \
fi
rm -f stamps/download-openjdk.stamp
rm -f cacao-c182f119eaad.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
if [ ! -z hotspot.tar.bz2 ] ; then \
rm -f hotspot.tar.bz2 ; \
fi
rm -f stamps/download-hotspot.stamp
if [ ! -z corba.tar.bz2 ] ; then \
rm -f corba.tar.bz2 ; \
fi
rm -f stamps/download-corba.stamp
if [ ! -z jaxp.tar.bz2 ] ; then \
rm -f jaxp.tar.bz2 ; \
fi
rm -f stamps/download-jaxp.stamp
if [ ! -z jaxws.tar.bz2 ] ; then \
rm -f jaxws.tar.bz2 ; \
fi
rm -f stamps/download-jaxws.stamp
if [ ! -z jdk.tar.bz2 ] ; then \
rm -f jdk.tar.bz2 ; \
fi
rm -f stamps/download-jdk.stamp
if [ ! -z langtools.tar.bz2 ] ; then \
rm -f langtools.tar.bz2 ; \
fi
rm -f stamps/download-langtools.stamp
rm -f stamps/download.stamp
if [ /notnfs/nighttester/icedtea7-target-testing != /notnfs/nighttester/icedtea7-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ] ; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea7/openjdk.tar.bz2 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao7.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea7/hotspot.tar.bz2 --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea7/langtools.tar.bz2 --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea7/jdk.tar.bz2 --with-corba-src-zip=/notnfs/nighttester/drops/icedtea7/corba.tar.bz2 --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea7/jaxp.tar.bz2 --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea7/jaxws.tar.bz2 --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm7.tar.gz --enable-systemtap --disable-downloading --with-gcj --with-ecj-jar=/notnfs/nighttester/drops/ecj/ecj-4.5.jar --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Tue Mar 8 22:55:24 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 8 Mar 2016 17:55:24 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1344
In-Reply-To: <709112718.262.1457390306304.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <709112718.262.1457390306304.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1227882477.266.1457477725186.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 127485 lines...]
Rewriting and linking classes ...
Rewriting and linking classes: done
Number of classes 2565
instance classes = 2551
obj array classes = 6
type array classes = 8
Calculating fingerprints ... done.
Removing unshareable information ... done.
ro space: 7288568 [ 36.4% of total] out of 16777216 bytes [43.4% used] at 0x0000000800000000
rw space: 11151912 [ 55.6% of total] out of 16777216 bytes [66.5% used] at 0x0000000801000000
md space: 1572920 [ 7.8% of total] out of 4194304 bytes [37.5% used] at 0x0000000802000000
mc space: 34053 [ 0.2% of total] out of 122880 bytes [27.7% used] at 0x0000000802400000
total : 20047453 [100.0% of total] out of 37871616 bytes [52.9% used]
touch stamps/add-archive.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
+ make distclean
rm -rf test/jtreg/classes
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ] ; then \
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -f stamps/check-ecc.stamp
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build
rm -f stamps/icedtea-configure.stamp stamps/icedtea.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug-configure.stamp
rm -f stamps/icedtea-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
rm -f stamps/icedtea-boot-configure.stamp
rm -f stamps/icedtea-boot.stamp
rm -rf openjdk-boot
rm -f stamps/patch-boot.stamp
rm -f stamps/clone-boot.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/boot
rm -f stamps/bootstrap-directory-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory-stage2.stamp
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
rm -f stamps/bootstrap-directory-symlink-stage1.stamp
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
rm -f stamps/bootstrap-directory-symlink-stage2.stamp
rm -f stamps/overlay.stamp
if [ -e Defs.gmk.bak ] ; then \
mv Defs.gmk.bak openjdk/jdk/make/common/shared/Defs.gmk ; \
fi
rm -f stamps/versioning.stamp
if [ -e stamps/patch.stamp ] ; then \
all_patches_ok=yes; \
for p in patches/memory-limits.patch patches/override-redirect-metacity.patch patches/rh1022017.patch patches/disable-intree-ec.patch patches/nss-not-enabled-config.patch ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea8-target-testing/openjdk/jdk; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p1 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p1 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea8-target-testing ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch.stamp ; \
fi
Checking patches/memory-limits.patch
Reverting patches/memory-limits.patch
patching file openjdk/hotspot/src/share/vm/runtime/globals.hpp
Hunk #1 succeeded at 3150 (offset 37 lines).
Checking patches/override-redirect-metacity.patch
Reverting patches/override-redirect-metacity.patch
patching file openjdk/jdk/src/solaris/classes/sun/awt/X11/XWindowPeer.java
Hunk #1 succeeded at 1220 (offset 78 lines).
Checking patches/rh1022017.patch
Reverting patches/rh1022017.patch
patching file openjdk/jdk/src/share/classes/sun/security/ssl/SupportedEllipticCurvesExtension.java
Checking patches/disable-intree-ec.patch
1 out of 1 hunk FAILED
Checking patches/nss-not-enabled-config.patch
Reverting patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security-linux
Hunk #1 succeeded at 73 (offset 22 lines).
WARNING Not all patches reverted cleanly
if [ -e stamps/patch-fsg.stamp ] ; then \
all_patches_ok=yes; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch-fsg.stamp ; \
fi
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/sanitise-openjdk.stamp
rm -rf openjdk/hotspot
rm -f stamps/extract-hotspot.stamp
rm -rf openjdk/nashorn
rm -f stamps/extract-nashorn.stamp
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/extract.stamp
rm -f native-ecj
rm -rf stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -f stamps/check-crypto.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/icedtea-stage2.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -f stamps/icedtea-debug-stage2.stamp
rm -f stamps/check-crypto-boot.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-boot.stamp
rm -f stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/ecccheck.build
rm -f stamps/ecccheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "hotspot.map fsg.sh nss.cfg javac javap javah pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f hotspot.map fsg.sh nss.cfg javac javap javah pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
if [ ! -z nashorn.tar.xz ] ; then \
rm -f nashorn.tar.xz ; \
fi
rm -f stamps/download-nashorn.stamp
if [ ! -z hotspot.tar.xz ] ; then \
rm -f hotspot.tar.xz ; \
fi
rm -f stamps/download-hotspot.stamp
if [ ! -z openjdk.tar.xz ] ; then \
rm -f openjdk.tar.xz ; \
fi
if [ ! -z corba.tar.xz ] ; then \
rm -f corba.tar.xz ; \
fi
if [ ! -z jaxp.tar.xz ] ; then \
rm -f jaxp.tar.xz ; \
fi
if [ ! -z jaxws.tar.xz ] ; then \
rm -f jaxws.tar.xz ; \
fi
if [ ! -z jdk.tar.xz ] ; then \
rm -f jdk.tar.xz ; \
fi
if [ ! -z langtools.tar.xz ] ; then \
rm -f langtools.tar.xz ; \
fi
rm -f stamps/download-openjdk.stamp
rm -f cacao-c182f119eaad.tar.xz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f stamps/download.stamp
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ] ; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea8/openjdk.tar.xz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao8.tar.xz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea8/hotspot.tar.xz --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea8/langtools.tar.xz --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea8/jdk.tar.xz --with-corba-src-zip=/notnfs/nighttester/drops/icedtea8/corba.tar.xz --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea8/jaxp.tar.xz --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea8/jaxws.tar.xz --with-nashorn-src-zip=/notnfs/nighttester/drops/icedtea8/nashorn.tar.xz --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm8.tar.gz --enable-systemtap --disable-downloading --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Wed Mar 9 10:08:41 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 9 Mar 2016 05:08:41 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2280
In-Reply-To: <662677139.263.1457431980160.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <662677139.263.1457431980160.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1032304198.267.1457518123673.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 459584 lines...]
----------------------------------------------------------------------
/bin/mkdir -p '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/bin'
/bin/sh ../libtool --mode=install /bin/install -c jamvm '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/bin'
libtool: install: /bin/install -c jamvm /notnfs/nighttester/icedtea6-target-testing/jamvm/install/bin/jamvm
/bin/mkdir -p '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/include'
/bin/install -c -m 644 jni.h '/notnfs/nighttester/icedtea6-target-testing/jamvm/install/include'
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
mkdir -p /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
cp /notnfs/nighttester/icedtea6-target-testing/jamvm/install/lib/libjvm.so /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
ln -sf server /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/client
touch /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/server/Xusage.txt
ln -sf client/libjvm.so /notnfs/nighttester/icedtea6-target-testing/jamvm/install/hotspot/jre/lib/amd64/libjsig.so
mkdir -p stamps
touch stamps/jamvm.stamp
+ make distclean
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -rf test/jtreg/classes
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
if [ /notnfs/nighttester/icedtea6-target-testing != /notnfs/nighttester/icedtea6-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -f stamps/patch-fsg.stamp
rm -f stamps/patch.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/extract.stamp
for target in /notnfs/nighttester/icedtea6-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
rm -rf $link; \
done
rm -f stamps/ports.stamp
rm -f stamps/overlay.stamp
rm -f native-ecj
rm -f stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/tapset
rm -f stamps/add-systemtap.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss.stamp
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/check-crypto.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build
rm -f stamps/icedtea.stamp
rm -f stamps/pax-mark-vm.stamp
rm -f stamps/runnable-icedtea.stamp
rm -f stamps/icedtea-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/tapset
rm -f stamps/add-systemtap-debug.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-debug.stamp
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug.stamp
rm -f stamps/pax-mark-vm-debug.stamp
rm -f stamps/runnable-icedtea-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -f stamps/icedtea-debug-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/tapset
rm -f stamps/add-systemtap-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-ecj.stamp
if [ -e /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj
rm -f stamps/icedtea-ecj.stamp
rm -f stamps/pax-mark-vm-ecj.stamp
rm -f stamps/runnable-icedtea-ecj.stamp
rm -f stamps/check-crypto-boot.stamp
rm -f stamps/icedtea-against-ecj.stamp
rm -rf openjdk-ecj
rm -f stamps/extract-ecj.stamp
rm -f stamps/patch-ecj.stamp
if [ /notnfs/nighttester/icedtea6-target-testing != /notnfs/nighttester/icedtea6-target-testing ]; then \
rm -rf /notnfs/nighttester/icedtea6-target-testing/generated.build; \
fi
rm -f stamps/generated.stamp
rm -f stamps/replace-hotspot.stamp
rm -rf rewriter.build
rm -f stamps/rewriter.stamp
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp
rm -f stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj ] ; then \
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib ; \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \
fi
rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj
rm -f stamps/bootstrap-directory-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink-ecj.stamp
rm -f stamps/fonts.stamp
rm -rf /notnfs/nighttester/icedtea6-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
rm -f cacao-68fe50ac34ec.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f openjdk-6-src-b38-20_jan_2016.tar.xz
rm -rf openjdk.hg
rm -f stamps/download-openjdk.stamp
rm -f hotspot.tar.gz
rm -f stamps/download-hotspot.stamp
rm -f stamps/download.stamp
rm -f stamps/hgforest.stamp
if [ /notnfs/nighttester/icedtea6-target-testing != /notnfs/nighttester/icedtea6-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ]; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/openjdk6.tar.xz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Wed Mar 9 15:29:36 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 9 Mar 2016 10:29:36 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1777
In-Reply-To: <1073177177.264.1457452352280.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1073177177.264.1457452352280.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1591643574.268.1457537378810.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 459500 lines...]
----------------------------------------------------------------------
/bin/mkdir -p '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/bin'
/bin/sh ../libtool --mode=install /bin/install -c jamvm '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/bin'
libtool: install: /bin/install -c jamvm /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/bin/jamvm
/bin/mkdir -p '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/include'
/bin/install -c -m 644 jni.h '/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/include'
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa/src'
make[2]: Entering directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Entering directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa'
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
cp /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/lib/libjvm.so /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/server
ln -sf server /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/client
touch /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/server/Xusage.txt
ln -sf client/libjvm.so /notnfs/nighttester/icedtea6-hg-target-testing/jamvm/install/hotspot/jre/lib/amd64/libjsig.so
mkdir -p stamps
touch stamps/jamvm.stamp
+ make distclean
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -rf test/jtreg/classes
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
if [ /notnfs/nighttester/icedtea6-hg-target-testing != /notnfs/nighttester/icedtea6-hg-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -f stamps/patch-fsg.stamp
rm -f stamps/patch.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/extract.stamp
for target in /notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
rm -rf $link; \
done
rm -f stamps/ports.stamp
rm -f stamps/overlay.stamp
rm -f native-ecj
rm -f stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/tapset
rm -f stamps/add-systemtap.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss.stamp
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/check-crypto.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build
rm -f stamps/icedtea.stamp
rm -f stamps/pax-mark-vm.stamp
rm -f stamps/runnable-icedtea.stamp
rm -f stamps/icedtea-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/tapset
rm -f stamps/add-systemtap-debug.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-debug.stamp
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-debug.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug.stamp
rm -f stamps/pax-mark-vm-debug.stamp
rm -f stamps/runnable-icedtea-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -f stamps/icedtea-debug-against-icedtea.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/tapset
rm -f stamps/add-systemtap-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/amd64/libpulse-java.so
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/ext/pulse-java.jar
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/ext/pulse-java.jar
rm -f stamps/add-pulseaudio-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/nss.cfg
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/security/nss.cfg
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/security/java.security{.old,} ; \
fi
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security.old ] ; then \
mv -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2re-image/lib/security/java.security{.old,} ; \
fi
rm -f stamps/add-nss-ecj.stamp
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-ecj.stamp
rm -vf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-ecj.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj
rm -f stamps/icedtea-ecj.stamp
rm -f stamps/pax-mark-vm-ecj.stamp
rm -f stamps/runnable-icedtea-ecj.stamp
rm -f stamps/check-crypto-boot.stamp
rm -f stamps/icedtea-against-ecj.stamp
rm -rf openjdk-ecj
rm -f stamps/extract-ecj.stamp
rm -f stamps/patch-ecj.stamp
if [ /notnfs/nighttester/icedtea6-hg-target-testing != /notnfs/nighttester/icedtea6-hg-target-testing ]; then \
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/generated.build; \
fi
rm -f stamps/generated.stamp
rm -f stamps/replace-hotspot.stamp
rm -rf rewriter.build
rm -f stamps/rewriter.stamp
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp
rm -f stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj ] ; then \
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib ; \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \
fi
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj
rm -f stamps/bootstrap-directory-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink.stamp
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
rm -f stamps/bootstrap-directory-symlink-ecj.stamp
rm -f stamps/fonts.stamp
rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f fsg.sh jvm.cacao.cfg jvm.jamvm.cfg jvm.cfg ergo.c nss.cfg linux.fontconfig.Gentoo.properties javac javap tz.properties pax-mark-vm remove-intree-libraries.sh jconsole.desktop policytool.desktop tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
rm -f cacao-68fe50ac34ec.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f openjdk-6-src-b39-20_jan_2016.tar.xz
rm -rf openjdk.hg
rm -f stamps/download-openjdk.stamp
rm -f hotspot.tar.gz
rm -f stamps/download-hotspot.stamp
rm -f stamps/download.stamp
rm -f stamps/hgforest.stamp
if [ /notnfs/nighttester/icedtea6-hg-target-testing != /notnfs/nighttester/icedtea6-hg-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ]; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-openjdk-src-dir=/notnfs/nighttester/jdk6/ --with-parallel-jobs=3 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Wed Mar 9 19:37:16 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 9 Mar 2016 14:37:16 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2232
In-Reply-To: <387773023.265.1457467146831.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <387773023.265.1457467146831.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <26803511.269.1457552245457.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 398729 lines...]
rm -f stamps/bootstrap-directory-symlink-stage2.stamp
rm -f stamps/overlay.stamp
if [ -e Defs.gmk.bak ] ; then \
mv Defs.gmk.bak openjdk/jdk/make/common/shared/Defs.gmk ; \
fi
rm -f stamps/versioning.stamp
if [ -e stamps/patch.stamp ] ; then \
all_patches_ok=yes; \
for p in patches/rhino.patch patches/rh1022017.patch ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p1 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p1 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea7-target-testing ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch.stamp ; \
fi
Checking patches/rhino.patch
Reverting patches/rhino.patch
patching file openjdk/jdk/make/com/sun/Makefile
patching file openjdk/jdk/make/com/sun/script/Makefile
patching file openjdk/jdk/make/common/Release.gmk
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/ExternalScriptable.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JSAdapter.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoClassShutter.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoCompiledScript.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngineFactory.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngine.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoTopLevel.java
patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoWrapFactory.java
Checking patches/rh1022017.patch
Reverting patches/rh1022017.patch
patching file openjdk/jdk/src/share/classes/sun/security/ssl/HelloExtensions.java
if [ -e stamps/patch-fsg.stamp ] ; then \
all_patches_ok=yes; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch-fsg.stamp ; \
fi
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/sanitise-openjdk.stamp
rm -rf openjdk/hotspot
rm -f stamps/extract-hotspot.stamp
rm -rf openjdk/jdk
rm -f stamps/extract-jdk.stamp
rm -rf openjdk/jaxp
rm -f stamps/extract-jaxp.stamp
rm -rf openjdk/jaxws
rm -f stamps/extract-jaxws.stamp
rm -rf openjdk/corba
rm -f stamps/extract-corba.stamp
rm -rf openjdk/langtools
rm -f stamps/extract-langtools.stamp
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/extract.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/generated.build
rm -f stamps/generated.stamp
rm -f native-ecj
rm -rf stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -f stamps/check-crypto.stamp
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -rvf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image.stripped
rm -f stamps/split-debuginfo.stamp
rm -f stamps/icedtea-stage2.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -rvf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image.stripped
rm -f stamps/split-debuginfo-debug.stamp
rm -f stamps/icedtea-debug-stage2.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/tapset
rm -f stamps/add-systemtap-boot.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-boot.stamp
rm -f stamps/check-crypto-boot.stamp
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-boot.stamp
rm -rvf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image.stripped
rm -f stamps/split-debuginfo-boot.stamp
rm -f stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
/bin/sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
/bin/sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
/bin/sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib ] ; then \
cp /usr/lib/jvm/java-1.7.0/jre/lib/rt.jar /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar ; \
chmod u+w /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar ; \
fi
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/rewriter.build
rm -f stamps/rewriter.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/tapset
rm -f stamps/add-systemtap.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/tapset
rm -f stamps/add-systemtap-debug.stamp
rm -f openjdk/jdk/src/share/lib/security/nss.cfg
rm -f stamps/add-nss.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \
rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \
fi
rm -f stamps/add-tzdata-support-debug.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/cryptocheck.build
rm -f stamps/cryptocheck.stamp
rm -f policytool-1.7.0.desktop
rm -f jconsole-1.7.0.desktop
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "hotspot.map fsg.sh jconsole.desktop policytool.desktop nss.cfg javac javap javah tz.properties pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f hotspot.map fsg.sh jconsole.desktop policytool.desktop nss.cfg javac javap javah tz.properties pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp
test . = "." || test -z "" || rm -f
if [ ! -z openjdk.tar.bz2 ] ; then \
rm -f openjdk.tar.bz2 ; \
fi
rm -f stamps/download-openjdk.stamp
rm -f cacao-c182f119eaad.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
if [ ! -z hotspot.tar.bz2 ] ; then \
rm -f hotspot.tar.bz2 ; \
fi
rm -f stamps/download-hotspot.stamp
if [ ! -z corba.tar.bz2 ] ; then \
rm -f corba.tar.bz2 ; \
fi
rm -f stamps/download-corba.stamp
if [ ! -z jaxp.tar.bz2 ] ; then \
rm -f jaxp.tar.bz2 ; \
fi
rm -f stamps/download-jaxp.stamp
if [ ! -z jaxws.tar.bz2 ] ; then \
rm -f jaxws.tar.bz2 ; \
fi
rm -f stamps/download-jaxws.stamp
if [ ! -z jdk.tar.bz2 ] ; then \
rm -f jdk.tar.bz2 ; \
fi
rm -f stamps/download-jdk.stamp
if [ ! -z langtools.tar.bz2 ] ; then \
rm -f langtools.tar.bz2 ; \
fi
rm -f stamps/download-langtools.stamp
rm -f stamps/download.stamp
if [ /notnfs/nighttester/icedtea7-target-testing != /notnfs/nighttester/icedtea7-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ] ; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ DISTCHECK_CONFIGURE_FLAGS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea7/openjdk.tar.bz2 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao7.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea7/hotspot.tar.bz2 --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea7/langtools.tar.bz2 --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea7/jdk.tar.bz2 --with-corba-src-zip=/notnfs/nighttester/drops/icedtea7/corba.tar.bz2 --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea7/jaxp.tar.bz2 --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea7/jaxws.tar.bz2 --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm7.tar.gz --enable-systemtap --disable-downloading --with-gcj --with-ecj-jar=/notnfs/nighttester/drops/ecj/ecj-4.5.jar --disable-tests'
+ make distcheck
make: *** No rule to make target `distcheck'. Stop.
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Wed Mar 9 23:46:36 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 9 Mar 2016 18:46:36 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1345
In-Reply-To: <1227882477.266.1457477725186.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1227882477.266.1457477725186.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <636863970.270.1457567205743.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 176336 lines...]
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/mgmt.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/mgmt.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec/index.html
# Options (attach.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'Attach API'
# -windowtitle 'Attach API '
# -header 'Attach API'
# -bottom '
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (attach.packages):
# com.sun.tools.attach
# com.sun.tools.attach.spi
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/attach.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/attach.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec/index.html
# Options (jconsole.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'JConsole API'
# -windowtitle 'JConsole API '
# -header 'JConsole API'
# -bottom '
Copyright © 2006, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jconsole.packages):
# com.sun.tools.jconsole
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jconsole.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jconsole.packages
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes/com/sun/management/HotSpotDiagnosticMXBean.java:52: warning - Tag @see: reference not found: ManagementFactory#getPlatformMXBeans(Class)
1 warning
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree/index.html
# Options (treeapi.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -doctitle 'Compiler Tree API'
# -windowtitle 'Compiler Tree API '
# -header 'Compiler Tree API'
# -tag 'jls:a:See The Java™ Language Specification:'
# -bottom '
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.'
# -group 'Packages' 'com.sun.source.*'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (treeapi.packages):
# com.sun.source.doctree
# com.sun.source.tree
# com.sun.source.util
# jdk
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/treeapi.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/treeapi.packages
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes/com/sun/tools/attach/AttachOperationFailedException.java:51: warning - @param argument "s" is not a parameter name.
1 warning
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn/index.html
# Options (nashornapi.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -doctitle 'Nashorn API'
# -windowtitle 'Nashorn API '
# -header 'Nashorn API'
# -tag 'jls:a:See The Java™ Language Specification:'
# -bottom '
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.'
# -group 'Packages' 'jdk.nashorn.api.scripting.*'
# -linkoffline '../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (nashornapi.packages):
# jdk.nashorn.api.scripting
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/nashornapi.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/nashornapi.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec/index.html
# Options (sctp.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'SCTP API'
# -windowtitle 'SCTP API '
# -header 'SCTP API'
# -bottom '
Copyright © 2009, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (sctp.packages):
# com.sun.nio.sctp
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/sctp.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/sctp.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec/index.html
# Options (jaccess.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'JACCESS API'
# -windowtitle 'JACCESS API '
# -header 'JACCESS API'
# -bottom '
Copyright © 2002, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jaccess.packages):
# com.sun.java.accessibility.util
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jaccess.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jaccess.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec/index.html
# Options (jdknet.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -Xdoclint:none
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'jdk.net API'
# -windowtitle 'jdk.net API '
# -header 'jdk.net API'
# -bottom '
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jdknet.packages):
# jdk.net
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jdknet.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jdknet.packages
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/make'
## Finished docs (build time 00:05:49)
----- Build times -------
Start 2016-03-09 18:10:49
End 2016-03-09 18:46:31
00:00:59 corba
00:01:01 demos
00:05:49 docs
00:16:43 hotspot
00:01:22 images
00:00:36 jaxp
00:00:45 jaxws
00:06:58 jdk
00:01:04 langtools
00:00:23 nashorn
00:35:42 TOTAL
-------------------------
Finished building OpenJDK for target 'images docs'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build'
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/pax-mark-vm /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2re-image/lib/ext
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot.stp; \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_jni.stp; \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/jstack.stp
-client IGNORE
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/nss.cfg \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/security;
IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
if [ -e /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Allocated shared space: 37871616 bytes at 0x0000000800000000
Loading classes to share ...
Preload Warning: Cannot find sun/misc/PostVMInitHook
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$1
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$4
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$3
Preload Warning: Cannot find sun/dc/DuctusRenderingEngine
Preload Warning: Cannot find sun/font/T2KFontScaler
Preload Warning: Cannot find sun/font/T2KFontScaler$1
Loading classes to share: done.
Rewriting and linking classes ...
Rewriting and linking classes: done
Number of classes 2565
instance classes = 2551
obj array classes = 6
type array classes = 8
Calculating fingerprints ... done.
Removing unshareable information ... done.
ro space: 7288688 [ 36.4% of total] out of 16777216 bytes [43.4% used] at 0x0000000800000000
rw space: 11151912 [ 55.6% of total] out of 16777216 bytes [66.5% used] at 0x0000000801000000
md space: 1572920 [ 7.8% of total] out of 4194304 bytes [37.5% used] at 0x0000000802000000
mc space: 34053 [ 0.2% of total] out of 122880 bytes [27.7% used] at 0x0000000802400000
total : 20047573 [100.0% of total] out of 37871616 bytes [52.9% used]
touch stamps/add-archive.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Nothing to be done for `dvi'.
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
/bin/make check-local
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
make[2]: *** [jtregcheck] Error 1
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 10 11:47:53 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 10 Mar 2016 06:47:53 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2281
In-Reply-To: <1032304198.267.1457518123673.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1032304198.267.1457518123673.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <52715588.271.1457610476555.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583088 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 10 18:46:03 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 10 Mar 2016 13:46:03 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1778
In-Reply-To: <1591643574.268.1457537378810.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1591643574.268.1457537378810.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <81267178.272.1457635567718.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580669 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Fri Mar 11 00:26:51 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 10 Mar 2016 19:26:51 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2233
In-Reply-To: <26803511.269.1457552245457.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <26803511.269.1457552245457.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1034831372.273.1457656015528.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 526956 lines...]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
linux-vdso.so.1 => (0x00007ffc1a9d2000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f720a599000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
linux-vdso.so.1 => (0x00007ffc80b3e000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f6b37a67000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
linux-vdso.so.1 => (0x00007ffc563f3000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f94a71b9000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
linux-vdso.so.1 => (0x00007ffcdbdd0000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fcfc6aeb000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
linux-vdso.so.1 => (0x00007fff363eb000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f7fb2c70000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
linux-vdso.so.1 => (0x00007fffb79d3000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f8c4f5b5000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
linux-vdso.so.1 => (0x00007ffdc62ee000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f0b1b4ab000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/jdk-bin-files.list
>>>Making sec-files @ Thu Mar 10 19:26:40 EST 2016 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Thu Mar 10 19:26:40 EST 2016 ...
>>>Making jgss-files @ Thu Mar 10 19:26:40 EST 2016 ...
>>>Making server-jdk-image @ Thu Mar 10 19:26:40 EST 2016 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
/bin/cp -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/demo
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/sample
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/jre/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/ja_JP.UTF-8/man1/javaws.1
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/man1/javaws.1
>>>Finished making images @ Thu Mar 10 19:26:41 EST 2016 ...
gmake[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk/jdk/make'
########################################################################
##### Leaving jdk for target(s) sanity all docs images #####
########################################################################
##### Build time 00:18:46 jdk for target(s) sanity all docs images #####
########################################################################
#-- Build times ----------
Target all_product_build
Start 2016-03-10 18:45:05
End 2016-03-10 19:26:42
00:05:18 corba
00:14:52 hotspot
00:00:40 jaxp
00:00:46 jaxws
00:18:46 jdk
00:01:14 langtools
00:41:37 TOTAL
-------------------------
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/ext
IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/jstack.stp
-client IGNORE
touch stamps/add-systemtap.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ] ; then \
cp -v /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ; \
fi
?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties? -> ?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/tz.properties?
touch stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Loading classes to share ... done.
Rewriting and unlinking classes ... done.
Calculating hash values for String objects .. done.
Calculating fingerprints ... done.
Removing unshareable information ... done.
Moving common symbols to metadata section at 0x00007f8ce4606ae0 ... done.
Moving vmSymbols to metadata section at 0x00007f8ce4818438 ... done.
Moving the remaining symbols to metadata section at 0x00007f8ce48195d0 ... done.
Moved 58666 symbols, 2174328 bytes.
Moving pre-ordered read-only objects to shared space at 0x00007f8ce2e00000 ... done.
Moving read-only objects to shared space at 0x00007f8ce3414960 ... done.
Moving string char arrays to shared space at 0x00007f8ce342b158 ... done.
Moving pre-ordered read-write objects to shared space at 0x00007f8ce3800000 ... done.
Moving read-write objects to shared space at 0x00007f8ce43f2c18 ... done.
Moving String objects to shared space at 0x00007f8ce4479c68 ... done.
Read-write space ends at 0x00007f8ce44d5248, 13455944 bytes.
Updating references to shared objects ... done.
touch stamps/add-archive.stamp
touch stamps/split-debuginfo.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
cat jconsole.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > jconsole-1.7.0.desktop
cat policytool.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > policytool-1.7.0.desktop
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Nothing to be done for `dvi'.
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
/bin/gmake check-local
gmake[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
gmake[2]: *** [jtregcheck] Error 1
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Fri Mar 11 04:31:35 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 10 Mar 2016 23:31:35 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1346
In-Reply-To: <636863970.270.1457567205743.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <636863970.270.1457567205743.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2023557575.274.1457670700051.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 176544 lines...]
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/mgmt.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/mgmt.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec/index.html
# Options (attach.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'Attach API'
# -windowtitle 'Attach API '
# -header 'Attach API'
# -bottom '
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (attach.packages):
# com.sun.tools.attach
# com.sun.tools.attach.spi
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/attach.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/attach.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec/index.html
# Options (jconsole.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'JConsole API'
# -windowtitle 'JConsole API '
# -header 'JConsole API'
# -bottom '
Copyright © 2006, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jconsole.packages):
# com.sun.tools.jconsole
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jconsole.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jconsole.packages
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes/com/sun/management/HotSpotDiagnosticMXBean.java:52: warning - Tag @see: reference not found: ManagementFactory#getPlatformMXBeans(Class)
1 warning
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree/index.html
# Options (treeapi.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -doctitle 'Compiler Tree API'
# -windowtitle 'Compiler Tree API '
# -header 'Compiler Tree API'
# -tag 'jls:a:See The Java™ Language Specification:'
# -bottom '
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.'
# -group 'Packages' 'com.sun.source.*'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (treeapi.packages):
# com.sun.source.doctree
# com.sun.source.tree
# com.sun.source.util
# jdk
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/treeapi.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/treeapi.packages
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes/com/sun/tools/attach/AttachOperationFailedException.java:51: warning - @param argument "s" is not a parameter name.
1 warning
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn/index.html
# Options (nashornapi.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -doctitle 'Nashorn API'
# -windowtitle 'Nashorn API '
# -header 'Nashorn API'
# -tag 'jls:a:See The Java™ Language Specification:'
# -bottom '
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.'
# -group 'Packages' 'jdk.nashorn.api.scripting.*'
# -linkoffline '../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (nashornapi.packages):
# jdk.nashorn.api.scripting
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/nashornapi.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/nashornapi.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec/index.html
# Options (sctp.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'SCTP API'
# -windowtitle 'SCTP API '
# -header 'SCTP API'
# -bottom '
Copyright © 2009, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (sctp.packages):
# com.sun.nio.sctp
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/sctp.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/sctp.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec/index.html
# Options (jaccess.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'JACCESS API'
# -windowtitle 'JACCESS API '
# -header 'JACCESS API'
# -bottom '
Copyright © 2002, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jaccess.packages):
# com.sun.java.accessibility.util
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jaccess.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jaccess.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec/index.html
# Options (jdknet.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -Xdoclint:none
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'jdk.net API'
# -windowtitle 'jdk.net API '
# -header 'jdk.net API'
# -bottom '
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jdknet.packages):
# jdk.net
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jdknet.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jdknet.packages
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/make'
## Finished docs (build time 00:05:27)
----- Build times -------
Start 2016-03-10 22:57:41
End 2016-03-10 23:31:32
00:00:55 corba
00:00:58 demos
00:05:27 docs
00:15:59 hotspot
00:01:15 images
00:00:31 jaxp
00:00:43 jaxws
00:06:39 jdk
00:01:01 langtools
00:00:23 nashorn
00:33:51 TOTAL
-------------------------
Finished building OpenJDK for target 'images docs'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build'
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/pax-mark-vm /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2re-image/lib/ext
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot.stp; \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_jni.stp; \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/jstack.stp
-client IGNORE
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/nss.cfg \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/security;
IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
if [ -e /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Allocated shared space: 37871616 bytes at 0x0000000800000000
Loading classes to share ...
Preload Warning: Cannot find sun/misc/PostVMInitHook
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$1
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$4
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$3
Preload Warning: Cannot find sun/dc/DuctusRenderingEngine
Preload Warning: Cannot find sun/font/T2KFontScaler
Preload Warning: Cannot find sun/font/T2KFontScaler$1
Loading classes to share: done.
Rewriting and linking classes ...
Rewriting and linking classes: done
Number of classes 2565
instance classes = 2551
obj array classes = 6
type array classes = 8
Calculating fingerprints ... done.
Removing unshareable information ... done.
ro space: 7288688 [ 36.4% of total] out of 16777216 bytes [43.4% used] at 0x0000000800000000
rw space: 11151912 [ 55.6% of total] out of 16777216 bytes [66.5% used] at 0x0000000801000000
md space: 1572920 [ 7.8% of total] out of 4194304 bytes [37.5% used] at 0x0000000802000000
mc space: 34053 [ 0.2% of total] out of 122880 bytes [27.7% used] at 0x0000000802400000
total : 20047573 [100.0% of total] out of 37871616 bytes [52.9% used]
touch stamps/add-archive.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Nothing to be done for `dvi'.
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
/bin/make check-local
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
make[2]: *** [jtregcheck] Error 1
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Fri Mar 11 11:40:45 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Fri, 11 Mar 2016 06:40:45 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2282
In-Reply-To: <52715588.271.1457610476555.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <52715588.271.1457610476555.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <456242528.275.1457696455872.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583305 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Fri Mar 11 18:15:58 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Fri, 11 Mar 2016 13:15:58 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1779
In-Reply-To: <81267178.272.1457635567718.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <81267178.272.1457635567718.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1884571857.276.1457720162068.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580896 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Fri Mar 11 23:47:00 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Fri, 11 Mar 2016 18:47:00 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2234
In-Reply-To: <1034831372.273.1457656015528.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1034831372.273.1457656015528.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1538925885.277.1457740032810.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527212 lines...]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
linux-vdso.so.1 => (0x00007ffd715d5000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f6f7538b000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
linux-vdso.so.1 => (0x00007ffeb15bd000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f5a867df000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
linux-vdso.so.1 => (0x00007ffc20d0a000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f7191900000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
linux-vdso.so.1 => (0x00007ffc28dbd000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f7672732000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
linux-vdso.so.1 => (0x00007fff365e5000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fdbc20d3000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
linux-vdso.so.1 => (0x00007fffcb3dc000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f4e14750000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
linux-vdso.so.1 => (0x00007fff667f3000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f2d65551000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/jdk-bin-files.list
>>>Making sec-files @ Fri Mar 11 18:46:47 EST 2016 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Fri Mar 11 18:46:47 EST 2016 ...
>>>Making jgss-files @ Fri Mar 11 18:46:47 EST 2016 ...
>>>Making server-jdk-image @ Fri Mar 11 18:46:47 EST 2016 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
/bin/cp -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/demo
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/sample
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/jre/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/ja_JP.UTF-8/man1/javaws.1
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/man1/javaws.1
>>>Finished making images @ Fri Mar 11 18:46:49 EST 2016 ...
gmake[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk/jdk/make'
########################################################################
##### Leaving jdk for target(s) sanity all docs images #####
########################################################################
##### Build time 00:19:10 jdk for target(s) sanity all docs images #####
########################################################################
#-- Build times ----------
Target all_product_build
Start 2016-03-11 18:04:27
End 2016-03-11 18:46:49
00:05:15 corba
00:15:13 hotspot
00:00:41 jaxp
00:00:47 jaxws
00:19:10 jdk
00:01:16 langtools
00:42:23 TOTAL
-------------------------
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/ext
IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/jstack.stp
-client IGNORE
touch stamps/add-systemtap.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ] ; then \
cp -v /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ; \
fi
?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties? -> ?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/tz.properties?
touch stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Loading classes to share ... done.
Rewriting and unlinking classes ... done.
Calculating hash values for String objects .. done.
Calculating fingerprints ... done.
Removing unshareable information ... done.
Moving common symbols to metadata section at 0x00007f67bc606ae0 ... done.
Moving vmSymbols to metadata section at 0x00007f67bc818438 ... done.
Moving the remaining symbols to metadata section at 0x00007f67bc8195d0 ... done.
Moved 58666 symbols, 2174328 bytes.
Moving pre-ordered read-only objects to shared space at 0x00007f67bae00000 ... done.
Moving read-only objects to shared space at 0x00007f67bb414960 ... done.
Moving string char arrays to shared space at 0x00007f67bb42b158 ... done.
Moving pre-ordered read-write objects to shared space at 0x00007f67bb800000 ... done.
Moving read-write objects to shared space at 0x00007f67bc3f2c18 ... done.
Moving String objects to shared space at 0x00007f67bc479c68 ... done.
Read-write space ends at 0x00007f67bc4d5248, 13455944 bytes.
Updating references to shared objects ... done.
touch stamps/add-archive.stamp
touch stamps/split-debuginfo.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
cat jconsole.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > jconsole-1.7.0.desktop
cat policytool.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > policytool-1.7.0.desktop
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Nothing to be done for `dvi'.
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
/bin/gmake check-local
gmake[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
gmake[2]: *** [jtregcheck] Error 1
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sat Mar 12 03:59:32 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Fri, 11 Mar 2016 22:59:32 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1347
In-Reply-To: <2023557575.274.1457670700051.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <2023557575.274.1457670700051.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1041962751.278.1457755175302.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 176544 lines...]
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/mgmt.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/mgmt.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec/index.html
# Options (attach.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'Attach API'
# -windowtitle 'Attach API '
# -header 'Attach API'
# -bottom '
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (attach.packages):
# com.sun.tools.attach
# com.sun.tools.attach.spi
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/attach.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/attach.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec/index.html
# Options (jconsole.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'JConsole API'
# -windowtitle 'JConsole API '
# -header 'JConsole API'
# -bottom '
Copyright © 2006, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jconsole.packages):
# com.sun.tools.jconsole
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jconsole.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jconsole.packages
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes/com/sun/management/HotSpotDiagnosticMXBean.java:52: warning - Tag @see: reference not found: ManagementFactory#getPlatformMXBeans(Class)
1 warning
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree/index.html
# Options (treeapi.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -doctitle 'Compiler Tree API'
# -windowtitle 'Compiler Tree API '
# -header 'Compiler Tree API'
# -tag 'jls:a:See The Java™ Language Specification:'
# -bottom '
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.'
# -group 'Packages' 'com.sun.source.*'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (treeapi.packages):
# com.sun.source.doctree
# com.sun.source.tree
# com.sun.source.util
# jdk
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/treeapi.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/treeapi.packages
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes/com/sun/tools/attach/AttachOperationFailedException.java:51: warning - @param argument "s" is not a parameter name.
1 warning
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn/index.html
# Options (nashornapi.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -doctitle 'Nashorn API'
# -windowtitle 'Nashorn API '
# -header 'Nashorn API'
# -tag 'jls:a:See The Java™ Language Specification:'
# -bottom '
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.'
# -group 'Packages' 'jdk.nashorn.api.scripting.*'
# -linkoffline '../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (nashornapi.packages):
# jdk.nashorn.api.scripting
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/nashornapi.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/nashornapi.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec/index.html
# Options (sctp.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'SCTP API'
# -windowtitle 'SCTP API '
# -header 'SCTP API'
# -bottom '
Copyright © 2009, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (sctp.packages):
# com.sun.nio.sctp
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/sctp.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/sctp.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec/index.html
# Options (jaccess.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'JACCESS API'
# -windowtitle 'JACCESS API '
# -header 'JACCESS API'
# -bottom '
Copyright © 2002, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jaccess.packages):
# com.sun.java.accessibility.util
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jaccess.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jaccess.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec/index.html
# Options (jdknet.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -Xdoclint:none
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'jdk.net API'
# -windowtitle 'jdk.net API '
# -header 'jdk.net API'
# -bottom '
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jdknet.packages):
# jdk.net
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jdknet.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jdknet.packages
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/make'
## Finished docs (build time 00:05:37)
----- Build times -------
Start 2016-03-11 22:24:43
End 2016-03-11 22:59:29
00:00:56 corba
00:00:59 demos
00:05:37 docs
00:16:28 hotspot
00:01:19 images
00:00:33 jaxp
00:00:43 jaxws
00:06:43 jdk
00:01:05 langtools
00:00:22 nashorn
00:34:46 TOTAL
-------------------------
Finished building OpenJDK for target 'images docs'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build'
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/pax-mark-vm /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2re-image/lib/ext
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot.stp; \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_jni.stp; \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/jstack.stp
-client IGNORE
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/nss.cfg \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/security;
IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
if [ -e /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Allocated shared space: 37871616 bytes at 0x0000000800000000
Loading classes to share ...
Preload Warning: Cannot find sun/misc/PostVMInitHook
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$1
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$4
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$3
Preload Warning: Cannot find sun/dc/DuctusRenderingEngine
Preload Warning: Cannot find sun/font/T2KFontScaler
Preload Warning: Cannot find sun/font/T2KFontScaler$1
Loading classes to share: done.
Rewriting and linking classes ...
Rewriting and linking classes: done
Number of classes 2565
instance classes = 2551
obj array classes = 6
type array classes = 8
Calculating fingerprints ... done.
Removing unshareable information ... done.
ro space: 7288688 [ 36.4% of total] out of 16777216 bytes [43.4% used] at 0x0000000800000000
rw space: 11151912 [ 55.6% of total] out of 16777216 bytes [66.5% used] at 0x0000000801000000
md space: 1572920 [ 7.8% of total] out of 4194304 bytes [37.5% used] at 0x0000000802000000
mc space: 34053 [ 0.2% of total] out of 122880 bytes [27.7% used] at 0x0000000802400000
total : 20047573 [100.0% of total] out of 37871616 bytes [52.9% used]
touch stamps/add-archive.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Nothing to be done for `dvi'.
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
/bin/make check-local
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
make[2]: *** [jtregcheck] Error 1
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sat Mar 12 11:55:51 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sat, 12 Mar 2016 06:55:51 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2283
In-Reply-To: <456242528.275.1457696455872.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <456242528.275.1457696455872.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <610325902.279.1457783756688.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583305 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sat Mar 12 19:10:20 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sat, 12 Mar 2016 14:10:20 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1780
In-Reply-To: <1884571857.276.1457720162068.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1884571857.276.1457720162068.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1575050657.280.1457809823453.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580888 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 13 00:49:07 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sat, 12 Mar 2016 19:49:07 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2235
In-Reply-To: <1538925885.277.1457740032810.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1538925885.277.1457740032810.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <78612269.281.1457830151004.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527212 lines...]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
linux-vdso.so.1 => (0x00007ffc2d7ae000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f1e81e03000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
linux-vdso.so.1 => (0x00007ffd36f48000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007ff1ce17a000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
linux-vdso.so.1 => (0x00007ffcfdfb6000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f4eae882000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
linux-vdso.so.1 => (0x00007ffcfe7f8000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f28d4fb0000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
linux-vdso.so.1 => (0x00007ffc19587000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fea35872000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
linux-vdso.so.1 => (0x00007ffd7938b000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fb00279d000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
linux-vdso.so.1 => (0x00007ffd54ad3000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f61253aa000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/jdk-bin-files.list
>>>Making sec-files @ Sat Mar 12 19:48:54 EST 2016 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Sat Mar 12 19:48:54 EST 2016 ...
>>>Making jgss-files @ Sat Mar 12 19:48:54 EST 2016 ...
>>>Making server-jdk-image @ Sat Mar 12 19:48:54 EST 2016 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
/bin/cp -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/demo
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/sample
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/jre/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/ja_JP.UTF-8/man1/javaws.1
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/man1/javaws.1
>>>Finished making images @ Sat Mar 12 19:48:58 EST 2016 ...
gmake[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk/jdk/make'
########################################################################
##### Leaving jdk for target(s) sanity all docs images #####
########################################################################
##### Build time 00:19:39 jdk for target(s) sanity all docs images #####
########################################################################
#-- Build times ----------
Target all_product_build
Start 2016-03-12 19:05:54
End 2016-03-12 19:48:59
00:05:15 corba
00:15:24 hotspot
00:00:41 jaxp
00:00:48 jaxws
00:19:39 jdk
00:01:17 langtools
00:43:05 TOTAL
-------------------------
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/ext
IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/jstack.stp
-client IGNORE
touch stamps/add-systemtap.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ] ; then \
cp -v /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ; \
fi
?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties? -> ?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/tz.properties?
touch stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Loading classes to share ... done.
Rewriting and unlinking classes ... done.
Calculating hash values for String objects .. done.
Calculating fingerprints ... done.
Removing unshareable information ... done.
Moving common symbols to metadata section at 0x00007f7ae7e06ae0 ... done.
Moving vmSymbols to metadata section at 0x00007f7ae8018438 ... done.
Moving the remaining symbols to metadata section at 0x00007f7ae80195d0 ... done.
Moved 58666 symbols, 2174328 bytes.
Moving pre-ordered read-only objects to shared space at 0x00007f7ae6600000 ... done.
Moving read-only objects to shared space at 0x00007f7ae6c14960 ... done.
Moving string char arrays to shared space at 0x00007f7ae6c2b158 ... done.
Moving pre-ordered read-write objects to shared space at 0x00007f7ae7000000 ... done.
Moving read-write objects to shared space at 0x00007f7ae7bf2c18 ... done.
Moving String objects to shared space at 0x00007f7ae7c79c68 ... done.
Read-write space ends at 0x00007f7ae7cd5248, 13455944 bytes.
Updating references to shared objects ... done.
touch stamps/add-archive.stamp
touch stamps/split-debuginfo.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
cat jconsole.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > jconsole-1.7.0.desktop
cat policytool.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > policytool-1.7.0.desktop
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Nothing to be done for `dvi'.
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
/bin/gmake check-local
gmake[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
gmake[2]: *** [jtregcheck] Error 1
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 13 05:08:52 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 13 Mar 2016 00:08:52 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1348
In-Reply-To: <1041962751.278.1457755175302.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1041962751.278.1457755175302.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <150161557.282.1457845738514.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 176544 lines...]
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/mgmt.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/mgmt.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec/index.html
# Options (attach.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'Attach API'
# -windowtitle 'Attach API '
# -header 'Attach API'
# -bottom '
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (attach.packages):
# com.sun.tools.attach
# com.sun.tools.attach.spi
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/attach.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/attach.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec/index.html
# Options (jconsole.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'JConsole API'
# -windowtitle 'JConsole API '
# -header 'JConsole API'
# -bottom '
Copyright © 2006, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jconsole.packages):
# com.sun.tools.jconsole
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jconsole.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jconsole.packages
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes/com/sun/management/HotSpotDiagnosticMXBean.java:52: warning - Tag @see: reference not found: ManagementFactory#getPlatformMXBeans(Class)
1 warning
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree/index.html
# Options (treeapi.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -doctitle 'Compiler Tree API'
# -windowtitle 'Compiler Tree API '
# -header 'Compiler Tree API'
# -tag 'jls:a:See The Java™ Language Specification:'
# -bottom '
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.'
# -group 'Packages' 'com.sun.source.*'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (treeapi.packages):
# com.sun.source.doctree
# com.sun.source.tree
# com.sun.source.util
# jdk
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/treeapi.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/treeapi.packages
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes/com/sun/tools/attach/AttachOperationFailedException.java:51: warning - @param argument "s" is not a parameter name.
1 warning
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn/index.html
# Options (nashornapi.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -doctitle 'Nashorn API'
# -windowtitle 'Nashorn API '
# -header 'Nashorn API'
# -tag 'jls:a:See The Java™ Language Specification:'
# -bottom '
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.'
# -group 'Packages' 'jdk.nashorn.api.scripting.*'
# -linkoffline '../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (nashornapi.packages):
# jdk.nashorn.api.scripting
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/nashornapi.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/nashornapi.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec/index.html
# Options (sctp.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'SCTP API'
# -windowtitle 'SCTP API '
# -header 'SCTP API'
# -bottom '
Copyright © 2009, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (sctp.packages):
# com.sun.nio.sctp
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/sctp.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/sctp.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec/index.html
# Options (jaccess.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'JACCESS API'
# -windowtitle 'JACCESS API '
# -header 'JACCESS API'
# -bottom '
Copyright © 2002, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jaccess.packages):
# com.sun.java.accessibility.util
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jaccess.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jaccess.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec/index.html
# Options (jdknet.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -Xdoclint:none
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'jdk.net API'
# -windowtitle 'jdk.net API '
# -header 'jdk.net API'
# -bottom '
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jdknet.packages):
# jdk.net
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jdknet.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jdknet.packages
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/make'
## Finished docs (build time 00:05:42)
----- Build times -------
Start 2016-03-12 23:33:29
End 2016-03-13 00:08:47
00:00:55 corba
00:00:58 demos
00:05:42 docs
00:16:45 hotspot
00:01:22 images
00:00:32 jaxp
00:00:46 jaxws
00:06:51 jdk
00:01:05 langtools
00:00:22 nashorn
00:35:18 TOTAL
-------------------------
Finished building OpenJDK for target 'images docs'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build'
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/pax-mark-vm /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2re-image/lib/ext
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot.stp; \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_jni.stp; \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/jstack.stp
-client IGNORE
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/nss.cfg \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/security;
IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
if [ -e /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Allocated shared space: 37871616 bytes at 0x0000000800000000
Loading classes to share ...
Preload Warning: Cannot find sun/misc/PostVMInitHook
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$1
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$4
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$3
Preload Warning: Cannot find sun/dc/DuctusRenderingEngine
Preload Warning: Cannot find sun/font/T2KFontScaler
Preload Warning: Cannot find sun/font/T2KFontScaler$1
Loading classes to share: done.
Rewriting and linking classes ...
Rewriting and linking classes: done
Number of classes 2565
instance classes = 2551
obj array classes = 6
type array classes = 8
Calculating fingerprints ... done.
Removing unshareable information ... done.
ro space: 7288688 [ 36.4% of total] out of 16777216 bytes [43.4% used] at 0x0000000800000000
rw space: 11151912 [ 55.6% of total] out of 16777216 bytes [66.5% used] at 0x0000000801000000
md space: 1572920 [ 7.8% of total] out of 4194304 bytes [37.5% used] at 0x0000000802000000
mc space: 34053 [ 0.2% of total] out of 122880 bytes [27.7% used] at 0x0000000802400000
total : 20047573 [100.0% of total] out of 37871616 bytes [52.9% used]
touch stamps/add-archive.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Nothing to be done for `dvi'.
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
/bin/make check-local
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
make[2]: *** [jtregcheck] Error 1
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 13 11:57:05 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 13 Mar 2016 07:57:05 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2284
In-Reply-To: <610325902.279.1457783756688.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <610325902.279.1457783756688.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <349008054.283.1457870229228.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583305 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 13 18:41:16 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 13 Mar 2016 14:41:16 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1781
In-Reply-To: <1575050657.280.1457809823453.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1575050657.280.1457809823453.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <815028116.284.1457894479340.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580888 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 14 00:11:52 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 13 Mar 2016 20:11:52 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2236
In-Reply-To: <78612269.281.1457830151004.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <78612269.281.1457830151004.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1841968078.285.1457914315615.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527212 lines...]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
linux-vdso.so.1 => (0x00007fff119ed000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f11a9357000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
linux-vdso.so.1 => (0x00007ffcc8dc9000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fefbdac7000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
linux-vdso.so.1 => (0x00007ffc94137000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f5567b7a000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
linux-vdso.so.1 => (0x00007ffff4fbc000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f528a7c8000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
linux-vdso.so.1 => (0x00007ffe529c2000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fc4f39cb000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
linux-vdso.so.1 => (0x00007ffce9d48000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f21f215e000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
linux-vdso.so.1 => (0x00007fffe751f000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f166dcf1000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/jdk-bin-files.list
>>>Making sec-files @ Sun Mar 13 20:11:40 EDT 2016 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Sun Mar 13 20:11:40 EDT 2016 ...
>>>Making jgss-files @ Sun Mar 13 20:11:40 EDT 2016 ...
>>>Making server-jdk-image @ Sun Mar 13 20:11:40 EDT 2016 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
/bin/cp -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/demo
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/sample
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/jre/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/ja_JP.UTF-8/man1/javaws.1
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/man1/javaws.1
>>>Finished making images @ Sun Mar 13 20:11:42 EDT 2016 ...
gmake[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk/jdk/make'
########################################################################
##### Leaving jdk for target(s) sanity all docs images #####
########################################################################
##### Build time 00:19:25 jdk for target(s) sanity all docs images #####
########################################################################
#-- Build times ----------
Target all_product_build
Start 2016-03-13 19:27:54
End 2016-03-13 20:11:42
00:05:13 corba
00:16:25 hotspot
00:00:41 jaxp
00:00:47 jaxws
00:19:25 jdk
00:01:17 langtools
00:43:48 TOTAL
-------------------------
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/ext
IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/jstack.stp
-client IGNORE
touch stamps/add-systemtap.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ] ; then \
cp -v /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ; \
fi
?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties? -> ?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/tz.properties?
touch stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Loading classes to share ... done.
Rewriting and unlinking classes ... done.
Calculating hash values for String objects .. done.
Calculating fingerprints ... done.
Removing unshareable information ... done.
Moving common symbols to metadata section at 0x00007fe048606ae0 ... done.
Moving vmSymbols to metadata section at 0x00007fe048818438 ... done.
Moving the remaining symbols to metadata section at 0x00007fe0488195d0 ... done.
Moved 58666 symbols, 2174328 bytes.
Moving pre-ordered read-only objects to shared space at 0x00007fe046e00000 ... done.
Moving read-only objects to shared space at 0x00007fe047414960 ... done.
Moving string char arrays to shared space at 0x00007fe04742b158 ... done.
Moving pre-ordered read-write objects to shared space at 0x00007fe047800000 ... done.
Moving read-write objects to shared space at 0x00007fe0483f2c18 ... done.
Moving String objects to shared space at 0x00007fe048479c68 ... done.
Read-write space ends at 0x00007fe0484d5248, 13455944 bytes.
Updating references to shared objects ... done.
touch stamps/add-archive.stamp
touch stamps/split-debuginfo.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
cat jconsole.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > jconsole-1.7.0.desktop
cat policytool.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > policytool-1.7.0.desktop
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Nothing to be done for `dvi'.
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
/bin/gmake check-local
gmake[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
gmake[2]: *** [jtregcheck] Error 1
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 14 04:25:17 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 14 Mar 2016 00:25:17 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1349
In-Reply-To: <150161557.282.1457845738514.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <150161557.282.1457845738514.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2060342263.286.1457929521230.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 176544 lines...]
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/mgmt.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/mgmt.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec/index.html
# Options (attach.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'Attach API'
# -windowtitle 'Attach API '
# -header 'Attach API'
# -bottom '
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (attach.packages):
# com.sun.tools.attach
# com.sun.tools.attach.spi
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/attach.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/attach.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec/index.html
# Options (jconsole.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'JConsole API'
# -windowtitle 'JConsole API '
# -header 'JConsole API'
# -bottom '
Copyright © 2006, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jconsole.packages):
# com.sun.tools.jconsole
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jconsole.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jconsole.packages
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes/com/sun/management/HotSpotDiagnosticMXBean.java:52: warning - Tag @see: reference not found: ManagementFactory#getPlatformMXBeans(Class)
1 warning
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree/index.html
# Options (treeapi.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -doctitle 'Compiler Tree API'
# -windowtitle 'Compiler Tree API '
# -header 'Compiler Tree API'
# -tag 'jls:a:See The Java™ Language Specification:'
# -bottom '
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.'
# -group 'Packages' 'com.sun.source.*'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (treeapi.packages):
# com.sun.source.doctree
# com.sun.source.tree
# com.sun.source.util
# jdk
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/treeapi.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/treeapi.packages
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes/com/sun/tools/attach/AttachOperationFailedException.java:51: warning - @param argument "s" is not a parameter name.
1 warning
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn/index.html
# Options (nashornapi.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -doctitle 'Nashorn API'
# -windowtitle 'Nashorn API '
# -header 'Nashorn API'
# -tag 'jls:a:See The Java™ Language Specification:'
# -bottom '
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.'
# -group 'Packages' 'jdk.nashorn.api.scripting.*'
# -linkoffline '../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (nashornapi.packages):
# jdk.nashorn.api.scripting
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/nashornapi.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/nashornapi.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec/index.html
# Options (sctp.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'SCTP API'
# -windowtitle 'SCTP API '
# -header 'SCTP API'
# -bottom '
Copyright © 2009, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (sctp.packages):
# com.sun.nio.sctp
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/sctp.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/sctp.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec/index.html
# Options (jaccess.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'JACCESS API'
# -windowtitle 'JACCESS API '
# -header 'JACCESS API'
# -bottom '
Copyright © 2002, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jaccess.packages):
# com.sun.java.accessibility.util
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jaccess.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jaccess.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec/index.html
# Options (jdknet.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -Xdoclint:none
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'jdk.net API'
# -windowtitle 'jdk.net API '
# -header 'jdk.net API'
# -bottom '
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jdknet.packages):
# jdk.net
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jdknet.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jdknet.packages
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/make'
## Finished docs (build time 00:05:46)
----- Build times -------
Start 2016-03-13 23:49:32
End 2016-03-14 00:25:14
00:01:01 corba
00:01:03 demos
00:05:46 docs
00:16:48 hotspot
00:01:26 images
00:00:33 jaxp
00:00:46 jaxws
00:06:53 jdk
00:01:03 langtools
00:00:23 nashorn
00:35:42 TOTAL
-------------------------
Finished building OpenJDK for target 'images docs'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build'
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/pax-mark-vm /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2re-image/lib/ext
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot.stp; \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_jni.stp; \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/jstack.stp
-client IGNORE
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/nss.cfg \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/security;
IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
if [ -e /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Allocated shared space: 37871616 bytes at 0x0000000800000000
Loading classes to share ...
Preload Warning: Cannot find sun/misc/PostVMInitHook
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$1
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$4
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$3
Preload Warning: Cannot find sun/dc/DuctusRenderingEngine
Preload Warning: Cannot find sun/font/T2KFontScaler
Preload Warning: Cannot find sun/font/T2KFontScaler$1
Loading classes to share: done.
Rewriting and linking classes ...
Rewriting and linking classes: done
Number of classes 2565
instance classes = 2551
obj array classes = 6
type array classes = 8
Calculating fingerprints ... done.
Removing unshareable information ... done.
ro space: 7288688 [ 36.4% of total] out of 16777216 bytes [43.4% used] at 0x0000000800000000
rw space: 11151912 [ 55.6% of total] out of 16777216 bytes [66.5% used] at 0x0000000801000000
md space: 1572920 [ 7.8% of total] out of 4194304 bytes [37.5% used] at 0x0000000802000000
mc space: 34053 [ 0.2% of total] out of 122880 bytes [27.7% used] at 0x0000000802400000
total : 20047573 [100.0% of total] out of 37871616 bytes [52.9% used]
touch stamps/add-archive.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Nothing to be done for `dvi'.
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
/bin/make check-local
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
make[2]: *** [jtregcheck] Error 1
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 14 11:20:12 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 14 Mar 2016 07:20:12 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2285
In-Reply-To: <349008054.283.1457870229228.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <349008054.283.1457870229228.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <477193746.287.1457954416162.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583307 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 14 18:14:45 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 14 Mar 2016 14:14:45 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1782
In-Reply-To: <815028116.284.1457894479340.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <815028116.284.1457894479340.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <121863564.288.1457979289002.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580890 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 14 23:43:57 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 14 Mar 2016 19:43:57 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2237
In-Reply-To: <1841968078.285.1457914315615.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1841968078.285.1457914315615.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <482709372.289.1457999045556.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527212 lines...]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
linux-vdso.so.1 => (0x00007ffde67f4000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f0529246000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
linux-vdso.so.1 => (0x00007ffdba1fe000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f479181f000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
linux-vdso.so.1 => (0x00007fff9c113000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f1db801e000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
linux-vdso.so.1 => (0x00007ffd2253e000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f06de5b3000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
linux-vdso.so.1 => (0x00007ffcc62f5000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fdbe1240000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
linux-vdso.so.1 => (0x00007ffcc0b0a000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f633c8ed000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
linux-vdso.so.1 => (0x00007ffdf87f0000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f1c3c212000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/jdk-bin-files.list
>>>Making sec-files @ Mon Mar 14 19:43:42 EDT 2016 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Mon Mar 14 19:43:42 EDT 2016 ...
>>>Making jgss-files @ Mon Mar 14 19:43:42 EDT 2016 ...
>>>Making server-jdk-image @ Mon Mar 14 19:43:42 EDT 2016 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
/bin/cp -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/demo
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/sample
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/jre/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/ja_JP.UTF-8/man1/javaws.1
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/man1/javaws.1
>>>Finished making images @ Mon Mar 14 19:43:44 EDT 2016 ...
gmake[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk/jdk/make'
########################################################################
##### Leaving jdk for target(s) sanity all docs images #####
########################################################################
##### Build time 00:19:19 jdk for target(s) sanity all docs images #####
########################################################################
#-- Build times ----------
Target all_product_build
Start 2016-03-14 19:01:15
End 2016-03-14 19:43:44
00:05:15 corba
00:15:09 hotspot
00:00:41 jaxp
00:00:46 jaxws
00:19:19 jdk
00:01:18 langtools
00:42:29 TOTAL
-------------------------
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/ext
IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/jstack.stp
-client IGNORE
touch stamps/add-systemtap.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ] ; then \
cp -v /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ; \
fi
?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties? -> ?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/tz.properties?
touch stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Loading classes to share ... done.
Rewriting and unlinking classes ... done.
Calculating hash values for String objects .. done.
Calculating fingerprints ... done.
Removing unshareable information ... done.
Moving common symbols to metadata section at 0x00007f4eb4006ae0 ... done.
Moving vmSymbols to metadata section at 0x00007f4eb4218438 ... done.
Moving the remaining symbols to metadata section at 0x00007f4eb42195d0 ... done.
Moved 58666 symbols, 2174328 bytes.
Moving pre-ordered read-only objects to shared space at 0x00007f4eb2800000 ... done.
Moving read-only objects to shared space at 0x00007f4eb2e14960 ... done.
Moving string char arrays to shared space at 0x00007f4eb2e2b158 ... done.
Moving pre-ordered read-write objects to shared space at 0x00007f4eb3200000 ... done.
Moving read-write objects to shared space at 0x00007f4eb3df2c18 ... done.
Moving String objects to shared space at 0x00007f4eb3e79c68 ... done.
Read-write space ends at 0x00007f4eb3ed5248, 13455944 bytes.
Updating references to shared objects ... done.
touch stamps/add-archive.stamp
touch stamps/split-debuginfo.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
cat jconsole.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > jconsole-1.7.0.desktop
cat policytool.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > policytool-1.7.0.desktop
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Nothing to be done for `dvi'.
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
/bin/gmake check-local
gmake[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
gmake[2]: *** [jtregcheck] Error 1
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Tue Mar 15 03:56:17 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 14 Mar 2016 23:56:17 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1350
In-Reply-To: <2060342263.286.1457929521230.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <2060342263.286.1457929521230.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2123996625.290.1458014181214.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
Changes:
[Andrew John Hughes ] PR2880: Add missing test directory in make check
2016-03-14 Andrew John Hughes
PR2880: Add missing test directory in make check
* Makefile.am:
(CRYPTO_CHECK_BUILD_DIR): Locate inside the test
directory.
(ECC_CHECK_BUILD_DIR): Likewise.
(jtregcheck): Create the test directory if it
doesn't exist.
(check-tapset-probes): Likewise.
(check-tapset-jstack): Likewise.
* NEWS: Updated.
[Andrew John Hughes ] PR2873: Fix make distcheck
2016-03-04 Andrew John Hughes
PR2873: Fix make distcheck
* Makefile.am:
(VERSION_SETTINGS_FILE_BACKUP): Added.
(versioning): Use VERSION_SETTINGS_FILE_BACKUP
rather than hardcoding a name.
(clean-versioning): Replace the outdated Defs.gmk
usage with VERSION_SETTINGS_FILE and
VERSION_SETTINGS_FILE_BACKUP.
* NEWS: Updated.
------------------------------------------
[...truncated 177577 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Tue Mar 15 10:46:48 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 15 Mar 2016 06:46:48 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2286
In-Reply-To: <477193746.287.1457954416162.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <477193746.287.1457954416162.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <789003869.291.1458038813036.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583305 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Tue Mar 15 18:09:03 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 15 Mar 2016 14:09:03 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1783
In-Reply-To: <121863564.288.1457979289002.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <121863564.288.1457979289002.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2004386622.292.1458065348637.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580890 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Tue Mar 15 23:59:00 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 15 Mar 2016 19:59:00 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2238
In-Reply-To: <482709372.289.1457999045556.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <482709372.289.1457999045556.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1118622745.293.1458086343637.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527212 lines...]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
linux-vdso.so.1 => (0x00007ffe811ac000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fa8d7767000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
linux-vdso.so.1 => (0x00007ffeab3ed000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f6abe815000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
linux-vdso.so.1 => (0x00007ffd61fc9000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f1a50cf5000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
linux-vdso.so.1 => (0x00007ffe0ffec000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fc3bf581000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
linux-vdso.so.1 => (0x00007ffe736b9000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f85e7371000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
linux-vdso.so.1 => (0x00007fff4c0a1000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fcfc3705000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
linux-vdso.so.1 => (0x00007ffff1577000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f472fde0000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/jdk-bin-files.list
>>>Making sec-files @ Tue Mar 15 19:58:47 EDT 2016 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Tue Mar 15 19:58:47 EDT 2016 ...
>>>Making jgss-files @ Tue Mar 15 19:58:47 EDT 2016 ...
>>>Making server-jdk-image @ Tue Mar 15 19:58:47 EDT 2016 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
/bin/cp -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/demo
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/sample
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/jre/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/ja_JP.UTF-8/man1/javaws.1
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/man1/javaws.1
>>>Finished making images @ Tue Mar 15 19:58:49 EDT 2016 ...
gmake[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk/jdk/make'
########################################################################
##### Leaving jdk for target(s) sanity all docs images #####
########################################################################
##### Build time 00:21:06 jdk for target(s) sanity all docs images #####
########################################################################
#-- Build times ----------
Target all_product_build
Start 2016-03-15 19:14:31
End 2016-03-15 19:58:50
00:05:02 corba
00:15:29 hotspot
00:00:30 jaxp
00:00:50 jaxws
00:21:06 jdk
00:01:21 langtools
00:44:19 TOTAL
-------------------------
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/ext
IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/jstack.stp
-client IGNORE
touch stamps/add-systemtap.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ] ; then \
cp -v /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ; \
fi
?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties? -> ?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/tz.properties?
touch stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Loading classes to share ... done.
Rewriting and unlinking classes ... done.
Calculating hash values for String objects .. done.
Calculating fingerprints ... done.
Removing unshareable information ... done.
Moving common symbols to metadata section at 0x00007f4a74606ae0 ... done.
Moving vmSymbols to metadata section at 0x00007f4a74818438 ... done.
Moving the remaining symbols to metadata section at 0x00007f4a748195d0 ... done.
Moved 58666 symbols, 2174328 bytes.
Moving pre-ordered read-only objects to shared space at 0x00007f4a72e00000 ... done.
Moving read-only objects to shared space at 0x00007f4a73414960 ... done.
Moving string char arrays to shared space at 0x00007f4a7342b158 ... done.
Moving pre-ordered read-write objects to shared space at 0x00007f4a73800000 ... done.
Moving read-write objects to shared space at 0x00007f4a743f2c18 ... done.
Moving String objects to shared space at 0x00007f4a74479c68 ... done.
Read-write space ends at 0x00007f4a744d5248, 13455944 bytes.
Updating references to shared objects ... done.
touch stamps/add-archive.stamp
touch stamps/split-debuginfo.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
cat jconsole.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > jconsole-1.7.0.desktop
cat policytool.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > policytool-1.7.0.desktop
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Nothing to be done for `dvi'.
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
/bin/gmake check-local
gmake[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
gmake[2]: *** [jtregcheck] Error 1
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Wed Mar 16 04:16:56 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 16 Mar 2016 00:16:56 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1351
In-Reply-To: <2123996625.290.1458014181214.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <2123996625.290.1458014181214.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1843820894.294.1458101822092.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 177569 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Wed Mar 16 11:17:32 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 16 Mar 2016 07:17:32 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2287
In-Reply-To: <789003869.291.1458038813036.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <789003869.291.1458038813036.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <195143557.295.1458127055756.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583309 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Wed Mar 16 18:07:43 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 16 Mar 2016 14:07:43 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1784
In-Reply-To: <2004386622.292.1458065348637.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <2004386622.292.1458065348637.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <843463653.296.1458151675595.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580890 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Wed Mar 16 23:37:02 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 16 Mar 2016 19:37:02 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2239
In-Reply-To: <1118622745.293.1458086343637.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1118622745.293.1458086343637.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <849168769.297.1458171432954.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527212 lines...]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
linux-vdso.so.1 => (0x00007ffe687ef000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f015acfa000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
linux-vdso.so.1 => (0x00007ffeb578f000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fcbd40b2000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
linux-vdso.so.1 => (0x00007ffe08230000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f74319ca000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
linux-vdso.so.1 => (0x00007ffc92bb1000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fbaf91d1000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
linux-vdso.so.1 => (0x00007ffdf58b4000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fa9e63b4000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
linux-vdso.so.1 => (0x00007ffd10198000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f99f152c000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
linux-vdso.so.1 => (0x00007ffd4fdfa000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fc3d3e5e000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/jdk-bin-files.list
>>>Making sec-files @ Wed Mar 16 19:36:48 EDT 2016 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Wed Mar 16 19:36:48 EDT 2016 ...
>>>Making jgss-files @ Wed Mar 16 19:36:48 EDT 2016 ...
>>>Making server-jdk-image @ Wed Mar 16 19:36:48 EDT 2016 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
/bin/cp -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/demo
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/sample
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/jre/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/ja_JP.UTF-8/man1/javaws.1
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/man1/javaws.1
>>>Finished making images @ Wed Mar 16 19:36:50 EDT 2016 ...
gmake[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk/jdk/make'
########################################################################
##### Leaving jdk for target(s) sanity all docs images #####
########################################################################
##### Build time 00:19:08 jdk for target(s) sanity all docs images #####
########################################################################
#-- Build times ----------
Target all_product_build
Start 2016-03-16 18:54:36
End 2016-03-16 19:36:50
00:05:15 corba
00:15:09 hotspot
00:00:40 jaxp
00:00:46 jaxws
00:19:08 jdk
00:01:16 langtools
00:42:14 TOTAL
-------------------------
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/ext
IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/jstack.stp
-client IGNORE
touch stamps/add-systemtap.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ] ; then \
cp -v /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ; \
fi
?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties? -> ?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/tz.properties?
touch stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Loading classes to share ... done.
Rewriting and unlinking classes ... done.
Calculating hash values for String objects .. done.
Calculating fingerprints ... done.
Removing unshareable information ... done.
Moving common symbols to metadata section at 0x00007f52af406ae0 ... done.
Moving vmSymbols to metadata section at 0x00007f52af618438 ... done.
Moving the remaining symbols to metadata section at 0x00007f52af6195d0 ... done.
Moved 58666 symbols, 2174328 bytes.
Moving pre-ordered read-only objects to shared space at 0x00007f52adc00000 ... done.
Moving read-only objects to shared space at 0x00007f52ae214960 ... done.
Moving string char arrays to shared space at 0x00007f52ae22b158 ... done.
Moving pre-ordered read-write objects to shared space at 0x00007f52ae600000 ... done.
Moving read-write objects to shared space at 0x00007f52af1f2c18 ... done.
Moving String objects to shared space at 0x00007f52af279c68 ... done.
Read-write space ends at 0x00007f52af2d5248, 13455944 bytes.
Updating references to shared objects ... done.
touch stamps/add-archive.stamp
touch stamps/split-debuginfo.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
cat jconsole.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > jconsole-1.7.0.desktop
cat policytool.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > policytool-1.7.0.desktop
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Nothing to be done for `dvi'.
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
/bin/gmake check-local
gmake[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
gmake[2]: *** [jtregcheck] Error 1
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 17 03:50:51 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 16 Mar 2016 23:50:51 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1352
In-Reply-To: <1843820894.294.1458101822092.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1843820894.294.1458101822092.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1686868384.298.1458186654832.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 177569 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 17 10:43:25 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 17 Mar 2016 06:43:25 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2288
In-Reply-To: <195143557.295.1458127055756.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <195143557.295.1458127055756.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <183362832.299.1458211409730.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583307 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 17 17:27:21 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 17 Mar 2016 13:27:21 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1785
In-Reply-To: <843463653.296.1458151675595.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <843463653.296.1458151675595.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1045216063.300.1458235645348.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580890 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 17 22:56:45 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 17 Mar 2016 18:56:45 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2240
In-Reply-To: <849168769.297.1458171432954.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <849168769.297.1458171432954.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1467204187.301.1458255411316.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527212 lines...]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
linux-vdso.so.1 => (0x00007fff0c794000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f8962f79000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
linux-vdso.so.1 => (0x00007fff2aaf0000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f893b327000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
linux-vdso.so.1 => (0x00007ffe2b53b000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f93bfc9e000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
linux-vdso.so.1 => (0x00007fff196ec000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f9d1f0ac000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
linux-vdso.so.1 => (0x00007ffe2e372000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fd01f7e9000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
linux-vdso.so.1 => (0x00007ffd20e7b000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f084e23c000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
linux-vdso.so.1 => (0x00007ffea85af000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f91b18e6000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/jdk-bin-files.list
>>>Making sec-files @ Thu Mar 17 18:56:31 EDT 2016 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Thu Mar 17 18:56:31 EDT 2016 ...
>>>Making jgss-files @ Thu Mar 17 18:56:31 EDT 2016 ...
>>>Making server-jdk-image @ Thu Mar 17 18:56:31 EDT 2016 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
/bin/cp -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/demo
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/sample
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/jre/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/ja_JP.UTF-8/man1/javaws.1
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/man1/javaws.1
>>>Finished making images @ Thu Mar 17 18:56:33 EDT 2016 ...
gmake[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk/jdk/make'
########################################################################
##### Leaving jdk for target(s) sanity all docs images #####
########################################################################
##### Build time 00:19:12 jdk for target(s) sanity all docs images #####
########################################################################
#-- Build times ----------
Target all_product_build
Start 2016-03-17 18:14:17
End 2016-03-17 18:56:34
00:05:12 corba
00:15:06 hotspot
00:00:40 jaxp
00:00:49 jaxws
00:19:12 jdk
00:01:17 langtools
00:42:17 TOTAL
-------------------------
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/ext
IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/jstack.stp
-client IGNORE
touch stamps/add-systemtap.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ] ; then \
cp -v /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ; \
fi
?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties? -> ?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/tz.properties?
touch stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Loading classes to share ... done.
Rewriting and unlinking classes ... done.
Calculating hash values for String objects .. done.
Calculating fingerprints ... done.
Removing unshareable information ... done.
Moving common symbols to metadata section at 0x00007fa42fe06ae0 ... done.
Moving vmSymbols to metadata section at 0x00007fa430018438 ... done.
Moving the remaining symbols to metadata section at 0x00007fa4300195d0 ... done.
Moved 58666 symbols, 2174328 bytes.
Moving pre-ordered read-only objects to shared space at 0x00007fa42e600000 ... done.
Moving read-only objects to shared space at 0x00007fa42ec14960 ... done.
Moving string char arrays to shared space at 0x00007fa42ec2b158 ... done.
Moving pre-ordered read-write objects to shared space at 0x00007fa42f000000 ... done.
Moving read-write objects to shared space at 0x00007fa42fbf2c18 ... done.
Moving String objects to shared space at 0x00007fa42fc79c68 ... done.
Read-write space ends at 0x00007fa42fcd5248, 13455944 bytes.
Updating references to shared objects ... done.
touch stamps/add-archive.stamp
touch stamps/split-debuginfo.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
cat jconsole.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > jconsole-1.7.0.desktop
cat policytool.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > policytool-1.7.0.desktop
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Nothing to be done for `dvi'.
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
/bin/gmake check-local
gmake[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
gmake[2]: *** [jtregcheck] Error 1
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Fri Mar 18 03:15:54 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 17 Mar 2016 23:15:54 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1353
In-Reply-To: <1686868384.298.1458186654832.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1686868384.298.1458186654832.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1752292792.302.1458270956878.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 177569 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Fri Mar 18 10:44:23 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Fri, 18 Mar 2016 06:44:23 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2289
In-Reply-To: <183362832.299.1458211409730.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <183362832.299.1458211409730.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1584780826.303.1458297870322.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583305 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Fri Mar 18 17:37:06 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Fri, 18 Mar 2016 13:37:06 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1786
In-Reply-To: <1045216063.300.1458235645348.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1045216063.300.1458235645348.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <899669229.304.1458322629095.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580890 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Fri Mar 18 23:09:19 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Fri, 18 Mar 2016 19:09:19 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2241
In-Reply-To: <1467204187.301.1458255411316.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1467204187.301.1458255411316.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <403106880.305.1458342561911.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527212 lines...]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
linux-vdso.so.1 => (0x00007ffdbbb63000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f1761b17000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
linux-vdso.so.1 => (0x00007fff4f9ca000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f16293d6000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
linux-vdso.so.1 => (0x00007ffd4776f000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007efcd167f000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
linux-vdso.so.1 => (0x00007fff8cdcd000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f7eb16f4000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
linux-vdso.so.1 => (0x00007ffd795c7000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fc52e499000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
linux-vdso.so.1 => (0x00007ffc320e1000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fcdbb751000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
linux-vdso.so.1 => (0x00007fffe39e1000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007efe913ee000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/jdk-bin-files.list
>>>Making sec-files @ Fri Mar 18 19:09:05 EDT 2016 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Fri Mar 18 19:09:05 EDT 2016 ...
>>>Making jgss-files @ Fri Mar 18 19:09:05 EDT 2016 ...
>>>Making server-jdk-image @ Fri Mar 18 19:09:05 EDT 2016 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
/bin/cp -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/demo
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/sample
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/jre/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/ja_JP.UTF-8/man1/javaws.1
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/man1/javaws.1
>>>Finished making images @ Fri Mar 18 19:09:07 EDT 2016 ...
gmake[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk/jdk/make'
########################################################################
##### Leaving jdk for target(s) sanity all docs images #####
########################################################################
##### Build time 00:19:41 jdk for target(s) sanity all docs images #####
########################################################################
#-- Build times ----------
Target all_product_build
Start 2016-03-18 18:25:52
End 2016-03-18 19:09:08
00:05:20 corba
00:15:26 hotspot
00:00:41 jaxp
00:00:46 jaxws
00:19:41 jdk
00:01:21 langtools
00:43:16 TOTAL
-------------------------
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/ext
IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/jstack.stp
-client IGNORE
touch stamps/add-systemtap.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ] ; then \
cp -v /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ; \
fi
?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties? -> ?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/tz.properties?
touch stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Loading classes to share ... done.
Rewriting and unlinking classes ... done.
Calculating hash values for String objects .. done.
Calculating fingerprints ... done.
Removing unshareable information ... done.
Moving common symbols to metadata section at 0x00007f66a4606ae0 ... done.
Moving vmSymbols to metadata section at 0x00007f66a4818438 ... done.
Moving the remaining symbols to metadata section at 0x00007f66a48195d0 ... done.
Moved 58666 symbols, 2174328 bytes.
Moving pre-ordered read-only objects to shared space at 0x00007f66a2e00000 ... done.
Moving read-only objects to shared space at 0x00007f66a3414960 ... done.
Moving string char arrays to shared space at 0x00007f66a342b158 ... done.
Moving pre-ordered read-write objects to shared space at 0x00007f66a3800000 ... done.
Moving read-write objects to shared space at 0x00007f66a43f2c18 ... done.
Moving String objects to shared space at 0x00007f66a4479c68 ... done.
Read-write space ends at 0x00007f66a44d5248, 13455944 bytes.
Updating references to shared objects ... done.
touch stamps/add-archive.stamp
touch stamps/split-debuginfo.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
cat jconsole.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > jconsole-1.7.0.desktop
cat policytool.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > policytool-1.7.0.desktop
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Nothing to be done for `dvi'.
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
/bin/gmake check-local
gmake[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
gmake[2]: *** [jtregcheck] Error 1
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sat Mar 19 03:22:58 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Fri, 18 Mar 2016 23:22:58 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1354
In-Reply-To: <1752292792.302.1458270956878.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1752292792.302.1458270956878.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1631233856.306.1458357780382.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 177569 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sat Mar 19 10:37:44 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sat, 19 Mar 2016 06:37:44 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2290
In-Reply-To: <1584780826.303.1458297870322.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1584780826.303.1458297870322.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <658722471.307.1458383873285.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583305 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sat Mar 19 17:21:27 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sat, 19 Mar 2016 13:21:27 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1787
In-Reply-To: <899669229.304.1458322629095.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <899669229.304.1458322629095.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1874413719.308.1458408089716.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580890 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sat Mar 19 23:01:21 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sat, 19 Mar 2016 19:01:21 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2242
In-Reply-To: <403106880.305.1458342561911.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <403106880.305.1458342561911.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <67539222.309.1458428486420.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527212 lines...]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
linux-vdso.so.1 => (0x00007ffeb5392000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fcebcb34000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
linux-vdso.so.1 => (0x00007ffe49495000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fb0eb62f000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
linux-vdso.so.1 => (0x00007ffde1bed000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f6c380f4000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
linux-vdso.so.1 => (0x00007ffe6035f000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fd65e913000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
linux-vdso.so.1 => (0x00007ffea1dc1000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f441acc8000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
linux-vdso.so.1 => (0x00007ffd3c29b000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fb7b7fdb000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
linux-vdso.so.1 => (0x00007ffc859d7000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fe7926f2000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/jdk-bin-files.list
>>>Making sec-files @ Sat Mar 19 19:00:56 EDT 2016 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Sat Mar 19 19:00:56 EDT 2016 ...
>>>Making jgss-files @ Sat Mar 19 19:00:56 EDT 2016 ...
>>>Making server-jdk-image @ Sat Mar 19 19:00:56 EDT 2016 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
/bin/cp -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/demo
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/sample
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/jre/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/ja_JP.UTF-8/man1/javaws.1
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/man1/javaws.1
>>>Finished making images @ Sat Mar 19 19:00:58 EDT 2016 ...
gmake[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk/jdk/make'
########################################################################
##### Leaving jdk for target(s) sanity all docs images #####
########################################################################
##### Build time 00:19:45 jdk for target(s) sanity all docs images #####
########################################################################
#-- Build times ----------
Target all_product_build
Start 2016-03-19 18:17:24
End 2016-03-19 19:00:58
00:05:24 corba
00:15:37 hotspot
00:00:42 jaxp
00:00:49 jaxws
00:19:45 jdk
00:01:17 langtools
00:43:34 TOTAL
-------------------------
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/ext
IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/jstack.stp
-client IGNORE
touch stamps/add-systemtap.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ] ; then \
cp -v /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ; \
fi
?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties? -> ?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/tz.properties?
touch stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Loading classes to share ... done.
Rewriting and unlinking classes ... done.
Calculating hash values for String objects .. done.
Calculating fingerprints ... done.
Removing unshareable information ... done.
Moving common symbols to metadata section at 0x00007fabf0206ae0 ... done.
Moving vmSymbols to metadata section at 0x00007fabf0418438 ... done.
Moving the remaining symbols to metadata section at 0x00007fabf04195d0 ... done.
Moved 58666 symbols, 2174328 bytes.
Moving pre-ordered read-only objects to shared space at 0x00007fabeea00000 ... done.
Moving read-only objects to shared space at 0x00007fabef014960 ... done.
Moving string char arrays to shared space at 0x00007fabef02b158 ... done.
Moving pre-ordered read-write objects to shared space at 0x00007fabef400000 ... done.
Moving read-write objects to shared space at 0x00007fabefff2c18 ... done.
Moving String objects to shared space at 0x00007fabf0079c68 ... done.
Read-write space ends at 0x00007fabf00d5248, 13455944 bytes.
Updating references to shared objects ... done.
touch stamps/add-archive.stamp
touch stamps/split-debuginfo.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
cat jconsole.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > jconsole-1.7.0.desktop
cat policytool.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > policytool-1.7.0.desktop
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Nothing to be done for `dvi'.
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
/bin/gmake check-local
gmake[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
gmake[2]: *** [jtregcheck] Error 1
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 20 03:18:30 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sat, 19 Mar 2016 23:18:30 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1355
In-Reply-To: <1631233856.306.1458357780382.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1631233856.306.1458357780382.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2087749834.310.1458443915321.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
Changes:
[Andrew John Hughes ] PR2885: Location of 'stap' executable is hard-coded
2016-03-18 Andrew John Hughes
PR2885: Location of 'stap' executable is hard-coded
* Makefile.am:
(check-tapset-probes): Check for STAP and invoke
generated script from build directory.
(check-tapset-jstack): Likewise.
* NEWS: Updated.
* configure.ac: Detect stap and warn if not found.
* test/tapset/jstaptest.pl.in:
Moved from test/tapset/jstaptest.pl. Fill in location
of stap and perl binaries from configure output.
------------------------------------------
[...truncated 176580 lines...]
# -doctitle 'Attach API'
# -windowtitle 'Attach API '
# -header 'Attach API'
# -bottom '
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (attach.packages):
# com.sun.tools.attach
# com.sun.tools.attach.spi
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/attach.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/attach.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec/index.html
# Options (jconsole.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'JConsole API'
# -windowtitle 'JConsole API '
# -header 'JConsole API'
# -bottom '
Copyright © 2006, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jconsole.packages):
# com.sun.tools.jconsole
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jconsole.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jconsole.packages
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes/com/sun/management/HotSpotDiagnosticMXBean.java:52: warning - Tag @see: reference not found: ManagementFactory#getPlatformMXBeans(Class)
1 warning
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree/index.html
# Options (treeapi.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -doctitle 'Compiler Tree API'
# -windowtitle 'Compiler Tree API '
# -header 'Compiler Tree API'
# -tag 'jls:a:See The Java™ Language Specification:'
# -bottom '
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.'
# -group 'Packages' 'com.sun.source.*'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (treeapi.packages):
# com.sun.source.doctree
# com.sun.source.tree
# com.sun.source.util
# jdk
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/treeapi.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/treeapi.packages
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes/com/sun/tools/attach/AttachOperationFailedException.java:51: warning - @param argument "s" is not a parameter name.
1 warning
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn/index.html
# Options (nashornapi.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -doctitle 'Nashorn API'
# -windowtitle 'Nashorn API '
# -header 'Nashorn API'
# -tag 'jls:a:See The Java™ Language Specification:'
# -bottom '
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.'
# -group 'Packages' 'jdk.nashorn.api.scripting.*'
# -linkoffline '../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (nashornapi.packages):
# jdk.nashorn.api.scripting
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/nashornapi.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/nashornapi.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec/index.html
# Options (sctp.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'SCTP API'
# -windowtitle 'SCTP API '
# -header 'SCTP API'
# -bottom '
Copyright © 2009, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (sctp.packages):
# com.sun.nio.sctp
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/sctp.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/sctp.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec/index.html
# Options (jaccess.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'JACCESS API'
# -windowtitle 'JACCESS API '
# -header 'JACCESS API'
# -bottom '
Copyright © 2002, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jaccess.packages):
# com.sun.java.accessibility.util
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jaccess.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jaccess.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec/index.html
# Options (jdknet.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -Xdoclint:none
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'jdk.net API'
# -windowtitle 'jdk.net API '
# -header 'jdk.net API'
# -bottom '
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jdknet.packages):
# jdk.net
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jdknet.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jdknet.packages
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/make'
## Finished docs (build time 00:05:40)
----- Build times -------
Start 2016-03-19 22:42:46
End 2016-03-19 23:18:27
00:01:05 corba
00:01:00 demos
00:05:40 docs
00:16:52 hotspot
00:01:24 images
00:00:35 jaxp
00:00:46 jaxws
00:06:52 jdk
00:01:03 langtools
00:00:24 nashorn
00:35:41 TOTAL
-------------------------
Finished building OpenJDK for target 'images docs'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build'
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/pax-mark-vm /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2re-image/lib/ext
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot.stp; \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_jni.stp; \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/jstack.stp
-client IGNORE
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/nss.cfg \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/security;
IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
if [ -e /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/test/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Allocated shared space: 37871616 bytes at 0x0000000800000000
Loading classes to share ...
Preload Warning: Cannot find sun/misc/PostVMInitHook
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$1
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$4
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$3
Preload Warning: Cannot find sun/dc/DuctusRenderingEngine
Preload Warning: Cannot find sun/font/T2KFontScaler
Preload Warning: Cannot find sun/font/T2KFontScaler$1
Loading classes to share: done.
Rewriting and linking classes ...
Rewriting and linking classes: done
Number of classes 2565
instance classes = 2551
obj array classes = 6
type array classes = 8
Calculating fingerprints ... done.
Removing unshareable information ... done.
ro space: 7288688 [ 36.4% of total] out of 16777216 bytes [43.4% used] at 0x0000000800000000
rw space: 11151912 [ 55.6% of total] out of 16777216 bytes [66.5% used] at 0x0000000801000000
md space: 1572920 [ 7.8% of total] out of 4194304 bytes [37.5% used] at 0x0000000802000000
mc space: 34053 [ 0.2% of total] out of 122880 bytes [27.7% used] at 0x0000000802400000
total : 20047573 [100.0% of total] out of 37871616 bytes [52.9% used]
touch stamps/add-archive.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Nothing to be done for `dvi'.
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
/bin/make check-local
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
/bin/mkdir -p test
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
: # kill testsuite processes still hanging
nothing to cleanup
if test "x/bin/perl" = "x"; then \
echo "ERROR: Perl not found"; exit -1; \
fi
if test "x" = "x"; then \
echo "ERROR: stap not found"; exit -1; \
fi
ERROR: stap not found
make[2]: *** [check-tapset-probes] Error 255
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 20 04:01:04 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 20 Mar 2016 00:01:04 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2291
In-Reply-To: <658722471.307.1458383873285.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <658722471.307.1458383873285.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1765038374.311.1458446464899.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
Started by timer
Building in workspace
[workspace] $ hg showconfig paths.default
[workspace] $ hg pull --rev default
abort: error: No route to host
ERROR: Failed to pull
ERROR: Failed to pull
From gnu.andrew at redhat.com Sun Mar 20 11:47:58 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 20 Mar 2016 07:47:58 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1788
In-Reply-To: <1874413719.308.1458408089716.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1874413719.308.1458408089716.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1624730145.312.1458474483066.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580890 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 20 17:14:30 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 20 Mar 2016 13:14:30 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2243
In-Reply-To: <67539222.309.1458428486420.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <67539222.309.1458428486420.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <290635064.313.1458494074883.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527212 lines...]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
linux-vdso.so.1 => (0x00007fffb1318000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fa482aaa000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
linux-vdso.so.1 => (0x00007ffd3975a000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fa6d7a8b000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
linux-vdso.so.1 => (0x00007ffc55fe4000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f5397ac8000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
linux-vdso.so.1 => (0x00007ffebd1ce000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fb720d24000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
linux-vdso.so.1 => (0x00007ffd5b510000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f3800716000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
linux-vdso.so.1 => (0x00007fffd2fbf000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007ff249b76000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
linux-vdso.so.1 => (0x00007ffc77db1000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f8eb1c55000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/jdk-bin-files.list
>>>Making sec-files @ Sun Mar 20 13:14:16 EDT 2016 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Sun Mar 20 13:14:17 EDT 2016 ...
>>>Making jgss-files @ Sun Mar 20 13:14:17 EDT 2016 ...
>>>Making server-jdk-image @ Sun Mar 20 13:14:17 EDT 2016 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
/bin/cp -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/demo
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/sample
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/jre/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/ja_JP.UTF-8/man1/javaws.1
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/man1/javaws.1
>>>Finished making images @ Sun Mar 20 13:14:20 EDT 2016 ...
gmake[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk/jdk/make'
########################################################################
##### Leaving jdk for target(s) sanity all docs images #####
########################################################################
##### Build time 00:19:18 jdk for target(s) sanity all docs images #####
########################################################################
#-- Build times ----------
Target all_product_build
Start 2016-03-20 12:32:07
End 2016-03-20 13:14:20
00:05:12 corba
00:15:03 hotspot
00:00:39 jaxp
00:00:47 jaxws
00:19:18 jdk
00:01:14 langtools
00:42:13 TOTAL
-------------------------
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/ext
IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/jstack.stp
-client IGNORE
touch stamps/add-systemtap.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ] ; then \
cp -v /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ; \
fi
?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties? -> ?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/tz.properties?
touch stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Loading classes to share ... done.
Rewriting and unlinking classes ... done.
Calculating hash values for String objects .. done.
Calculating fingerprints ... done.
Removing unshareable information ... done.
Moving common symbols to metadata section at 0x00007f827c606ae0 ... done.
Moving vmSymbols to metadata section at 0x00007f827c818438 ... done.
Moving the remaining symbols to metadata section at 0x00007f827c8195d0 ... done.
Moved 58666 symbols, 2174328 bytes.
Moving pre-ordered read-only objects to shared space at 0x00007f827ae00000 ... done.
Moving read-only objects to shared space at 0x00007f827b414960 ... done.
Moving string char arrays to shared space at 0x00007f827b42b158 ... done.
Moving pre-ordered read-write objects to shared space at 0x00007f827b800000 ... done.
Moving read-write objects to shared space at 0x00007f827c3f2c18 ... done.
Moving String objects to shared space at 0x00007f827c479c68 ... done.
Read-write space ends at 0x00007f827c4d5248, 13455944 bytes.
Updating references to shared objects ... done.
touch stamps/add-archive.stamp
touch stamps/split-debuginfo.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
cat jconsole.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > jconsole-1.7.0.desktop
cat policytool.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > policytool-1.7.0.desktop
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Nothing to be done for `dvi'.
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
/bin/gmake check-local
gmake[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
gmake[2]: *** [jtregcheck] Error 1
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 20 21:24:48 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 20 Mar 2016 17:24:48 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1356
In-Reply-To: <2087749834.310.1458443915321.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <2087749834.310.1458443915321.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1944493383.314.1458509090062.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 176571 lines...]
# -doctitle 'Attach API'
# -windowtitle 'Attach API '
# -header 'Attach API'
# -bottom '
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (attach.packages):
# com.sun.tools.attach
# com.sun.tools.attach.spi
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/attach/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/attach.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/attach.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec/index.html
# Options (jconsole.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'JConsole API'
# -windowtitle 'JConsole API '
# -header 'JConsole API'
# -bottom '
Copyright © 2006, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jconsole.packages):
# com.sun.tools.jconsole
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/jconsole/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jconsole.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jconsole.packages
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes/com/sun/management/HotSpotDiagnosticMXBean.java:52: warning - Tag @see: reference not found: ManagementFactory#getPlatformMXBeans(Class)
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes/com/sun/tools/attach/AttachOperationFailedException.java:51: warning - @param argument "s" is not a parameter name.
1 warning
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree/index.html
1 warning
# Options (treeapi.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -doctitle 'Compiler Tree API'
# -windowtitle 'Compiler Tree API '
# -header 'Compiler Tree API'
# -tag 'jls:a:See The Java™ Language Specification:'
# -bottom '
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.'
# -group 'Packages' 'com.sun.source.*'
# -linkoffline '../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (treeapi.packages):
# com.sun.source.doctree
# com.sun.source.tree
# com.sun.source.util
# jdk
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/javac/tree \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/treeapi.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/treeapi.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn/index.html
# Options (nashornapi.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -doctitle 'Nashorn API'
# -windowtitle 'Nashorn API '
# -header 'Nashorn API'
# -tag 'jls:a:See The Java™ Language Specification:'
# -bottom '
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.'
# -group 'Packages' 'jdk.nashorn.api.scripting.*'
# -linkoffline '../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (nashornapi.packages):
# jdk.nashorn.api.scripting
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jdk/api/nashorn \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/nashornapi.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/nashornapi.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec/index.html
# Options (sctp.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'SCTP API'
# -windowtitle 'SCTP API '
# -header 'SCTP API'
# -bottom '
Copyright © 2009, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (sctp.packages):
# com.sun.nio.sctp
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/nio/sctp/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/sctp.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/sctp.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec/index.html
# Options (jaccess.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'JACCESS API'
# -windowtitle 'JACCESS API '
# -header 'JACCESS API'
# -bottom '
Copyright © 2002, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jaccess.packages):
# com.sun.java.accessibility.util
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/accessibility/jaccess/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jaccess.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jaccess.packages
/bin/rm -f -r /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec
# Summary for /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec/index.html
# Options (jdknet.options):
# -XDignore.symbol.file=true -quiet -use -keywords -Xdoclint:none -Xprofilespath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/make/profile-rtjar-includes.txt -Xdocrootparent https://docs.oracle.com/javase/7/docs
# -Xdoclint:none
# -sourcepath '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/impsrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gensrc:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/gendocsrc_rmic:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/solaris/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/windows/classes:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/nashorn/src/:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/jdk/src/share/doc/stub'
# -encoding 'ascii'
# -nodeprecatedlist
# -doctitle 'jdk.net API'
# -windowtitle 'jdk.net API '
# -header 'jdk.net API'
# -bottom '
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.'
# -linkoffline '../../../../../api' '/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/api/'
# Packages (jdknet.packages):
# jdk.net
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/bootstrap/jdk1.7.0/bin/java -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -Xmx1024m -Djava.awt.headless=true "-Xbootclasspath/p:/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar com.sun.tools.javadoc.Main -bootclasspath /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/jdk/classes -d /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docs/jre/api/net/socketoptions/spec \
@/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jdknet.options @/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/docstemp/doctmp/jdknet.packages
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk/make'
## Finished docs (build time 00:05:33)
----- Build times -------
Start 2016-03-20 16:49:56
End 2016-03-20 17:24:43
00:00:58 corba
00:01:00 demos
00:05:33 docs
00:16:22 hotspot
00:01:29 images
00:00:34 jaxp
00:00:45 jaxws
00:06:43 jdk
00:01:02 langtools
00:00:21 nashorn
00:34:47 TOTAL
-------------------------
Finished building OpenJDK for target 'images docs'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build'
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/pax-mark-vm /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2re-image/lib/ext
mkdir -p /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot.stp; \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_jni.stp; \
sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/tapset/jstack.stp
-client IGNORE
cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/nss.cfg \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/security;
IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
if [ -e /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/test/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build/openjdk.build/images/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Allocated shared space: 37871616 bytes at 0x0000000800000000
Loading classes to share ...
Preload Warning: Cannot find sun/misc/PostVMInitHook
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$1
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$4
Preload Warning: Cannot find sun/usagetracker/UsageTrackerClient$3
Preload Warning: Cannot find sun/dc/DuctusRenderingEngine
Preload Warning: Cannot find sun/font/T2KFontScaler
Preload Warning: Cannot find sun/font/T2KFontScaler$1
Loading classes to share: done.
Rewriting and linking classes ...
Rewriting and linking classes: done
Number of classes 2565
instance classes = 2551
obj array classes = 6
type array classes = 8
Calculating fingerprints ... done.
Removing unshareable information ... done.
ro space: 7288688 [ 36.4% of total] out of 16777216 bytes [43.4% used] at 0x0000000800000000
rw space: 11151912 [ 55.6% of total] out of 16777216 bytes [66.5% used] at 0x0000000801000000
md space: 1572920 [ 7.8% of total] out of 4194304 bytes [37.5% used] at 0x0000000802000000
mc space: 34053 [ 0.2% of total] out of 122880 bytes [27.7% used] at 0x0000000802400000
total : 20047573 [100.0% of total] out of 37871616 bytes [52.9% used]
touch stamps/add-archive.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Nothing to be done for `dvi'.
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
/bin/make check-local
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
/bin/mkdir -p test
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
: # kill testsuite processes still hanging
nothing to cleanup
if test "x/bin/perl" = "x"; then \
echo "ERROR: Perl not found"; exit -1; \
fi
if test "x" = "x"; then \
echo "ERROR: stap not found"; exit -1; \
fi
ERROR: stap not found
make[2]: *** [check-tapset-probes] Error 255
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 21 10:44:12 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 21 Mar 2016 06:44:12 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2292
In-Reply-To: <1765038374.311.1458446464899.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1765038374.311.1458446464899.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <769194230.0.1458557057698.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583297 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 21 17:31:05 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 21 Mar 2016 13:31:05 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1789
In-Reply-To: <1624730145.312.1458474483066.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1624730145.312.1458474483066.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2018150145.1.1458581469307.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580887 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 21 23:01:31 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 21 Mar 2016 19:01:31 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2244
In-Reply-To: <290635064.313.1458494074883.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <290635064.313.1458494074883.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1727020206.2.1458601297425.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527212 lines...]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
linux-vdso.so.1 => (0x00007ffca49fb000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f3f8a153000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
linux-vdso.so.1 => (0x00007ffc98fd8000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f7755810000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
linux-vdso.so.1 => (0x00007fffaafac000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f52ca839000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
linux-vdso.so.1 => (0x00007ffce5126000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f2820c69000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
linux-vdso.so.1 => (0x00007ffe24be2000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f75f910f000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
linux-vdso.so.1 => (0x00007ffc5e58b000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f8da8873000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
linux-vdso.so.1 => (0x00007ffed1fb8000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f12db7cd000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/jdk-bin-files.list
>>>Making sec-files @ Mon Mar 21 19:01:17 EDT 2016 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Mon Mar 21 19:01:17 EDT 2016 ...
>>>Making jgss-files @ Mon Mar 21 19:01:17 EDT 2016 ...
>>>Making server-jdk-image @ Mon Mar 21 19:01:17 EDT 2016 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
/bin/cp -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/demo
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/sample
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/jre/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/ja_JP.UTF-8/man1/javaws.1
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/man1/javaws.1
>>>Finished making images @ Mon Mar 21 19:01:19 EDT 2016 ...
gmake[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk/jdk/make'
########################################################################
##### Leaving jdk for target(s) sanity all docs images #####
########################################################################
##### Build time 00:19:18 jdk for target(s) sanity all docs images #####
########################################################################
#-- Build times ----------
Target all_product_build
Start 2016-03-21 18:18:56
End 2016-03-21 19:01:19
00:05:08 corba
00:15:14 hotspot
00:00:39 jaxp
00:00:48 jaxws
00:19:18 jdk
00:01:16 langtools
00:42:23 TOTAL
-------------------------
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/ext
IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/jstack.stp
-client IGNORE
touch stamps/add-systemtap.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ] ; then \
cp -v /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ; \
fi
?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties? -> ?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/tz.properties?
touch stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Loading classes to share ... done.
Rewriting and unlinking classes ... done.
Calculating hash values for String objects .. done.
Calculating fingerprints ... done.
Removing unshareable information ... done.
Moving common symbols to metadata section at 0x00007fb4c4606ae0 ... done.
Moving vmSymbols to metadata section at 0x00007fb4c4818438 ... done.
Moving the remaining symbols to metadata section at 0x00007fb4c48195d0 ... done.
Moved 58666 symbols, 2174328 bytes.
Moving pre-ordered read-only objects to shared space at 0x00007fb4c2e00000 ... done.
Moving read-only objects to shared space at 0x00007fb4c3414960 ... done.
Moving string char arrays to shared space at 0x00007fb4c342b158 ... done.
Moving pre-ordered read-write objects to shared space at 0x00007fb4c3800000 ... done.
Moving read-write objects to shared space at 0x00007fb4c43f2c18 ... done.
Moving String objects to shared space at 0x00007fb4c4479c68 ... done.
Read-write space ends at 0x00007fb4c44d5248, 13455944 bytes.
Updating references to shared objects ... done.
touch stamps/add-archive.stamp
touch stamps/split-debuginfo.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
cat jconsole.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > jconsole-1.7.0.desktop
cat policytool.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > policytool-1.7.0.desktop
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Nothing to be done for `dvi'.
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
/bin/gmake check-local
gmake[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
gmake[2]: *** [jtregcheck] Error 1
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Tue Mar 22 01:23:32 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 21 Mar 2016 21:23:32 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1357
In-Reply-To: <1944493383.314.1458509090062.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1944493383.314.1458509090062.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1470139359.3.1458609814356.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
Changes:
[Andrew John Hughes ] PR1889: Allow tarball checksumming to be disabled
2016-03-21 Andrew John Hughes
PR1889: Allow tarball checksumming to be disabled
* INSTALL: Document --disable-nashorn-checksum.
* Makefile.am:
(NASHORN_SHA256SUM_BIN): Define to either
$(SHA256SUM) or true, depending on whether or
not checksumming should be performed.
(download-nashorn): Use NASHORN_SHA256SUM_BIN
instead of SHA256SUM directly.
* acinclude.m4:
(IT_WITH_NASHORN_SRC_ZIP): Define only once.
(IT_ENABLE_HOTSPOT_CHECKSUM): Provide
--disable-nashorn-checksum option.
* configure.ac: Replace call to
IT_WITH_NASHORN_SRC_ZIP macros with call
to IT_ENABLE_NASHORN_CHECKSUM macro, which
in turn requires the IT_WITH_NASHORN_SRC_ZIP
macro.
2015-07-15 Andrew John Hughes
PR1889: Allow tarball checksumming to be disabled
* INSTALL: Document new options.
* Makefile.am:
(OPENJDK_SHA256SUM_BIN): Define to either
$(SHA256SUM) or true, depending on whether or
not checksumming should be performed.
(CORBA_SHA256SUM_BIN): Likewise.
(JAXP_SHA256SUM_BIN): Likewise.
(JAXWS_SHA256SUM_BIN): Likewise.
(JDK_SHA256SUM_BIN): Likewise.
(LANGTOOLS_SHA256SUM_BIN): Likewise.
(CACAO_SHA256SUM_BIN): Likewise.
(JAMVM_SHA256SUM_BIN): Likewise.
(HOTSPOT_SHA256SUM_BIN): Likewise.
(download-openjdk): Use OPENJDK_SHA256SUM_BIN
instead of SHA256SUM directly.
(download-corba): Use CORBA_SHA256SUM_BIN
instead of SHA256SUM directly.
(download-jaxp): Use JAXP_SHA256SUM_BIN
instead of SHA256SUM directly.
(download-jaxws): Use JAXWS_SHA256SUM_BIN
instead of SHA256SUM directly.
(download-jdk): Use JDK_SHA256SUM_BIN
instead of SHA256SUM directly.
(download-langtools): Use LANGTOOLS_SHA256SUM_BIN
instead of SHA256SUM directly.
(download-cacao): Use CACAO_SHA256SUM_BIN
instead of SHA256SUM directly.
(download-jamvm): Use JAMVM_SHA256SUM_BIN
instead of SHA256SUM directly.
(download-hotspot): Use HOTSPOT_SHA256SUM_BIN
instead of SHA256SUM directly.
* NEWS: Updated.
* acinclude.m4:
(IT_WITH_OPENJDK_SRC_ZIP): Define only once.
(IT_WITH_CACAO_SRC_ZIP): Likewise.
(IT_WITH_HOTSPOT_SRC_ZIP): Likewise.
(IT_WITH_CORBA_SRC_ZIP): Likewise.
(IT_WITH_JAXP_SRC_ZIP): Likewise.
(IT_WITH_JAXWS_SRC_ZIP): Likewise.
(IT_WITH_JDK_SRC_ZIP): Likewise.
(IT_WITH_LANGTOOLS_SRC_ZIP): Likewise.
(IT_WITH_JAMVM_SRC_ZIP): Likewise.
(IT_ENABLE_OPENJDK_CHECKSUM): Provide
--disable-openjdk-checksum option.
(IT_ENABLE_CORBA_CHECKSUM): Provide
--disable-corba-checksum option.
(IT_ENABLE_JAXP_CHECKSUM): Provide
--disable-jaxp-checksum option.
(IT_ENABLE_JAXWS_CHECKSUM): Provide
--disable-jaxws-checksum option.
(IT_ENABLE_JDK_CHECKSUM): Provide
--disable-jdk-checksum option.
(IT_ENABLE_LANGTOOLS_CHECKSUM): Provide
--disable-langtools-checksum option.
(IT_ENABLE_CACAO_CHECKSUM): Provide
--disable-cacao-checksum option.
(IT_ENABLE_JAMVM_CHECKSUM): Provide
--disable-jamvm-checksum option.
(IT_ENABLE_HOTSPOT_CHECKSUM): Provide
--disable-hotspot-checksum option.
* configure.ac: Replace calls to
IT_WITH_X_SRC_ZIP macros with calls
to IT_ENABLE_X_CHECKSUM macros, which
in turn require the IT_WITH_X_SRC_ZIP
macro.
[Andrew John Hughes ] PR1815: Split download/extraction rules for OpenJDK so they can run in parallel
2016-03-20 Andrew John Hughes
PR1815: Split download/extraction rules for OpenJDK
so they can run in parallel
* Makefile.am:
(extract-openjdk): Remove outdated javazic tool
removal line.
(extract-nashorn): Handle Mercurial checkout.
2015-07-06 Andrew John Hughes
PR1815: Split download/extraction rules for OpenJDK
so they can run in parallel
* Makefile.am:
(.PHONY): Add new clean-download-* and
clean-extract-* targets.
(download): Depend on download-{openjdk,corba,hotspot,
jaxp,jaxws,jdk,langtools,cacao,jamvm,nashorn}.
(clean-download): Depend on
clean-download-{openjdk,cacao,jamvm,hotspot,corba,jaxp,
jaxws,jdk,langtools,nashorn}.
(download-openjdk): Don't do Mercurial checkout here.
Do it as part of extract. Split corba, jaxp, jaxws,
jdk and langtools downloads into their own targets.
(download-corba): Split from download-openjdk.
(download-jaxp): Likewise.
(download-jaxws): Likewise.
(download-jdk): Likewise.
(download-langtools): Likewise.
(clean-download-openjdk): Don't depend on
clean-download-hotspot or clean-download-nashorn.
Split corba, jaxp, jaxws, jdk and langtools cleanup
into their own targets.
(clean-download-corba): Split from clean-download-openjdk.
(clean-download-jaxp): Likewise.
(clean-download-jaxws): Likewise.
(clean-download-jdk): Likewise.
(clean-download-langtools): Likewise.
(download-hotspot): No need to depend on download-openjdk.
(extract): Depend on extract-{openjdk,corba,jaxp,jaxws,jdk,
cacao,jamvm,hotspot,langtools,nashorn}, sanitise-openjdk
and remove-intree-libraries.
(extract-openjdk): Add cloning of root repository here.
Split extraction of corba, jaxp, jaxws, jdk and langtools
into their own targets.
(clean-extract-openjdk): Depend on
clean-extract-{hotspot,jdk,jaxp,jaxws,corba,langtools},
clean-overlay, clean-versioning, clean-patch-fsg,
clean-remove-intree-libraries and clean-sanitise-openjdk.
(extract-corba): Split from extract-openjdk.
(clean-extract-corba): New target to just remove corba.
(extract-jaxp): Split from extract-openjdk.
(clean-extract-jaxp): New target to just remove jaxp.
(extract-jaxws): Split from extract-openjdk.
(clean-extract-jaxws): New target to just remove jaxws.
(extract-jdk): Split from extract-openjdk.
(clean-extract-jdk): New target to just remove jdk.
(extract-langtools): Split from extract-openlangtools.
(clean-extract-langtools): New target to just remove langtools.
(extract-hotspot): Handle Mercurial checkout.
(sanitise-openjdk): Depend on extract-{openjdk,hotspot,nashorn,
jdk,langtools,corba,jaxp,jaxws}.
* NEWS: Updated.
------------------------------------------
[...truncated 97526 lines...]
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing'
mkdir -p \
/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/images/j2sdk-image/jre/lib/amd64/server
cp /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/hotspot/dist/jre/lib/amd64/server/libjvm.so \
/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/images/j2sdk-image/jre/lib/amd64/server
HotSpot is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/images/j2sdk-image
+ make distclean
rm -rf test/jtreg/classes
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ] ; then \
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -f stamps/check-ecc.stamp
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build
rm -f stamps/icedtea-configure.stamp stamps/icedtea.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug
rm -f stamps/icedtea-debug-configure.stamp
rm -f stamps/icedtea-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
rm -f stamps/icedtea-boot-configure.stamp
rm -f stamps/icedtea-boot.stamp
rm -rf openjdk-boot
rm -f stamps/patch-boot.stamp
rm -f stamps/clone-boot.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/boot
rm -f stamps/bootstrap-directory-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
rm -f stamps/bootstrap-directory-stage2.stamp
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
rm -f stamps/bootstrap-directory-symlink-stage1.stamp
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
rm -f stamps/bootstrap-directory-symlink-stage2.stamp
rm -f stamps/overlay.stamp
if [ -e $(basename openjdk/jdk/make/ProfileNames.gmk).bak ] ; then \
mv $(basename openjdk/jdk/make/ProfileNames.gmk).bak openjdk/jdk/make/ProfileNames.gmk ; \
fi
rm -f stamps/versioning.stamp
if [ -e stamps/patch.stamp ] ; then \
all_patches_ok=yes; \
for p in patches/memory-limits.patch patches/override-redirect-metacity.patch patches/rh1022017.patch patches/disable-intree-ec.patch patches/nss-not-enabled-config.patch ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea8-target-testing/openjdk/jdk; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p1 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p1 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea8-target-testing ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch.stamp ; \
fi
Checking patches/memory-limits.patch
Reverting patches/memory-limits.patch
patching file openjdk/hotspot/src/share/vm/runtime/globals.hpp
Hunk #1 succeeded at 3150 (offset 37 lines).
Checking patches/override-redirect-metacity.patch
Reverting patches/override-redirect-metacity.patch
patching file openjdk/jdk/src/solaris/classes/sun/awt/X11/XWindowPeer.java
Hunk #1 succeeded at 1220 (offset 78 lines).
Checking patches/rh1022017.patch
Reverting patches/rh1022017.patch
patching file openjdk/jdk/src/share/classes/sun/security/ssl/SupportedEllipticCurvesExtension.java
Checking patches/disable-intree-ec.patch
1 out of 1 hunk FAILED
Checking patches/nss-not-enabled-config.patch
Reverting patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security-linux
Hunk #1 succeeded at 73 (offset 22 lines).
WARNING Not all patches reverted cleanly
if [ -e stamps/patch-fsg.stamp ] ; then \
all_patches_ok=yes; \
for p in ; \
do \
echo Checking $p ; \
if /bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea8-target-testing/$p ; \
then \
echo Reverting $p ; \
/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea8-target-testing/$p ; \
else \
all_patches_ok=no ; \
fi ; \
done ; \
if ! test x${all_patches_ok} = "xyes" ; then \
echo "WARNING Not all patches reverted cleanly" ; \
fi ; \
rm -f stamps/patch-fsg.stamp ; \
fi
rm -f stamps/remove-intree-libraries.stamp
rm -f stamps/sanitise-openjdk.stamp
rm -rf openjdk/hotspot
rm -f stamps/extract-hotspot.stamp
rm -rf openjdk/jdk
rm -f stamps/extract-jdk.stamp
rm -rf openjdk/jaxp
rm -f stamps/extract-jaxp.stamp
rm -rf openjdk/jaxws
rm -f stamps/extract-jaxws.stamp
rm -rf openjdk/corba
rm -f stamps/extract-corba.stamp
rm -rf openjdk/langtools
rm -f stamps/extract-langtools.stamp
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
rm -rf cacao
rm -f stamps/cacao.stamp
rm -f stamps/extract-cacao.stamp
rm -rf jamvm
rm -f stamps/jamvm.stamp
rm -f stamps/extract-jamvm.stamp
rm -f stamps/extract.stamp
rm -f native-ecj
rm -rf stamps/native-ecj.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm.stamp
rm -f stamps/check-crypto.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive.stamp
rm -f stamps/icedtea-stage2.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jamvm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-jamvm-debug.stamp
rm -f stamps/check-crypto-debug.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-debug.stamp
rm -f stamps/icedtea-debug-stage2.stamp
rm -f stamps/check-crypto-boot.stamp
rm -vf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/images/j2sdk-image/jre/lib/amd64/*/*.jsa
rm -f stamps/add-archive-boot.stamp
rm -f stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/zero
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/shark
rm -rf zerovm
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-zero-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea8-target-testing/openjdk.build-debug/images/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/test/cryptocheck.build
rm -f stamps/cryptocheck.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/test/ecccheck.build
rm -f stamps/ecccheck.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "hotspot.map fsg.sh nss.cfg javac javap javah pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp test/tapset/jstaptest.pl" || rm -f hotspot.map fsg.sh nss.cfg javac javap javah pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp test/tapset/jstaptest.pl
test . = "." || test -z "" || rm -f
if [ ! -z openjdk.tar.xz ] ; then \
rm -f openjdk.tar.xz ; \
fi
rm -f stamps/download-openjdk.stamp
rm -f cacao-c182f119eaad.tar.xz
rm -f stamps/download-cacao.stamp
rm -f jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz
rm -f stamps/download-jamvm.stamp
if [ ! -z hotspot.tar.xz ] ; then \
rm -f hotspot.tar.xz ; \
fi
rm -f stamps/download-hotspot.stamp
if [ ! -z corba.tar.xz ] ; then \
rm -f corba.tar.xz ; \
fi
rm -f stamps/download-corba.stamp
if [ ! -z jaxp.tar.xz ] ; then \
rm -f jaxp.tar.xz ; \
fi
rm -f stamps/download-jaxp.stamp
if [ ! -z jaxws.tar.xz ] ; then \
rm -f jaxws.tar.xz ; \
fi
rm -f stamps/download-jaxws.stamp
if [ ! -z jdk.tar.xz ] ; then \
rm -f jdk.tar.xz ; \
fi
rm -f stamps/download-jdk.stamp
if [ ! -z langtools.tar.xz ] ; then \
rm -f langtools.tar.xz ; \
fi
rm -f stamps/download-openjdk.stamp
if [ ! -z nashorn.tar.xz ] ; then \
rm -f nashorn.tar.xz ; \
fi
rm -f stamps/download-nashorn.stamp
rm -f stamps/download.stamp
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ] ; then \
rmdir stamps ; \
fi
rmdir: failed to remove ?stamps?: Directory not empty
make: *** [distclean-local] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Tue Mar 22 10:51:13 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 22 Mar 2016 06:51:13 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2293
In-Reply-To: <769194230.0.1458557057698.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <769194230.0.1458557057698.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1912683981.4.1458643877343.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583302 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Tue Mar 22 17:44:24 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 22 Mar 2016 13:44:24 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1790
In-Reply-To: <2018150145.1.1458581469307.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <2018150145.1.1458581469307.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <593865556.5.1458668667899.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580885 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Tue Mar 22 23:14:40 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 22 Mar 2016 19:14:40 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2245
In-Reply-To: <1727020206.2.1458601297425.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1727020206.2.1458601297425.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <30038318.6.1458688484279.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527212 lines...]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
linux-vdso.so.1 => (0x00007ffeec194000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f8634c73000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
linux-vdso.so.1 => (0x00007ffe95f5e000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f5004989000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
linux-vdso.so.1 => (0x00007ffc3ddb1000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fba7c54d000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
linux-vdso.so.1 => (0x00007ffc257fb000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fb5533c0000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
linux-vdso.so.1 => (0x00007ffd9ff4c000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007ff2a64c1000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
linux-vdso.so.1 => (0x00007ffc3db98000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f2dd4673000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
linux-vdso.so.1 => (0x00007ffeff7d0000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fcd7e0bc000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/jdk-bin-files.list
>>>Making sec-files @ Tue Mar 22 19:14:30 EDT 2016 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Tue Mar 22 19:14:30 EDT 2016 ...
>>>Making jgss-files @ Tue Mar 22 19:14:30 EDT 2016 ...
>>>Making server-jdk-image @ Tue Mar 22 19:14:30 EDT 2016 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
/bin/cp -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/demo
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/sample
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/jre/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/ja_JP.UTF-8/man1/javaws.1
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/man1/javaws.1
>>>Finished making images @ Tue Mar 22 19:14:33 EDT 2016 ...
gmake[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk/jdk/make'
########################################################################
##### Leaving jdk for target(s) sanity all docs images #####
########################################################################
##### Build time 00:21:03 jdk for target(s) sanity all docs images #####
########################################################################
#-- Build times ----------
Target all_product_build
Start 2016-03-22 18:30:31
End 2016-03-22 19:14:33
00:05:08 corba
00:15:07 hotspot
00:00:42 jaxp
00:00:47 jaxws
00:21:03 jdk
00:01:15 langtools
00:44:02 TOTAL
-------------------------
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/ext
IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/jstack.stp
-client IGNORE
touch stamps/add-systemtap.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ] ; then \
cp -v /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ; \
fi
?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties? -> ?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/tz.properties?
touch stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Loading classes to share ... done.
Rewriting and unlinking classes ... done.
Calculating hash values for String objects .. done.
Calculating fingerprints ... done.
Removing unshareable information ... done.
Moving common symbols to metadata section at 0x00007f525f606ae0 ... done.
Moving vmSymbols to metadata section at 0x00007f525f818438 ... done.
Moving the remaining symbols to metadata section at 0x00007f525f8195d0 ... done.
Moved 58666 symbols, 2174328 bytes.
Moving pre-ordered read-only objects to shared space at 0x00007f525de00000 ... done.
Moving read-only objects to shared space at 0x00007f525e414960 ... done.
Moving string char arrays to shared space at 0x00007f525e42b158 ... done.
Moving pre-ordered read-write objects to shared space at 0x00007f525e800000 ... done.
Moving read-write objects to shared space at 0x00007f525f3f2c18 ... done.
Moving String objects to shared space at 0x00007f525f479c68 ... done.
Read-write space ends at 0x00007f525f4d5248, 13455944 bytes.
Updating references to shared objects ... done.
touch stamps/add-archive.stamp
touch stamps/split-debuginfo.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
cat jconsole.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > jconsole-1.7.0.desktop
cat policytool.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > policytool-1.7.0.desktop
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Nothing to be done for `dvi'.
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
/bin/gmake check-local
gmake[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
gmake[2]: *** [jtregcheck] Error 1
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Tue Mar 22 23:16:08 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 22 Mar 2016 19:16:08 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1358
In-Reply-To: <1470139359.3.1458609814356.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1470139359.3.1458609814356.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1441969230.7.1458688568739.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 1500 lines...]
checking for dirname... /bin/dirname
checking for echo... /bin/echo
checking for expr... /bin/expr
checking for file... /bin/file
checking for find... /bin/find
checking for head... /bin/head
checking for ln... /bin/ln
checking for ls... /bin/ls
checking for mkdir... /bin/mkdir
checking for mktemp... /bin/mktemp
checking for mv... /bin/mv
checking for printf... /bin/printf
checking for rm... /bin/rm
checking for sh... /bin/sh
checking for sort... /bin/sort
checking for tail... /bin/tail
checking for tar... /bin/tar
checking for tee... /bin/tee
checking for touch... /bin/touch
checking for tr... /bin/tr
checking for uname... /bin/uname
checking for uniq... /bin/uniq
checking for wc... /bin/wc
checking for which... /bin/which
checking for xargs... /bin/xargs
checking for gawk... gawk
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for a sed that does not truncate output... /bin/sed
checking for nawk... no
checking for gawk... /bin/gawk
checking for cygpath... no
checking for readlink... /bin/readlink
checking for df... /bin/df
checking for SetFile... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking openjdk-build os-cpu... linux-x86_64
checking openjdk-build bit-size... 64
checking openjdk-build endianness... little
checking openjdk-target os-cpu... linux-x86_64
checking openjdk-target bit-size... 64
checking openjdk-target endianness... little
checking compilation type... native
checking for presence of closed sources... no
checking if closed source is suppressed (openjdk-only)... no
checking which variant of the JDK to build... normal
checking which interpreter of the JVM to build... template
checking which variants of the JVM to build... server
checking which debug level to use... release
checking what configuration name to use... /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
checking for apt-get... no
checking for yum... yum
checking for gmake... /bin/gmake
configure: Testing potential make at /bin/gmake, found using gmake in PATH
configure: Resolving FOUND_MAKE (as /bin/gmake) failed, using /bin/gmake directly.
configure: Using GNU make 3.81 (or later) at /bin/gmake (version: GNU Make 3.82)
checking if find supports -delete... yes
checking for unzip... /bin/unzip
checking for zip... /bin/zip
checking for ldd... /bin/ldd
checking for readelf... /bin/readelf
checking for hg... /bin/hg
checking for stat... /bin/stat
checking for time... /bin/time
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for 7z... no
checking for unzip... unzip
checking for wget... wget
checking headful support... include support for both headful and headless
configure: Found potential Boot JDK using configure arguments
checking for Boot JDK... /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
checking Boot JDK version... java version "1.7.0_71" OpenJDK Runtime Environment (IcedTea 2.5.3) (Fedora build 1.7.0_71-b14) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
checking for java in Boot JDK... ok
checking for javac in Boot JDK... ok
checking for javah in Boot JDK... ok
checking for javap in Boot JDK... ok
checking for jar in Boot JDK... ok
checking for rmic in Boot JDK... ok
checking for native2ascii in Boot JDK... ok
checking for an alternate jar command... false
checking if Boot JDK is 32 or 64 bits... 64
checking flags for boot jdk java command ...
checking flags for boot jdk java command for big workloads... -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -XX:PermSize=32m -XX:MaxPermSize=160m
checking flags for boot jdk java command for small workloads... -XX:+UseSerialGC -Xms32M -Xmx512M
checking for jtreg... no
checking for gcc... /bin/gcc
configure: Resolving CC (as /bin/gcc) failed, using /bin/gcc directly.
checking resolved symbolic links for CC... /usr/bin/gcc
configure: Using gcc (GCC) 4.8.3 20140911 (Red Hat-7) C compiler version 4.8.3-7) (located at /bin/gcc)
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /bin/gcc accepts -g... yes
checking for /bin/gcc option to accept ISO C89... none needed
checking for g++... /bin/g++
configure: Resolving CXX (as /bin/g++) failed, using /bin/g++ directly.
checking resolved symbolic links for CXX... /usr/bin/g++
configure: Using g++ (GCC) 4.8.3 20140911 (Red Hat-7) C++ compiler version 4.8.3-7) (located at /bin/g++)
checking whether we are using the GNU C++ compiler... yes
checking whether /bin/g++ accepts -g... yes
checking for ar... ar
configure: Rewriting AR to "/bin/ar"
checking how to run the C preprocessor... /bin/gcc -E
configure: Resolving CPP (as /bin/gcc) failed, using /bin/gcc directly.
checking how to run the C++ preprocessor... /bin/g++ -E
configure: Resolving CXXCPP (as /bin/g++) failed, using /bin/g++ directly.
checking for otool... no
checking for nm... nm
configure: Rewriting NM to "/bin/nm"
checking for strip... strip
configure: Rewriting STRIP to "/bin/strip"
checking for gobjcopy... no
checking for objcopy... objcopy
configure: Rewriting OBJCOPY to "/bin/objcopy"
checking for gobjdump... no
checking for objdump... objdump
configure: Rewriting OBJDUMP to "/bin/objdump"
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking size of int *... 8
checking for target address size... 64 bits
checking whether byte ordering is bigendian... no
checking if compiler supports "-m64"... yes
checking if compiler supports "-m64"... yes
checking if warnings are errors... no
checking for broken SuSE 'ld' which only understands anonymous version tags in executables... no
checking if we should generate debug symbols... true
checking if we should zip debug-info files... yes
checking what is not needed on Linux?... pulse
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for X11/extensions/shape.h... yes
checking for X11/extensions/Xrender.h... yes
checking for X11/extensions/XTest.h... yes
checking for X11/Intrinsic.h... yes
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 for FREETYPE... yes
checking for freetype... yes (using pkg-config)
checking if we can compile and link with freetype... yes
checking if we should bundle freetype... no
checking for ALSA... yes
checking for which libjpeg to use... system
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_CreateDecompress in -ljpeg... yes
checking for which giflib to use... system
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for DGifGetCode in -lgif... yes
checking for which lcms to use... system
checking for LCMS... yes
checking for which libpng to use... checking for PNG... yes
system
checking for compress in -lz... yes
checking for which zlib to use... system
checking for cos in -lm... yes
checking for dlopen in -ldl... yes
checking whether to build the Sun EC provider against the system NSS libraries... no
checking if dynamic link of stdc++ is possible... yes
checking if static link of stdc++ is possible... no
checking how to link with libstdc++... dynamic
checking if the elliptic curve crypto implementation is present... no
checking for number of cores... 2
checking for memory size... 3815 MB
checking for appropriate number of jobs to run in parallel... 2
checking whether to use sjavac... no
checking that precompiled headers work... yes
checking for ccache... no
checking if build directory is on local disk... yes
configure: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/config.status
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/hotspot-spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/bootcycle-spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/compare.sh
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.sh
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/Makefile
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/config.h
====================================================
A new configuration has been successfully created in
/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
using configure arguments '--enable-unlimited-crypto --with-cacerts-file=/etc/pki/ca-trust/extracted/java/cacerts --with-stdc++lib=dynamic --with-boot-jdk=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0 --with-update-version=72 --with-build-number=b15 --with-milestone=fcs --with-extra-cflags=-g -O2 --with-extra-cxxflags=-g -O2 --with-extra-ldflags= --with-zlib=system --with-lcms=system --with-libjpeg=system --with-libpng=system --with-giflib=system --disable-system-nss --disable-warnings-as-errors'.
Configuration summary:
* Debug level: release
* JDK variant: normal
* JVM variants: server
* OpenJDK target: OS: linux, CPU architecture: x86, address length: 64
Tools summary:
* Boot JDK: java version "1.7.0_71" OpenJDK Runtime Environment (IcedTea 2.5.3) (Fedora build 1.7.0_71-b14) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode) (at /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0)
* C Compiler: gcc (GCC) 4.8.3 20140911 (Red Hat-7) version 4.8.3-7) (at /bin/gcc)
* C++ Compiler: g++ (GCC) 4.8.3 20140911 (Red Hat-7) version 4.8.3-7) (at /bin/g++)
Build performance summary:
* Cores to use: 2
* Memory limit: 3815 MB
* ccache status: not installed (consider installing)
Build performance tip: ccache gives a tremendous speedup for C++ recompilations.
You do not have ccache installed. Try installing it.
You might be able to fix this by running 'sudo yum install ccache'.
mkdir -p stamps
touch stamps/icedtea-boot-configure.stamp
JAVAC= JAVA_HOME= JDK_HOME= OS= /bin/make \
LANG="C" PATH="/notnfs/nighttester/icedtea8-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) (Tue Mar 22 19:15:10 EDT 2016)" DERIVATIVE_ID="IcedTea 3.0.0pre09+r45205ca060d2" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" LOG="debug" SCTP_WERROR= POST_STRIP_CMD= STRIP_POLICY="no_strip" JOBS="3" 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" \
-C /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot \
images
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
Running make as '/bin/gmake VERBOSE= LOG_LEVEL=debug -R -I /notnfs/nighttester/icedtea8-target-testing/openjdk-boot/make/common -w SPEC=/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.gmk -j3'
Building OpenJDK for target 'images' in configuration '/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
## Starting langtools
/bin/sh: line 0: cd: /notnfs/nighttester/icedtea8-target-testing/openjdk-boot/langtools/make: No such file or directory
make[1]: *** [langtools-only] Error 1
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
make: *** [stamps/icedtea-boot.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Wed Mar 23 10:44:10 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 23 Mar 2016 06:44:10 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2294
In-Reply-To: <1912683981.4.1458643877343.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1912683981.4.1458643877343.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2130895237.8.1458729853792.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583302 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Wed Mar 23 18:09:33 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 23 Mar 2016 14:09:33 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1791
In-Reply-To: <593865556.5.1458668667899.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <593865556.5.1458668667899.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1582887417.9.1458756575828.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580889 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 24 00:11:18 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 23 Mar 2016 20:11:18 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2246
In-Reply-To: <30038318.6.1458688484279.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <30038318.6.1458688484279.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <978002266.10.1458778281205.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527212 lines...]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
linux-vdso.so.1 => (0x00007ffc13b0a000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fd21e5bb000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
linux-vdso.so.1 => (0x00007fff0d198000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007efec3340000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
linux-vdso.so.1 => (0x00007ffda95cf000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fd802345000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
linux-vdso.so.1 => (0x00007ffe6818a000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f3a28487000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
linux-vdso.so.1 => (0x00007ffc03562000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f8054a46000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
linux-vdso.so.1 => (0x00007ffcb67fe000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f60336de000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
linux-vdso.so.1 => (0x00007ffca15ef000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007efe9faab000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/jdk-bin-files.list
>>>Making sec-files @ Wed Mar 23 20:11:04 EDT 2016 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Wed Mar 23 20:11:04 EDT 2016 ...
>>>Making jgss-files @ Wed Mar 23 20:11:04 EDT 2016 ...
>>>Making server-jdk-image @ Wed Mar 23 20:11:04 EDT 2016 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
/bin/cp -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/demo
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/sample
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/jre/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/ja_JP.UTF-8/man1/javaws.1
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/man1/javaws.1
>>>Finished making images @ Wed Mar 23 20:11:06 EDT 2016 ...
gmake[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk/jdk/make'
########################################################################
##### Leaving jdk for target(s) sanity all docs images #####
########################################################################
##### Build time 00:21:39 jdk for target(s) sanity all docs images #####
########################################################################
#-- Build times ----------
Target all_product_build
Start 2016-03-23 19:23:50
End 2016-03-23 20:11:06
00:05:55 corba
00:16:38 hotspot
00:00:46 jaxp
00:00:53 jaxws
00:21:39 jdk
00:01:25 langtools
00:47:16 TOTAL
-------------------------
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/ext
IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/jstack.stp
-client IGNORE
touch stamps/add-systemtap.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ] ; then \
cp -v /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ; \
fi
?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties? -> ?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/tz.properties?
touch stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Loading classes to share ... done.
Rewriting and unlinking classes ... done.
Calculating hash values for String objects .. done.
Calculating fingerprints ... done.
Removing unshareable information ... done.
Moving common symbols to metadata section at 0x00007f39a8606ae0 ... done.
Moving vmSymbols to metadata section at 0x00007f39a8818438 ... done.
Moving the remaining symbols to metadata section at 0x00007f39a88195d0 ... done.
Moved 58666 symbols, 2174328 bytes.
Moving pre-ordered read-only objects to shared space at 0x00007f39a6e00000 ... done.
Moving read-only objects to shared space at 0x00007f39a7414960 ... done.
Moving string char arrays to shared space at 0x00007f39a742b158 ... done.
Moving pre-ordered read-write objects to shared space at 0x00007f39a7800000 ... done.
Moving read-write objects to shared space at 0x00007f39a83f2c18 ... done.
Moving String objects to shared space at 0x00007f39a8479c68 ... done.
Read-write space ends at 0x00007f39a84d5248, 13455944 bytes.
Updating references to shared objects ... done.
touch stamps/add-archive.stamp
touch stamps/split-debuginfo.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
cat jconsole.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > jconsole-1.7.0.desktop
cat policytool.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > policytool-1.7.0.desktop
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Nothing to be done for `dvi'.
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
/bin/gmake check-local
gmake[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
gmake[2]: *** [jtregcheck] Error 1
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 24 00:13:29 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 23 Mar 2016 20:13:29 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1359
In-Reply-To: <1441969230.7.1458688568739.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1441969230.7.1458688568739.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1179214594.11.1458778409616.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 1518 lines...]
checking for dirname... /bin/dirname
checking for echo... /bin/echo
checking for expr... /bin/expr
checking for file... /bin/file
checking for find... /bin/find
checking for head... /bin/head
checking for ln... /bin/ln
checking for ls... /bin/ls
checking for mkdir... /bin/mkdir
checking for mktemp... /bin/mktemp
checking for mv... /bin/mv
checking for printf... /bin/printf
checking for rm... /bin/rm
checking for sh... /bin/sh
checking for sort... /bin/sort
checking for tail... /bin/tail
checking for tar... /bin/tar
checking for tee... /bin/tee
checking for touch... /bin/touch
checking for tr... /bin/tr
checking for uname... /bin/uname
checking for uniq... /bin/uniq
checking for wc... /bin/wc
checking for which... /bin/which
checking for xargs... /bin/xargs
checking for gawk... gawk
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for a sed that does not truncate output... /bin/sed
checking for nawk... no
checking for gawk... /bin/gawk
checking for cygpath... no
checking for readlink... /bin/readlink
checking for df... /bin/df
checking for SetFile... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking openjdk-build os-cpu... linux-x86_64
checking openjdk-build bit-size... 64
checking openjdk-build endianness... little
checking openjdk-target os-cpu... linux-x86_64
checking openjdk-target bit-size... 64
checking openjdk-target endianness... little
checking compilation type... native
checking for presence of closed sources... no
checking if closed source is suppressed (openjdk-only)... no
checking which variant of the JDK to build... normal
checking which interpreter of the JVM to build... template
checking which variants of the JVM to build... server
checking which debug level to use... release
checking what configuration name to use... /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
checking for apt-get... no
checking for yum... yum
checking for gmake... /bin/gmake
configure: Testing potential make at /bin/gmake, found using gmake in PATH
configure: Resolving FOUND_MAKE (as /bin/gmake) failed, using /bin/gmake directly.
configure: Using GNU make 3.81 (or later) at /bin/gmake (version: GNU Make 3.82)
checking if find supports -delete... yes
checking for unzip... /bin/unzip
checking for zip... /bin/zip
checking for ldd... /bin/ldd
checking for readelf... /bin/readelf
checking for hg... /bin/hg
checking for stat... /bin/stat
checking for time... /bin/time
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for 7z... no
checking for unzip... unzip
checking for wget... wget
checking headful support... include support for both headful and headless
configure: Found potential Boot JDK using configure arguments
checking for Boot JDK... /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
checking Boot JDK version... java version "1.7.0_71" OpenJDK Runtime Environment (IcedTea 2.5.3) (Fedora build 1.7.0_71-b14) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
checking for java in Boot JDK... ok
checking for javac in Boot JDK... ok
checking for javah in Boot JDK... ok
checking for javap in Boot JDK... ok
checking for jar in Boot JDK... ok
checking for rmic in Boot JDK... ok
checking for native2ascii in Boot JDK... ok
checking for an alternate jar command... false
checking if Boot JDK is 32 or 64 bits... 64
checking flags for boot jdk java command ...
checking flags for boot jdk java command for big workloads... -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -XX:PermSize=32m -XX:MaxPermSize=160m
checking flags for boot jdk java command for small workloads... -XX:+UseSerialGC -Xms32M -Xmx512M
checking for jtreg... no
checking for gcc... /bin/gcc
configure: Resolving CC (as /bin/gcc) failed, using /bin/gcc directly.
checking resolved symbolic links for CC... /usr/bin/gcc
configure: Using gcc (GCC) 4.8.3 20140911 (Red Hat-7) C compiler version 4.8.3-7) (located at /bin/gcc)
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /bin/gcc accepts -g... yes
checking for /bin/gcc option to accept ISO C89... none needed
checking for g++... /bin/g++
configure: Resolving CXX (as /bin/g++) failed, using /bin/g++ directly.
checking resolved symbolic links for CXX... /usr/bin/g++
configure: Using g++ (GCC) 4.8.3 20140911 (Red Hat-7) C++ compiler version 4.8.3-7) (located at /bin/g++)
checking whether we are using the GNU C++ compiler... yes
checking whether /bin/g++ accepts -g... yes
checking for ar... ar
configure: Rewriting AR to "/bin/ar"
checking how to run the C preprocessor... /bin/gcc -E
configure: Resolving CPP (as /bin/gcc) failed, using /bin/gcc directly.
checking how to run the C++ preprocessor... /bin/g++ -E
configure: Resolving CXXCPP (as /bin/g++) failed, using /bin/g++ directly.
checking for otool... no
checking for nm... nm
configure: Rewriting NM to "/bin/nm"
checking for strip... strip
configure: Rewriting STRIP to "/bin/strip"
checking for gobjcopy... no
checking for objcopy... objcopy
configure: Rewriting OBJCOPY to "/bin/objcopy"
checking for gobjdump... no
checking for objdump... objdump
configure: Rewriting OBJDUMP to "/bin/objdump"
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking size of int *... 8
checking for target address size... 64 bits
checking whether byte ordering is bigendian... no
checking if compiler supports "-m64"... yes
checking if compiler supports "-m64"... yes
checking if warnings are errors... no
checking for broken SuSE 'ld' which only understands anonymous version tags in executables... no
checking if we should generate debug symbols... true
checking if we should zip debug-info files... yes
checking what is not needed on Linux?... pulse
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for X11/extensions/shape.h... yes
checking for X11/extensions/Xrender.h... yes
checking for X11/extensions/XTest.h... yes
checking for X11/Intrinsic.h... yes
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 for FREETYPE... yes
checking for freetype... yes (using pkg-config)
checking if we can compile and link with freetype... yes
checking if we should bundle freetype... no
checking for ALSA... yes
checking for which libjpeg to use... system
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_CreateDecompress in -ljpeg... yes
checking for which giflib to use... system
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for DGifGetCode in -lgif... yes
checking for which lcms to use... system
checking for LCMS... yes
checking for which libpng to use... checking for PNG... yes
system
checking for compress in -lz... yes
checking for which zlib to use... system
checking for cos in -lm... yes
checking for dlopen in -ldl... yes
checking whether to build the Sun EC provider against the system NSS libraries... no
checking if dynamic link of stdc++ is possible... yes
checking if static link of stdc++ is possible... no
checking how to link with libstdc++... dynamic
checking if the elliptic curve crypto implementation is present... no
checking for number of cores... 2
checking for memory size... 3815 MB
checking for appropriate number of jobs to run in parallel... 2
checking whether to use sjavac... no
checking that precompiled headers work... yes
checking for ccache... no
checking if build directory is on local disk... yes
configure: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/config.status
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/hotspot-spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/bootcycle-spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/compare.sh
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.sh
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/Makefile
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/config.h
====================================================
A new configuration has been successfully created in
/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
using configure arguments '--enable-unlimited-crypto --with-cacerts-file=/etc/pki/ca-trust/extracted/java/cacerts --with-stdc++lib=dynamic --with-boot-jdk=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0 --with-update-version=72 --with-build-number=b15 --with-milestone=fcs --with-extra-cflags=-g -O2 --with-extra-cxxflags=-g -O2 --with-extra-ldflags= --with-zlib=system --with-lcms=system --with-libjpeg=system --with-libpng=system --with-giflib=system --disable-system-nss --disable-warnings-as-errors'.
Configuration summary:
* Debug level: release
* JDK variant: normal
* JVM variants: server
* OpenJDK target: OS: linux, CPU architecture: x86, address length: 64
Tools summary:
* Boot JDK: java version "1.7.0_71" OpenJDK Runtime Environment (IcedTea 2.5.3) (Fedora build 1.7.0_71-b14) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode) (at /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0)
* C Compiler: gcc (GCC) 4.8.3 20140911 (Red Hat-7) version 4.8.3-7) (at /bin/gcc)
* C++ Compiler: g++ (GCC) 4.8.3 20140911 (Red Hat-7) version 4.8.3-7) (at /bin/g++)
Build performance summary:
* Cores to use: 2
* Memory limit: 3815 MB
* ccache status: not installed (consider installing)
Build performance tip: ccache gives a tremendous speedup for C++ recompilations.
You do not have ccache installed. Try installing it.
You might be able to fix this by running 'sudo yum install ccache'.
mkdir -p stamps
touch stamps/icedtea-boot-configure.stamp
JAVAC= JAVA_HOME= JDK_HOME= OS= /bin/make \
LANG="C" PATH="/notnfs/nighttester/icedtea8-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) (Wed Mar 23 20:12:27 EDT 2016)" DERIVATIVE_ID="IcedTea 3.0.0pre09+r45205ca060d2" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" LOG="debug" SCTP_WERROR= POST_STRIP_CMD= STRIP_POLICY="no_strip" JOBS="3" 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" \
-C /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot \
images
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
Running make as '/bin/gmake VERBOSE= LOG_LEVEL=debug -R -I /notnfs/nighttester/icedtea8-target-testing/openjdk-boot/make/common -w SPEC=/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.gmk -j3'
Building OpenJDK for target 'images' in configuration '/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
## Starting langtools
/bin/sh: line 0: cd: /notnfs/nighttester/icedtea8-target-testing/openjdk-boot/langtools/make: No such file or directory
make[1]: *** [langtools-only] Error 1
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
make: *** [stamps/icedtea-boot.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 24 10:37:55 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 24 Mar 2016 06:37:55 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2295
In-Reply-To: <2130895237.8.1458729853792.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <2130895237.8.1458729853792.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1957065172.12.1458815878896.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583302 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 24 17:24:49 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 24 Mar 2016 13:24:49 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1792
In-Reply-To: <1582887417.9.1458756575828.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1582887417.9.1458756575828.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2081736156.13.1458840293572.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580889 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 24 23:13:50 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 24 Mar 2016 19:13:50 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2247
In-Reply-To: <978002266.10.1458778281205.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <978002266.10.1458778281205.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2133214834.14.1458861233655.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527212 lines...]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
linux-vdso.so.1 => (0x00007ffce032d000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f5f4a99b000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jconsole
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
linux-vdso.so.1 => (0x00007ffe1abef000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f44292e2000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jdb
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
linux-vdso.so.1 => (0x00007ffc285c3000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007faa8d546000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/jcmd
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
linux-vdso.so.1 => (0x00007ffcecbf4000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f5abbb76000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
linux-vdso.so.1 => (0x00007ffe25f30000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007f11e767a000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/wsgen
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
linux-vdso.so.1 => (0x00007ffc94294000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fa7d2e14000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/native2ascii
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
Library loads for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
linux-vdso.so.1 => (0x00007fff16ff8000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003a16400000)
libjli.so => /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/../lib/amd64/jli/libjli.so (0x00007fb7f2feb000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003a16800000)
libc.so.6 => /lib64/libc.so.6 (0x0000003a16000000)
/lib64/ld-linux-x86-64.so.2 (0x0000003a15c00000)
libz.so.1 => /lib64/libz.so.1 (0x0000003a16c00000)
RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/javac
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libjli.so]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64/jli:$ORIGIN/../lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/lib/amd64:$ORIGIN/../jre/lib/amd64:/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/jre/lib/amd64]
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/jdk-bin-files.list
>>>Making sec-files @ Thu Mar 24 19:13:39 EDT 2016 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Thu Mar 24 19:13:39 EDT 2016 ...
>>>Making jgss-files @ Thu Mar 24 19:13:39 EDT 2016 ...
>>>Making server-jdk-image @ Thu Mar 24 19:13:39 EDT 2016 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
/bin/cp -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/demo
rm -f -r /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/sample
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/jre/bin/jcontrol
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/ja_JP.UTF-8/man1/javaws.1
rm -f /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-server-image/man/man1/javaws.1
>>>Finished making images @ Thu Mar 24 19:13:42 EDT 2016 ...
gmake[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk/jdk/make'
########################################################################
##### Leaving jdk for target(s) sanity all docs images #####
########################################################################
##### Build time 00:22:36 jdk for target(s) sanity all docs images #####
########################################################################
#-- Build times ----------
Target all_product_build
Start 2016-03-24 18:25:25
End 2016-03-24 19:13:43
00:06:00 corba
00:16:36 hotspot
00:00:47 jaxp
00:00:54 jaxws
00:22:36 jdk
00:01:24 langtools
00:48:18 TOTAL
-------------------------
gmake[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk'
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/amd64
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/ext
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2re-image/lib/ext
IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image
mkdir -p stamps
touch stamps/icedtea.stamp
printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-cacao.stamp
mkdir -p stamps
printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-zero.stamp
printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg
touch stamps/add-jamvm.stamp
mkdir -p /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset ; \
grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \
if test $? -eq 0; then \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
/bin/sed -e '/\/client\/libjvm.so/d' \
< /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
> /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
else \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_jni.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/hotspot_gc.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \
fi; \
cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tapset/jstack.stp \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/tapset/jstack.stp
-client IGNORE
touch stamps/add-systemtap.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ] ; then \
cp -v /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib ; \
fi
?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/tz.properties? -> ?/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/jre/lib/tz.properties?
touch stamps/add-tzdata-support.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -cp /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/cryptocheck.build TestCryptoLevel ; \
fi
Running with the unlimited policy.
mkdir -p stamps
touch stamps/check-crypto.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java ] ; then \
if test "xamd64" != "xppc64" -a "xamd64" != "xppc64le" ; then \
/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build/openjdk.build/j2sdk-image/bin/java -Xshare:dump ; \
fi ; \
fi
Loading classes to share ... done.
Rewriting and unlinking classes ... done.
Calculating hash values for String objects .. done.
Calculating fingerprints ... done.
Removing unshareable information ... done.
Moving common symbols to metadata section at 0x00007fb518606ae0 ... done.
Moving vmSymbols to metadata section at 0x00007fb518818438 ... done.
Moving the remaining symbols to metadata section at 0x00007fb5188195d0 ... done.
Moved 58666 symbols, 2174328 bytes.
Moving pre-ordered read-only objects to shared space at 0x00007fb516e00000 ... done.
Moving read-only objects to shared space at 0x00007fb517414960 ... done.
Moving string char arrays to shared space at 0x00007fb51742b158 ... done.
Moving pre-ordered read-write objects to shared space at 0x00007fb517800000 ... done.
Moving read-write objects to shared space at 0x00007fb5183f2c18 ... done.
Moving String objects to shared space at 0x00007fb518479c68 ... done.
Read-write space ends at 0x00007fb5184d5248, 13455944 bytes.
Updating references to shared objects ... done.
touch stamps/add-archive.stamp
touch stamps/split-debuginfo.stamp
mkdir -p stamps
touch stamps/icedtea-stage2.stamp
cat jconsole.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > jconsole-1.7.0.desktop
cat policytool.desktop | /bin/sed "s#_BINDIR_#/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_inst/bin#" > policytool-1.7.0.desktop
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Nothing to be done for `dvi'.
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
/bin/gmake check-local
gmake[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
for i in ; do \
echo "--------------- jtreg console summary for $i ---------------"; \
egrep -v '^(Passed:|Directory|Re[a-z]+\ written\ to)' test/check-$i.log; \
done | tee test/jtreg-summary.log
tee: test/jtreg-summary.log: No such file or directory
gmake[2]: *** [jtregcheck] Error 1
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 24 23:16:01 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 24 Mar 2016 19:16:01 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1360
In-Reply-To: <1179214594.11.1458778409616.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1179214594.11.1458778409616.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <850503010.15.1458861361441.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 1518 lines...]
checking for dirname... /bin/dirname
checking for echo... /bin/echo
checking for expr... /bin/expr
checking for file... /bin/file
checking for find... /bin/find
checking for head... /bin/head
checking for ln... /bin/ln
checking for ls... /bin/ls
checking for mkdir... /bin/mkdir
checking for mktemp... /bin/mktemp
checking for mv... /bin/mv
checking for printf... /bin/printf
checking for rm... /bin/rm
checking for sh... /bin/sh
checking for sort... /bin/sort
checking for tail... /bin/tail
checking for tar... /bin/tar
checking for tee... /bin/tee
checking for touch... /bin/touch
checking for tr... /bin/tr
checking for uname... /bin/uname
checking for uniq... /bin/uniq
checking for wc... /bin/wc
checking for which... /bin/which
checking for xargs... /bin/xargs
checking for gawk... gawk
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for a sed that does not truncate output... /bin/sed
checking for nawk... no
checking for gawk... /bin/gawk
checking for cygpath... no
checking for readlink... /bin/readlink
checking for df... /bin/df
checking for SetFile... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking openjdk-build os-cpu... linux-x86_64
checking openjdk-build bit-size... 64
checking openjdk-build endianness... little
checking openjdk-target os-cpu... linux-x86_64
checking openjdk-target bit-size... 64
checking openjdk-target endianness... little
checking compilation type... native
checking for presence of closed sources... no
checking if closed source is suppressed (openjdk-only)... no
checking which variant of the JDK to build... normal
checking which interpreter of the JVM to build... template
checking which variants of the JVM to build... server
checking which debug level to use... release
checking what configuration name to use... /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
checking for apt-get... no
checking for yum... yum
checking for gmake... /bin/gmake
configure: Testing potential make at /bin/gmake, found using gmake in PATH
configure: Resolving FOUND_MAKE (as /bin/gmake) failed, using /bin/gmake directly.
configure: Using GNU make 3.81 (or later) at /bin/gmake (version: GNU Make 3.82)
checking if find supports -delete... yes
checking for unzip... /bin/unzip
checking for zip... /bin/zip
checking for ldd... /bin/ldd
checking for readelf... /bin/readelf
checking for hg... /bin/hg
checking for stat... /bin/stat
checking for time... /bin/time
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for 7z... no
checking for unzip... unzip
checking for wget... wget
checking headful support... include support for both headful and headless
configure: Found potential Boot JDK using configure arguments
checking for Boot JDK... /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
checking Boot JDK version... java version "1.7.0_71" OpenJDK Runtime Environment (IcedTea 2.5.3) (Fedora build 1.7.0_71-b14) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
checking for java in Boot JDK... ok
checking for javac in Boot JDK... ok
checking for javah in Boot JDK... ok
checking for javap in Boot JDK... ok
checking for jar in Boot JDK... ok
checking for rmic in Boot JDK... ok
checking for native2ascii in Boot JDK... ok
checking for an alternate jar command... false
checking if Boot JDK is 32 or 64 bits... 64
checking flags for boot jdk java command ...
checking flags for boot jdk java command for big workloads... -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -XX:PermSize=32m -XX:MaxPermSize=160m
checking flags for boot jdk java command for small workloads... -XX:+UseSerialGC -Xms32M -Xmx512M
checking for jtreg... no
checking for gcc... /bin/gcc
configure: Resolving CC (as /bin/gcc) failed, using /bin/gcc directly.
checking resolved symbolic links for CC... /usr/bin/gcc
configure: Using gcc (GCC) 4.8.3 20140911 (Red Hat-7) C compiler version 4.8.3-7) (located at /bin/gcc)
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /bin/gcc accepts -g... yes
checking for /bin/gcc option to accept ISO C89... none needed
checking for g++... /bin/g++
configure: Resolving CXX (as /bin/g++) failed, using /bin/g++ directly.
checking resolved symbolic links for CXX... /usr/bin/g++
configure: Using g++ (GCC) 4.8.3 20140911 (Red Hat-7) C++ compiler version 4.8.3-7) (located at /bin/g++)
checking whether we are using the GNU C++ compiler... yes
checking whether /bin/g++ accepts -g... yes
checking for ar... ar
configure: Rewriting AR to "/bin/ar"
checking how to run the C preprocessor... /bin/gcc -E
configure: Resolving CPP (as /bin/gcc) failed, using /bin/gcc directly.
checking how to run the C++ preprocessor... /bin/g++ -E
configure: Resolving CXXCPP (as /bin/g++) failed, using /bin/g++ directly.
checking for otool... no
checking for nm... nm
configure: Rewriting NM to "/bin/nm"
checking for strip... strip
configure: Rewriting STRIP to "/bin/strip"
checking for gobjcopy... no
checking for objcopy... objcopy
configure: Rewriting OBJCOPY to "/bin/objcopy"
checking for gobjdump... no
checking for objdump... objdump
configure: Rewriting OBJDUMP to "/bin/objdump"
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking size of int *... 8
checking for target address size... 64 bits
checking whether byte ordering is bigendian... no
checking if compiler supports "-m64"... yes
checking if compiler supports "-m64"... yes
checking if warnings are errors... no
checking for broken SuSE 'ld' which only understands anonymous version tags in executables... no
checking if we should generate debug symbols... true
checking if we should zip debug-info files... yes
checking what is not needed on Linux?... pulse
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for X11/extensions/shape.h... yes
checking for X11/extensions/Xrender.h... yes
checking for X11/extensions/XTest.h... yes
checking for X11/Intrinsic.h... yes
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 for FREETYPE... yes
checking for freetype... yes (using pkg-config)
checking if we can compile and link with freetype... yes
checking if we should bundle freetype... no
checking for ALSA... yes
checking for which libjpeg to use... system
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_CreateDecompress in -ljpeg... yes
checking for which giflib to use... system
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for DGifGetCode in -lgif... yes
checking for which lcms to use... system
checking for LCMS... yes
checking for which libpng to use... checking for PNG... yes
system
checking for compress in -lz... yes
checking for which zlib to use... system
checking for cos in -lm... yes
checking for dlopen in -ldl... yes
checking whether to build the Sun EC provider against the system NSS libraries... no
checking if dynamic link of stdc++ is possible... yes
checking if static link of stdc++ is possible... no
checking how to link with libstdc++... dynamic
checking if the elliptic curve crypto implementation is present... no
checking for number of cores... 2
checking for memory size... 3815 MB
checking for appropriate number of jobs to run in parallel... 2
checking whether to use sjavac... no
checking that precompiled headers work... yes
checking for ccache... no
checking if build directory is on local disk... yes
configure: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/config.status
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/hotspot-spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/bootcycle-spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/compare.sh
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.sh
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/Makefile
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/config.h
====================================================
A new configuration has been successfully created in
/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
using configure arguments '--enable-unlimited-crypto --with-cacerts-file=/etc/pki/ca-trust/extracted/java/cacerts --with-stdc++lib=dynamic --with-boot-jdk=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0 --with-update-version=72 --with-build-number=b15 --with-milestone=fcs --with-extra-cflags=-g -O2 --with-extra-cxxflags=-g -O2 --with-extra-ldflags= --with-zlib=system --with-lcms=system --with-libjpeg=system --with-libpng=system --with-giflib=system --disable-system-nss --disable-warnings-as-errors'.
Configuration summary:
* Debug level: release
* JDK variant: normal
* JVM variants: server
* OpenJDK target: OS: linux, CPU architecture: x86, address length: 64
Tools summary:
* Boot JDK: java version "1.7.0_71" OpenJDK Runtime Environment (IcedTea 2.5.3) (Fedora build 1.7.0_71-b14) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode) (at /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0)
* C Compiler: gcc (GCC) 4.8.3 20140911 (Red Hat-7) version 4.8.3-7) (at /bin/gcc)
* C++ Compiler: g++ (GCC) 4.8.3 20140911 (Red Hat-7) version 4.8.3-7) (at /bin/g++)
Build performance summary:
* Cores to use: 2
* Memory limit: 3815 MB
* ccache status: not installed (consider installing)
Build performance tip: ccache gives a tremendous speedup for C++ recompilations.
You do not have ccache installed. Try installing it.
You might be able to fix this by running 'sudo yum install ccache'.
mkdir -p stamps
touch stamps/icedtea-boot-configure.stamp
JAVAC= JAVA_HOME= JDK_HOME= OS= /bin/make \
LANG="C" PATH="/notnfs/nighttester/icedtea8-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 Mar 24 19:15:03 EDT 2016)" DERIVATIVE_ID="IcedTea 3.0.0pre09+r45205ca060d2" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" LOG="debug" SCTP_WERROR= POST_STRIP_CMD= STRIP_POLICY="no_strip" JOBS="3" 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" \
-C /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot \
images
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
Running make as '/bin/gmake VERBOSE= LOG_LEVEL=debug -R -I /notnfs/nighttester/icedtea8-target-testing/openjdk-boot/make/common -w SPEC=/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.gmk -j3'
Building OpenJDK for target 'images' in configuration '/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
## Starting langtools
/bin/sh: line 0: cd: /notnfs/nighttester/icedtea8-target-testing/openjdk-boot/langtools/make: No such file or directory
make[1]: *** [langtools-only] Error 1
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
make: *** [stamps/icedtea-boot.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Fri Mar 25 10:52:23 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Fri, 25 Mar 2016 06:52:23 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2296
In-Reply-To: <1957065172.12.1458815878896.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1957065172.12.1458815878896.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <891175720.16.1458903146828.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583302 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Fri Mar 25 17:54:48 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Fri, 25 Mar 2016 13:54:48 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1793
In-Reply-To: <2081736156.13.1458840293572.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <2081736156.13.1458840293572.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1679176741.17.1458928496078.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580887 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Fri Mar 25 23:39:10 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Fri, 25 Mar 2016 19:39:10 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2248
In-Reply-To: <2133214834.14.1458861233655.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <2133214834.14.1458861233655.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <539315054.18.1458949153067.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
Changes:
[Andrew John Hughes ] PR2886: Location of 'stap' executable is hard-coded
2016-03-18 Andrew John Hughes
PR2886: Location of 'stap' executable is hard-coded
* Makefile.am:
(check-tapset-probes): Check for STAP and invoke
generated script from build directory.
(check-tapset-jstack): Likewise.
* NEWS: Updated.
* configure.ac: Detect stap and warn if not found.
Generate test/tapset/jstaptest.pl.
* test/tapset/jstaptest.pl.in:
Moved from test/tapset/jstaptest.pl. Fill in location
of stap and perl binaries from configure output.
Fix capitalisation of "IcedTea".
[Andrew John Hughes ] PR2894: Add missing test directory in make check
2016-03-14 Andrew John Hughes
PR2894: Add missing test directory in make check
* Makefile.am:
(CRYPTO_CHECK_BUILD_DIR): Locate inside the test
directory.
(jtregcheck): Create the test directory if it
doesn't exist.
(check-tapset-probes): Likewise.
(check-tapset-jstack): Likewise.
* NEWS: Updated.
[Andrew John Hughes ] PR2893: test/tapset/jstaptest.pl should be executable
2016-01-29 Andrew John Hughes
PR2893: test/tapset/jstaptest.pl should be executable
* Makefile.am:
(check-tapset-probes): Check that Perl is available
and, if so, use it to invoke the script.
(check-tapset-jstack): Likewise.
* NEWS: Updated.
* configure.ac:
Check for Perl if SystemTap is found, so the
tests can be run if required.
[Andrew John Hughes ] PR2803: Make system CUPS optional
2016-03-24 Andrew John Hughes
PR2803: Make system CUPS optional
* INSTALL: Document --enable-system-cups.
* Makefile.am:
(ICEDTEA_ENV): Set SYSTEM_CUPS to the
value of ENABLE_SYSTEM_CUPS rather than 'true'.
* NEWS: Updated.
* acinclude.m4:
(IT_CHECK_FOR_CUPS): Only check for the library
if --enable-system-cups is on.
[Andrew John Hughes ] PR2781, CA195: typeinfo.cpp: typeinfo_merge_nonarrays: Assertion `dest && result && x.any && y.any' failed
2016-03-24 Andrew John Hughes
* Makefile.am:
(ICEDTEA_PATCHES): Add new patch.
* NEWS: Updated.
* patches/cacao/pr2781-refactoring_error.patch:
Backport of refactoring fix from
https://bitbucket.org/Ringdingcoder/cacao-staging
[Andrew John Hughes ] Add 2.6.4 release notes.
2016-01-25 Andrew John Hughes
* NEWS: Add 2.6.4 release notes.
[Andrew John Hughes ] Added tag icedtea-2.7.0pre04 for changeset bffa3455fa17
[Andrew John Hughes ] Added tag icedtea-2.7.0pre03 for changeset 151921e40c23
------------------------------------------
[...truncated 527459 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
gmake[2]: *** [check-tapset-probes] Error 242
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Fri Mar 25 23:41:12 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Fri, 25 Mar 2016 19:41:12 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1361
In-Reply-To: <850503010.15.1458861361441.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <850503010.15.1458861361441.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <508430342.19.1458949272192.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 1518 lines...]
checking for dirname... /bin/dirname
checking for echo... /bin/echo
checking for expr... /bin/expr
checking for file... /bin/file
checking for find... /bin/find
checking for head... /bin/head
checking for ln... /bin/ln
checking for ls... /bin/ls
checking for mkdir... /bin/mkdir
checking for mktemp... /bin/mktemp
checking for mv... /bin/mv
checking for printf... /bin/printf
checking for rm... /bin/rm
checking for sh... /bin/sh
checking for sort... /bin/sort
checking for tail... /bin/tail
checking for tar... /bin/tar
checking for tee... /bin/tee
checking for touch... /bin/touch
checking for tr... /bin/tr
checking for uname... /bin/uname
checking for uniq... /bin/uniq
checking for wc... /bin/wc
checking for which... /bin/which
checking for xargs... /bin/xargs
checking for gawk... gawk
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for a sed that does not truncate output... /bin/sed
checking for nawk... no
checking for gawk... /bin/gawk
checking for cygpath... no
checking for readlink... /bin/readlink
checking for df... /bin/df
checking for SetFile... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking openjdk-build os-cpu... linux-x86_64
checking openjdk-build bit-size... 64
checking openjdk-build endianness... little
checking openjdk-target os-cpu... linux-x86_64
checking openjdk-target bit-size... 64
checking openjdk-target endianness... little
checking compilation type... native
checking for presence of closed sources... no
checking if closed source is suppressed (openjdk-only)... no
checking which variant of the JDK to build... normal
checking which interpreter of the JVM to build... template
checking which variants of the JVM to build... server
checking which debug level to use... release
checking what configuration name to use... /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
checking for apt-get... no
checking for yum... yum
checking for gmake... /bin/gmake
configure: Testing potential make at /bin/gmake, found using gmake in PATH
configure: Resolving FOUND_MAKE (as /bin/gmake) failed, using /bin/gmake directly.
configure: Using GNU make 3.81 (or later) at /bin/gmake (version: GNU Make 3.82)
checking if find supports -delete... yes
checking for unzip... /bin/unzip
checking for zip... /bin/zip
checking for ldd... /bin/ldd
checking for readelf... /bin/readelf
checking for hg... /bin/hg
checking for stat... /bin/stat
checking for time... /bin/time
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for 7z... no
checking for unzip... unzip
checking for wget... wget
checking headful support... include support for both headful and headless
configure: Found potential Boot JDK using configure arguments
checking for Boot JDK... /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
checking Boot JDK version... java version "1.7.0_71" OpenJDK Runtime Environment (IcedTea 2.5.3) (Fedora build 1.7.0_71-b14) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
checking for java in Boot JDK... ok
checking for javac in Boot JDK... ok
checking for javah in Boot JDK... ok
checking for javap in Boot JDK... ok
checking for jar in Boot JDK... ok
checking for rmic in Boot JDK... ok
checking for native2ascii in Boot JDK... ok
checking for an alternate jar command... false
checking if Boot JDK is 32 or 64 bits... 64
checking flags for boot jdk java command ...
checking flags for boot jdk java command for big workloads... -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -XX:PermSize=32m -XX:MaxPermSize=160m
checking flags for boot jdk java command for small workloads... -XX:+UseSerialGC -Xms32M -Xmx512M
checking for jtreg... no
checking for gcc... /bin/gcc
configure: Resolving CC (as /bin/gcc) failed, using /bin/gcc directly.
checking resolved symbolic links for CC... /usr/bin/gcc
configure: Using gcc (GCC) 4.8.3 20140911 (Red Hat-7) C compiler version 4.8.3-7) (located at /bin/gcc)
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /bin/gcc accepts -g... yes
checking for /bin/gcc option to accept ISO C89... none needed
checking for g++... /bin/g++
configure: Resolving CXX (as /bin/g++) failed, using /bin/g++ directly.
checking resolved symbolic links for CXX... /usr/bin/g++
configure: Using g++ (GCC) 4.8.3 20140911 (Red Hat-7) C++ compiler version 4.8.3-7) (located at /bin/g++)
checking whether we are using the GNU C++ compiler... yes
checking whether /bin/g++ accepts -g... yes
checking for ar... ar
configure: Rewriting AR to "/bin/ar"
checking how to run the C preprocessor... /bin/gcc -E
configure: Resolving CPP (as /bin/gcc) failed, using /bin/gcc directly.
checking how to run the C++ preprocessor... /bin/g++ -E
configure: Resolving CXXCPP (as /bin/g++) failed, using /bin/g++ directly.
checking for otool... no
checking for nm... nm
configure: Rewriting NM to "/bin/nm"
checking for strip... strip
configure: Rewriting STRIP to "/bin/strip"
checking for gobjcopy... no
checking for objcopy... objcopy
configure: Rewriting OBJCOPY to "/bin/objcopy"
checking for gobjdump... no
checking for objdump... objdump
configure: Rewriting OBJDUMP to "/bin/objdump"
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking size of int *... 8
checking for target address size... 64 bits
checking whether byte ordering is bigendian... no
checking if compiler supports "-m64"... yes
checking if compiler supports "-m64"... yes
checking if warnings are errors... no
checking for broken SuSE 'ld' which only understands anonymous version tags in executables... no
checking if we should generate debug symbols... true
checking if we should zip debug-info files... yes
checking what is not needed on Linux?... pulse
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for X11/extensions/shape.h... yes
checking for X11/extensions/Xrender.h... yes
checking for X11/extensions/XTest.h... yes
checking for X11/Intrinsic.h... yes
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 for FREETYPE... yes
checking for freetype... yes (using pkg-config)
checking if we can compile and link with freetype... yes
checking if we should bundle freetype... no
checking for ALSA... yes
checking for which libjpeg to use... system
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_CreateDecompress in -ljpeg... yes
checking for which giflib to use... system
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for DGifGetCode in -lgif... yes
checking for which lcms to use... system
checking for LCMS... yes
checking for which libpng to use... checking for PNG... yes
system
checking for compress in -lz... yes
checking for which zlib to use... system
checking for cos in -lm... yes
checking for dlopen in -ldl... yes
checking whether to build the Sun EC provider against the system NSS libraries... no
checking if dynamic link of stdc++ is possible... yes
checking if static link of stdc++ is possible... no
checking how to link with libstdc++... dynamic
checking if the elliptic curve crypto implementation is present... no
checking for number of cores... 2
checking for memory size... 3815 MB
checking for appropriate number of jobs to run in parallel... 2
checking whether to use sjavac... no
checking that precompiled headers work... yes
checking for ccache... no
checking if build directory is on local disk... yes
configure: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/config.status
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/hotspot-spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/bootcycle-spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/compare.sh
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.sh
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/Makefile
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/config.h
====================================================
A new configuration has been successfully created in
/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
using configure arguments '--enable-unlimited-crypto --with-cacerts-file=/etc/pki/ca-trust/extracted/java/cacerts --with-stdc++lib=dynamic --with-boot-jdk=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0 --with-update-version=72 --with-build-number=b15 --with-milestone=fcs --with-extra-cflags=-g -O2 --with-extra-cxxflags=-g -O2 --with-extra-ldflags= --with-zlib=system --with-lcms=system --with-libjpeg=system --with-libpng=system --with-giflib=system --disable-system-nss --disable-warnings-as-errors'.
Configuration summary:
* Debug level: release
* JDK variant: normal
* JVM variants: server
* OpenJDK target: OS: linux, CPU architecture: x86, address length: 64
Tools summary:
* Boot JDK: java version "1.7.0_71" OpenJDK Runtime Environment (IcedTea 2.5.3) (Fedora build 1.7.0_71-b14) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode) (at /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0)
* C Compiler: gcc (GCC) 4.8.3 20140911 (Red Hat-7) version 4.8.3-7) (at /bin/gcc)
* C++ Compiler: g++ (GCC) 4.8.3 20140911 (Red Hat-7) version 4.8.3-7) (at /bin/g++)
Build performance summary:
* Cores to use: 2
* Memory limit: 3815 MB
* ccache status: not installed (consider installing)
Build performance tip: ccache gives a tremendous speedup for C++ recompilations.
You do not have ccache installed. Try installing it.
You might be able to fix this by running 'sudo yum install ccache'.
mkdir -p stamps
touch stamps/icedtea-boot-configure.stamp
JAVAC= JAVA_HOME= JDK_HOME= OS= /bin/make \
LANG="C" PATH="/notnfs/nighttester/icedtea8-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) (Fri Mar 25 19:40:22 EDT 2016)" DERIVATIVE_ID="IcedTea 3.0.0pre09+r45205ca060d2" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" LOG="debug" SCTP_WERROR= POST_STRIP_CMD= STRIP_POLICY="no_strip" JOBS="3" 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" \
-C /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot \
images
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
Running make as '/bin/gmake VERBOSE= LOG_LEVEL=debug -R -I /notnfs/nighttester/icedtea8-target-testing/openjdk-boot/make/common -w SPEC=/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.gmk -j3'
Building OpenJDK for target 'images' in configuration '/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
## Starting langtools
/bin/sh: line 0: cd: /notnfs/nighttester/icedtea8-target-testing/openjdk-boot/langtools/make: No such file or directory
make[1]: *** [langtools-only] Error 1
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
make: *** [stamps/icedtea-boot.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sat Mar 26 10:36:20 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sat, 26 Mar 2016 06:36:20 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2297
In-Reply-To: <891175720.16.1458903146828.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <891175720.16.1458903146828.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <677676866.20.1458988584996.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583304 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sat Mar 26 17:22:24 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sat, 26 Mar 2016 13:22:24 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1794
In-Reply-To: <1679176741.17.1458928496078.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1679176741.17.1458928496078.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1299912817.21.1459012949279.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580887 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sat Mar 26 23:02:57 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sat, 26 Mar 2016 19:02:57 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2249
In-Reply-To: <539315054.18.1458949153067.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <539315054.18.1458949153067.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1863272231.22.1459033379807.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527451 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
gmake[2]: *** [check-tapset-probes] Error 242
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sat Mar 26 23:04:54 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sat, 26 Mar 2016 19:04:54 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1362
In-Reply-To: <508430342.19.1458949272192.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <508430342.19.1458949272192.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <248574439.23.1459033494289.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 1518 lines...]
checking for dirname... /bin/dirname
checking for echo... /bin/echo
checking for expr... /bin/expr
checking for file... /bin/file
checking for find... /bin/find
checking for head... /bin/head
checking for ln... /bin/ln
checking for ls... /bin/ls
checking for mkdir... /bin/mkdir
checking for mktemp... /bin/mktemp
checking for mv... /bin/mv
checking for printf... /bin/printf
checking for rm... /bin/rm
checking for sh... /bin/sh
checking for sort... /bin/sort
checking for tail... /bin/tail
checking for tar... /bin/tar
checking for tee... /bin/tee
checking for touch... /bin/touch
checking for tr... /bin/tr
checking for uname... /bin/uname
checking for uniq... /bin/uniq
checking for wc... /bin/wc
checking for which... /bin/which
checking for xargs... /bin/xargs
checking for gawk... gawk
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for a sed that does not truncate output... /bin/sed
checking for nawk... no
checking for gawk... /bin/gawk
checking for cygpath... no
checking for readlink... /bin/readlink
checking for df... /bin/df
checking for SetFile... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking openjdk-build os-cpu... linux-x86_64
checking openjdk-build bit-size... 64
checking openjdk-build endianness... little
checking openjdk-target os-cpu... linux-x86_64
checking openjdk-target bit-size... 64
checking openjdk-target endianness... little
checking compilation type... native
checking for presence of closed sources... no
checking if closed source is suppressed (openjdk-only)... no
checking which variant of the JDK to build... normal
checking which interpreter of the JVM to build... template
checking which variants of the JVM to build... server
checking which debug level to use... release
checking what configuration name to use... /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
checking for apt-get... no
checking for yum... yum
checking for gmake... /bin/gmake
configure: Testing potential make at /bin/gmake, found using gmake in PATH
configure: Resolving FOUND_MAKE (as /bin/gmake) failed, using /bin/gmake directly.
configure: Using GNU make 3.81 (or later) at /bin/gmake (version: GNU Make 3.82)
checking if find supports -delete... yes
checking for unzip... /bin/unzip
checking for zip... /bin/zip
checking for ldd... /bin/ldd
checking for readelf... /bin/readelf
checking for hg... /bin/hg
checking for stat... /bin/stat
checking for time... /bin/time
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for 7z... no
checking for unzip... unzip
checking for wget... wget
checking headful support... include support for both headful and headless
configure: Found potential Boot JDK using configure arguments
checking for Boot JDK... /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
checking Boot JDK version... java version "1.7.0_71" OpenJDK Runtime Environment (IcedTea 2.5.3) (Fedora build 1.7.0_71-b14) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
checking for java in Boot JDK... ok
checking for javac in Boot JDK... ok
checking for javah in Boot JDK... ok
checking for javap in Boot JDK... ok
checking for jar in Boot JDK... ok
checking for rmic in Boot JDK... ok
checking for native2ascii in Boot JDK... ok
checking for an alternate jar command... false
checking if Boot JDK is 32 or 64 bits... 64
checking flags for boot jdk java command ...
checking flags for boot jdk java command for big workloads... -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -XX:PermSize=32m -XX:MaxPermSize=160m
checking flags for boot jdk java command for small workloads... -XX:+UseSerialGC -Xms32M -Xmx512M
checking for jtreg... no
checking for gcc... /bin/gcc
configure: Resolving CC (as /bin/gcc) failed, using /bin/gcc directly.
checking resolved symbolic links for CC... /usr/bin/gcc
configure: Using gcc (GCC) 4.8.3 20140911 (Red Hat-7) C compiler version 4.8.3-7) (located at /bin/gcc)
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /bin/gcc accepts -g... yes
checking for /bin/gcc option to accept ISO C89... none needed
checking for g++... /bin/g++
configure: Resolving CXX (as /bin/g++) failed, using /bin/g++ directly.
checking resolved symbolic links for CXX... /usr/bin/g++
configure: Using g++ (GCC) 4.8.3 20140911 (Red Hat-7) C++ compiler version 4.8.3-7) (located at /bin/g++)
checking whether we are using the GNU C++ compiler... yes
checking whether /bin/g++ accepts -g... yes
checking for ar... ar
configure: Rewriting AR to "/bin/ar"
checking how to run the C preprocessor... /bin/gcc -E
configure: Resolving CPP (as /bin/gcc) failed, using /bin/gcc directly.
checking how to run the C++ preprocessor... /bin/g++ -E
configure: Resolving CXXCPP (as /bin/g++) failed, using /bin/g++ directly.
checking for otool... no
checking for nm... nm
configure: Rewriting NM to "/bin/nm"
checking for strip... strip
configure: Rewriting STRIP to "/bin/strip"
checking for gobjcopy... no
checking for objcopy... objcopy
configure: Rewriting OBJCOPY to "/bin/objcopy"
checking for gobjdump... no
checking for objdump... objdump
configure: Rewriting OBJDUMP to "/bin/objdump"
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking size of int *... 8
checking for target address size... 64 bits
checking whether byte ordering is bigendian... no
checking if compiler supports "-m64"... yes
checking if compiler supports "-m64"... yes
checking if warnings are errors... no
checking for broken SuSE 'ld' which only understands anonymous version tags in executables... no
checking if we should generate debug symbols... true
checking if we should zip debug-info files... yes
checking what is not needed on Linux?... pulse
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for X11/extensions/shape.h... yes
checking for X11/extensions/Xrender.h... yes
checking for X11/extensions/XTest.h... yes
checking for X11/Intrinsic.h... yes
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 for FREETYPE... yes
checking for freetype... yes (using pkg-config)
checking if we can compile and link with freetype... yes
checking if we should bundle freetype... no
checking for ALSA... yes
checking for which libjpeg to use... system
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_CreateDecompress in -ljpeg... yes
checking for which giflib to use... system
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for DGifGetCode in -lgif... yes
checking for which lcms to use... system
checking for LCMS... yes
checking for which libpng to use... checking for PNG... yes
system
checking for compress in -lz... yes
checking for which zlib to use... system
checking for cos in -lm... yes
checking for dlopen in -ldl... yes
checking whether to build the Sun EC provider against the system NSS libraries... no
checking if dynamic link of stdc++ is possible... yes
checking if static link of stdc++ is possible... no
checking how to link with libstdc++... dynamic
checking if the elliptic curve crypto implementation is present... no
checking for number of cores... 2
checking for memory size... 3815 MB
checking for appropriate number of jobs to run in parallel... 2
checking whether to use sjavac... no
checking that precompiled headers work... yes
checking for ccache... no
checking if build directory is on local disk... yes
configure: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/config.status
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/hotspot-spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/bootcycle-spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/compare.sh
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.sh
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/Makefile
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/config.h
====================================================
A new configuration has been successfully created in
/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
using configure arguments '--enable-unlimited-crypto --with-cacerts-file=/etc/pki/ca-trust/extracted/java/cacerts --with-stdc++lib=dynamic --with-boot-jdk=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0 --with-update-version=72 --with-build-number=b15 --with-milestone=fcs --with-extra-cflags=-g -O2 --with-extra-cxxflags=-g -O2 --with-extra-ldflags= --with-zlib=system --with-lcms=system --with-libjpeg=system --with-libpng=system --with-giflib=system --disable-system-nss --disable-warnings-as-errors'.
Configuration summary:
* Debug level: release
* JDK variant: normal
* JVM variants: server
* OpenJDK target: OS: linux, CPU architecture: x86, address length: 64
Tools summary:
* Boot JDK: java version "1.7.0_71" OpenJDK Runtime Environment (IcedTea 2.5.3) (Fedora build 1.7.0_71-b14) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode) (at /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0)
* C Compiler: gcc (GCC) 4.8.3 20140911 (Red Hat-7) version 4.8.3-7) (at /bin/gcc)
* C++ Compiler: g++ (GCC) 4.8.3 20140911 (Red Hat-7) version 4.8.3-7) (at /bin/g++)
Build performance summary:
* Cores to use: 2
* Memory limit: 3815 MB
* ccache status: not installed (consider installing)
Build performance tip: ccache gives a tremendous speedup for C++ recompilations.
You do not have ccache installed. Try installing it.
You might be able to fix this by running 'sudo yum install ccache'.
mkdir -p stamps
touch stamps/icedtea-boot-configure.stamp
JAVAC= JAVA_HOME= JDK_HOME= OS= /bin/make \
LANG="C" PATH="/notnfs/nighttester/icedtea8-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) (Sat Mar 26 19:04:00 EDT 2016)" DERIVATIVE_ID="IcedTea 3.0.0pre09+r45205ca060d2" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" LOG="debug" SCTP_WERROR= POST_STRIP_CMD= STRIP_POLICY="no_strip" JOBS="3" 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" \
-C /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot \
images
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
Running make as '/bin/gmake VERBOSE= LOG_LEVEL=debug -R -I /notnfs/nighttester/icedtea8-target-testing/openjdk-boot/make/common -w SPEC=/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.gmk -j3'
Building OpenJDK for target 'images' in configuration '/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
## Starting langtools
/bin/sh: line 0: cd: /notnfs/nighttester/icedtea8-target-testing/openjdk-boot/langtools/make: No such file or directory
make[1]: *** [langtools-only] Error 1
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
make: *** [stamps/icedtea-boot.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 27 10:51:48 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 27 Mar 2016 06:51:48 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2298
In-Reply-To: <677676866.20.1458988584996.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <677676866.20.1458988584996.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1341763828.24.1459075910354.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583302 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 27 17:43:00 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 27 Mar 2016 13:43:00 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1795
In-Reply-To: <1299912817.21.1459012949279.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1299912817.21.1459012949279.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1802033634.25.1459100584813.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580887 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 27 23:13:31 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 27 Mar 2016 19:13:31 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2250
In-Reply-To: <1863272231.22.1459033379807.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1863272231.22.1459033379807.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1495687715.26.1459120413333.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527451 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
gmake[2]: *** [check-tapset-probes] Error 242
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Sun Mar 27 23:15:30 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Sun, 27 Mar 2016 19:15:30 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1363
In-Reply-To: <248574439.23.1459033494289.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <248574439.23.1459033494289.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <366307766.27.1459120530668.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
Changes:
[Andrew John Hughes ] PR2034: --enable-jamvm builds broken, missing JVM_GetTemporaryDirectory impl
2015-07-13 Andrew John Hughes
PR2034: --enable-jamvm builds broken, missing
JVM_GetTemporaryDirectory impl
* Makefile.am:
(ICEDTEA_PATCHES): Add PR2034 patch.
* NEWS: Updated.
* patches/jamvm/pr2034-tempdir.patch:
Implement JVM_GetTemporaryDirectory.
------------------------------------------
[...truncated 1526 lines...]
checking for dirname... /bin/dirname
checking for echo... /bin/echo
checking for expr... /bin/expr
checking for file... /bin/file
checking for find... /bin/find
checking for head... /bin/head
checking for ln... /bin/ln
checking for ls... /bin/ls
checking for mkdir... /bin/mkdir
checking for mktemp... /bin/mktemp
checking for mv... /bin/mv
checking for printf... /bin/printf
checking for rm... /bin/rm
checking for sh... /bin/sh
checking for sort... /bin/sort
checking for tail... /bin/tail
checking for tar... /bin/tar
checking for tee... /bin/tee
checking for touch... /bin/touch
checking for tr... /bin/tr
checking for uname... /bin/uname
checking for uniq... /bin/uniq
checking for wc... /bin/wc
checking for which... /bin/which
checking for xargs... /bin/xargs
checking for gawk... gawk
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for a sed that does not truncate output... /bin/sed
checking for nawk... no
checking for gawk... /bin/gawk
checking for cygpath... no
checking for readlink... /bin/readlink
checking for df... /bin/df
checking for SetFile... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking openjdk-build os-cpu... linux-x86_64
checking openjdk-build bit-size... 64
checking openjdk-build endianness... little
checking openjdk-target os-cpu... linux-x86_64
checking openjdk-target bit-size... 64
checking openjdk-target endianness... little
checking compilation type... native
checking for presence of closed sources... no
checking if closed source is suppressed (openjdk-only)... no
checking which variant of the JDK to build... normal
checking which interpreter of the JVM to build... template
checking which variants of the JVM to build... server
checking which debug level to use... release
checking what configuration name to use... /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
checking for apt-get... no
checking for yum... yum
checking for gmake... /bin/gmake
configure: Testing potential make at /bin/gmake, found using gmake in PATH
configure: Resolving FOUND_MAKE (as /bin/gmake) failed, using /bin/gmake directly.
configure: Using GNU make 3.81 (or later) at /bin/gmake (version: GNU Make 3.82)
checking if find supports -delete... yes
checking for unzip... /bin/unzip
checking for zip... /bin/zip
checking for ldd... /bin/ldd
checking for readelf... /bin/readelf
checking for hg... /bin/hg
checking for stat... /bin/stat
checking for time... /bin/time
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for 7z... no
checking for unzip... unzip
checking for wget... wget
checking headful support... include support for both headful and headless
configure: Found potential Boot JDK using configure arguments
checking for Boot JDK... /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
checking Boot JDK version... java version "1.7.0_71" OpenJDK Runtime Environment (IcedTea 2.5.3) (Fedora build 1.7.0_71-b14) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
checking for java in Boot JDK... ok
checking for javac in Boot JDK... ok
checking for javah in Boot JDK... ok
checking for javap in Boot JDK... ok
checking for jar in Boot JDK... ok
checking for rmic in Boot JDK... ok
checking for native2ascii in Boot JDK... ok
checking for an alternate jar command... false
checking if Boot JDK is 32 or 64 bits... 64
checking flags for boot jdk java command ...
checking flags for boot jdk java command for big workloads... -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -XX:PermSize=32m -XX:MaxPermSize=160m
checking flags for boot jdk java command for small workloads... -XX:+UseSerialGC -Xms32M -Xmx512M
checking for jtreg... no
checking for gcc... /bin/gcc
configure: Resolving CC (as /bin/gcc) failed, using /bin/gcc directly.
checking resolved symbolic links for CC... /usr/bin/gcc
configure: Using gcc (GCC) 4.8.3 20140911 (Red Hat-7) C compiler version 4.8.3-7) (located at /bin/gcc)
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /bin/gcc accepts -g... yes
checking for /bin/gcc option to accept ISO C89... none needed
checking for g++... /bin/g++
configure: Resolving CXX (as /bin/g++) failed, using /bin/g++ directly.
checking resolved symbolic links for CXX... /usr/bin/g++
configure: Using g++ (GCC) 4.8.3 20140911 (Red Hat-7) C++ compiler version 4.8.3-7) (located at /bin/g++)
checking whether we are using the GNU C++ compiler... yes
checking whether /bin/g++ accepts -g... yes
checking for ar... ar
configure: Rewriting AR to "/bin/ar"
checking how to run the C preprocessor... /bin/gcc -E
configure: Resolving CPP (as /bin/gcc) failed, using /bin/gcc directly.
checking how to run the C++ preprocessor... /bin/g++ -E
configure: Resolving CXXCPP (as /bin/g++) failed, using /bin/g++ directly.
checking for otool... no
checking for nm... nm
configure: Rewriting NM to "/bin/nm"
checking for strip... strip
configure: Rewriting STRIP to "/bin/strip"
checking for gobjcopy... no
checking for objcopy... objcopy
configure: Rewriting OBJCOPY to "/bin/objcopy"
checking for gobjdump... no
checking for objdump... objdump
configure: Rewriting OBJDUMP to "/bin/objdump"
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking size of int *... 8
checking for target address size... 64 bits
checking whether byte ordering is bigendian... no
checking if compiler supports "-m64"... yes
checking if compiler supports "-m64"... yes
checking if warnings are errors... no
checking for broken SuSE 'ld' which only understands anonymous version tags in executables... no
checking if we should generate debug symbols... true
checking if we should zip debug-info files... yes
checking what is not needed on Linux?... pulse
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for X11/extensions/shape.h... yes
checking for X11/extensions/Xrender.h... yes
checking for X11/extensions/XTest.h... yes
checking for X11/Intrinsic.h... yes
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 for FREETYPE... yes
checking for freetype... yes (using pkg-config)
checking if we can compile and link with freetype... yes
checking if we should bundle freetype... no
checking for ALSA... yes
checking for which libjpeg to use... system
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_CreateDecompress in -ljpeg... yes
checking for which giflib to use... system
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for DGifGetCode in -lgif... yes
checking for which lcms to use... system
checking for LCMS... yes
checking for which libpng to use... checking for PNG... yes
system
checking for compress in -lz... yes
checking for which zlib to use... system
checking for cos in -lm... yes
checking for dlopen in -ldl... yes
checking whether to build the Sun EC provider against the system NSS libraries... no
checking if dynamic link of stdc++ is possible... yes
checking if static link of stdc++ is possible... no
checking how to link with libstdc++... dynamic
checking if the elliptic curve crypto implementation is present... no
checking for number of cores... 2
checking for memory size... 3815 MB
checking for appropriate number of jobs to run in parallel... 2
checking whether to use sjavac... no
checking that precompiled headers work... yes
checking for ccache... no
checking if build directory is on local disk... yes
configure: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/config.status
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/hotspot-spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/bootcycle-spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/compare.sh
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.sh
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/Makefile
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/config.h
====================================================
A new configuration has been successfully created in
/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
using configure arguments '--enable-unlimited-crypto --with-cacerts-file=/etc/pki/ca-trust/extracted/java/cacerts --with-stdc++lib=dynamic --with-boot-jdk=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0 --with-update-version=72 --with-build-number=b15 --with-milestone=fcs --with-extra-cflags=-g -O2 --with-extra-cxxflags=-g -O2 --with-extra-ldflags= --with-zlib=system --with-lcms=system --with-libjpeg=system --with-libpng=system --with-giflib=system --disable-system-nss --disable-warnings-as-errors'.
Configuration summary:
* Debug level: release
* JDK variant: normal
* JVM variants: server
* OpenJDK target: OS: linux, CPU architecture: x86, address length: 64
Tools summary:
* Boot JDK: java version "1.7.0_71" OpenJDK Runtime Environment (IcedTea 2.5.3) (Fedora build 1.7.0_71-b14) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode) (at /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0)
* C Compiler: gcc (GCC) 4.8.3 20140911 (Red Hat-7) version 4.8.3-7) (at /bin/gcc)
* C++ Compiler: g++ (GCC) 4.8.3 20140911 (Red Hat-7) version 4.8.3-7) (at /bin/g++)
Build performance summary:
* Cores to use: 2
* Memory limit: 3815 MB
* ccache status: not installed (consider installing)
Build performance tip: ccache gives a tremendous speedup for C++ recompilations.
You do not have ccache installed. Try installing it.
You might be able to fix this by running 'sudo yum install ccache'.
mkdir -p stamps
touch stamps/icedtea-boot-configure.stamp
JAVAC= JAVA_HOME= JDK_HOME= OS= /bin/make \
LANG="C" PATH="/notnfs/nighttester/icedtea8-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) (Sun Mar 27 19:14:40 EDT 2016)" DERIVATIVE_ID="IcedTea 3.0.0pre09+r9fd836c4922e" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" LOG="debug" SCTP_WERROR= POST_STRIP_CMD= STRIP_POLICY="no_strip" JOBS="3" 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" \
-C /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot \
images
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
Running make as '/bin/gmake VERBOSE= LOG_LEVEL=debug -R -I /notnfs/nighttester/icedtea8-target-testing/openjdk-boot/make/common -w SPEC=/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.gmk -j3'
Building OpenJDK for target 'images' in configuration '/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
## Starting langtools
/bin/sh: line 0: cd: /notnfs/nighttester/icedtea8-target-testing/openjdk-boot/langtools/make: No such file or directory
make[1]: *** [langtools-only] Error 1
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
make: *** [stamps/icedtea-boot.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 28 10:43:42 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 28 Mar 2016 06:43:42 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2299
In-Reply-To: <1341763828.24.1459075910354.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1341763828.24.1459075910354.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1024359413.28.1459161827148.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 583306 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 28 17:36:39 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 28 Mar 2016 13:36:39 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1796
In-Reply-To: <1802033634.25.1459100584813.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1802033634.25.1459100584813.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <158584770.29.1459186603947.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 580889 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 28 23:14:38 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 28 Mar 2016 19:14:38 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2251
In-Reply-To: <1495687715.26.1459120413333.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1495687715.26.1459120413333.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <296898169.30.1459206880683.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527451 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
gmake[2]: *** [check-tapset-probes] Error 242
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Mon Mar 28 23:16:36 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Mon, 28 Mar 2016 19:16:36 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1364
In-Reply-To: <366307766.27.1459120530668.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <366307766.27.1459120530668.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <823264089.31.1459206996305.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 1518 lines...]
checking for dirname... /bin/dirname
checking for echo... /bin/echo
checking for expr... /bin/expr
checking for file... /bin/file
checking for find... /bin/find
checking for head... /bin/head
checking for ln... /bin/ln
checking for ls... /bin/ls
checking for mkdir... /bin/mkdir
checking for mktemp... /bin/mktemp
checking for mv... /bin/mv
checking for printf... /bin/printf
checking for rm... /bin/rm
checking for sh... /bin/sh
checking for sort... /bin/sort
checking for tail... /bin/tail
checking for tar... /bin/tar
checking for tee... /bin/tee
checking for touch... /bin/touch
checking for tr... /bin/tr
checking for uname... /bin/uname
checking for uniq... /bin/uniq
checking for wc... /bin/wc
checking for which... /bin/which
checking for xargs... /bin/xargs
checking for gawk... gawk
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for a sed that does not truncate output... /bin/sed
checking for nawk... no
checking for gawk... /bin/gawk
checking for cygpath... no
checking for readlink... /bin/readlink
checking for df... /bin/df
checking for SetFile... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking openjdk-build os-cpu... linux-x86_64
checking openjdk-build bit-size... 64
checking openjdk-build endianness... little
checking openjdk-target os-cpu... linux-x86_64
checking openjdk-target bit-size... 64
checking openjdk-target endianness... little
checking compilation type... native
checking for presence of closed sources... no
checking if closed source is suppressed (openjdk-only)... no
checking which variant of the JDK to build... normal
checking which interpreter of the JVM to build... template
checking which variants of the JVM to build... server
checking which debug level to use... release
checking what configuration name to use... /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
checking for apt-get... no
checking for yum... yum
checking for gmake... /bin/gmake
configure: Testing potential make at /bin/gmake, found using gmake in PATH
configure: Resolving FOUND_MAKE (as /bin/gmake) failed, using /bin/gmake directly.
configure: Using GNU make 3.81 (or later) at /bin/gmake (version: GNU Make 3.82)
checking if find supports -delete... yes
checking for unzip... /bin/unzip
checking for zip... /bin/zip
checking for ldd... /bin/ldd
checking for readelf... /bin/readelf
checking for hg... /bin/hg
checking for stat... /bin/stat
checking for time... /bin/time
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for 7z... no
checking for unzip... unzip
checking for wget... wget
checking headful support... include support for both headful and headless
configure: Found potential Boot JDK using configure arguments
checking for Boot JDK... /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0
checking Boot JDK version... java version "1.7.0_71" OpenJDK Runtime Environment (IcedTea 2.5.3) (Fedora build 1.7.0_71-b14) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
checking for java in Boot JDK... ok
checking for javac in Boot JDK... ok
checking for javah in Boot JDK... ok
checking for javap in Boot JDK... ok
checking for jar in Boot JDK... ok
checking for rmic in Boot JDK... ok
checking for native2ascii in Boot JDK... ok
checking for an alternate jar command... false
checking if Boot JDK is 32 or 64 bits... 64
checking flags for boot jdk java command ...
checking flags for boot jdk java command for big workloads... -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 -XX:PermSize=32m -XX:MaxPermSize=160m
checking flags for boot jdk java command for small workloads... -XX:+UseSerialGC -Xms32M -Xmx512M
checking for jtreg... no
checking for gcc... /bin/gcc
configure: Resolving CC (as /bin/gcc) failed, using /bin/gcc directly.
checking resolved symbolic links for CC... /usr/bin/gcc
configure: Using gcc (GCC) 4.8.3 20140911 (Red Hat-7) C compiler version 4.8.3-7) (located at /bin/gcc)
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /bin/gcc accepts -g... yes
checking for /bin/gcc option to accept ISO C89... none needed
checking for g++... /bin/g++
configure: Resolving CXX (as /bin/g++) failed, using /bin/g++ directly.
checking resolved symbolic links for CXX... /usr/bin/g++
configure: Using g++ (GCC) 4.8.3 20140911 (Red Hat-7) C++ compiler version 4.8.3-7) (located at /bin/g++)
checking whether we are using the GNU C++ compiler... yes
checking whether /bin/g++ accepts -g... yes
checking for ar... ar
configure: Rewriting AR to "/bin/ar"
checking how to run the C preprocessor... /bin/gcc -E
configure: Resolving CPP (as /bin/gcc) failed, using /bin/gcc directly.
checking how to run the C++ preprocessor... /bin/g++ -E
configure: Resolving CXXCPP (as /bin/g++) failed, using /bin/g++ directly.
checking for otool... no
checking for nm... nm
configure: Rewriting NM to "/bin/nm"
checking for strip... strip
configure: Rewriting STRIP to "/bin/strip"
checking for gobjcopy... no
checking for objcopy... objcopy
configure: Rewriting OBJCOPY to "/bin/objcopy"
checking for gobjdump... no
checking for objdump... objdump
configure: Rewriting OBJDUMP to "/bin/objdump"
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking size of int *... 8
checking for target address size... 64 bits
checking whether byte ordering is bigendian... no
checking if compiler supports "-m64"... yes
checking if compiler supports "-m64"... yes
checking if warnings are errors... no
checking for broken SuSE 'ld' which only understands anonymous version tags in executables... no
checking if we should generate debug symbols... true
checking if we should zip debug-info files... yes
checking what is not needed on Linux?... pulse
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for X11/extensions/shape.h... yes
checking for X11/extensions/Xrender.h... yes
checking for X11/extensions/XTest.h... yes
checking for X11/Intrinsic.h... yes
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 for FREETYPE... yes
checking for freetype... yes (using pkg-config)
checking if we can compile and link with freetype... yes
checking if we should bundle freetype... no
checking for ALSA... yes
checking for which libjpeg to use... system
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_CreateDecompress in -ljpeg... yes
checking for which giflib to use... system
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for DGifGetCode in -lgif... yes
checking for which lcms to use... system
checking for LCMS... yes
checking for which libpng to use... checking for PNG... yes
system
checking for compress in -lz... yes
checking for which zlib to use... system
checking for cos in -lm... yes
checking for dlopen in -ldl... yes
checking whether to build the Sun EC provider against the system NSS libraries... no
checking if dynamic link of stdc++ is possible... yes
checking if static link of stdc++ is possible... no
checking how to link with libstdc++... dynamic
checking if the elliptic curve crypto implementation is present... no
checking for number of cores... 2
checking for memory size... 3815 MB
checking for appropriate number of jobs to run in parallel... 2
checking whether to use sjavac... no
checking that precompiled headers work... yes
checking for ccache... no
checking if build directory is on local disk... yes
configure: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/config.status
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/hotspot-spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/bootcycle-spec.gmk
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/compare.sh
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.sh
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/Makefile
config.status: creating /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/config.h
====================================================
A new configuration has been successfully created in
/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
using configure arguments '--enable-unlimited-crypto --with-cacerts-file=/etc/pki/ca-trust/extracted/java/cacerts --with-stdc++lib=dynamic --with-boot-jdk=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0 --with-update-version=72 --with-build-number=b15 --with-milestone=fcs --with-extra-cflags=-g -O2 --with-extra-cxxflags=-g -O2 --with-extra-ldflags= --with-zlib=system --with-lcms=system --with-libjpeg=system --with-libpng=system --with-giflib=system --disable-system-nss --disable-warnings-as-errors'.
Configuration summary:
* Debug level: release
* JDK variant: normal
* JVM variants: server
* OpenJDK target: OS: linux, CPU architecture: x86, address length: 64
Tools summary:
* Boot JDK: java version "1.7.0_71" OpenJDK Runtime Environment (IcedTea 2.5.3) (Fedora build 1.7.0_71-b14) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode) (at /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0)
* C Compiler: gcc (GCC) 4.8.3 20140911 (Red Hat-7) version 4.8.3-7) (at /bin/gcc)
* C++ Compiler: g++ (GCC) 4.8.3 20140911 (Red Hat-7) version 4.8.3-7) (at /bin/g++)
Build performance summary:
* Cores to use: 2
* Memory limit: 3815 MB
* ccache status: not installed (consider installing)
Build performance tip: ccache gives a tremendous speedup for C++ recompilations.
You do not have ccache installed. Try installing it.
You might be able to fix this by running 'sudo yum install ccache'.
mkdir -p stamps
touch stamps/icedtea-boot-configure.stamp
JAVAC= JAVA_HOME= JDK_HOME= OS= /bin/make \
LANG="C" PATH="/notnfs/nighttester/icedtea8-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) (Mon Mar 28 19:15:42 EDT 2016)" DERIVATIVE_ID="IcedTea 3.0.0pre09+r9fd836c4922e" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" LOG="debug" SCTP_WERROR= POST_STRIP_CMD= STRIP_POLICY="no_strip" JOBS="3" 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" \
-C /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot \
images
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
Running make as '/bin/gmake VERBOSE= LOG_LEVEL=debug -R -I /notnfs/nighttester/icedtea8-target-testing/openjdk-boot/make/common -w SPEC=/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/spec.gmk -j3'
Building OpenJDK for target 'images' in configuration '/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
## Starting langtools
/bin/sh: line 0: cd: /notnfs/nighttester/icedtea8-target-testing/openjdk-boot/langtools/make: No such file or directory
make[1]: *** [langtools-only] Error 1
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot'
make: *** [stamps/icedtea-boot.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Tue Mar 29 10:53:12 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 29 Mar 2016 06:53:12 -0400 (EDT)
Subject: Jenkins build is back to normal : IcedTea6TargetTesting #2300
In-Reply-To: <1024359413.28.1459161827148.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1024359413.28.1459161827148.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <173487447.0.1459248792929.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
From gnu.andrew at redhat.com Tue Mar 29 17:35:25 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 29 Mar 2016 13:35:25 -0400 (EDT)
Subject: Jenkins build is back to normal : IcedTea6hgTargetTesting #1797
In-Reply-To: <158584770.29.1459186603947.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <158584770.29.1459186603947.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1387523102.1.1459272925679.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
From gnu.andrew at redhat.com Tue Mar 29 22:57:20 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 29 Mar 2016 18:57:20 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2252
In-Reply-To: <296898169.30.1459206880683.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <296898169.30.1459206880683.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <371678134.2.1459292245421.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527451 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
gmake[2]: *** [check-tapset-probes] Error 242
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Wed Mar 30 03:07:52 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Tue, 29 Mar 2016 23:07:52 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1365
In-Reply-To: <823264089.31.1459206996305.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <823264089.31.1459206996305.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1943838736.3.1459307274387.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
Changes:
[Andrew John Hughes ] PR2873: Fix make distcheck
2016-03-28 Andrew John Hughes
PR2873: Fix make distcheck
* Makefile.am:
(clean-tests): Don't try and delete the test
subdirectory of the build tree. configure now
generates test/tapset/jstaptest.pl and so
the directory won't be empty until the autoconf
tools remove this.
[Andrew John Hughes ] PR2897: clean-cacao removes extracted source tree but not extract-cacao.stamp
2016-03-28 Andrew John Hughes
PR2897: clean-cacao removes extracted source tree
but not extract-cacao.stamp
* Makefile.am,
(clean-extract-cacao): Remove the entire
CACAO tree here.
(cacao-configure): Build in a separate directory,
cacao.build.
(cacao-build): Likewise.
(cacao-install): Likewise.
(clean-cacao): Only remove the installation and
build directories, leaving the clean source tree
intact.
* NEWS: Updated.
[Andrew John Hughes ] PR2352: Split JamVM rule into configure, make and make install stages
2016-03-28 Andrew John Hughes
PR2352: Split JamVM rule into configure, make and
make install stages
* Makefile.am:
(jamvm): Depend on jamvm-configure, jamvm-build and
jamvm-install rather than doing the job itself.
(jamvm-configure): Split from jamvm step. Configures
the JamVM build.
(jamvm-build): Split from jamvm step and update
the make invocation to match that used by CACAO.
Builds JamVM.
(jamvm-install): Likewise. Installs JamVM and
creates the JamVM symlinks needed by the OpenJDK
build.
(clean-jamvm): Delete the intermediate stamps
from the jamvm-configure, jamvm-build and jamvm-install
steps.
* NEWS: Updated.
[Andrew John Hughes ] PR2351: Split CACAO rule into configure and make stages
2015-03-28 Andrew John Hughes
PR2351: Split CACAO rule into configure and make stages
* Makefile.am:
(cacao): Depend on cacao-configure, cacao-build and
cacao-install rather than doing the job itself.
(cacao-configure): Split from cacao step. Configures
the CACAO build.
(cacao-build): Likewise. Builds CACAO.
(cacao-install): Likewise. Installs CACAO and creates
the CACAO symlinks needed by the OpenJDK build.
(clean-cacao): Delete the intermediate stamps
from the cacao-configure, cacao-build and cacao-install
steps.
* NEWS: Updated.
[Andrew John Hughes ] PR2873: Fix make distcheck
2015-03-28 Andrew John Hughes
PR2873: Fix make distcheck
* Makefile.am:
(clean-download-langtools): Correct typo, deleting
download-openjdk.stamp instead of download-langtools.stamp
(clean-extract-openjdk): Also depend on clean-extract-nashorn.
------------------------------------------
[...truncated 177864 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/icedtea-3.0.0pre09/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Wed Mar 30 23:10:58 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 30 Mar 2016 19:10:58 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2253
In-Reply-To: <371678134.2.1459292245421.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <371678134.2.1459292245421.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <104515628.0.1459379463460.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527449 lines...]
.
Probe hotspot.jni.NewFloatArray.return not found.
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
gmake[2]: *** [check-tapset-probes] Error 242
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Wed Mar 30 23:11:44 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Wed, 30 Mar 2016 19:11:44 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1366
In-Reply-To: <1943838736.3.1459307274387.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1943838736.3.1459307274387.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1743108370.1.1459379504816.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
Changes:
[Andrew John Hughes ] Added tag icedtea-3.0.0pre10 for changeset 8fc0b0a775ef
[Andrew John Hughes ] Bump to icedtea-3.0.0pre10.
Upstream changes:
- S8152335, CVE-2016-0636: Improve MethodHandle consistency
ChangeLog:
2016-03-29 Andrew John Hughes
Bump to icedtea-3.0.0pre10.
* Makefile.am:
(JDK_UPDATE_VERSION): Bump to 77.
(BUILD_VERSION): Reset to b03.
(CORBA_CHANGESET): Update to icedtea-3.0.0pre10 tag.
(JAXP_CHANGESET): Likewise.
(JAXWS_CHANGESET): Likewise.
(JDK_CHANGESET): Likewise.
(LANGTOOLS_CHANGESET): Likewise.
(OPENJDK_CHANGESET): Likewise.
(NASHORN_CHANGESET): Likewise.
(CORBA_SHA256SUM): Likewise.
(JAXP_SHA256SUM): Likewise.
(JAXWS_SHA256SUM): Likewise.
(JDK_SHA256SUM): Likewise.
(LANGTOOLS_SHA256SUM): Likewise.
(OPENJDK_SHA256SUM): Likewise.
(NASHORN_SHA256SUM): Likewise.
* NEWS: Update base version.
* configure.ac: Bump to 3.0.0pre10.
* hotspot.map.in: Update to icedtea-3.0.0pre10 tag.
------------------------------------------
[...truncated 282 lines...]
checking how to create a pax tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking which branch and release of IcedTea is being built... branch 3.0, release 3.0.0
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for make... /bin/make
checking for gzip... /bin/gzip
checking for find... /bin/find
checking for patch... /bin/patch
checking for tar... /bin/tar
checking for chmod... /bin/chmod
checking for sha256sum... /bin/sha256sum
checking for wget... /bin/wget
checking for zip... /bin/zip
checking for unzip... /bin/unzip
checking for cpio... /bin/cpio
checking for file... /bin/file
checking for readlink... /bin/readlink
checking for fastjar... fastjar
checking for ldd... ldd
checking for gawk... /bin/gawk
checking for hg... /bin/hg
checking for an OpenJDK source directory... /notnfs/nighttester/icedtea8-target-testing/openjdk
checking for IcedTea Mercurial revision ID... rb2c3cacbd0fd
checking for JDK Mercurial revision ID... none
checking for HotSpot Mercurial revision ID... none
checking for lsb_release... /bin/lsb_release
checking for rmdir... /bin/rmdir
checking if /bin/rmdir supports --ignore-fail-on-non-empty... yes
checking whether to compile ecj natively... no
checking which HotSpot build to use... default
checking for linux32... /bin/linux32
checking version of GCC... 4.8.3 (major version 4, minor version 8)
checking for getconf... /bin/getconf
checking the number of online processors... 2
checking if cp supports --reflink... yes
checking if we can hard link rather than copy from /notnfs/nighttester/icedtea8-target-testing... yes
checking whether to disable the execution of the JTReg tests... no
checking whether to disable the execution of the HotSpot JTReg tests... no
checking whether to disable the execution of the langtools JTReg tests... no
checking whether to disable the execution of the JDK JTReg tests... no
checking whether to disable the execution of the SystemTap tests... no
checking for system library directory...
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to enable the PKCS11 crypto provider using NSS... disabled by default (edit java.security to enable)
checking for NSS... yes
checking whether to enable the Sun elliptic curve crypto provider... no
checking for xvfb-run... xvfb-run -a -e xvfb-errors
checking whether to build documentation... yes
checking for distribution package version... none
checking build identification... Built on Fedora release 20 (Heisenbug) (Wed Mar 30 19:11:39 EDT 2016)
checking how many parallel build jobs to execute... 3
checking whether to build a bootstrap version first... yes
checking whether to download tarballs... no
checking for a JDK home directory... not specified
checking for /usr/lib/jvm/icedtea-8... not found
checking for /usr/lib/jvm/java-1.8.0-openjdk... not found
checking for /usr/lib/jvm/java-1.8.0-openjdk.x86_64... not found
checking for /usr/lib64/jvm/java-1.8.0-openjdk... not found
checking for /usr/lib/jvm/java-1.8.0... not found
checking for /usr/lib/jvm/java-8-openjdk... not found
checking for /usr/lib/jvm/icedtea-7... not found
checking for /usr/lib/jvm/icedtea7... not found
checking for /usr/lib/jvm/java-1.7.0-openjdk... not found
checking for /usr/lib/jvm/java-1.7.0-openjdk.x86_64... not found
checking for /usr/lib64/jvm/java-1.7.0-openjdk... not found
checking for /usr/lib/jvm/java-1.7.0... found
checking if a java binary was specified... no
checking if /usr/lib/jvm/java-1.7.0/bin/java is a valid executable file... yes
checking if a javac binary was specified... no
checking if /usr/lib/jvm/java-1.7.0/bin/javac is a valid executable file... yes
checking if an ecj binary was specified... no
checking if /usr/bin/ecj is a valid executable file... yes
checking if we are using ecj as javac... no
checking if a javah executable is specified... no
checking if /usr/lib/jvm/java-1.7.0/bin/javah is a valid executable file... yes
checking if a jar executable is specified... no
checking if /usr/lib/jvm/java-1.7.0/bin/jar is a valid executable file... yes
checking whether jar supports @ argument... yes
checking whether jar supports stdin file arguments... no
checking whether jar supports -J options at the end... yes
checking if an rmic executable is specified... no
checking if /usr/lib/jvm/java-1.7.0/bin/rmic is a valid executable file... yes
checking if a native2ascii binary was specified... no
checking if /usr/lib/jvm/java-1.7.0/bin/native2ascii is a valid executable file... yes
checking if we are using CACAO as the build VM... no
checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar
checking whether to enable Java compiler warnings... no
checking if javac lacks support for the diamond operator... no
checking for an OpenJDK source zip... /notnfs/nighttester/drops/icedtea8/openjdk.tar.xz
checking whether to enable checksumming of the specified OpenJDK tarball... yes
checking for a HotSpot source zip... /notnfs/nighttester/drops/icedtea8/hotspot.tar.xz
checking whether to enable checksumming of the specified HotSpot tarball... yes
checking for a CORBA source zip... /notnfs/nighttester/drops/icedtea8/corba.tar.xz
checking whether to enable checksumming of the specified CORBA tarball... yes
checking for a JAXP source zip... /notnfs/nighttester/drops/icedtea8/jaxp.tar.xz
checking whether to enable checksumming of the specified JAXP tarball... yes
checking for a JAXWS source zip... /notnfs/nighttester/drops/icedtea8/jaxws.tar.xz
checking whether to enable checksumming of the specified JAXWS tarball... yes
checking for a JDK source zip... /notnfs/nighttester/drops/icedtea8/jdk.tar.xz
checking whether to enable checksumming of the specified JDK tarball... yes
checking for a langtools source zip... /notnfs/nighttester/drops/icedtea8/langtools.tar.xz
checking whether to enable checksumming of the specified langtools tarball... yes
checking for a NASHORN source zip... /notnfs/nighttester/drops/icedtea8/nashorn.tar.xz
checking whether to enable checksumming of the specified Nashorn tarball... yes
checking for an alternate jar command... not specified
checking whether to use CACAO as VM... no
checking for a CACAO home directory... $(abs_top_builddir)/cacao/install
checking for a CACAO source directory... not specified
checking for a CACAO source zip... /notnfs/nighttester/drops/cacao/cacao8.tar.xz
checking whether to enable checksumming of the specified CACAO tarball... yes
checking whether to use JamVM as VM... no
checking for a JamVM source zip... /notnfs/nighttester/drops/jamvm/jamvm8.tar.gz
checking whether to enable checksumming of the specified JamVM tarball... yes
checking whether to disable optimizations and build with -O0 -g... no
checking whether to enable -Werror... no
checking whether to enable JAR compression... yes
checking whether to use the Shark JIT... no
checking if a native HotSpot port is available for this architecture... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether to use the zero-assembler port... no
checking whether byte ordering is bigendian... no
checking for additional virtual machines to build... none
checking if a version suffix has been specified... no
checking whether to retrieve the source code from Mercurial... no
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 for gcj... /bin/gcj
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 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 absolute java home install dir... /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
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 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/icedtea8-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) (Wed Mar 30 19:11:39 EDT 2016)" DERIVATIVE_ID="IcedTea 3.0.0pre10+rb2c3cacbd0fd" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" LOG="debug" SCTP_WERROR= POST_STRIP_CMD= STRIP_POLICY="no_strip" JOBS="3" 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/icedtea8/openjdk.tar.xz openjdk.tar.xz
if ! echo "104be4e4d8c76dc2f3f782aa8238a8c7f08bfaf89c7cd61ffbd3a133b90ad7df 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/icedtea8/3.0.0/openjdk.tar.xz; \
if ! echo "104be4e4d8c76dc2f3f782aa8238a8c7f08bfaf89c7cd61ffbd3a133b90ad7df 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: FAILED
/bin/sha256sum: WARNING: 1 computed checksum did NOT match
ERROR: No up-to-date OpenJDK root zip available
make: *** [stamps/download-openjdk.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 31 10:39:42 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 31 Mar 2016 06:39:42 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #2302
Message-ID: <106710467.2.1459420789692.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 586781 lines...]
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticBooleanField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6562:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticByteField__entry")
^
semantic error: no match (similar marks: SetStaticByteField__entry, GetStaticByteField__entry, SetStaticIntField__entry, GetStaticIntField__entry, SetStaticByteField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticByteField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6576:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticByteField__return")
^
semantic error: no match (similar marks: SetStaticByteField__return, GetStaticByteField__return, SetStaticIntField__return, GetStaticIntField__return, SetStaticByteField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticByteField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6591:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticCharField__entry")
^
semantic error: no match (similar marks: SetStaticCharField__entry, GetStaticCharField__entry, SetStaticShortField__entry, GetStaticShortField__entry, SetStaticByteField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticCharField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6605:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticCharField__return")
^
semantic error: no match (similar marks: SetStaticCharField__return, GetStaticCharField__return, SetStaticShortField__return, GetStaticShortField__return, SetStaticByteField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticCharField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6619:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticDoubleField__entry")
^
semantic error: no match (similar marks: SetStaticDoubleField__entry, GetStaticDoubleField__entry, SetStaticDoubleField__return, GetStaticDoubleField__return, SetStaticBooleanField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticDoubleField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6632:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticDoubleField__return")
^
semantic error: no match (similar marks: SetStaticDoubleField__return, GetStaticDoubleField__return, SetStaticDoubleField__entry, GetStaticDoubleField__entry, SetStaticBooleanField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticDoubleField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6646:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticFloatField__entry")
^
semantic error: no match (similar marks: SetStaticFloatField__entry, GetStaticFloatField__entry, SetStaticShortField__entry, SetStaticLongField__entry, GetStaticShortField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticFloatField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6659:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticFloatField__return")
^
semantic error: no match (similar marks: SetStaticFloatField__return, GetStaticFloatField__return, SetStaticShortField__return, SetStaticLongField__return, GetStaticShortField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticFloatField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6674:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticIntField__entry")
^
semantic error: no match (similar marks: SetStaticIntField__entry, GetStaticIntField__entry, SetStaticByteField__entry, SetStaticLongField__entry, GetStaticByteField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticIntField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6688:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticIntField__return")
^
semantic error: no match (similar marks: SetStaticIntField__return, GetStaticIntField__return, SetStaticByteField__return, SetStaticLongField__return, GetStaticByteField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticIntField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6703:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticLongField__entry")
^
semantic error: no match (similar marks: SetStaticLongField__entry, GetStaticLongField__entry, SetStaticIntField__entry, SetStaticFloatField__entry, GetStaticIntField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticLongField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6717:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticLongField__return")
^
semantic error: no match (similar marks: SetStaticLongField__return, GetStaticLongField__return, SetStaticIntField__return, SetStaticFloatField__return, GetStaticIntField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticLongField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6732:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticObjectField__entry")
^
semantic error: no match (similar marks: SetStaticObjectField__entry, GetStaticObjectField__entry, SetStaticObjectField__return, GetStaticObjectField__return, SetStaticByteField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticObjectField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6746:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticObjectField__return")
^
semantic error: no match (similar marks: SetStaticObjectField__return, GetStaticObjectField__return, SetStaticObjectField__entry, GetStaticObjectField__entry, SetStaticByteField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticObjectField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6761:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticShortField__entry")
^
semantic error: no match (similar marks: SetStaticShortField__entry, GetStaticShortField__entry, SetStaticCharField__entry, SetStaticFloatField__entry, GetStaticCharField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticShortField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6775:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticShortField__return")
^
semantic error: no match (similar marks: SetStaticShortField__return, GetStaticShortField__return, SetStaticCharField__return, SetStaticFloatField__return, GetStaticCharField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticShortField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6788:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("Throw__entry")
^
semantic error: no match (similar marks: Throw__entry, ThrowNew__entry, method__entry, Throw__return, FatalError__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.Throw failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6802:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("Throw__return")
^
semantic error: no match (similar marks: Throw__return, ThrowNew__return, method__return, Throw__entry, GetEnv__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.Throw.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6817:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("ThrowNew__entry")
^
semantic error: no match (similar marks: ThrowNew__entry, Throw__entry, ThrowNew__return, method__entry, GetEnv__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.ThrowNew failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6832:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("ThrowNew__return")
^
semantic error: no match (similar marks: ThrowNew__return, Throw__return, ThrowNew__entry, method__return, GetEnv__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.ThrowNew.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6847:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("ToReflectedField__entry")
^
semantic error: no match (similar marks: ToReflectedField__entry, FromReflectedField__entry, ToReflectedField__return, ToReflectedMethod__entry, FromReflectedField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.ToReflectedField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6862:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("ToReflectedField__return")
^
semantic error: no match (similar marks: ToReflectedField__return, FromReflectedField__return, ToReflectedField__entry, ToReflectedMethod__return, FromReflectedField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.ToReflectedField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6877:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("ToReflectedMethod__entry")
^
semantic error: no match (similar marks: ToReflectedMethod__entry, FromReflectedMethod__entry, ToReflectedMethod__return, ToReflectedField__entry, method__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.ToReflectedMethod failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6892:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("ToReflectedMethod__return")
^
semantic error: no match (similar marks: ToReflectedMethod__return, FromReflectedMethod__return, ToReflectedMethod__entry, ToReflectedField__return, method__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.ToReflectedMethod.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6906:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("UnregisterNatives__entry")
^
semantic error: no match (similar marks: UnregisterNatives__entry, RegisterNatives__entry, UnregisterNatives__return, RegisterNatives__return, Throw__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.UnregisterNatives failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6920:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("UnregisterNatives__return")
^
semantic error: no match (similar marks: UnregisterNatives__return, RegisterNatives__return, UnregisterNatives__entry, RegisterNatives__entry, Throw__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.UnregisterNatives.return failed.
Broken probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 31 17:43:39 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 31 Mar 2016 13:43:39 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #1799
Message-ID: <1089432879.3.1459446221467.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 584368 lines...]
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticBooleanField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6562:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticByteField__entry")
^
semantic error: no match (similar marks: SetStaticByteField__entry, GetStaticByteField__entry, SetStaticIntField__entry, GetStaticIntField__entry, SetStaticByteField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticByteField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6576:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticByteField__return")
^
semantic error: no match (similar marks: SetStaticByteField__return, GetStaticByteField__return, SetStaticIntField__return, GetStaticIntField__return, SetStaticByteField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticByteField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6591:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticCharField__entry")
^
semantic error: no match (similar marks: SetStaticCharField__entry, GetStaticCharField__entry, SetStaticShortField__entry, GetStaticShortField__entry, SetStaticByteField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticCharField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6605:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticCharField__return")
^
semantic error: no match (similar marks: SetStaticCharField__return, GetStaticCharField__return, SetStaticShortField__return, GetStaticShortField__return, SetStaticByteField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticCharField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6619:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticDoubleField__entry")
^
semantic error: no match (similar marks: SetStaticDoubleField__entry, GetStaticDoubleField__entry, SetStaticDoubleField__return, GetStaticDoubleField__return, SetStaticBooleanField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticDoubleField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6632:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticDoubleField__return")
^
semantic error: no match (similar marks: SetStaticDoubleField__return, GetStaticDoubleField__return, SetStaticDoubleField__entry, GetStaticDoubleField__entry, SetStaticBooleanField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticDoubleField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6646:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticFloatField__entry")
^
semantic error: no match (similar marks: SetStaticFloatField__entry, GetStaticFloatField__entry, SetStaticShortField__entry, SetStaticLongField__entry, GetStaticShortField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticFloatField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6659:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticFloatField__return")
^
semantic error: no match (similar marks: SetStaticFloatField__return, GetStaticFloatField__return, SetStaticShortField__return, SetStaticLongField__return, GetStaticShortField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticFloatField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6674:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticIntField__entry")
^
semantic error: no match (similar marks: SetStaticIntField__entry, GetStaticIntField__entry, SetStaticByteField__entry, SetStaticLongField__entry, GetStaticByteField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticIntField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6688:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticIntField__return")
^
semantic error: no match (similar marks: SetStaticIntField__return, GetStaticIntField__return, SetStaticByteField__return, SetStaticLongField__return, GetStaticByteField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticIntField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6703:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticLongField__entry")
^
semantic error: no match (similar marks: SetStaticLongField__entry, GetStaticLongField__entry, SetStaticIntField__entry, SetStaticFloatField__entry, GetStaticIntField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticLongField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6717:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticLongField__return")
^
semantic error: no match (similar marks: SetStaticLongField__return, GetStaticLongField__return, SetStaticIntField__return, SetStaticFloatField__return, GetStaticIntField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticLongField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6732:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticObjectField__entry")
^
semantic error: no match (similar marks: SetStaticObjectField__entry, GetStaticObjectField__entry, SetStaticObjectField__return, GetStaticObjectField__return, SetStaticByteField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticObjectField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6746:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticObjectField__return")
^
semantic error: no match (similar marks: SetStaticObjectField__return, GetStaticObjectField__return, SetStaticObjectField__entry, GetStaticObjectField__entry, SetStaticByteField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticObjectField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6761:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticShortField__entry")
^
semantic error: no match (similar marks: SetStaticShortField__entry, GetStaticShortField__entry, SetStaticCharField__entry, SetStaticFloatField__entry, GetStaticCharField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticShortField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6775:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("SetStaticShortField__return")
^
semantic error: no match (similar marks: SetStaticShortField__return, GetStaticShortField__return, SetStaticCharField__return, SetStaticFloatField__return, GetStaticCharField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.SetStaticShortField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6788:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("Throw__entry")
^
semantic error: no match (similar marks: Throw__entry, ThrowNew__entry, method__entry, Throw__return, FatalError__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.Throw failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6802:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("Throw__return")
^
semantic error: no match (similar marks: Throw__return, ThrowNew__return, method__return, Throw__entry, GetEnv__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.Throw.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6817:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("ThrowNew__entry")
^
semantic error: no match (similar marks: ThrowNew__entry, Throw__entry, ThrowNew__return, method__entry, GetEnv__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.ThrowNew failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6832:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("ThrowNew__return")
^
semantic error: no match (similar marks: ThrowNew__return, Throw__return, ThrowNew__entry, method__return, GetEnv__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.ThrowNew.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6847:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("ToReflectedField__entry")
^
semantic error: no match (similar marks: ToReflectedField__entry, FromReflectedField__entry, ToReflectedField__return, ToReflectedMethod__entry, FromReflectedField__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.ToReflectedField failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6862:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("ToReflectedField__return")
^
semantic error: no match (similar marks: ToReflectedField__return, FromReflectedField__return, ToReflectedField__entry, ToReflectedMethod__return, FromReflectedField__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.ToReflectedField.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6877:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("ToReflectedMethod__entry")
^
semantic error: no match (similar marks: ToReflectedMethod__entry, FromReflectedMethod__entry, ToReflectedMethod__return, ToReflectedField__entry, method__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.ToReflectedMethod failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6892:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("ToReflectedMethod__return")
^
semantic error: no match (similar marks: ToReflectedMethod__return, FromReflectedMethod__return, ToReflectedMethod__entry, ToReflectedField__return, method__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.ToReflectedMethod.return failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6906:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("UnregisterNatives__entry")
^
semantic error: no match (similar marks: UnregisterNatives__entry, RegisterNatives__entry, UnregisterNatives__return, RegisterNatives__return, Throw__entry)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.UnregisterNatives failed.
.semantic error: while resolving probe point: identifier 'process' at /usr/share/systemtap/tapset/x86_64/hotspot_jni.stp:6920:3
source: process("/usr/jre/lib/amd64/server/libjvm.so").mark("UnregisterNatives__return")
^
semantic error: no match (similar marks: UnregisterNatives__return, RegisterNatives__return, UnregisterNatives__entry, RegisterNatives__entry, Throw__return)
Pass 2: analysis failed. [man error::pass2]
Probe hotspot.jni.UnregisterNatives.return failed.
Broken probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
make[2]: *** [check-tapset-probes] Error 242
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-hg-target-testing/icedtea6-1.14.0pre/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 31 23:24:50 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 31 Mar 2016 19:24:50 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #2254
In-Reply-To: <104515628.0.1459379463460.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <104515628.0.1459379463460.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1623505207.4.1459466692779.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 527445 lines...]
.
Probe hotspot.jni.NewGlobalRef not found.
.
Probe hotspot.jni.NewGlobalRef.return not found.
.
Probe hotspot.jni.NewIntArray not found.
.
Probe hotspot.jni.NewIntArray.return not found.
.
Probe hotspot.jni.NewLocalRef not found.
.
Probe hotspot.jni.NewLocalRef.return not found.
.
Probe hotspot.jni.NewLongArray not found.
.
Probe hotspot.jni.NewLongArray.return not found.
.
Probe hotspot.jni.NewObjectA not found.
.
Probe hotspot.jni.NewObjectA.return not found.
.
Probe hotspot.jni.NewObjectArray not found.
.
Probe hotspot.jni.NewObjectArray.return not found.
.
Probe hotspot.jni.NewObject not found.
.
Probe hotspot.jni.NewObject.return not found.
.
Probe hotspot.jni.NewObjectV not found.
.
Probe hotspot.jni.NewObjectV.return not found.
.
Probe hotspot.jni.NewShortArray not found.
.
Probe hotspot.jni.NewShortArray.return not found.
.
Probe hotspot.jni.NewString not found.
.
Probe hotspot.jni.NewString.return not found.
.
Probe hotspot.jni.NewStringUTF not found.
.
Probe hotspot.jni.NewStringUTF.return not found.
.
Probe hotspot.jni.NewWeakGlobalRef not found.
.
Probe hotspot.jni.NewWeakGlobalRef.return not found.
.
Probe hotspot.jni.PopLocalFrame not found.
.
Probe hotspot.jni.PopLocalFrame.return not found.
.
Probe hotspot.jni.PushLocalFrame not found.
.
Probe hotspot.jni.PushLocalFrame.return not found.
.
Probe hotspot.jni.RegisterNatives not found.
.
Probe hotspot.jni.RegisterNatives.return not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements not found.
.
Probe hotspot.jni.ReleaseBooleanArrayElements.return not found.
.
Probe hotspot.jni.ReleaseByteArrayElements not found.
.
Probe hotspot.jni.ReleaseByteArrayElements.return not found.
.
Probe hotspot.jni.ReleaseCharArrayElements not found.
.
Probe hotspot.jni.ReleaseCharArrayElements.return not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements not found.
.
Probe hotspot.jni.ReleaseDoubleArrayElements.return not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements not found.
.
Probe hotspot.jni.ReleaseFloatArrayElements.return not found.
.
Probe hotspot.jni.ReleaseIntArrayElements not found.
.
Probe hotspot.jni.ReleaseIntArrayElements.return not found.
.
Probe hotspot.jni.ReleaseLongArrayElements not found.
.
Probe hotspot.jni.ReleaseLongArrayElements.return not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical not found.
.
Probe hotspot.jni.ReleasePrimitiveArrayCritical.return not found.
.
Probe hotspot.jni.ReleaseShortArrayElements not found.
.
Probe hotspot.jni.ReleaseShortArrayElements.return not found.
.
Probe hotspot.jni.ReleaseStringChars not found.
.
Probe hotspot.jni.ReleaseStringChars.return not found.
.
Probe hotspot.jni.ReleaseStringCritical not found.
.
Probe hotspot.jni.ReleaseStringCritical.return not found.
.
Probe hotspot.jni.ReleaseStringUTFChars not found.
.
Probe hotspot.jni.ReleaseStringUTFChars.return not found.
.
Probe hotspot.jni.SetBooleanArrayRegion not found.
.
Probe hotspot.jni.SetBooleanArrayRegion.return not found.
.
Probe hotspot.jni.SetBooleanField not found.
.
Probe hotspot.jni.SetBooleanField.return not found.
.
Probe hotspot.jni.SetByteArrayRegion not found.
.
Probe hotspot.jni.SetByteArrayRegion.return not found.
.
Probe hotspot.jni.SetByteField not found.
.
Probe hotspot.jni.SetByteField.return not found.
.
Probe hotspot.jni.SetCharArrayRegion not found.
.
Probe hotspot.jni.SetCharArrayRegion.return not found.
.
Probe hotspot.jni.SetCharField not found.
.
Probe hotspot.jni.SetCharField.return not found.
.
Probe hotspot.jni.SetDoubleArrayRegion not found.
.
Probe hotspot.jni.SetDoubleArrayRegion.return not found.
.
Probe hotspot.jni.SetDoubleField not found.
.
Probe hotspot.jni.SetDoubleField.return not found.
.
Probe hotspot.jni.SetFloatArrayRegion not found.
.
Probe hotspot.jni.SetFloatArrayRegion.return not found.
.
Probe hotspot.jni.SetFloatField not found.
.
Probe hotspot.jni.SetFloatField.return not found.
.
Probe hotspot.jni.SetIntArrayRegion not found.
.
Probe hotspot.jni.SetIntArrayRegion.return not found.
.
Probe hotspot.jni.SetIntField not found.
.
Probe hotspot.jni.SetIntField.return not found.
.
Probe hotspot.jni.SetLongArrayRegion not found.
.
Probe hotspot.jni.SetLongArrayRegion.return not found.
.
Probe hotspot.jni.SetLongField not found.
.
Probe hotspot.jni.SetLongField.return not found.
.
Probe hotspot.jni.SetObjectArrayElement not found.
.
Probe hotspot.jni.SetObjectArrayElement.return not found.
.
Probe hotspot.jni.SetObjectField not found.
.
Probe hotspot.jni.SetObjectField.return not found.
.
Probe hotspot.jni.SetShortArrayRegion not found.
.
Probe hotspot.jni.SetShortArrayRegion.return not found.
.
Probe hotspot.jni.SetShortField not found.
.
Probe hotspot.jni.SetShortField.return not found.
.
Probe hotspot.jni.SetStaticBooleanField not found.
.
Probe hotspot.jni.SetStaticBooleanField.return not found.
.
Probe hotspot.jni.SetStaticByteField not found.
.
Probe hotspot.jni.SetStaticByteField.return not found.
.
Probe hotspot.jni.SetStaticCharField not found.
.
Probe hotspot.jni.SetStaticCharField.return not found.
.
Probe hotspot.jni.SetStaticDoubleField not found.
.
Probe hotspot.jni.SetStaticDoubleField.return not found.
.
Probe hotspot.jni.SetStaticFloatField not found.
.
Probe hotspot.jni.SetStaticFloatField.return not found.
.
Probe hotspot.jni.SetStaticIntField not found.
.
Probe hotspot.jni.SetStaticIntField.return not found.
.
Probe hotspot.jni.SetStaticLongField not found.
.
Probe hotspot.jni.SetStaticLongField.return not found.
.
Probe hotspot.jni.SetStaticObjectField not found.
.
Probe hotspot.jni.SetStaticObjectField.return not found.
.
Probe hotspot.jni.SetStaticShortField not found.
.
Probe hotspot.jni.SetStaticShortField.return not found.
.
Probe hotspot.jni.Throw not found.
.
Probe hotspot.jni.Throw.return not found.
.
Probe hotspot.jni.ThrowNew not found.
.
Probe hotspot.jni.ThrowNew.return not found.
.
Probe hotspot.jni.ToReflectedField not found.
.
Probe hotspot.jni.ToReflectedField.return not found.
.
Probe hotspot.jni.ToReflectedMethod not found.
.
Probe hotspot.jni.ToReflectedMethod.return not found.
.
Probe hotspot.jni.UnregisterNatives not found.
.
Probe hotspot.jni.UnregisterNatives.return not found.
Testing if detected probes work as expected. This may take a while...
Undetected probes: 498
Some tests did not work as expected. See file test/check-stap.log for details.
Removing compiled test files.
gmake[2]: *** [check-tapset-probes] Error 242
gmake[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre04/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure
From gnu.andrew at redhat.com Thu Mar 31 23:25:24 2016
From: gnu.andrew at redhat.com (Hudson Admin)
Date: Thu, 31 Mar 2016 19:25:24 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #1367
In-Reply-To: <1743108370.1.1459379504816.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1743108370.1.1459379504816.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1550571503.5.1459466724237.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 274 lines...]
checking how to create a pax tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking which branch and release of IcedTea is being built... branch 3.0, release 3.0.0
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for make... /bin/make
checking for gzip... /bin/gzip
checking for find... /bin/find
checking for patch... /bin/patch
checking for tar... /bin/tar
checking for chmod... /bin/chmod
checking for sha256sum... /bin/sha256sum
checking for wget... /bin/wget
checking for zip... /bin/zip
checking for unzip... /bin/unzip
checking for cpio... /bin/cpio
checking for file... /bin/file
checking for readlink... /bin/readlink
checking for fastjar... fastjar
checking for ldd... ldd
checking for gawk... /bin/gawk
checking for hg... /bin/hg
checking for an OpenJDK source directory... /notnfs/nighttester/icedtea8-target-testing/openjdk
checking for IcedTea Mercurial revision ID... rb2c3cacbd0fd
checking for JDK Mercurial revision ID... none
checking for HotSpot Mercurial revision ID... none
checking for lsb_release... /bin/lsb_release
checking for rmdir... /bin/rmdir
checking if /bin/rmdir supports --ignore-fail-on-non-empty... yes
checking whether to compile ecj natively... no
checking which HotSpot build to use... default
checking for linux32... /bin/linux32
checking version of GCC... 4.8.3 (major version 4, minor version 8)
checking for getconf... /bin/getconf
checking the number of online processors... 2
checking if cp supports --reflink... yes
checking if we can hard link rather than copy from /notnfs/nighttester/icedtea8-target-testing... yes
checking whether to disable the execution of the JTReg tests... no
checking whether to disable the execution of the HotSpot JTReg tests... no
checking whether to disable the execution of the langtools JTReg tests... no
checking whether to disable the execution of the JDK JTReg tests... no
checking whether to disable the execution of the SystemTap tests... no
checking for system library directory...
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to enable the PKCS11 crypto provider using NSS... disabled by default (edit java.security to enable)
checking for NSS... yes
checking whether to enable the Sun elliptic curve crypto provider... no
checking for xvfb-run... xvfb-run -a -e xvfb-errors
checking whether to build documentation... yes
checking for distribution package version... none
checking build identification... Built on Fedora release 20 (Heisenbug) (Thu Mar 31 19:25:18 EDT 2016)
checking how many parallel build jobs to execute... 3
checking whether to build a bootstrap version first... yes
checking whether to download tarballs... no
checking for a JDK home directory... not specified
checking for /usr/lib/jvm/icedtea-8... not found
checking for /usr/lib/jvm/java-1.8.0-openjdk... not found
checking for /usr/lib/jvm/java-1.8.0-openjdk.x86_64... not found
checking for /usr/lib64/jvm/java-1.8.0-openjdk... not found
checking for /usr/lib/jvm/java-1.8.0... not found
checking for /usr/lib/jvm/java-8-openjdk... not found
checking for /usr/lib/jvm/icedtea-7... not found
checking for /usr/lib/jvm/icedtea7... not found
checking for /usr/lib/jvm/java-1.7.0-openjdk... not found
checking for /usr/lib/jvm/java-1.7.0-openjdk.x86_64... not found
checking for /usr/lib64/jvm/java-1.7.0-openjdk... not found
checking for /usr/lib/jvm/java-1.7.0... found
checking if a java binary was specified... no
checking if /usr/lib/jvm/java-1.7.0/bin/java is a valid executable file... yes
checking if a javac binary was specified... no
checking if /usr/lib/jvm/java-1.7.0/bin/javac is a valid executable file... yes
checking if an ecj binary was specified... no
checking if /usr/bin/ecj is a valid executable file... yes
checking if we are using ecj as javac... no
checking if a javah executable is specified... no
checking if /usr/lib/jvm/java-1.7.0/bin/javah is a valid executable file... yes
checking if a jar executable is specified... no
checking if /usr/lib/jvm/java-1.7.0/bin/jar is a valid executable file... yes
checking whether jar supports @ argument... yes
checking whether jar supports stdin file arguments... no
checking whether jar supports -J options at the end... yes
checking if an rmic executable is specified... no
checking if /usr/lib/jvm/java-1.7.0/bin/rmic is a valid executable file... yes
checking if a native2ascii binary was specified... no
checking if /usr/lib/jvm/java-1.7.0/bin/native2ascii is a valid executable file... yes
checking if we are using CACAO as the build VM... no
checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar
checking whether to enable Java compiler warnings... no
checking if javac lacks support for the diamond operator... no
checking for an OpenJDK source zip... /notnfs/nighttester/drops/icedtea8/openjdk.tar.xz
checking whether to enable checksumming of the specified OpenJDK tarball... yes
checking for a HotSpot source zip... /notnfs/nighttester/drops/icedtea8/hotspot.tar.xz
checking whether to enable checksumming of the specified HotSpot tarball... yes
checking for a CORBA source zip... /notnfs/nighttester/drops/icedtea8/corba.tar.xz
checking whether to enable checksumming of the specified CORBA tarball... yes
checking for a JAXP source zip... /notnfs/nighttester/drops/icedtea8/jaxp.tar.xz
checking whether to enable checksumming of the specified JAXP tarball... yes
checking for a JAXWS source zip... /notnfs/nighttester/drops/icedtea8/jaxws.tar.xz
checking whether to enable checksumming of the specified JAXWS tarball... yes
checking for a JDK source zip... /notnfs/nighttester/drops/icedtea8/jdk.tar.xz
checking whether to enable checksumming of the specified JDK tarball... yes
checking for a langtools source zip... /notnfs/nighttester/drops/icedtea8/langtools.tar.xz
checking whether to enable checksumming of the specified langtools tarball... yes
checking for a NASHORN source zip... /notnfs/nighttester/drops/icedtea8/nashorn.tar.xz
checking whether to enable checksumming of the specified Nashorn tarball... yes
checking for an alternate jar command... not specified
checking whether to use CACAO as VM... no
checking for a CACAO home directory... $(abs_top_builddir)/cacao/install
checking for a CACAO source directory... not specified
checking for a CACAO source zip... /notnfs/nighttester/drops/cacao/cacao8.tar.xz
checking whether to enable checksumming of the specified CACAO tarball... yes
checking whether to use JamVM as VM... no
checking for a JamVM source zip... /notnfs/nighttester/drops/jamvm/jamvm8.tar.gz
checking whether to enable checksumming of the specified JamVM tarball... yes
checking whether to disable optimizations and build with -O0 -g... no
checking whether to enable -Werror... no
checking whether to enable JAR compression... yes
checking whether to use the Shark JIT... no
checking if a native HotSpot port is available for this architecture... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether to use the zero-assembler port... no
checking whether byte ordering is bigendian... no
checking for additional virtual machines to build... none
checking if a version suffix has been specified... no
checking whether to retrieve the source code from Mercurial... no
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 for gcj... /bin/gcj
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 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 absolute java home install dir... /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
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 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/icedtea8-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 Mar 31 19:25:18 EDT 2016)" DERIVATIVE_ID="IcedTea 3.0.0pre10+rb2c3cacbd0fd" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" LOG="debug" SCTP_WERROR= POST_STRIP_CMD= STRIP_POLICY="no_strip" JOBS="3" 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/icedtea8/openjdk.tar.xz openjdk.tar.xz
if ! echo "104be4e4d8c76dc2f3f782aa8238a8c7f08bfaf89c7cd61ffbd3a133b90ad7df 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/icedtea8/3.0.0/openjdk.tar.xz; \
if ! echo "104be4e4d8c76dc2f3f782aa8238a8c7f08bfaf89c7cd61ffbd3a133b90ad7df 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: FAILED
/bin/sha256sum: WARNING: 1 computed checksum did NOT match
ERROR: No up-to-date OpenJDK root zip available
make: *** [stamps/download-openjdk.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure