Source: libspin-java
Version: 1.5+dfsg-8.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> xvfb-run dh_auto_test
> dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 
> in use)
>       /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=/<<BUILDDIR>>/libspin-java-1.5\+dfsg 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml 
> -Ddebian.dir=/<<BUILDDIR>>/libspin-java-1.5\+dfsg/debian 
> -Dmaven.repo.local=/<<BUILDDIR>>/libspin-java-1.5\+dfsg/debian/maven-repo 
> --batch-mode test
> OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were 
> deprecated in JDK 13 and will likely be removed in a future release.
> [INFO] Scanning for projects...
> [INFO] 
> [INFO] -----------------------------< spin:spin 
> >------------------------------
> [INFO] Building Spin 1.5
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [WARNING] The artifact 
> org.apache.maven.plugins:maven-resources-plugin:jar:2.6 has been relocated to 
> org.apache.maven.plugins:maven-resources-plugin:jar:3.3.0
> [WARNING] The artifact 
> org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4 has been relocated 
> to org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.3
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ spin 
> ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ spin ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) 
> @ spin ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> spin ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ spin ---
> [INFO] 
> [INFO] -------------------------------------------------------
> [INFO]  T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running spin.JDKProxyFactoryTest
> [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 
> s - in spin.JDKProxyFactoryTest
> [INFO] Running spin.off.SpinOffTest
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 
> s <<< FAILURE! - in spin.off.SpinOffTest
> [ERROR] testEDTNotBlockedDuringInvocation(spin.off.SpinOffTest)  Time 
> elapsed: 0.001 s  <<< ERROR!
> java.lang.Error: Unable to make void 
> java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional) accessible: 
> module java.desktop does not "opens java.awt" to unnamed module @614635c2
>       at 
> spin.off.AWTReflectDispatcherFactory.<clinit>(AWTReflectDispatcherFactory.java:144)
>       at spin.off.SpinOffEvaluator.<clinit>(SpinOffEvaluator.java:38)
>       at spin.Spin.<clinit>(Spin.java:68)
>       at 
> spin.off.SpinOffTest.testEDTNotBlockedDuringInvocation(SpinOffTest.java:64)
> 
> [INFO] Running spin.off.AWTReflectDispatcherTest
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 
> s <<< FAILURE! - in spin.off.AWTReflectDispatcherTest
> [ERROR] test(spin.off.AWTReflectDispatcherTest)  Time elapsed: 0 s  <<< ERROR!
> java.lang.NoClassDefFoundError: Could not initialize class 
> spin.off.AWTReflectDispatcherFactory
>       at 
> spin.off.AWTReflectDispatcherTest.test(AWTReflectDispatcherTest.java:28)
> 
> [INFO] Running spin.CGLibProxyFactoryTest
> [ERROR] Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.031 
> s <<< FAILURE! - in spin.CGLibProxyFactoryTest
> [ERROR] testRun(spin.CGLibProxyFactoryTest)  Time elapsed: 0.029 s  <<< ERROR!
> java.lang.ExceptionInInitializerError
>       at spin.proxy.CGLibProxyFactory.createProxy(CGLibProxyFactory.java:38)
>       at 
> spin.AbstractProxyFactoryTest.testRun(AbstractProxyFactoryTest.java:53)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.base/java.lang.reflect.Method.invoke(Method.java:568)
>       at junit.framework.TestCase.runTest(TestCase.java:164)
>       at junit.framework.TestCase.runBare(TestCase.java:130)
>       at junit.framework.TestResult$1.protect(TestResult.java:106)
>       at junit.framework.TestResult.runProtected(TestResult.java:124)
>       at junit.framework.TestResult.run(TestResult.java:109)
>       at junit.framework.TestCase.run(TestCase.java:120)
>       at junit.framework.TestSuite.runTest(TestSuite.java:230)
>       at junit.framework.TestSuite.run(TestSuite.java:225)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.base/java.lang.reflect.Method.invoke(Method.java:568)
>       at 
> org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:100)
>       at 
> org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:140)
>       at 
> org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:113)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
> Caused by: net.sf.cglib.core.CodeGenerationException: 
> java.lang.reflect.InaccessibleObjectException-->Unable to make protected 
> final java.lang.Class 
> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
>  throws java.lang.ClassFormatError accessible: module java.base does not 
> "opens java.lang" to unnamed module @614635c2
>       at net.sf.cglib.core.ReflectUtils.defineClass(ReflectUtils.java:464)
>       at 
> net.sf.cglib.core.AbstractClassGenerator.generate(AbstractClassGenerator.java:339)
>       at 
> net.sf.cglib.core.AbstractClassGenerator$ClassLoaderData$3.apply(AbstractClassGenerator.java:96)
>       at 
> net.sf.cglib.core.AbstractClassGenerator$ClassLoaderData$3.apply(AbstractClassGenerator.java:94)
>       at net.sf.cglib.core.internal.LoadingCache$2.call(LoadingCache.java:54)
>       at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>       at 
> net.sf.cglib.core.internal.LoadingCache.createEntry(LoadingCache.java:61)
>       at net.sf.cglib.core.internal.LoadingCache.get(LoadingCache.java:34)
>       at 
> net.sf.cglib.core.AbstractClassGenerator$ClassLoaderData.get(AbstractClassGenerator.java:119)
>       at 
> net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:294)
>       at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:221)
>       at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:174)
>       at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:153)
>       at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:73)
>       ... 25 more
> Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make 
> protected final java.lang.Class 
> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
>  throws java.lang.ClassFormatError accessible: module java.base does not 
> "opens java.lang" to unnamed module @614635c2
>       at 
> java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
>       at 
> java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
>       at 
> java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)
>       at java.base/java.lang.reflect.Method.setAccessible(Method.java:193)
>       at net.sf.cglib.core.ReflectUtils$1.run(ReflectUtils.java:61)
>       at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
>       at net.sf.cglib.core.ReflectUtils.<clinit>(ReflectUtils.java:52)
>       at 
> net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:243)
>       at 
> net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
>       at 
> net.sf.cglib.core.AbstractClassGenerator.generate(AbstractClassGenerator.java:332)
>       ... 37 more
> Caused by: net.sf.cglib.core.CodeGenerationException: 
> java.lang.reflect.InaccessibleObjectException-->Unable to make protected 
> final java.lang.Class 
> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
>  throws java.lang.ClassFormatError accessible: module java.base does not 
> "opens java.lang" to unnamed module @614635c2
>       at net.sf.cglib.core.ReflectUtils.defineClass(ReflectUtils.java:464)
>       at 
> net.sf.cglib.core.AbstractClassGenerator.generate(AbstractClassGenerator.java:339)
>       at 
> net.sf.cglib.core.AbstractClassGenerator$ClassLoaderData$3.apply(AbstractClassGenerator.java:96)
>       at 
> net.sf.cglib.core.AbstractClassGenerator$ClassLoaderData$3.apply(AbstractClassGenerator.java:94)
>       at net.sf.cglib.core.internal.LoadingCache$2.call(LoadingCache.java:54)
>       at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>       at 
> net.sf.cglib.core.internal.LoadingCache.createEntry(LoadingCache.java:61)
>       at net.sf.cglib.core.internal.LoadingCache.get(LoadingCache.java:34)
>       at 
> net.sf.cglib.core.AbstractClassGenerator$ClassLoaderData.get(AbstractClassGenerator.java:119)
>       at 
> net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:294)
>       at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:221)
>       at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:174)
>       at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:153)
>       at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:73)
>       ... 25 more
> Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make 
> protected final java.lang.Class 
> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
>  throws java.lang.ClassFormatError accessible: module java.base does not 
> "opens java.lang" to unnamed module @614635c2
>       at 
> java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
>       at 
> java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
>       at 
> java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)
>       at java.base/java.lang.reflect.Method.setAccessible(Method.java:193)
>       at net.sf.cglib.core.ReflectUtils$1.run(ReflectUtils.java:61)
>       at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
>       at net.sf.cglib.core.ReflectUtils.<clinit>(ReflectUtils.java:52)
>       at 
> net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:243)
>       at 
> net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
>       at 
> net.sf.cglib.core.AbstractClassGenerator.generate(AbstractClassGenerator.java:332)
>       ... 37 more
> 
> [ERROR] testReflexive(spin.CGLibProxyFactoryTest)  Time elapsed: 0.001 s  <<< 
> ERROR!
> java.lang.NoClassDefFoundError: Could not initialize class 
> net.sf.cglib.proxy.Enhancer
>       at spin.proxy.CGLibProxyFactory.createProxy(CGLibProxyFactory.java:38)
>       at 
> spin.AbstractProxyFactoryTest.testReflexive(AbstractProxyFactoryTest.java:68)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.base/java.lang.reflect.Method.invoke(Method.java:568)
>       at junit.framework.TestCase.runTest(TestCase.java:164)
>       at junit.framework.TestCase.runBare(TestCase.java:130)
>       at junit.framework.TestResult$1.protect(TestResult.java:106)
>       at junit.framework.TestResult.runProtected(TestResult.java:124)
>       at junit.framework.TestResult.run(TestResult.java:109)
>       at junit.framework.TestCase.run(TestCase.java:120)
>       at junit.framework.TestSuite.runTest(TestSuite.java:230)
>       at junit.framework.TestSuite.run(TestSuite.java:225)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.base/java.lang.reflect.Method.invoke(Method.java:568)
>       at 
> org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:100)
>       at 
> org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:140)
>       at 
> org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:113)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
> 
> [ERROR] testTwoProxiesOfSameBeanAreEqual(spin.CGLibProxyFactoryTest)  Time 
> elapsed: 0.001 s  <<< ERROR!
> java.lang.NoClassDefFoundError: Could not initialize class 
> net.sf.cglib.proxy.Enhancer
>       at spin.proxy.CGLibProxyFactory.createProxy(CGLibProxyFactory.java:38)
>       at 
> spin.AbstractProxyFactoryTest.testTwoProxiesOfSameBeanAreEqual(AbstractProxyFactoryTest.java:83)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.base/java.lang.reflect.Method.invoke(Method.java:568)
>       at junit.framework.TestCase.runTest(TestCase.java:164)
>       at junit.framework.TestCase.runBare(TestCase.java:130)
>       at junit.framework.TestResult$1.protect(TestResult.java:106)
>       at junit.framework.TestResult.runProtected(TestResult.java:124)
>       at junit.framework.TestResult.run(TestResult.java:109)
>       at junit.framework.TestCase.run(TestCase.java:120)
>       at junit.framework.TestSuite.runTest(TestSuite.java:230)
>       at junit.framework.TestSuite.run(TestSuite.java:225)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.base/java.lang.reflect.Method.invoke(Method.java:568)
>       at 
> org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:100)
>       at 
> org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:140)
>       at 
> org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:113)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
> 
> [ERROR] testTwoProxiesOfDifferentBeansAreNotEqual(spin.CGLibProxyFactoryTest) 
>  Time elapsed: 0 s  <<< ERROR!
> java.lang.NoClassDefFoundError: Could not initialize class 
> net.sf.cglib.proxy.Enhancer
>       at spin.proxy.CGLibProxyFactory.createProxy(CGLibProxyFactory.java:38)
>       at 
> spin.AbstractProxyFactoryTest.testTwoProxiesOfDifferentBeansAreNotEqual(AbstractProxyFactoryTest.java:103)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.base/java.lang.reflect.Method.invoke(Method.java:568)
>       at junit.framework.TestCase.runTest(TestCase.java:164)
>       at junit.framework.TestCase.runBare(TestCase.java:130)
>       at junit.framework.TestResult$1.protect(TestResult.java:106)
>       at junit.framework.TestResult.runProtected(TestResult.java:124)
>       at junit.framework.TestResult.run(TestResult.java:109)
>       at junit.framework.TestCase.run(TestCase.java:120)
>       at junit.framework.TestSuite.runTest(TestSuite.java:230)
>       at junit.framework.TestSuite.run(TestSuite.java:225)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.base/java.lang.reflect.Method.invoke(Method.java:568)
>       at 
> org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:100)
>       at 
> org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:140)
>       at 
> org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:113)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
>       at 
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
> 
> [INFO] 
> [INFO] Results:
> [INFO] 
> [ERROR] Errors: 
> [ERROR]   spin.CGLibProxyFactoryTest#testReflexive NoClassDefFoundError Could 
> not initia...
> [ERROR]   spin.CGLibProxyFactoryTest#testRun ExceptionInInitializerError
> [ERROR]   
> spin.CGLibProxyFactoryTest#testTwoProxiesOfDifferentBeansAreNotEqual 
> NoClassDefFoundError
> [ERROR]   spin.CGLibProxyFactoryTest#testTwoProxiesOfSameBeanAreEqual 
> NoClassDefFoundError
> [ERROR]   spin.off.AWTReflectDispatcherTest#test NoClassDefFoundError Could 
> not initiali...
> [ERROR]   spin.off.SpinOffTest#testEDTNotBlockedDuringInvocation Error Unable 
> to make vo...
> [INFO] 
> [ERROR] Tests run: 11, Failures: 0, Errors: 6, Skipped: 0
> [INFO] 
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  10.732 s
> [INFO] Finished at: 2022-12-20T09:44:08Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.22.3:test (default-test) on 
> project spin: There are test failures.
> [ERROR] 
> [ERROR] Please refer to /<<PKGBUILDDIR>>/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
> 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=/<<BUILDDIR>>/libspin-java-1.5\+dfsg 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml 
> -Ddebian.dir=/<<BUILDDIR>>/libspin-java-1.5\+dfsg/debian 
> -Dmaven.repo.local=/<<BUILDDIR>>/libspin-java-1.5\+dfsg/debian/maven-repo 
> --batch-mode test returned exit code 1
> make[1]: *** [debian/rules:7: override_dh_auto_test] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/libspin-java_1.5+dfsg-8.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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 mark 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 mine
so that we can identify if something relevant changed in the meantime.

Reply via email to