Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 798289 Details for
Bug 863977
dev-java/jctools-core-3.3.0: fails tests on arm64 & ppc64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log on arm64
build.arm64.log (text/plain), 29.12 KB, created by
Arthur Zamarin
on 2022-08-06 11:29:03 UTC
(
hide
)
Description:
build.log on arm64
Filename:
MIME Type:
Creator:
Arthur Zamarin
Created:
2022-08-06 11:29:03 UTC
Size:
29.12 KB
patch
obsolete
>* Package: dev-java/jctools-core-3.3.0 > * Repository: gentoo > * Maintainer: java@gentoo.org > * Upstream: https://github.com/JCTools/JCTools/issues > * USE: arm64 elibc_glibc kernel_linux test userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox > * Using: openjdk-bin-8 >>>> Unpacking source... >>>> Unpacking jctools-3.3.0.tar.gz to /var/tmp/portage/dev-java/jctools-core-3.3.0/work >>>> Source unpacked in /var/tmp/portage/dev-java/jctools-core-3.3.0/work >>>> Preparing source in /var/tmp/portage/dev-java/jctools-core-3.3.0/work/JCTools-3.3.0/jctools-core ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-java/jctools-core-3.3.0/work/JCTools-3.3.0/jctools-core ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-java/jctools-core-3.3.0/work/JCTools-3.3.0/jctools-core ... >javac -source 1.8 -target 1.8 -d target/classes -encoding UTF-8 -classpath /usr/share/guava-testlib/lib/guava-testlib.jar:/usr/share/hamcrest-library-1.3/lib/hamcrest-library.jar:/usr/share/junit-4/lib/junit.jar:/usr/share/hamcrest-core-1.3/lib/hamcrest-core.jar:/usr/share/checker-framework-qual/lib/checker-framework-qual.jar:/usr/share/error-prone-annotations/lib/error-prone-annotations.jar:/usr/share/guava/lib/guava.jar:/usr/share/j2objc-annotations/lib/j2objc-annotations.jar:/usr/share/jsr305/lib/jsr305.jar:/usr/share/failureaccess/lib/failureaccess.jar @sources.lst >src/main/java/org/jctools/util/UnsafeAccess.java:16: warning: Unsafe is internal proprietary API and may be removed in a future release >import sun.misc.Unsafe; > ^ >src/main/java/org/jctools/util/UnsafeAccess.java:40: warning: Unsafe is internal proprietary API and may be removed in a future release > public static final Unsafe UNSAFE; > ^ >src/main/java/org/jctools/util/UnsafeAccess.java:49: warning: Unsafe is internal proprietary API and may be removed in a future release > private static Unsafe getUnsafe() > ^ >src/main/java/org/jctools/util/UnsafeAccess.java:51: warning: Unsafe is internal proprietary API and may be removed in a future release > Unsafe instance; > ^ >src/main/java/org/jctools/util/UnsafeAccess.java:54: warning: Unsafe is internal proprietary API and may be removed in a future release > final Field field = Unsafe.class.getDeclaredField("theUnsafe"); > ^ >src/main/java/org/jctools/util/UnsafeAccess.java:56: warning: Unsafe is internal proprietary API and may be removed in a future release > instance = (Unsafe) field.get(null); > ^ >src/main/java/org/jctools/util/UnsafeAccess.java:65: warning: Unsafe is internal proprietary API and may be removed in a future release > Constructor<Unsafe> c = Unsafe.class.getDeclaredConstructor(); > ^ >src/main/java/org/jctools/util/UnsafeAccess.java:65: warning: Unsafe is internal proprietary API and may be removed in a future release > Constructor<Unsafe> c = Unsafe.class.getDeclaredConstructor(); > ^ >src/main/java/org/jctools/util/UnsafeAccess.java:81: warning: Unsafe is internal proprietary API and may be removed in a future release > Unsafe.class.getMethod("getAndSetObject", Object.class, Long.TYPE, Object.class); > ^ >src/main/java/org/jctools/util/UnsafeAccess.java:94: warning: Unsafe is internal proprietary API and may be removed in a future release > Unsafe.class.getMethod("getAndAddLong", Object.class, Long.TYPE, Long.TYPE); > ^ >Note: src/main/java/org/jctools/queues/atomic/AtomicQueueFactory.java uses or overrides a deprecated API. >Note: Recompile with -Xlint:deprecation for details. >Note: Some input files use unchecked or unsafe operations. >Note: Recompile with -Xlint:unchecked for details. >10 warnings >>>> Source compiled. >>>> Test phase: dev-java/jctools-core-3.3.0 >/var/tmp/portage/dev-java/jctools-core-3.3.0/work/JCTools-3.3.0/jctools-core/src/test/java /var/tmp/portage/dev-java/jctools-core-3.3.0/work/JCTools-3.3.0/jctools-core >/var/tmp/portage/dev-java/jctools-core-3.3.0/work/JCTools-3.3.0/jctools-core >javac -source 1.8 -target 1.8 -d target/test-classes -encoding UTF-8 -classpath target/test-classes:jctools-core.jar:/usr/share/guava-testlib/lib/guava-testlib.jar:/usr/share/hamcrest-library-1.3/lib/hamcrest-library.jar:/usr/share/junit-4/lib/junit.jar:/usr/share/hamcrest-core-1.3/lib/hamcrest-core.jar:/usr/share/checker-framework-qual/lib/checker-framework-qual.jar:/usr/share/error-prone-annotations/lib/error-prone-annotations.jar:/usr/share/guava/lib/guava.jar:/usr/share/j2objc-annotations/lib/j2objc-annotations.jar:/usr/share/jsr305/lib/jsr305.jar:/usr/share/failureaccess/lib/failureaccess.jar @test_sources.lst >Note: Some input files use or override a deprecated API. >Note: Recompile with -Xlint:deprecation for details. >Note: Some input files use unchecked or unsafe operations. >Note: Recompile with -Xlint:unchecked for details. >JUnit version 4.13.2-SNAPSHOT >..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E.E.E...........E.E................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E.E.E..........E..E.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... >Time: 2,658.163 >There were 10 failures: >1) testPeekAfterIsEmpty1[0](org.jctools.queues.atomic.AtomicMpqSanityTestMpscLinked) >org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds > at java.lang.Object.wait(Native Method) > at java.lang.Thread.join(Thread.java:1257) > at java.lang.Thread.join(Thread.java:1331) > at org.jctools.util.TestUtil.startWaitJoin(TestUtil.java:22) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:888) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:859) > at org.jctools.queues.MpqSanityTest.testPeekAfterIsEmpty1(MpqSanityTest.java:719) >2) testPeekAfterIsEmpty2[0](org.jctools.queues.atomic.AtomicMpqSanityTestMpscLinked) >org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds > at java.lang.Object.wait(Native Method) > at java.lang.Thread.join(Thread.java:1257) > at java.lang.Thread.join(Thread.java:1331) > at org.jctools.util.TestUtil.startWaitJoin(TestUtil.java:22) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:888) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:859) > at org.jctools.queues.MpqSanityTest.testPeekAfterIsEmpty2(MpqSanityTest.java:738) >3) testPeekAfterIsEmpty3[0](org.jctools.queues.atomic.AtomicMpqSanityTestMpscLinked) >org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds > at java.lang.Thread.sleep(Native Method) > at org.jctools.util.TestUtil.startWaitJoin(TestUtil.java:20) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:888) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:859) > at org.jctools.queues.MpqSanityTest.testPeekAfterIsEmpty3(MpqSanityTest.java:758) >4) testPollAfterIsEmpty2[0](org.jctools.queues.atomic.AtomicMpqSanityTestMpscLinked) >org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds > at java.lang.Object.wait(Native Method) > at java.lang.Thread.join(Thread.java:1257) > at java.lang.Thread.join(Thread.java:1331) > at org.jctools.util.TestUtil.startWaitJoin(TestUtil.java:22) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:888) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:859) > at org.jctools.queues.MpqSanityTest.testPollAfterIsEmpty2(MpqSanityTest.java:796) >5) testPollAfterIsEmpty3[0](org.jctools.queues.atomic.AtomicMpqSanityTestMpscLinked) >org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds > at java.lang.Object.wait(Native Method) > at java.lang.Thread.join(Thread.java:1257) > at java.lang.Thread.join(Thread.java:1331) > at org.jctools.util.TestUtil.startWaitJoin(TestUtil.java:22) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:888) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:859) > at org.jctools.queues.MpqSanityTest.testPollAfterIsEmpty3(MpqSanityTest.java:816) >6) testPeekAfterIsEmpty1[0](org.jctools.queues.MpqSanityTestMpscLinked) >org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds > at java.lang.Object.wait(Native Method) > at java.lang.Thread.join(Thread.java:1257) > at java.lang.Thread.join(Thread.java:1331) > at org.jctools.util.TestUtil.startWaitJoin(TestUtil.java:22) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:888) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:859) > at org.jctools.queues.MpqSanityTest.testPeekAfterIsEmpty1(MpqSanityTest.java:719) >7) testPeekAfterIsEmpty2[0](org.jctools.queues.MpqSanityTestMpscLinked) >org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds > at java.lang.Object.wait(Native Method) > at java.lang.Thread.join(Thread.java:1257) > at java.lang.Thread.join(Thread.java:1331) > at org.jctools.util.TestUtil.startWaitJoin(TestUtil.java:22) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:888) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:859) > at org.jctools.queues.MpqSanityTest.testPeekAfterIsEmpty2(MpqSanityTest.java:738) >8) testPeekAfterIsEmpty3[0](org.jctools.queues.MpqSanityTestMpscLinked) >org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds > at java.lang.Object.wait(Native Method) > at java.lang.Thread.join(Thread.java:1257) > at java.lang.Thread.join(Thread.java:1331) > at org.jctools.util.TestUtil.startWaitJoin(TestUtil.java:22) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:888) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:859) > at org.jctools.queues.MpqSanityTest.testPeekAfterIsEmpty3(MpqSanityTest.java:758) >9) testPollAfterIsEmpty1[0](org.jctools.queues.MpqSanityTestMpscLinked) >org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds > at java.lang.Object.wait(Native Method) > at java.lang.Thread.join(Thread.java:1257) > at java.lang.Thread.join(Thread.java:1331) > at org.jctools.util.TestUtil.startWaitJoin(TestUtil.java:22) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:888) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:859) > at org.jctools.queues.MpqSanityTest.testPollAfterIsEmpty1(MpqSanityTest.java:778) >10) testPollAfterIsEmpty3[0](org.jctools.queues.MpqSanityTestMpscLinked) >org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds > at java.lang.Object.wait(Native Method) > at java.lang.Thread.join(Thread.java:1257) > at java.lang.Thread.join(Thread.java:1331) > at org.jctools.util.TestUtil.startWaitJoin(TestUtil.java:22) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:888) > at org.jctools.queues.MpqSanityTest.testIsEmptyInvariant(MpqSanityTest.java:859) > at org.jctools.queues.MpqSanityTest.testPollAfterIsEmpty3(MpqSanityTest.java:816) > >FAILURES!!! >Tests run: 7226, Failures: 10 > > * ERROR: dev-java/jctools-core-3.3.0::gentoo failed (test phase): > * Running junit failed > * > * Call stack: > * ebuild.sh, line 127: Called src_test > * environment, line 2340: Called java-pkg-simple_src_test > * environment, line 941: Called ejunit4 '-classpath' 'target/test-classes:jctools-core.jar:/usr/share/guava-testlib/lib/guava-testlib.jar:/usr/share/hamcrest-library-1.3/lib/hamcrest-library.jar:/usr/share/junit-4/lib/junit.jar:/usr/share/hamcrest-core-1.3/lib/hamcrest-core.jar:/usr/share/checker-framework-qual/lib/checker-framework-qual.jar:/usr/share/error-prone-annotations/lib/error-prone-annotations.jar:/usr/share/guava/lib/guava.jar:/usr/share/j2objc-annotations/lib/j2objc-annotations.jar:/usr/share/jsr305/lib/jsr305.jar:/usr/share/failureaccess/lib/failureaccess.jar' 'org.jctools.maps.NBHMReplaceTest' 'org.jctools.maps.KeyAtomicityTest' 'org.jctools.maps.NonBlockingHashMapTest' 'org.jctools.maps.nbhs_test.nbhs_tester' 'org.jctools.maps.nbhs_test.nbsi_tester' 'org.jctools.maps.nbhm_test.NBHMID_Tester2' 'org.jctools.maps.nbhm_test.NBHML_Tester2' 'org.jctools.maps.nbhm_test.NBHM_Tester2' 'org.jctools.maps.NBHMLongKeyAtomicityTest' 'org.jctools.maps.NBHMIdentityKeyAtomicityTest' 'org.jctools.maps.NBHMRemoveTest' 'org.jctools.queues.QueueSanityTestMpscBlockingConsumerOfferBelowThreshold' 'org.jctools.queues.QueueSanityTestMpmcUnboundedXadd' 'org.jctools.queues.MpqSanityTestMpscArray' 'org.jctools.queues.MpscArrayQueueSnapshotTest' 'org.jctools.queues.MpqSanityTestSpscUnbounded' 'org.jctools.queues.QueueSanityTestMpscBlockingConsumerArrayExtended' 'org.jctools.queues.MpqSanityTestMpscBlockingConsumerExtended' 'org.jctools.queues.QueueSanityTestSpscGrowableExtended' 'org.jctools.queues.MpqSanityTestSpscChunked' 'org.jctools.queues.MpscUnboundedArrayQueueSnapshotTest' 'org.jctools.queues.MpqSanityTestMpscCompound' 'org.jctools.queues.QueueSanityTestSpscUnbounded' 'org.jctools.queues.MpqSanityTestMpscChunked' 'org.jctools.queues.MpqSanityTestMpscGrowable' 'org.jctools.queues.QueueSanityTestMpmcArray' 'org.jctools.queues.QueueSanityTestMpscOfferBelowThreshold' 'org.jctools.queues.MpqSanityTestSpscLinked' 'org.jctools.queues.QueueSanityTestSpscChunked' 'org.jctools.queues.QueueSanityTestMpscChunked' 'org.jctools.queues.QueueSanityTestSpscArrayExtended' 'org.jctools.queues.atomic.AtomicMpqSanityTestSpscUnbounded' 'org.jctools.queues.atomic.AtomicQueueSanityTestSpscUnbounded' 'org.jctools.queues.atomic.AtomicMpqSanityTestSpscLinked' 'org.jctools.queues.atomic.AtomicMpqSanityTestMpscLinked' 'org.jctools.queues.atomic.AtomicQueueSanityTestMpscArray' 'org.jctools.queues.atomic.MpscAtomicArrayQueueOfferWithThresholdTest' 'org.jctools.queues.atomic.AtomicMpqSanityTestMpmcArray' 'org.jctools.queues.atomic.AtomicQueueSanityTestSpmcArray' 'org.jctools.queues.atomic.AtomicQueueSanityTestMpscChunked' 'org.jctools.queues.atomic.AtomicQueueSanityTestSpscLinked' 'org.jctools.queues.atomic.AtomicMpqSanityTestSpmcArray' 'org.jctools.queues.atomic.AtomicMpqSanityTestMpscCompound' 'org.jctools.queues.atomic.AtomicMpqSanityTestMpscChunked' 'org.jctools.queues.atomic.AtomicQueueSanityTestSpscChunked' 'org.jctools.queues.atomic.AtomicMpqSanityTestSpscArray' 'org.jctools.queues.atomic.AtomicQueueSanityTestMpscUnboundedArray' 'org.jctools.queues.atomic.AtomicQueueSanityTestSpscGrowable' 'org.jctools.queues.atomic.SpscAtomicArrayQueueTest' 'org.jctools.queues.atomic.AtomicQueueSanityTestMpmcArray' 'org.jctools.queues.atomic.AtomicMpqSanityTestSpscGrowable' 'org.jctools.queues.atomic.AtomicMpqSanityTestMpscArray' 'org.jctools.queues.atomic.AtomicQueueSanityTestSpscArray' 'org.jctools.queues.atomic.AtomicQueueSanityTestMpscGrowable' 'org.jctools.queues.atomic.AtomicMpqSanityTestMpscUnbounded' 'org.jctools.queues.atomic.AtomicQueueSanityTestMpscLinked' 'org.jctools.queues.atomic.AtomicMpqSanityTestMpscGrowable' 'org.jctools.queues.atomic.MpscLinkedAtomicQueueRemoveTest' 'org.jctools.queues.atomic.AtomicMpqSanityTestSpscChunked' 'org.jctools.queues.QueueSanityTestSpmcArray' 'org.jctools.queues.QueueSanityTestMpscBlockingConsumer' 'org.jctools.queues.MpqSanityTestMpmcArray' 'org.jctools.queues.QueueSanityTestSpscArray' 'org.jctools.queues.MpqSanityTestSpmcArray' 'org.jctools.queues.QueueSanityTestSpscLinked' 'org.jctools.queues.MpqSanityTestMpscLinked' 'org.jctools.queues.MpqSanityTestMpmcUnboundedXadd' 'org.jctools.queues.QueueSanityTestSpscGrowable' 'org.jctools.queues.QueueSanityTestMpscCompound' 'org.jctools.queues.QueueSanityTestMpscGrowable' 'org.jctools.queues.ScQueueRemoveTestMpscLinked' 'org.jctools.queues.MpqSanityTestMpscUnboundedXadd' 'org.jctools.queues.QueueSanityTestSpscChunkedExtended' 'org.jctools.queues.QueueSanityTestMpscArrayExtended' 'org.jctools.queues.MpqSanityTestMpscBlockingConsumer' 'org.jctools.queues.MpqSanityTestMpscUnbounded' 'org.jctools.queues.MpqSanityTestSpscGrowable' 'org.jctools.queues.QueueSanityTestMpscUnboundedArray' 'org.jctools.queues.QueueSanityTestMpscLinked' 'org.jctools.queues.QueueSanityTestMpscArray' 'org.jctools.queues.MpqSanityTestSpscArray' 'org.jctools.queues.QueueSanityTestMpscUnboundedXadd' 'org.jctools.queues.QueueSanityTestMpscChunkedExtended' 'org.jctools.counters.FixedSizeStripedLongCounterTest' 'org.jctools.util.Pow2Test' 'org.jctools.util.RangeUtilTest' 'org.jctools.util.PaddedAtomicLongTest' > * environment, line 602: Called ejunit_ 'junit-4' '-classpath' 'target/test-classes:jctools-core.jar:/usr/share/guava-testlib/lib/guava-testlib.jar:/usr/share/hamcrest-library-1.3/lib/hamcrest-library.jar:/usr/share/junit-4/lib/junit.jar:/usr/share/hamcrest-core-1.3/lib/hamcrest-core.jar:/usr/share/checker-framework-qual/lib/checker-framework-qual.jar:/usr/share/error-prone-annotations/lib/error-prone-annotations.jar:/usr/share/guava/lib/guava.jar:/usr/share/j2objc-annotations/lib/j2objc-annotations.jar:/usr/share/jsr305/lib/jsr305.jar:/usr/share/failureaccess/lib/failureaccess.jar' 'org.jctools.maps.NBHMReplaceTest' 'org.jctools.maps.KeyAtomicityTest' 'org.jctools.maps.NonBlockingHashMapTest' 'org.jctools.maps.nbhs_test.nbhs_tester' 'org.jctools.maps.nbhs_test.nbsi_tester' 'org.jctools.maps.nbhm_test.NBHMID_Tester2' 'org.jctools.maps.nbhm_test.NBHML_Tester2' 'org.jctools.maps.nbhm_test.NBHM_Tester2' 'org.jctools.maps.NBHMLongKeyAtomicityTest' 'org.jctools.maps.NBHMIdentityKeyAtomicityTest' 'org.jctools.maps.NBHMRemoveTest' 'org.jctools.queues.QueueSanityTestMpscBlockingConsumerOfferBelowThreshold' 'org.jctools.queues.QueueSanityTestMpmcUnboundedXadd' 'org.jctools.queues.MpqSanityTestMpscArray' 'org.jctools.queues.MpscArrayQueueSnapshotTest' 'org.jctools.queues.MpqSanityTestSpscUnbounded' 'org.jctools.queues.QueueSanityTestMpscBlockingConsumerArrayExtended' 'org.jctools.queues.MpqSanityTestMpscBlockingConsumerExtended' 'org.jctools.queues.QueueSanityTestSpscGrowableExtended' 'org.jctools.queues.MpqSanityTestSpscChunked' 'org.jctools.queues.MpscUnboundedArrayQueueSnapshotTest' 'org.jctools.queues.MpqSanityTestMpscCompound' 'org.jctools.queues.QueueSanityTestSpscUnbounded' 'org.jctools.queues.MpqSanityTestMpscChunked' 'org.jctools.queues.MpqSanityTestMpscGrowable' 'org.jctools.queues.QueueSanityTestMpmcArray' 'org.jctools.queues.QueueSanityTestMpscOfferBelowThreshold' 'org.jctools.queues.MpqSanityTestSpscLinked' 'org.jctools.queues.QueueSanityTestSpscChunked' 'org.jctools.queues.QueueSanityTestMpscChunked' 'org.jctools.queues.QueueSanityTestSpscArrayExtended' 'org.jctools.queues.atomic.AtomicMpqSanityTestSpscUnbounded' 'org.jctools.queues.atomic.AtomicQueueSanityTestSpscUnbounded' 'org.jctools.queues.atomic.AtomicMpqSanityTestSpscLinked' 'org.jctools.queues.atomic.AtomicMpqSanityTestMpscLinked' 'org.jctools.queues.atomic.AtomicQueueSanityTestMpscArray' 'org.jctools.queues.atomic.MpscAtomicArrayQueueOfferWithThresholdTest' 'org.jctools.queues.atomic.AtomicMpqSanityTestMpmcArray' 'org.jctools.queues.atomic.AtomicQueueSanityTestSpmcArray' 'org.jctools.queues.atomic.AtomicQueueSanityTestMpscChunked' 'org.jctools.queues.atomic.AtomicQueueSanityTestSpscLinked' 'org.jctools.queues.atomic.AtomicMpqSanityTestSpmcArray' 'org.jctools.queues.atomic.AtomicMpqSanityTestMpscCompound' 'org.jctools.queues.atomic.AtomicMpqSanityTestMpscChunked' 'org.jctools.queues.atomic.AtomicQueueSanityTestSpscChunked' 'org.jctools.queues.atomic.AtomicMpqSanityTestSpscArray' 'org.jctools.queues.atomic.AtomicQueueSanityTestMpscUnboundedArray' 'org.jctools.queues.atomic.AtomicQueueSanityTestSpscGrowable' 'org.jctools.queues.atomic.SpscAtomicArrayQueueTest' 'org.jctools.queues.atomic.AtomicQueueSanityTestMpmcArray' 'org.jctools.queues.atomic.AtomicMpqSanityTestSpscGrowable' 'org.jctools.queues.atomic.AtomicMpqSanityTestMpscArray' 'org.jctools.queues.atomic.AtomicQueueSanityTestSpscArray' 'org.jctools.queues.atomic.AtomicQueueSanityTestMpscGrowable' 'org.jctools.queues.atomic.AtomicMpqSanityTestMpscUnbounded' 'org.jctools.queues.atomic.AtomicQueueSanityTestMpscLinked' 'org.jctools.queues.atomic.AtomicMpqSanityTestMpscGrowable' 'org.jctools.queues.atomic.MpscLinkedAtomicQueueRemoveTest' 'org.jctools.queues.atomic.AtomicMpqSanityTestSpscChunked' 'org.jctools.queues.QueueSanityTestSpmcArray' 'org.jctools.queues.QueueSanityTestMpscBlockingConsumer' 'org.jctools.queues.MpqSanityTestMpmcArray' 'org.jctools.queues.QueueSanityTestSpscArray' 'org.jctools.queues.MpqSanityTestSpmcArray' 'org.jctools.queues.QueueSanityTestSpscLinked' 'org.jctools.queues.MpqSanityTestMpscLinked' 'org.jctools.queues.MpqSanityTestMpmcUnboundedXadd' 'org.jctools.queues.QueueSanityTestSpscGrowable' 'org.jctools.queues.QueueSanityTestMpscCompound' 'org.jctools.queues.QueueSanityTestMpscGrowable' 'org.jctools.queues.ScQueueRemoveTestMpscLinked' 'org.jctools.queues.MpqSanityTestMpscUnboundedXadd' 'org.jctools.queues.QueueSanityTestSpscChunkedExtended' 'org.jctools.queues.QueueSanityTestMpscArrayExtended' 'org.jctools.queues.MpqSanityTestMpscBlockingConsumer' 'org.jctools.queues.MpqSanityTestMpscUnbounded' 'org.jctools.queues.MpqSanityTestSpscGrowable' 'org.jctools.queues.QueueSanityTestMpscUnboundedArray' 'org.jctools.queues.QueueSanityTestMpscLinked' 'org.jctools.queues.QueueSanityTestMpscArray' 'org.jctools.queues.MpqSanityTestSpscArray' 'org.jctools.queues.QueueSanityTestMpscUnboundedXadd' 'org.jctools.queues.QueueSanityTestMpscChunkedExtended' 'org.jctools.counters.FixedSizeStripedLongCounterTest' 'org.jctools.util.Pow2Test' 'org.jctools.util.RangeUtilTest' 'org.jctools.util.PaddedAtomicLongTest' > * environment, line 629: Called die > * The specific snippet of code: > * java "${args[@]}" || die "Running junit failed" > * > * If you need support, post the output of `emerge --info '=dev-java/jctools-core-3.3.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-java/jctools-core-3.3.0::gentoo'`. >!!! When you file a bug report, please include the following information: >GENTOO_VM=openjdk-bin-8 CLASSPATH="" JAVA_HOME="/opt/openjdk-bin-8.332_p09" >JAVACFLAGS="-source 1.8 -target 1.8" COMPILER="" >and of course, the output of emerge --info =jctools-core-3.3.0 > * The complete build log is located at '/var/tmp/portage/dev-java/jctools-core-3.3.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-java/jctools-core-3.3.0/temp/environment'. > * Working directory: '/var/tmp/portage/dev-java/jctools-core-3.3.0/work/JCTools-3.3.0/jctools-core' > * S: '/var/tmp/portage/dev-java/jctools-core-3.3.0/work/JCTools-3.3.0/jctools-core'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 863977
: 798289 |
798292