Your message dated Sun, 26 Feb 2023 16:52:52 +0000
with message-id <e1pwkga-000ak3...@fasolo.debian.org>
and subject line Bug#1012108: fixed in spymemcached 2.12.3+dfsg-3
has caused the Debian Bug report #1012108,
regarding spymemcached: FTBFS with OpenJDK 17 due to test failures
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.)


-- 
1012108: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012108
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: spymemcached
Version: 2.12.3+dfsg-2
Severity: important
Tags: ftbfs sid bookworm
User: debian-j...@lists.debian.org
Usertags: default-java17

spymemcached fails to build with OpenJDK 17, there are test failures:


  [INFO] -------------------------------------------------------
  [INFO]  T E S T S
  [INFO] -------------------------------------------------------
  [INFO] Running net.spy.memcached.KetamaNodeLocatorTest
  [ERROR] Tests run: 17, Failures: 8, Errors: 0, Skipped: 0, Time elapsed: 
0.145 s <<< FAILURE! - in net.spy.memcached.KetamaNodeLocatorTest
  [ERROR] testFNV1A32(net.spy.memcached.KetamaNodeLocatorTest)  Time elapsed: 
0.029 s  <<< FAILURE!
  junit.framework.ComparisonFailure: At position 0 expected:<node#[1]> but 
was:<node#[2]>
          at 
net.spy.memcached.KetamaNodeLocatorTest.testFNV1A32(KetamaNodeLocatorTest.java:170)
  
  [ERROR] testSequence1(net.spy.memcached.KetamaNodeLocatorTest)  Time elapsed: 
0.002 s  <<< FAILURE!
  junit.framework.ComparisonFailure: At position 0 expected:<node#[0]> but 
was:<node#[2]>
          at 
net.spy.memcached.KetamaNodeLocatorTest.testSequence1(KetamaNodeLocatorTest.java:147)
  
  [ERROR] testSequence2(net.spy.memcached.KetamaNodeLocatorTest)  Time elapsed: 
0.002 s  <<< FAILURE!
  junit.framework.ComparisonFailure: At position 0 expected:<node#[2]> but 
was:<node#[3]>
          at 
net.spy.memcached.KetamaNodeLocatorTest.testSequence2(KetamaNodeLocatorTest.java:152)
  
  [ERROR] testContinuumWrapping(net.spy.memcached.KetamaNodeLocatorTest)  Time 
elapsed: 0.001 s  <<< FAILURE!
  junit.framework.AssertionFailedError: expected:<4294887009> but 
was:<4292529792>
          at 
net.spy.memcached.KetamaNodeLocatorTest.testContinuumWrapping(KetamaNodeLocatorTest.java:126)
  
  [ERROR] testLookups(net.spy.memcached.KetamaNodeLocatorTest)  Time elapsed: 
0.001 s  <<< FAILURE!
  junit.framework.AssertionFailedError: expected same:<node#0> was not:<node#2>
          at 
net.spy.memcached.KetamaNodeLocatorTest.testLookups(KetamaNodeLocatorTest.java:101)
  
  [ERROR] testClusterResizing(net.spy.memcached.KetamaNodeLocatorTest)  Time 
elapsed: 0.001 s  <<< FAILURE!
  junit.framework.AssertionFailedError: expected same:<node#0> was not:<node#2>
          at 
net.spy.memcached.KetamaNodeLocatorTest.testClusterResizing(KetamaNodeLocatorTest.java:135)
  
  [ERROR] testLookupsClone(net.spy.memcached.KetamaNodeLocatorTest)  Time 
elapsed: 0.002 s  <<< FAILURE!
  junit.framework.AssertionFailedError: expected same:<node#0> was not:<node#2>
          at 
net.spy.memcached.KetamaNodeLocatorTest.testLookupsClone(KetamaNodeLocatorTest.java:108)
  
  [ERROR] testLibKetamaCompat(net.spy.memcached.KetamaNodeLocatorTest)  Time 
elapsed: 0.002 s  <<< FAILURE!
  junit.framework.AssertionFailedError: expected same:<node#2> was not:<node#3>
          at 
net.spy.memcached.KetamaNodeLocatorTest.assertPosForKey(KetamaNodeLocatorTest.java:156)
          at 
net.spy.memcached.KetamaNodeLocatorTest.testLibKetamaCompat(KetamaNodeLocatorTest.java:161)
  
  [INFO] Running net.spy.memcached.AddrUtilTest
  java.lang.NumberFormatException: For input string: "more"
          at 
java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
          at java.base/java.lang.Integer.parseInt(Integer.java:668)
          at java.base/java.lang.Integer.parseInt(Integer.java:786)
          at net.spy.memcached.AddrUtil.getAddresses(AddrUtil.java:70)
          at net.spy.memcached.AddrUtilTest.testBrokenHost(AddrUtilTest.java:67)
          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:177)
          at junit.framework.TestCase.runBare(TestCase.java:142)
          at junit.framework.TestResult$1.protect(TestResult.java:122)
          at junit.framework.TestResult.runProtected(TestResult.java:142)
          at junit.framework.TestResult.run(TestResult.java:125)
          at junit.framework.TestCase.run(TestCase.java:130)
          at junit.framework.TestSuite.runTest(TestSuite.java:241)
          at junit.framework.TestSuite.run(TestSuite.java:236)
          at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
          at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
          at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
          at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
          at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
          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] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 
s - in net.spy.memcached.AddrUtilTest

--- End Message ---
--- Begin Message ---
Source: spymemcached
Source-Version: 2.12.3+dfsg-3
Done: Jochen Sprickerhof <jspri...@debian.org>

We believe that the bug you reported is fixed in the latest version of
spymemcached, 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 1012...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jochen Sprickerhof <jspri...@debian.org> (supplier of updated spymemcached 
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: Sun, 26 Feb 2023 17:08:21 +0100
Source: spymemcached
Architecture: source
Version: 2.12.3+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Jochen Sprickerhof <jspri...@debian.org>
Closes: 1012108
Changes:
 spymemcached (2.12.3+dfsg-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Debian Janitor ]
   * Apply multi-arch hints. + libspymemcached-java: Add Multi-Arch: foreign.
 .
   [ Jochen Sprickerhof ]
   * Add patch to fix FTBFS (Closes: #1012108)
   * Add missing build dependency on log4j 1.2
Checksums-Sha1:
 22bb31f156a173398f1f5ba3dfbd20451d8212b0 2305 spymemcached_2.12.3+dfsg-3.dsc
 3730b9ff908c20c515dd2dfdc17de8ac67bdc786 6264 
spymemcached_2.12.3+dfsg-3.debian.tar.xz
 284b99a966ce7f216a769d96b04e90098bedb0b6 14961 
spymemcached_2.12.3+dfsg-3_source.buildinfo
Checksums-Sha256:
 a4e14d4410870185c47fbcf66377a3906de1e6946e678f9945cdbba38c253053 2305 
spymemcached_2.12.3+dfsg-3.dsc
 d410649db135bde3d3cf609298a41948747c3d68d03fd2c5320eed21e10d2c31 6264 
spymemcached_2.12.3+dfsg-3.debian.tar.xz
 27818fb4958773da09bfb6262a63d1df29d04b547255dc7082da14bd60b87635 14961 
spymemcached_2.12.3+dfsg-3_source.buildinfo
Files:
 6db4ff8ab19232b00508e13fa527addb 2305 java optional 
spymemcached_2.12.3+dfsg-3.dsc
 d899571380cfca823bab4e17eb99e550 6264 java optional 
spymemcached_2.12.3+dfsg-3.debian.tar.xz
 a198d4fbcc639cef11bf6a471785ae00 14961 java optional 
spymemcached_2.12.3+dfsg-3_source.buildinfo

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

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmP7hGkACgkQW//cwljm
lDOrgw/+P0j6Y0GeNuRFMkgGeLbzbJ6GkrvCwBWNjwsdDbbKZ7EOGWgeVVDtDr4J
Ym8v3933q9P2KPc7H6hvBkQBUvWJQIsKc1xqFef/drdum5SemY5VS1SCs6zQPwdO
96uKx/M5zSFIoPjkaA36fSX+i2eqHhtQzD7pI3FnINQMRpFzl+gkidoDIfaR0c1K
dE9d3hBjeu80aNPtGyucQeM2z/gRRKFMdNsUHBa3qWU6iGuo0kvzJ14KaR8cEgnQ
m1mSSAhzLIXMhTOyp4SQNGds3D6brXdiup40aAqhBbkZispdEvBtm5R1NOBeJgt3
UPZe2IYYbojwnrE7wNvTqLaX1LY8JrZY9s1Cr6+KpYmmgcFQe3dTD8MQDbdAaw7N
lDqR/c3Q0240B3m3m1+5NNyeIO6KrwxS15wsdWmAy/vBhEhwSKel50Ncxr0QyxNL
2uoWtr55LAZd8wnIrNRXXdm9xUmf+pccNpnrjen3U+n5869dJQrfHnCxDSlrozpo
e5DuaRY6tms9BgNr/AAzlXhsckbUhyv5LSRwUooLBVq20kPmYMwIulEYcmIteJK7
u1wMUK5KLXSjmkVCzIhIvfUnun8s31V3QHQN1suJtXTYrzDAtdPRP40TqwOyONiI
Bdjzoo2vPTI6mOCEaS6ZZCb5NokgQ66r1rqdTqrOvu+5ONXk+48=
=Vyi7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to