Build failed in Jenkins: IcedTea7TargetTesting #2248
Hudson Admin
gnu.andrew at redhat.com
Fri Mar 25 23:39:10 UTC 2016
See <http://toadeater.yyz.redhat.com:8080/job/IcedTea7TargetTesting/2248/changes>
Changes:
[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR2886: Location of 'stap' executable is hard-coded
2016-03-18 Andrew John Hughes <gnu.andrew at member.fsf.org>
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 <gnu_andrew at member.fsf.org>] PR2894: Add missing test directory in make check
2016-03-14 Andrew John Hughes <gnu.andrew at member.fsf.org>
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 <gnu_andrew at member.fsf.org>] PR2893: test/tapset/jstaptest.pl should be executable
2016-01-29 Andrew John Hughes <gnu.andrew at member.fsf.org>
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 <gnu_andrew at member.fsf.org>] PR2803: Make system CUPS optional
2016-03-24 Andrew John Hughes <gnu.andrew at member.fsf.org>
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 <gnu_andrew at member.fsf.org>] PR2781, CA195: typeinfo.cpp: typeinfo_merge_nonarrays: Assertion `dest && result && x.any && y.any' failed
2016-03-24 Andrew John Hughes <gnu.andrew at member.fsf.org>
* 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 <gnu_andrew at member.fsf.org>] Add 2.6.4 release notes.
2016-01-25 Andrew John Hughes <gnu.andrew at member.fsf.org>
* NEWS: Add 2.6.4 release notes.
[Andrew John Hughes <gnu_andrew at member.fsf.org>] Added tag icedtea-2.7.0pre04 for changeset bffa3455fa17
[Andrew John Hughes <gnu_andrew at member.fsf.org>] 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
More information about the icedtea-test
mailing list