Your message dated Mon, 29 Apr 2019 12:18:36 +0000
with message-id <e1hl5ey-000ejz...@fasolo.debian.org>
and subject line Bug#926098: fixed in hdf5 1.10.5+repack-1~exp5
has caused the Debian Bug report #926098,
regarding hdf5: JUnit-TestH5P fails on 32 bit architectures
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.)
--
926098: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926098
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: hdf5
Version: 1.10.5+repack-1~exp1
Severity: serious
Justification: FTBFS
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
HDF5 1.10.5 has just entered Debian experimental and the build logs report
failures on 32 bit architectures at test JUnit-TestH5P:
java -Xmx1024M -Dorg.slf4j.simpleLogger.defaultLog=trace
-Djava.library.path=../../hdf5/lib -cp
.:../../hdf5/lib/jarhdf5-1.10.5.jar:../../hdf5/lib/junit.jar:../../hdf5/lib/hamcrest-core.jar:../../hdf5/lib/slf4j-api-1.7.25.jar:../../hdf5/lib/slf4j-simple-1.7.25.jar:jarhdf5test.jar:
-ea org.junit.runner.JUnitCore test.TestH5P
Testing JUnit-TestH5P [main]
INFO hdf.hdf5lib.H5 - HDF5 library: hdf5_java
[main] INFO hdf.hdf5lib.H5 - successfully loaded from java.library.path
**FAILED** JUnit-TestH5P
Expected result differs from actual result
*** JUnit-TestH5P.txt Fri Mar 29 23:46:32 2019
--- JUnit-TestH5P.out Fri Mar 29 23:46:38 2019
***************
*** 47,53 ****
.testH5P_sizes
.testH5Pset_link_creation_order_invalidvalue
.testH5P_sym_k
! .testH5PH5Pset_shared_mesg_phase_change_MinbtreeGreaterThanMaxlist
.testH5Pset_scaleoffset_Invalidscale_factor
.testH5Pget_elink_prefix_null
.testH5Pget_data_transform_IllegalSize
--- 47,53 ----
.testH5P_sizes
.testH5Pset_link_creation_order_invalidvalue
.testH5P_sym_k
! E.testH5PH5Pset_shared_mesg_phase_change_MinbtreeGreaterThanMaxlist
.testH5Pset_scaleoffset_Invalidscale_factor
.testH5Pget_elink_prefix_null
.testH5Pget_data_transform_IllegalSize
***************
*** 84,89 ****
.testH5Pset_attr_creation_order_tracked
Time: XXXX
! OK (83 tests)
--- 84,131 ----
.testH5Pset_attr_creation_order_tracked
Time: XXXX
+ There was 1 failure:
+ 1) testH5P_sym_k(test.TestH5P)
+ java.lang.AssertionError: symbol table tree rank: 0
+ at org.junit.Assert.fail(Assert.java:88)
+ at org.junit.Assert.assertTrue(Assert.java:41)
+ at test.TestH5P.testH5P_sym_k(TestH5P.java:990)
+ at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:566)
+ at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
+ at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
+ at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
+ at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
+ at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
+ at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
+ at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
+ at org.junit.rules.RunRules.evaluate(RunRules.java:20)
+ at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
+ at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
+ at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
+ at org.junit.runners.Suite.runChild(Suite.java:127)
+ at org.junit.runners.Suite.runChild(Suite.java:26)
+ at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
+ at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
+ at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
+ at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
+ at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
+ at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
+ at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
+ at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
+ at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
+ at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96)
+ at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47)
+ at org.junit.runner.JUnitCore.main(JUnitCore.java:40)
! FAILURES!!!
! Tests run: 83, Failures: 1
Full build logs:
https://buildd.debian.org/status/fetch.php?pkg=hdf5&arch=i386&ver=1.10.5%2Brepack-1%7Eexp1&stamp=1553903207
https://buildd.debian.org/status/fetch.php?pkg=hdf5&arch=armel&ver=1.10.5%2Brepack-1%7Eexp1&stamp=1553911980
https://buildd.debian.org/status/fetch.php?pkg=hdf5&arch=armhf&ver=1.10.5%2Brepack-1%7Eexp1&stamp=1553910208
https://buildd.debian.org/status/fetch.php?pkg=hdf5&arch=mips&ver=1.10.5%2Brepack-1%7Eexp1&stamp=1553912089
https://buildd.debian.org/status/fetch.php?pkg=hdf5&arch=mipsel&ver=1.10.5%2Brepack-1%7Eexp1&stamp=1553912946
https://buildd.debian.org/status/fetch.php?pkg=hdf5&arch=powerpc&ver=1.10.5%2Brepack-1%7Eexp1&stamp=1553904085
https://buildd.debian.org/status/fetch.php?pkg=hdf5&arch=x32&ver=1.10.5%2Brepack-1%7Eexp1&stamp=1553905238
Thanks,
_g.
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEEoJObzArDE05WtIyR7+hsbH/+z4MFAlygwccACgkQ7+hsbH/+
z4Nlegf/WndBs2hzqNFGecZhIrttrOYI84IZzFPaHC4/Cbo+cfAvS8RwegzZo2Z3
bPyJuktEtwfSNctGYePrVj7An8ai/A8wWH39YYd0XJy74ndg/LaWP9Wa4wH9s+Nu
fhCc63AUKLp763PvCLg32V+xydvcxenJnSyztAtQ+NsTOoTngDzc2Ag+AssZc17H
z4uMOQbmCdFJhf8UTOorrnO35wl4KFassYctL+1s5J2UKRuaJSkbEbmgXeKCDQaS
Xm1p6K/LN0H+BBDPMckk7zqR4yCJUcLbkOrzOTsGBgikDURh25y5YPZziZXtR7tx
CE6NxHG8pzuiXasOLcrEV0PJ5eXclw==
=ROOx
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Source: hdf5
Source-Version: 1.10.5+repack-1~exp5
We believe that the bug you reported is fixed in the latest version of
hdf5, 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 926...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gilles Filippini <p...@debian.org> (supplier of updated hdf5 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: Mon, 29 Apr 2019 13:55:52 +0200
Source: hdf5
Architecture: source
Version: 1.10.5+repack-1~exp5
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project <pkg-grass-de...@lists.alioth.debian.org>
Changed-By: Gilles Filippini <p...@debian.org>
Closes: 926098
Changes:
hdf5 (1.10.5+repack-1~exp5) experimental; urgency=medium
.
* Fix debian rules to run dh_install for -java and -jni packages
* New patch fix-HDFFV-10745.patch: fix type error in java method
H5.H5Pget_sym_k (closes: #926098)
Checksums-Sha1:
cdcb807f93b3425223f5264e6c226b232d73cfe9 3724 hdf5_1.10.5+repack-1~exp5.dsc
ad10fc6976c79d15526fe30c5f38636862dc9882 145788
hdf5_1.10.5+repack-1~exp5.debian.tar.xz
0102dc8a0970c0feef118b9387cd115eebe79485 10623
hdf5_1.10.5+repack-1~exp5_source.buildinfo
Checksums-Sha256:
8c82f005ed7fb82f388511bdcb02fb63e736f50bdbfdbd8faee62e3bc237931a 3724
hdf5_1.10.5+repack-1~exp5.dsc
7bafd75a61733cec54de6be8294f15f66c634949393f15273abf038cd6e08320 145788
hdf5_1.10.5+repack-1~exp5.debian.tar.xz
f37b18fcb8bcd37a59b033722c9adef697a8bf5848111bbe5d5a3804bac46332 10623
hdf5_1.10.5+repack-1~exp5_source.buildinfo
Files:
6e6131ec6e905bbaf7b38671ffac1463 3724 science optional
hdf5_1.10.5+repack-1~exp5.dsc
b05577f83461e62422b2048ba698f039 145788 science optional
hdf5_1.10.5+repack-1~exp5.debian.tar.xz
5932d1e04293a2637a3b803a0d422a61 10623 science optional
hdf5_1.10.5+repack-1~exp5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFEBAEBCgAuFiEEoJObzArDE05WtIyR7+hsbH/+z4MFAlzG6DUQHHBpbmlAZGVi
aWFuLm9yZwAKCRDv6Gxsf/7PgyoZB/kBqlOoAu67z+e4Ae/Bzie2ojxPHV+01qkx
1LCyIh20nTKySN6cysMqyEZxmZ8J5qyjazXhW7I6g2cEOxVuE5Z+nACqCyFw4KTy
HSZdLze2Ffe4aVRFe62s+ihAmVpoN3tSbLc+BfLwXrUogIN1363JcDYHcmDGtpDV
eXtMv4av0ABuxdDTN7OjiI0Uwq7JIfuYEm+9tV/B0Zkfbnf0IuzA/jKkk/QfmYGH
JvZUq0pnQHNLbqVpniKU6UyshtXL/Hc+KPQy/OK4OWsEOiHfiBDvkolcXgKPV8M5
Zn7sFQ8Q3PNnb2+2okJ4iO7hPRaF0vUYAI+o5cv7jqqcm4oeaIx+
=kBvf
-----END PGP SIGNATURE-----
--- End Message ---