Your message dated Sun, 29 Mar 2015 15:48:32 +0000
with message-id <e1ycfrw-0003fr...@franck.debian.org>
and subject line Bug#780519: fixed in tomcat7 7.0.28-4+deb7u2
has caused the Debian Bug report #780519,
regarding tomcat7: FTBFS due to failing tests
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.)


-- 
780519: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780519
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tomcat7
Version: 7.0.56-1
Severity: serious
Tags: sid
Justification: fails to build from source (but built successfully in the past)

I tried to rebuild tomcat7 this morning in sid and I found its build
is broke.

Relevant messages, (the complete build log is attached):

     [junit] INFO: Exception was
    [junit] java.net.BindException: Address already in use
    [junit]     at java.net.PlainSocketImpl.socketBind(Native Method)
    [junit]     at 
java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
    [junit]     at java.net.ServerSocket.bind(ServerSocket.java:376)
    [junit]     at java.net.ServerSocket.<init>(ServerSocket.java:237)
    [junit]     at 
org.apache.tomcat.util.net.TestXxxEndpoint.testStartStopBindOnInit(TestXxxEndpoint.java:141)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    [junit]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:606)
    [junit]     at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
    [junit]     at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    [junit]     at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
    [junit]     at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    [junit]     at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
    [junit]     at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
    [junit]     at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
    [junit]     at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
    [junit]     at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
    [junit]     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
    [junit]     at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
    [junit]     at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
    [junit]     at 
org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
    [junit]     at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
    [junit]     at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
    [junit]     at 
junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:532)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1179)
    [junit]     at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1030)
    [junit] 
    [junit] Mar 15, 2015 1:28:12 PM org.apache.coyote.AbstractProtocol start
    [junit] INFO: Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-36944"]
    [junit] Mar 15, 2015 1:28:12 PM org.apache.coyote.AbstractProtocol pause
    [junit] INFO: Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-36944"]
    [junit] Mar 15, 2015 1:28:12 PM org.apache.catalina.core.StandardService 
stopInternal
    [junit] INFO: Stopping service Tomcat
    [junit] Mar 15, 2015 1:28:12 PM org.apache.catalina.core.ApplicationContext 
log
    [junit] INFO: SessionListener: contextDestroyed()
    [junit] Mar 15, 2015 1:28:12 PM org.apache.catalina.core.ApplicationContext 
log
    [junit] INFO: ContextListener: contextDestroyed()
    [junit] Mar 15, 2015 1:28:12 PM org.apache.coyote.AbstractProtocol stop
    [junit] INFO: Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-36944"]
    [junit] Mar 15, 2015 1:28:12 PM org.apache.coyote.AbstractProtocol destroy
    [junit] INFO: Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-36944"]
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
3.258 sec
    [junit] Running org.apache.tomcat.util.res.TestStringManager
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.05 sec
    [junit] Running org.apache.tomcat.util.scan.TestJarScanner
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.327 sec
    [junit] Mar 15, 2015 1:28:13 PM org.apache.coyote.AbstractProtocol destroy
    [junit] INFO: Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
    [junit] Running org.apache.tomcat.util.threads.TestLimitLatch
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.493 sec
    [junit] Running util.TestCookieFilter
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.185 sec

test-apr-exists:

test-apr:

cobertura-report:

test:

BUILD FAILED
/tmp/buildd/tomcat7-7.0.56/build.xml:1301: Some tests completed with an Error. 
See /tmp/buildd/tomcat7-7.0.56/output/build/logs for details, search for 
"FAILED".

Total time: 36 minutes 3 seconds
debian/rules:62: recipe for target 'build-stamp' failed
make: *** [build-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2


-- System Information:
Debian Release: 7.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Miguel Landaeta, nomadium at debian.org
secure email with PGP 0x6E608B637D8967E9 available at http://miguel.cc/key.
"Faith means not wanting to know what is true." -- Nietzsche

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: tomcat7
Source-Version: 7.0.28-4+deb7u2

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

Debian distribution maintenance software
pp.
Miguel Landaeta <nomad...@debian.org> (supplier of updated tomcat7 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: SHA256

Format: 1.8
Date: Thu, 26 Mar 2015 20:18:56 -0300
Source: tomcat7
Binary: tomcat7-common tomcat7 tomcat7-user libtomcat7-java libservlet3.0-java 
libservlet3.0-java-doc tomcat7-admin tomcat7-examples tomcat7-docs
Architecture: source all
Version: 7.0.28-4+deb7u2
Distribution: stable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Miguel Landaeta <nomad...@debian.org>
Description: 
 libservlet3.0-java - Servlet 3.0 and JSP 2.2 Java API classes
 libservlet3.0-java-doc - Servlet 3.0 and JSP 2.2 Java API documentation
 libtomcat7-java - Servlet and JSP engine -- core libraries
 tomcat7    - Servlet and JSP engine
 tomcat7-admin - Servlet and JSP engine -- admin web applications
 tomcat7-common - Servlet and JSP engine -- common files
 tomcat7-docs - Servlet and JSP engine -- documentation
 tomcat7-examples - Servlet and JSP engine -- example web applications
 tomcat7-user - Servlet and JSP engine -- tools to create user instances
Closes: 780519
Changes: 
 tomcat7 (7.0.28-4+deb7u2) stable; urgency=medium
 .
   * Team upload.
   * Fix FTBFS error by making sure SSL unit tests use TLS protocols.
     - SSLv3 and previous protocols are not secure and deprecated
       in JDK7.
     - Additionally, some X509 certificates provided by upstream expired
       and were causing failures in unit tests as well, so they were
       regenerated. (Closes: #780519).
Checksums-Sha1: 
 4ed95d3f8e2e32b7e86b3b9972ad2aa49d40d85d 2644 tomcat7_7.0.28-4+deb7u2.dsc
 79137561119897cc1c725b9d0260cc323e841822 96030 
tomcat7_7.0.28-4+deb7u2.debian.tar.gz
 f6cc516e39dafc7aa6b91c2f6ef868d3060f01ab 63626 
tomcat7-common_7.0.28-4+deb7u2_all.deb
 e05b7454067a40e7919bef120b4d185acc774dcd 49890 tomcat7_7.0.28-4+deb7u2_all.deb
 88040a0a26b58977119b4cf17dd465e51f3f6ae0 37938 
tomcat7-user_7.0.28-4+deb7u2_all.deb
 b8e845cf38bcacd10cd237d55965c1fa770d95e7 3503784 
libtomcat7-java_7.0.28-4+deb7u2_all.deb
 2d790c2fad3fcd69fa19b142dfac187c6529a3cb 304100 
libservlet3.0-java_7.0.28-4+deb7u2_all.deb
 081e854b19a1199e67e0e06c53adf778f09c1629 298710 
libservlet3.0-java-doc_7.0.28-4+deb7u2_all.deb
 363bf050e8bfc264f739e129c70e3816d6d33c34 50694 
tomcat7-admin_7.0.28-4+deb7u2_all.deb
 7a9c10c0a9a78479aa6f05ba99da39b796b07ab2 203298 
tomcat7-examples_7.0.28-4+deb7u2_all.deb
 9296ffa0e7a69129fbe0d8ee37861d6439fc8a0a 649966 
tomcat7-docs_7.0.28-4+deb7u2_all.deb
Checksums-Sha256: 
 bd0eea69475613362ad7be9918d332b74b6c8621bcd3c8f5e0a13d8431f7fd6e 2644 
tomcat7_7.0.28-4+deb7u2.dsc
 77bb9590a77d00d5eb31bc7aed6264b64971eeeb31f5f0f7212a58562d43f4f3 96030 
tomcat7_7.0.28-4+deb7u2.debian.tar.gz
 bfdbabf0f75711c973a22fcf302b4369929397c03de3a9c0bb1607a5d9cc93b7 63626 
tomcat7-common_7.0.28-4+deb7u2_all.deb
 99b984e26727b1cccf16d4e31aba6d036610563f2d2e5c84932cbb48b5b6deed 49890 
tomcat7_7.0.28-4+deb7u2_all.deb
 0b641ecbb62d930b6e7712e56a1f387d810aa075fb76c5594e590f0e7b3dbe59 37938 
tomcat7-user_7.0.28-4+deb7u2_all.deb
 2724b9dd27279796428ab581c77abcfea7e99c1776fb6799d66d028f5a2506e7 3503784 
libtomcat7-java_7.0.28-4+deb7u2_all.deb
 b9af0081488baa0ecb5a9ef405a29ad36e47c8f0d9a4b4d246492b80aff4e2fb 304100 
libservlet3.0-java_7.0.28-4+deb7u2_all.deb
 e8ad45c1493ea04a7fede00415b50eea35b89e87c4262e438c4f2b830787498c 298710 
libservlet3.0-java-doc_7.0.28-4+deb7u2_all.deb
 66d373a44b161c8c736b1a43c2da88a3567f2b80bbddee1dd274030dd90db787 50694 
tomcat7-admin_7.0.28-4+deb7u2_all.deb
 9b84912992b8a36ed783f0ba259ca55cadf08050ed1718dc58d1335450a67f06 203298 
tomcat7-examples_7.0.28-4+deb7u2_all.deb
 e8a7b886e8eef6e27c90c02db0e13ac110ad50f523569560ace11137eccd6f52 649966 
tomcat7-docs_7.0.28-4+deb7u2_all.deb
Files: 
 b64a058c616152e860b53e1f9b24e349 2644 java optional tomcat7_7.0.28-4+deb7u2.dsc
 c29a9fc8c7d06a37ebf0fa641cfc921f 96030 java optional 
tomcat7_7.0.28-4+deb7u2.debian.tar.gz
 7f561ffc607e3f3dbafb48b29079eee7 63626 java optional 
tomcat7-common_7.0.28-4+deb7u2_all.deb
 6df4f36a345b720e776f986923f6d683 49890 java optional 
tomcat7_7.0.28-4+deb7u2_all.deb
 08abec731c03bf307c833ab919ac0e78 37938 java optional 
tomcat7-user_7.0.28-4+deb7u2_all.deb
 1ba5f3133bb0f8cab0edf69d46140662 3503784 java optional 
libtomcat7-java_7.0.28-4+deb7u2_all.deb
 8d0b729be1505b870b8c23dab49d942d 304100 java optional 
libservlet3.0-java_7.0.28-4+deb7u2_all.deb
 e31ad99e7eefed0a6089c539044ec395 298710 doc optional 
libservlet3.0-java-doc_7.0.28-4+deb7u2_all.deb
 8d56951047cea3945b45a00a22025201 50694 java optional 
tomcat7-admin_7.0.28-4+deb7u2_all.deb
 695f9025c85fdd59c4f06d141c578135 203298 java optional 
tomcat7-examples_7.0.28-4+deb7u2_all.deb
 82e10ad38f74ea0889efe73e403ee03a 649966 doc optional 
tomcat7-docs_7.0.28-4+deb7u2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJVFvunAAoJEGIODQuJV82liJwP/2mADQdodZrkSSWJwhTVRCRA
W8/7L69ExA3soYUBHWGZpgrTAzHeCQ+NGxCh+KxRf6B9DZsMucJfKirD1upOREAK
fY2Dz2TJuvWl6DHWMLAaB4JgZP3tNwWbVDxxXNMBLbBQUFZ74AmcBl+4DNa8tINb
ztILy0hApEUrRCEQldAHl1m0t4EHY9XMMfZdbxbem8Bd3gmyUvXBm0iW2kte3OwA
BnXHcV9m+L+ocaPGrPSBqBn/0HGsxSTXFHmAJGNR2+q1NMHzLNeUbP9RjRw2wCnZ
jsYKfPY2HccrXurUH58dqw4Te1SgLAzMt6SKv4ChijsDGHKbHQ1P4tzEhrT1In9S
9rm2mjiBzUqz48yDAXz6FwK+PAJdWkx/T99b8tsyIgz8zigBByqX8/gKB5+jD3kj
SXYxOYwl/Z+iCci5MKnvEVjpC/oagTlIgkgnshtQaD8waWn9kf4yB8PGrmYh0mDM
W/Nc4YqN64yTU3BxkIgZ5mtRnwwawzgg3XX5IjQNGyWi3FwDR+2tkUhlaULd8TuY
KbmkZ59D+NeTVhH0WnNEae5KfPh6luIBSMFghoFUo3dNUFo3bu9kxKFtHUH5Z5IO
QRFfl0KKPNdUPA2ptFcr3Zl7rOiTEl0x08TrUZ/NJz6BXjxEQ4ufEP8bMEwwPp4P
7GH3ge/34hcpyyNHdpNs
=d3iG
-----END 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