Your message dated Thu, 18 Feb 2016 21:55:52 +0000
with message-id <20160218215552.ge25...@l04.home>
and subject line Re: libproxool-java: FTBFS - test: Couldn't load class blah
has caused the Debian Bug report #812624,
regarding libproxool-java: FTBFS - test: Couldn't load class blah
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.)


-- 
812624: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812624
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libproxool-java
Version: 0.9.1-8
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
test:
     [echo] Running tests, this can take a few minutes.
     [java] ........................F......25 Jan 2016 03:16:58,293 [ERROR] 
{ConnectionPool.java:742} org.logicalcobwebs.proxool.addStateListener - 
Couldn't load class blah
     [java] java.lang.ClassNotFoundException: blah
     [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
     [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
     [java]     at java.security.AccessController.doPrivileged(Native Method)
     [java]     at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
     [java]     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
     [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
     [java]     at java.lang.Class.forName0(Native Method)
     [java]     at java.lang.Class.forName(Class.java:195)
     [java]     at 
org.logicalcobwebs.proxool.ConnectionPool.setDefinition(ConnectionPool.java:740)
     [java]     at 
org.logicalcobwebs.proxool.ProxoolFacade.updateConnectionPool(ProxoolFacade.java:594)
     [java]     at 
org.logicalcobwebs.proxool.StateListenerTest.testAddStateListener(StateListenerTest.java:96)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     [java]     at java.lang.reflect.Method.invoke(Method.java:606)
     [java]     at junit.framework.TestCase.runTest(TestCase.java:164)
     [java]     at junit.framework.TestCase.runBare(TestCase.java:130)
     [java]     at junit.framework.TestResult$1.protect(TestResult.java:106)
     [java]     at junit.framework.TestResult.runProtected(TestResult.java:124)
     [java]     at junit.framework.TestResult.run(TestResult.java:109)
     [java]     at junit.framework.TestCase.run(TestCase.java:120)
     [java]     at junit.framework.TestSuite.runTest(TestSuite.java:230)
     [java]     at junit.framework.TestSuite.run(TestSuite.java:225)
     [java]     at junit.framework.TestSuite.runTest(TestSuite.java:230)
     [java]     at junit.framework.TestSuite.run(TestSuite.java:225)
     [java]     at 
junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
     [java]     at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
     [java]     at junit.framework.TestResult.runProtected(TestResult.java:124)
     [java]     at junit.extensions.TestSetup.run(TestSetup.java:25)
     [java]     at junit.framework.TestSuite.runTest(TestSuite.java:230)
     [java]     at junit.framework.TestSuite.run(TestSuite.java:225)
     [java]     at 
junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
     [java]     at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
     [java]     at junit.framework.TestResult.runProtected(TestResult.java:124)
     [java]     at junit.extensions.TestSetup.run(TestSetup.java:25)
     [java]     at junit.textui.TestRunner.doRun(TestRunner.java:121)
     [java]     at junit.textui.TestRunner.start(TestRunner.java:185)
     [java]     at junit.textui.TestRunner.main(TestRunner.java:143)
     [java] ...........
     [java] .........
     [java] Time: 141.033
     [java] There was 1 failure:
     [java] 1) 
testPrototypeCount(org.logicalcobwebs.proxool.PrototyperTest)junit.framework.AssertionFailedError:
 availableConnectionCount expected:<2> but was:<1>
     [java]     at 
org.logicalcobwebs.proxool.PrototyperTest.testPrototypeCount(PrototyperTest.java:84)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     [java]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     [java]     at 
junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
     [java]     at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
     [java]     at junit.extensions.TestSetup.run(TestSetup.java:25)
     [java]     at 
junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
     [java]     at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
     [java]     at junit.extensions.TestSetup.run(TestSetup.java:25)
     [java]
     [java] FAILURES!!!
     [java] Tests run: 50,  Failures: 1,  Errors: 0
     [java]

BUILD FAILED
/srv/jenkins-slave/workspace/sid-goto-cc-libproxool-java/libproxool-java-0.9.1/debian/build.xml:46:
 Java returned: 1

Total time: 2 minutes 25 seconds
/usr/share/cdbs/1/class/ant.mk:54: recipe for target 'debian/stamp-ant-check' 
failed
make: *** [debian/stamp-ant-check] Error 1


The full build log is attached; please do let me know if the problem is
unreproducible, in which case I shall try to investigate further.

Best,
Michael

Attachment: libproxool-java-build-log.txt.gz
Description: application/gunzip

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Hi Andreas,

On Fri, Jan 29, 2016 at 12:35:25 +0100, Andreas Beckmann wrote:
[...]
> I stopped comparing the build logs after this hunk:
> (diff -u mine.log your.log)
> 
> -Preparing to unpack .../openjdk-7-jre-headless_7u95-2.6.4-1_amd64.deb ...^M
> -Unpacking openjdk-7-jre-headless:amd64 (7u95-2.6.4-1) ...^M
> +Preparing to unpack .../openjdk-7-jre-headless_7u91-2.6.3-3_amd64.deb ...^M
> +Unpacking openjdk-7-jre-headless:amd64 (7u91-2.6.3-3) ...^M
> 
> Please try again with the newer jdk.
> 

Indeed this seems to have done the trick, thus closing.

Apologies for the delay,
Michael

Attachment: signature.asc
Description: PGP signature


--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to