Your message dated Thu, 31 Jan 2019 05:50:43 +0000
with message-id <[email protected]>
and subject line Bug#917714: fixed in lizzie 0.6+dfsg1-2
has caused the Debian Bug report #917714,
regarding lizzie: FTBFS: 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=/<<BUILDDIR>>/lizzie-0.6\+dfsg1
-Dclassworlds.conf=/etc/maven/m2-debian.conf
org.codehaus.plexus.classworlds.launcher.Launcher
-s/etc/maven/settings-debian.xml
-Ddebian.dir=/<<BUILDDIR>>/lizzie-0.6\+dfsg1/debian
-Dmaven.repo.local=/<<BUILDDIR>>/lizzie-0.6\+dfsg1/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.)
--
917714: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917714
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: lizzie
Version: 0.6+dfsg1-1
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20181229 ftbfs-buster
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<BUILDDIR>>/lizzie-0.6+dfsg1'
> HOME=/<<BUILDDIR>>/lizzie-0.6+dfsg1/debian/runtest xvfb-run -a 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=/<<BUILDDIR>>/lizzie-0.6\+dfsg1
> -Dclassworlds.conf=/etc/maven/m2-debian.conf
> org.codehaus.plexus.classworlds.launcher.Launcher
> -s/etc/maven/settings-debian.xml
> -Ddebian.dir=/<<BUILDDIR>>/lizzie-0.6\+dfsg1/debian
> -Dmaven.repo.local=/<<BUILDDIR>>/lizzie-0.6\+dfsg1/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...
> [INFO]
> [INFO] -------------------------< featurecat:lizzie
> >--------------------------
> [INFO] Building lizzie 0.6
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [WARNING] The artifact org.json:json:jar:debian-latest has been relocated to
> org.json:json:jar:debian
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> lizzie ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 7 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ lizzie ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources)
> @ lizzie ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /<<BUILDDIR>>/lizzie-0.6+dfsg1/src/test/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @
> lizzie ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ lizzie ---
> [INFO]
> [INFO] -------------------------------------------------------
> [INFO] T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running featurecat.lizzie.rules.SGFParserTest
> Creating config file /home/user42/.config/leela-zero/lizzie-config.txt
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.072
> s <<< FAILURE! - in featurecat.lizzie.rules.SGFParserTest
> [ERROR] run(featurecat.lizzie.rules.SGFParserTest) Time elapsed: 0.03 s <<<
> ERROR!
> java.io.IOException: No such file or directory
> at featurecat.lizzie.rules.SGFParserTest.run(SGFParserTest.java:24)
>
> [INFO] Running featurecat.lizzie.analysis.MoveDataTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002
> s - in featurecat.lizzie.analysis.MoveDataTest
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Errors:
> [ERROR] SGFParserTest.run:24 ? IO No such file or directory
> [INFO]
> [ERROR] Tests run: 7, Failures: 0, Errors: 1, Skipped: 0
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 11.280 s
> [INFO] Finished at: 2018-12-29T12:16:43Z
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on
> project lizzie: There are test failures.
> [ERROR]
> [ERROR] Please refer to
> /<<BUILDDIR>>/lizzie-0.6+dfsg1/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: /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>>/lizzie-0.6\+dfsg1
> -Dclassworlds.conf=/etc/maven/m2-debian.conf
> org.codehaus.plexus.classworlds.launcher.Launcher
> -s/etc/maven/settings-debian.xml
> -Ddebian.dir=/<<BUILDDIR>>/lizzie-0.6\+dfsg1/debian
> -Dmaven.repo.local=/<<BUILDDIR>>/lizzie-0.6\+dfsg1/debian/maven-repo
> --batch-mode test returned exit code 1
The full build log is available from:
http://aws-logs.debian.net/2018/12/29/lizzie_0.6+dfsg1-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!
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: lizzie
Source-Version: 0.6+dfsg1-2
We believe that the bug you reported is fixed in the latest version of
lizzie, 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.
Ximin Luo <[email protected]> (supplier of updated lizzie 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: Wed, 30 Jan 2019 21:31:06 -0800
Source: lizzie
Binary: liblizzie-java liblizzie-java-doc
Architecture: source
Version: 0.6+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Ximin Luo <[email protected]>
Description:
liblizzie-java - GUI for analyzing Go games in real time using Leela Zero
liblizzie-java-doc - Documentation for liblizzie-java
Closes: 917657 917714
Changes:
lizzie (0.6+dfsg1-2) unstable; urgency=medium
.
* Fix build with openjdk 11+.
* Fix tests by setting user.home and creating a dummy weights file.
(Closes: #917657, #917714)
Checksums-Sha1:
529e4745197750e3a1938aa0ec031c5e17e6c607 1760 lizzie_0.6+dfsg1-2.dsc
88b02b2b921657a9816c04e66831b34f4cdb7137 6180 lizzie_0.6+dfsg1-2.debian.tar.xz
51db90d2fe00e03571014df0bc2204c4682dd879 13617
lizzie_0.6+dfsg1-2_source.buildinfo
Checksums-Sha256:
a27ec512c8b32105c3c634893bfcf3d246005736444d3a9b74d91dd348e4159b 1760
lizzie_0.6+dfsg1-2.dsc
6d2c1082b5dd8dc503d8bf3b3349dc8abae7c8aabc1fb5c6ea840f22dd87cac7 6180
lizzie_0.6+dfsg1-2.debian.tar.xz
cc1ee50ef8e81f933d924f366f00bcb4958491e70cc8d46a30f9041b211cf435 13617
lizzie_0.6+dfsg1-2_source.buildinfo
Files:
e55c1559d4e9d10dd41af3a011af9bda 1760 games optional lizzie_0.6+dfsg1-2.dsc
4d2b93d71db7f0020b3f6c94028d9aef 6180 games optional
lizzie_0.6+dfsg1-2.debian.tar.xz
297e131b2121825439e87e02292936c8 13617 games optional
lizzie_0.6+dfsg1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXFKINwAKCRDrH8jaRfsp
MMlxAQDgp1WrBetUAAWUeF1MyG5NXphXeHw6jTdxDagt+1/ECwD+Pvw/j/+57UzA
vK2RZhi2IX7aqO7wiwM4FRVJuNDtVQk=
=6ooB
-----END PGP SIGNATURE-----
--- End Message ---