Your message dated Thu, 30 Jan 2025 17:54:35 +0000
with message-id <[email protected]>
and subject line Bug#976534: fixed in jctools 2.0.2-2
has caused the Debian Bug report #976534,
regarding jctools: FTBFS: dh_auto_test: error: 
/usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test 
returned exit code 1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
976534: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976534
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: jctools
Version: 2.0.2-1
Severity: serious
Justification: FTBFS on arm64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201205 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on arm64 (I don't know if it also fails on amd64).

Relevant part (hopefully):
>  debian/rules build
> dh build
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure
>       mh_patchpoms -plibjctools-java --debian-build --keep-pom-version 
> --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
>    dh_auto_build
>       /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
> -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> com.google.inject.internal.cglib.core.$ReflectUtils$1 
> (file:/usr/share/maven/lib/guice.jar) to method 
> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of 
> com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] The project org.jctools:jctools-parent:pom:2.1-SNAPSHOT uses 
> prerequisites which is only intended for maven-plugin projects but not for 
> non maven-plugin projects. For such purposes you should use the 
> maven-enforcer-plugin. See 
> https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JCTools Parent                                                     
> [pom]
> [INFO] Java Concurrency Tools Core Library                             
> [bundle]
> [INFO] 
> [INFO] ---------------------< org.jctools:jctools-parent 
> >---------------------
> [INFO] Building JCTools Parent 2.1-SNAPSHOT                               
> [1/2]
> [INFO] --------------------------------[ pom 
> ]---------------------------------
> [INFO] 
> [INFO] ----------------------< org.jctools:jctools-core 
> >----------------------
> [INFO] Building Java Concurrency Tools Core Library 2.1-SNAPSHOT          
> [2/2]
> [INFO] -------------------------------[ bundle 
> ]-------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> jctools-core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/jctools-core/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 
> jctools-core ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 62 source files to 
> /<<PKGBUILDDIR>>/jctools-core/target/classes
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[16,16]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[37,25]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[39,9]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[41,33]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[43,25]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[50,29]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[50,41]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[61,13]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [INFO] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/maps/NonBlockingHashMapLong.java:
>  Some input files use unchecked or unsafe operations.
> [INFO] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/maps/NonBlockingHashMapLong.java:
>  Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) 
> @ jctools-core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/jctools-core/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> jctools-core ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 30 source files to 
> /<<PKGBUILDDIR>>/jctools-core/target/test-classes
> [INFO] 
> /<<PKGBUILDDIR>>/jctools-core/src/test/java/org/jctools/queues/QueueSanityTest.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/jctools-core/src/test/java/org/jctools/queues/QueueSanityTest.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> /<<PKGBUILDDIR>>/jctools-core/src/test/java/org/jctools/queues/QueueSanityTest.java:
>  Some input files use unchecked or unsafe operations.
> [INFO] 
> /<<PKGBUILDDIR>>/jctools-core/src/test/java/org/jctools/queues/QueueSanityTest.java:
>  Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jctools-core ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:bundle (default-bundle) @ jctools-core 
> ---
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for JCTools Parent 2.1-SNAPSHOT:
> [INFO] 
> [INFO] JCTools Parent ..................................... SUCCESS [  0.003 
> s]
> [INFO] Java Concurrency Tools Core Library ................ SUCCESS [  2.969 
> s]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  3.514 s
> [INFO] Finished at: 2020-12-05T01:35:26Z
> [INFO] 
> ------------------------------------------------------------------------
>    dh_auto_test
>       /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> com.google.inject.internal.cglib.core.$ReflectUtils$1 
> (file:/usr/share/maven/lib/guice.jar) to method 
> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of 
> com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] The project org.jctools:jctools-parent:pom:2.1-SNAPSHOT uses 
> prerequisites which is only intended for maven-plugin projects but not for 
> non maven-plugin projects. For such purposes you should use the 
> maven-enforcer-plugin. See 
> https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] JCTools Parent                                                     
> [pom]
> [INFO] Java Concurrency Tools Core Library                             
> [bundle]
> [INFO] 
> [INFO] ---------------------< org.jctools:jctools-parent 
> >---------------------
> [INFO] Building JCTools Parent 2.1-SNAPSHOT                               
> [1/2]
> [INFO] --------------------------------[ pom 
> ]---------------------------------
> [INFO] 
> [INFO] ----------------------< org.jctools:jctools-core 
> >----------------------
> [INFO] Building Java Concurrency Tools Core Library 2.1-SNAPSHOT          
> [2/2]
> [INFO] -------------------------------[ bundle 
> ]-------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> jctools-core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/jctools-core/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ 
> jctools-core ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 62 source files to 
> /<<PKGBUILDDIR>>/jctools-core/target/classes
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[16,16]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[37,25]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[39,9]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[41,33]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[43,25]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[50,29]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[50,41]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/util/UnsafeAccess.java:[61,13]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [INFO] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/maps/NonBlockingHashMapLong.java:
>  Some input files use unchecked or unsafe operations.
> [INFO] 
> /<<PKGBUILDDIR>>/jctools-core/src/main/java/org/jctools/maps/NonBlockingHashMapLong.java:
>  Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) 
> @ jctools-core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/jctools-core/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> jctools-core ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 30 source files to 
> /<<PKGBUILDDIR>>/jctools-core/target/test-classes
> [INFO] 
> /<<PKGBUILDDIR>>/jctools-core/src/test/java/org/jctools/queues/QueueSanityTest.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/jctools-core/src/test/java/org/jctools/queues/QueueSanityTest.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> /<<PKGBUILDDIR>>/jctools-core/src/test/java/org/jctools/queues/QueueSanityTest.java:
>  Some input files use unchecked or unsafe operations.
> [INFO] 
> /<<PKGBUILDDIR>>/jctools-core/src/test/java/org/jctools/queues/QueueSanityTest.java:
>  Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jctools-core ---
> [INFO] 
> [INFO] -------------------------------------------------------
> [INFO]  T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running org.jctools.util.RangeUtilTest
> [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 
> s - in org.jctools.util.RangeUtilTest
> [INFO] Running org.jctools.util.Pow2Test
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 
> s - in org.jctools.util.Pow2Test
> [INFO] Running org.jctools.queues.MpscChunkedMessagePassingQueueSanityTest
> [WARNING] Tests run: 28, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
> 10.107 s - in org.jctools.queues.MpscChunkedMessagePassingQueueSanityTest
> [INFO] Running org.jctools.queues.MpmcArrayQueueSanityTest
> [WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
> 8.08 s - in org.jctools.queues.MpmcArrayQueueSanityTest
> [INFO] Running org.jctools.queues.MpscUnboundedArrayQueueSanityTest
> [WARNING] Tests run: 22, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 
> 6.073 s - in org.jctools.queues.MpscUnboundedArrayQueueSanityTest
> [INFO] Running org.jctools.queues.MpscGrowableQueueSanityTest
> [WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
> 8.045 s - in org.jctools.queues.MpscGrowableQueueSanityTest
> [INFO] Running org.jctools.queues.MpscChunkedQueueSanityTest
> [WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
> 8.051 s - in org.jctools.queues.MpscChunkedQueueSanityTest
> [INFO] Running org.jctools.queues.MessagePassingQueueSanityTest
> [ERROR] Tests run: 130, Failures: 1, Errors: 0, Skipped: 14, Time elapsed: 
> 54.829 s <<< FAILURE! - in org.jctools.queues.MessagePassingQueueSanityTest
> [ERROR] 
> testHappensBefore[5](org.jctools.queues.MessagePassingQueueSanityTest)  Time 
> elapsed: 1.005 s  <<< FAILURE!
> java.lang.AssertionError: reordering detected expected:<0> but was:<1>
>       at 
> org.jctools.queues.MessagePassingQueueSanityTest.testHappensBefore(MessagePassingQueueSanityTest.java:295)
> 
> [INFO] Running org.jctools.queues.MpscArrayQueueSanityTest
> [WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
> 8.039 s - in org.jctools.queues.MpscArrayQueueSanityTest
> [INFO] Running org.jctools.queues.MpscArrayQueueOfferWithThresholdTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in org.jctools.queues.MpscArrayQueueOfferWithThresholdTest
> [INFO] Running org.jctools.queues.MpscOfferBelowThresholdQueueSanityTest
> [WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 
> 9.032 s - in org.jctools.queues.MpscOfferBelowThresholdQueueSanityTest
> [INFO] Running org.jctools.queues.MpscGrowableMessagePassingQueueSanityTest
> [WARNING] Tests run: 26, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
> 10.014 s - in org.jctools.queues.MpscGrowableMessagePassingQueueSanityTest
> [INFO] Running org.jctools.queues.SpscArrayQueueTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.jctools.queues.SpscArrayQueueTest
> [INFO] Running org.jctools.queues.atomic.AtomicSpscLinkedArrayQueueSanityTest
> [WARNING] Tests run: 55, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 
> 15.107 s - in org.jctools.queues.atomic.AtomicSpscLinkedArrayQueueSanityTest
> [INFO] Running 
> org.jctools.queues.atomic.MpscGrowableAtomicArrayQueueSanityTest
> [WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
> 8.032 s - in org.jctools.queues.atomic.MpscGrowableAtomicArrayQueueSanityTest
> [INFO] Running org.jctools.queues.atomic.MpscChunkedAtomicArrayQueueSanityTest
> [WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
> 8.033 s - in org.jctools.queues.atomic.MpscChunkedAtomicArrayQueueSanityTest
> [INFO] Running org.jctools.queues.atomic.MpscAtomicArrayQueueSanityTest
> [WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
> 8.032 s - in org.jctools.queues.atomic.MpscAtomicArrayQueueSanityTest
> [INFO] Running 
> org.jctools.queues.atomic.MpscUnboundedAtomicArrayQueueSanityTest
> [WARNING] Tests run: 22, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 
> 6.057 s - in org.jctools.queues.atomic.MpscUnboundedAtomicArrayQueueSanityTest
> [INFO] Running org.jctools.queues.atomic.AtomicQueueSanityTest
> [WARNING] Tests run: 132, Failures: 0, Errors: 0, Skipped: 15, Time elapsed: 
> 38.699 s - in org.jctools.queues.atomic.AtomicQueueSanityTest
> [INFO] Running org.jctools.queues.atomic.AtomicMpmcArrayQueueSanityTest
> [WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 
> 8.024 s - in org.jctools.queues.atomic.AtomicMpmcArrayQueueSanityTest
> [INFO] Running org.jctools.queues.atomic.AtomicSpscArrayQueueTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.jctools.queues.atomic.AtomicSpscArrayQueueTest
> [INFO] Running org.jctools.queues.MpscUnboundedMessagePassingQueueSanityTest
> [WARNING] Tests run: 26, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 
> 8.065 s - in org.jctools.queues.MpscUnboundedMessagePassingQueueSanityTest
> [INFO] Running org.jctools.queues.QueueSanityTest
> [ERROR] Tests run: 121, Failures: 1, Errors: 0, Skipped: 13, Time elapsed: 
> 35.924 s <<< FAILURE! - in org.jctools.queues.QueueSanityTest
> [ERROR] testPollAfterIsEmpty[1](org.jctools.queues.QueueSanityTest)  Time 
> elapsed: 1.001 s  <<< FAILURE!
> java.lang.AssertionError: Observed no element in non-empty queue expected:<0> 
> but was:<34>
>       at 
> org.jctools.queues.QueueSanityTest.testPollAfterIsEmpty(QueueSanityTest.java:318)
> 
> [INFO] Running org.jctools.queues.SpscLinkedArrayQueueSanityTest
> [WARNING] Tests run: 55, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 
> 15.085 s - in org.jctools.queues.SpscLinkedArrayQueueSanityTest
> [INFO] 
> [INFO] Results:
> [INFO] 
> [ERROR] Failures: 
> [ERROR]   MessagePassingQueueSanityTest.testHappensBefore:295 reordering 
> detected expected:<0> but was:<1>
> [ERROR]   QueueSanityTest.testPollAfterIsEmpty:318 Observed no element in 
> non-empty queue expected:<0> but was:<34>
> [INFO] 
> [ERROR] Tests run: 864, Failures: 2, Errors: 0, Skipped: 91
> [INFO] 
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for JCTools Parent 2.1-SNAPSHOT:
> [INFO] 
> [INFO] JCTools Parent ..................................... SUCCESS [  0.004 
> s]
> [INFO] Java Concurrency Tools Core Library ................ FAILURE [04:42 
> min]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  04:43 min
> [INFO] Finished at: 2020-12-05T01:40:11Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on 
> project jctools-core: There are test failures.
> [ERROR] 
> [ERROR] Please refer to /<<PKGBUILDDIR>>/jctools-core/target/surefire-reports 
> for the individual test results.
> [ERROR] Please refer to dump files (if any exist) [date].dump, 
> [date]-jvmRun[N].dump and [date].dumpstream.
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn <args> -rf :jctools-core
> dh_auto_test: error: /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test 
> returned exit code 1

The full build log is available from:
   http://qa-logs.debian.net/2020/12/05/jctools_2.0.2-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with me
so that we can identify if something relevant changed in the meantime.

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: jctools
Source-Version: 2.0.2-2
Done: Andreas Tille <[email protected]>

We believe that the bug you reported is fixed in the latest version of
jctools, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated jctools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 30 Jan 2025 18:32:14 +0100
Source: jctools
Architecture: source
Version: 2.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 976534
Changes:
 jctools (2.0.2-2) unstable; urgency=medium
 .
   * Team upload.
   * Secure URI in Homepage
   * Build-Depends: s/default-jdk/default-jdk-headless/
   * Standards-Version: 4.7.0 (routine-update)
   * debhelper-compat 13 (routine-update)
     Closes: #976534
   * Reorder sequence of d/control fields by cme (routine-update)
   * Secure URI in copyright format (routine-update)
   * Drop useless get-orig-source target (routine-update)
   * Trim trailing whitespace.
   * Update watch file format version to 4.
   * d/copyright: review
Checksums-Sha1:
 dda7ef4ba9d8210c591e5bb7c161675bf4e02e74 2020 jctools_2.0.2-2.dsc
 ba00b621ce8a2c5e0f3384687f0cd43873a2ab12 2980 jctools_2.0.2-2.debian.tar.xz
 5621983b51f85048f1b1b05ea14c96b10c585f4d 10885 jctools_2.0.2-2_amd64.buildinfo
Checksums-Sha256:
 b8f0159b3bbf2879729b7f3d9c078426ca1420108b50b733dfc7f0b5d260704a 2020 
jctools_2.0.2-2.dsc
 0eb02ddeea27afcff3b0a7a41810232342aecc99b2490eef5053acbba7185dcc 2980 
jctools_2.0.2-2.debian.tar.xz
 638149896a8340ae41686fe4e49393386ad466a1df8fada9fefe6cee5c3e1b22 10885 
jctools_2.0.2-2_amd64.buildinfo
Files:
 7d82a569a050dc46d15f2355d206cff0 2020 java optional jctools_2.0.2-2.dsc
 8a85bc086cb477fc8701f075b35c6bd6 2980 java optional 
jctools_2.0.2-2.debian.tar.xz
 be05f06f4b8eab8387a34928dce26d2b 10885 java optional 
jctools_2.0.2-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmebuWsRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEv4RAAi1B1xVah6fEssyIa8isOl5IPrfeZUOlz
tFA7vuKC8x871LvQ9FUMCfbbM1K8jVN6H3U/Kzmw+5FUmjIegBF766ZP3tbKTheE
Q6drlU279R4ciiTc7XmxzCD6cYTp7nmtRGxifnhX1QHdnC2b7KkLa1CBQsVAm99i
lChy88T0T6JP8iqZT+gVoXgSTuqe0uYB4bdS3dCYJ2Fq3nv0dySb922+olI9Q9uQ
bpdyEjnRbjSaLrVHFmBHOHWZyQ1eaL5VhOtaa9eZ64m4D+duDbknA8/fl9+Pocuq
x/7EuJZd38Xz2cwYzWjRqoGeILrIQW8ubell4G9nkVjttL75694B+DXQmrHYYZvz
NgZt4O4pfUWRePoRFhjqjH+yiLum4Ya4+TFa6O/q23px4bxjdmh7n9clIyhHn4+W
Kd42YqBWnV3kRF/9KkDsvXCbQoU0GxfOaa/oBwpkGlHevm2EBWNw1P/wlhvV412e
hokfKjbeC4eFFX0CBdXcmarbsBKO3k5cXfGGcff7aDVprwF3ZhU5/sKLZnKwdWmJ
4bYGzhhuMPbRB3XZE6gtfhzmJwJc15Mle7yjSZHvoojYaY1C3RP/HGBnFZmztkZb
Q6HjM991d2tC/XiJ6kwavZUz+286xFzLIBpuAEPkl/WUNiJBXXuytSovCH5RkngP
1ApNFKT3NvE=
=8/3R
-----END PGP SIGNATURE-----

Attachment: pgpUJ6tJodBBB.pgp
Description: PGP signature


--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
[email protected] for discussions and questions.

Reply via email to