Your message dated Thu, 22 Dec 2022 06:35:13 +0000
with message-id <e1p8faf-00ehd4...@fasolo.debian.org>
and subject line Bug#1026710: fixed in libspin-java 1.5+dfsg-9
has caused the Debian Bug report #1026710,
regarding libspin-java: FTBFS: make[1]: *** [debian/rules:7:
override_dh_auto_test] Error 25
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 ow...@bugs.debian.org
immediately.)
--
1026710: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026710
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.
> [0m[0m[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
> [0m[0mdh_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.
--- End Message ---
--- Begin Message ---
Source: libspin-java
Source-Version: 1.5+dfsg-9
Done: tony mancill <tmanc...@debian.org>
We believe that the bug you reported is fixed in the latest version of
libspin-java, 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 1026...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (supplier of updated libspin-java 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 21 Dec 2022 21:50:09 -0800
Source: libspin-java
Architecture: source
Version: 1.5+dfsg-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Closes: 1026710
Changes:
libspin-java (1.5+dfsg-9) unstable; urgency=medium
.
[ gregor herrmann ]
* Remove myself from Uploaders.
.
[ tony mancill ]
* Address FTBFS by exporting modules to tests (Closes: #1026710)
* Freshen years in debian/copyright
* Update Vcs URLs to point to Salsa
Checksums-Sha1:
f1e040e18261a9c6e464f37696e9eccffe226af3 2174 libspin-java_1.5+dfsg-9.dsc
434b9b8cf5cbe4e12f85731abf3486e5a88a483e 5024
libspin-java_1.5+dfsg-9.debian.tar.xz
549e141ea36df9071ab0bf75d5389915e60c05f7 14754
libspin-java_1.5+dfsg-9_amd64.buildinfo
Checksums-Sha256:
e4ab727ca759a1ec94773f6f5ad643aeeac44253b20418ca4f24f968a0501c6e 2174
libspin-java_1.5+dfsg-9.dsc
de1999cf5c74cd27f11add9fcbe649bd7b48f39eecc1575c452400a016bae5e6 5024
libspin-java_1.5+dfsg-9.debian.tar.xz
044eb0274eb4b1e82b7dea662255d00ecd9f181060b8878bb051f78c897f9cad 14754
libspin-java_1.5+dfsg-9_amd64.buildinfo
Files:
32d138b6bdd9c4f2ab722cfe555c5368 2174 java optional libspin-java_1.5+dfsg-9.dsc
752e5d4f85abf96aae3f73c9dbdcb4bd 5024 java optional
libspin-java_1.5+dfsg-9.debian.tar.xz
2fda378c1883ec12e4002af4ab52f8ff 14754 java optional
libspin-java_1.5+dfsg-9_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmOj8nYUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpbafg//eLjVM+A5mAGEv7micIHZa29Id6Io
jZNcEcCNLzGSTMUIqj1l0NywnOI0gZ7lBCJazAupXDqAW3U/c1w1DlQAB/bwxFaM
7uHxoOJk5U7ULipUu21/KBgzYTZAnEgNifo+Ojzg3Cu584su9j4XtJSvcR+y23XZ
ojI3tGbIeRLkTgTyfdRCD45K3xQOJZ2r1Q4mhwyHh34WkiGBrq/F7UtfD6VaIPNs
oDR3sYMN3Bq7CiaSk54ai5zJlmUWzQ1qa/fRb1TMlGtpyfPTo+/8Bk6ZSsphiHtC
wSmtSTRWA8Xq6E6FEjKBZUvACNTFWoDoQVCmDBMzWAvpqtQBBKi4yUjW2usYYFrF
gjQDG8FYWJOT8OSvvfdKQgPRC2of58m6eE0PkIg16TWD+BeaT4fd352XoVWJ2dWz
vyukN1m9nBU6PWwe5GBlwHlRvQ76riaYzBHLN7tCrUX8YX8zkSxQhhIxR5ScsFBi
UZqevBbj/+1MnA/hTDWb/isZ8y7FZYYHy+yPOGVdkFDbW5BeAFBtlSuGnSxKyxqm
AesElX6TzPRutEk5QZlRKlxg3cOIlrpfq3YJagAX/hTjHDrJeSjS00FrWZw2FAze
5e2UTkkyna/Rl8SBp/5BFS0uzUbZ0g7t8qllObwEebyze6fZooxfpW97hD6e5XcZ
v7cigbQBfWA38Uk=
=7knV
-----END PGP SIGNATURE-----
--- End Message ---