Your message dated Sat, 29 Jul 2017 04:20:12 +0000
with message-id <[email protected]>
and subject line Bug#868903: fixed in not-yet-commons-ssl 0.3.15-3
has caused the Debian Bug report #868903,
regarding not-yet-commons-ssl: FTBFS:     [javac] 
/<<PKGBUILDDIR>>/src/test/org/apache/commons/httpclient/contrib/ssl/TestHttpclientContrib.java:3:
 error: package org.junit does not exist
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.)


-- 
868903: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868903
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: not-yet-commons-ssl
Version: 0.3.15-2
Severity: serious
Tags: buster sid
User: [email protected]
Usertags: qa-ftbfs-20170719 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/commons-codec.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-httpclient.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/bcprov.jar:/usr/share/java/ant-junit.jar:/usr/lib/jvm/default-java/lib/tools.jar
>  -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
> -Dcompile.optimize=true jar javadocs
> Buildfile: /<<PKGBUILDDIR>>/build.xml
> 
> init:
>      [echo] Apache Ant(TM) version 1.9.9 compiled on June 29 2017
>      [echo] Java version: 1.8.0_131
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build
> 
> javac:
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build/classes
>     [javac] Compiling 136 source files to /<<PKGBUILDDIR>>/build/classes
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/org/apache/commons/ssl/Certificates.java:408: 
> warning: non-varargs call of varargs method with inexact argument type for 
> last parameter;
>     [javac]                             setConnTimeOut.invoke(httpConn, new 
> Integer[]{new Integer(5000)});
>     [javac]                                                             ^
>     [javac]   cast to Object for a varargs call
>     [javac]   cast to Object[] for a non-varargs call and to suppress this 
> warning
>     [javac] 
> /<<PKGBUILDDIR>>/src/java/org/apache/commons/ssl/Certificates.java:409: 
> warning: non-varargs call of varargs method with inexact argument type for 
> last parameter;
>     [javac]                             setReadTimeout.invoke(httpConn, new 
> Integer[]{new Integer(5000)});
>     [javac]                                                             ^
>     [javac]   cast to Object for a varargs call
>     [javac]   cast to Object[] for a non-varargs call and to suppress this 
> warning
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 2 warnings
> 
> rmic:
>      [rmic] RMI Compiling 2 classes to /<<PKGBUILDDIR>>/build/classes
>      [rmic] Warning: generation and use of skeletons and static stubs for JRMP
>      [rmic] is deprecated. Skeletons are unnecessary, and static stubs have
>      [rmic] been superseded by dynamically generated stubs. Users are
>      [rmic] encouraged to migrate away from using rmic to generate skeletons 
> and static
>      [rmic] stubs. See the documentation for 
> java.rmi.server.UnicastRemoteObject.
> 
> jar:
>       [jar] Building jar: /<<PKGBUILDDIR>>/build/not-yet-commons-ssl.jar
> 
> init:
>      [echo] Apache Ant(TM) version 1.9.9 compiled on June 29 2017
>      [echo] Java version: 1.8.0_131
> 
> javadocs:
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build/javadocs
>   [javadoc] Generating Javadoc
>   [javadoc] Javadoc execution
>   [javadoc] Loading source files for package 
> org.apache.commons.httpclient.contrib.ssl...
>   [javadoc] Loading source files for package org.apache.commons.ssl...
>   [javadoc] Loading source files for package org.apache.commons.ssl.asn1...
>   [javadoc] Loading source files for package org.apache.commons.ssl.rmi...
>   [javadoc] Loading source files for package org.apache.commons.ssl.util...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] Standard Doclet version 1.8.0_131
>   [javadoc] Building tree for all the packages and classes...
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
> 
> BUILD SUCCESSFUL
> Total time: 1 minute 20 seconds
> touch debian/stamp-ant-build
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/commons-codec.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-httpclient.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/bcprov.jar:/usr/share/java/ant-junit.jar:/usr/lib/jvm/default-java/lib/tools.jar
>  -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
> -Dcompile.optimize=true test
> Buildfile: /<<PKGBUILDDIR>>/build.xml
> 
> init:
>      [echo] Apache Ant(TM) version 1.9.9 compiled on June 29 2017
>      [echo] Java version: 1.8.0_131
> 
> javac:
> 
> rmic:
> 
> jar:
> 
> test-jar:
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build/test-classes
>     [javac] Compiling 9 source files to /<<PKGBUILDDIR>>/build/test-classes
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/httpclient/contrib/ssl/TestHttpclientContrib.java:3:
>  error: package org.junit does not exist
>     [javac] import static org.junit.Assert.assertEquals;
>     [javac]                        ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/httpclient/contrib/ssl/TestHttpclientContrib.java:3:
>  error: static import only from classes and interfaces
>     [javac] import static org.junit.Assert.assertEquals;
>     [javac] ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/httpclient/contrib/ssl/TestHttpclientContrib.java:4:
>  error: package org.junit does not exist
>     [javac] import org.junit.Test;
>     [javac]                 ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestBase64.java:3: error: 
> package org.junit does not exist
>     [javac] import static org.junit.Assert.assertTrue;
>     [javac]                        ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestBase64.java:3: error: 
> static import only from classes and interfaces
>     [javac] import static org.junit.Assert.assertTrue;
>     [javac] ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestBase64.java:4: error: 
> package org.junit does not exist
>     [javac] import org.junit.Test;
>     [javac]                 ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestCertificates.java:3: 
> error: package org.junit does not exist
>     [javac] import org.junit.Assert;
>     [javac]                 ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestCertificates.java:4: 
> error: package org.junit does not exist
>     [javac] import org.junit.Test;
>     [javac]                 ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestCertificates.java:5: 
> error: package org.junit.runner does not exist
>     [javac] import org.junit.runner.RunWith;
>     [javac]                        ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestCertificates.java:23: 
> error: cannot find symbol
>     [javac] @RunWith(MockitoJUnitRunner.class)
>     [javac]  ^
>     [javac]   symbol: class RunWith
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestIPAddressParser.java:4: 
> error: package org.junit does not exist
>     [javac] import static org.junit.Assert.*;
>     [javac]                        ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestIPAddressParser.java:5: 
> error: package org.junit does not exist
>     [javac] import org.junit.Test;
>     [javac]                 ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestKeyMaterial.java:5: 
> error: package org.junit does not exist
>     [javac] import static org.junit.Assert.*;
>     [javac]                        ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestKeyMaterial.java:6: 
> error: package org.junit does not exist
>     [javac] import org.junit.Test;
>     [javac]                 ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestOpenSSL.java:4: error: 
> package org.junit does not exist
>     [javac] import static org.junit.Assert.*;
>     [javac]                        ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestOpenSSL.java:5: error: 
> package org.junit does not exist
>     [javac] import org.junit.Test;
>     [javac]                 ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestPKCS8Key.java:4: error: 
> package org.junit does not exist
>     [javac] import static org.junit.Assert.*;
>     [javac]                        ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestPKCS8Key.java:5: error: 
> package org.junit does not exist
>     [javac] import org.junit.Test;
>     [javac]                 ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestTrustMaterial.java:4: 
> error: package org.junit does not exist
>     [javac] import org.junit.Assert;
>     [javac]                 ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestTrustMaterial.java:5: 
> error: package org.junit does not exist
>     [javac] import org.junit.Test;
>     [javac]                 ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/httpclient/contrib/ssl/TestHttpclientContrib.java:14:
>  error: cannot find symbol
>     [javac]     @Test
>     [javac]      ^
>     [javac]   symbol:   class Test
>     [javac]   location: class TestHttpclientContrib
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestBase64.java:13: error: 
> cannot find symbol
>     [javac]     @Test
>     [javac]      ^
>     [javac]   symbol:   class Test
>     [javac]   location: class TestBase64
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestBase64.java:47: error: 
> cannot find symbol
>     [javac]     @Test
>     [javac]      ^
>     [javac]   symbol:   class Test
>     [javac]   location: class TestBase64
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestCertificates.java:29: 
> error: cannot find symbol
>     [javac]     @Test
>     [javac]      ^
>     [javac]   symbol:   class Test
>     [javac]   location: class TestCertificates
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestCertificates.java:51: 
> error: cannot find symbol
>     [javac]     @Test
>     [javac]      ^
>     [javac]   symbol:   class Test
>     [javac]   location: class TestCertificates
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestIPAddressParser.java:9: 
> error: cannot find symbol
>     [javac]     @Test
>     [javac]      ^
>     [javac]   symbol:   class Test
>     [javac]   location: class TestIPAddressParser
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestKeyMaterial.java:29: 
> error: cannot find symbol
>     [javac]     @Test
>     [javac]      ^
>     [javac]   symbol:   class Test
>     [javac]   location: class TestKeyMaterial
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestOpenSSL.java:48: error: 
> cannot find symbol
>     [javac]     @Test
>     [javac]      ^
>     [javac]   symbol:   class Test
>     [javac]   location: class TestOpenSSL
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestOpenSSL.java:53: error: 
> cannot find symbol
>     [javac]     @Test
>     [javac]      ^
>     [javac]   symbol:   class Test
>     [javac]   location: class TestOpenSSL
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestOpenSSL.java:58: error: 
> cannot find symbol
>     [javac]     @Test
>     [javac]      ^
>     [javac]   symbol:   class Test
>     [javac]   location: class TestOpenSSL
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestOpenSSL.java:63: error: 
> cannot find symbol
>     [javac]     @Test
>     [javac]      ^
>     [javac]   symbol:   class Test
>     [javac]   location: class TestOpenSSL
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestOpenSSL.java:68: error: 
> cannot find symbol
>     [javac]     @Test
>     [javac]      ^
>     [javac]   symbol:   class Test
>     [javac]   location: class TestOpenSSL
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestPKCS8Key.java:14: error: 
> cannot find symbol
>     [javac]     @Test
>     [javac]      ^
>     [javac]   symbol:   class Test
>     [javac]   location: class TestPKCS8Key
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestPKCS8Key.java:19: error: 
> cannot find symbol
>     [javac]     @Test
>     [javac]      ^
>     [javac]   symbol:   class Test
>     [javac]   location: class TestPKCS8Key
>     [javac] 
> /<<PKGBUILDDIR>>/src/test/org/apache/commons/ssl/TestTrustMaterial.java:9: 
> error: cannot find symbol
>     [javac]     @Test
>     [javac]      ^
>     [javac]   symbol:   class Test
>     [javac]   location: class TestTrustMaterial
>     [javac] 35 errors
> 
> BUILD FAILED
> /<<PKGBUILDDIR>>/build.xml:47: Compile failed; see the compiler error output 
> for details.
> 
> Total time: 1 second
> /usr/share/cdbs/1/class/ant.mk:56: recipe for target 'debian/stamp-ant-check' 
> failed
> make: *** [debian/stamp-ant-check] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/2017/07/19/not-yet-commons-ssl_0.3.15-2_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: not-yet-commons-ssl
Source-Version: 0.3.15-3

We believe that the bug you reported is fixed in the latest version of
not-yet-commons-ssl, 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.
tony mancill <[email protected]> (supplier of updated not-yet-commons-ssl 
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: Fri, 28 Jul 2017 21:04:04 -0700
Source: not-yet-commons-ssl
Binary: libnot-yet-commons-ssl-java libnot-yet-commons-ssl-java-doc
Architecture: source all
Version: 0.3.15-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: tony mancill <[email protected]>
Description:
 libnot-yet-commons-ssl-java - Not-yet-commons-SSL is a library to make SSL in 
Java easier
 libnot-yet-commons-ssl-java-doc - Documentation for Not-yet-commons-SSL
Closes: 868903
Changes:
 not-yet-commons-ssl (0.3.15-3) unstable; urgency=medium
 .
   * Team upload.
   * Add build-dep on junit4. (Closes: #868903)
   * Bump Standards-Version to 4.0.0
Checksums-Sha1:
 15b9effc9616ad3630600a1f61146e54f6458fa0 2339 not-yet-commons-ssl_0.3.15-3.dsc
 e8790c296c27c79322c2effc23ae81b2f9b38358 5416 
not-yet-commons-ssl_0.3.15-3.debian.tar.xz
 c367fd8d3437a0b539560c20df276c96c84f74fa 303828 
libnot-yet-commons-ssl-java-doc_0.3.15-3_all.deb
 cb6e57f3550d8267cc783560e8f014ebd517cc57 269090 
libnot-yet-commons-ssl-java_0.3.15-3_all.deb
 0b55cefd06c86ad83ebc6c9a169b622dbdf14b9c 14528 
not-yet-commons-ssl_0.3.15-3_amd64.buildinfo
Checksums-Sha256:
 afd3e57638a7064aab7d3b0cc5e84ec7141cd63d8410853625eda5e1ddaa52eb 2339 
not-yet-commons-ssl_0.3.15-3.dsc
 c133290dce4294372357ccaff4f2c1c9f3078573e312fd9cde0684aa55b658dd 5416 
not-yet-commons-ssl_0.3.15-3.debian.tar.xz
 65add8497d2f219e1f4d27a47316e48a2c11eaca556e55155134bcb91be6812c 303828 
libnot-yet-commons-ssl-java-doc_0.3.15-3_all.deb
 bb7ea59aff751b5197ef3353eb7bced3e9e5e74a905beb31298edfe06854fcd4 269090 
libnot-yet-commons-ssl-java_0.3.15-3_all.deb
 bdac309ecef1f423f6f524c8bc93bcb329d3fb10caa545ba9114e720a8772ae1 14528 
not-yet-commons-ssl_0.3.15-3_amd64.buildinfo
Files:
 371428d34c8ffb8726a3e240fe907eba 2339 java optional 
not-yet-commons-ssl_0.3.15-3.dsc
 bc1c51459c788260a2d3545167465b1d 5416 java optional 
not-yet-commons-ssl_0.3.15-3.debian.tar.xz
 a69ed48da197a96df8f202b351079f46 303828 doc optional 
libnot-yet-commons-ssl-java-doc_0.3.15-3_all.deb
 71352ffb9cc30a57d410be71ad90d816 269090 java optional 
libnot-yet-commons-ssl-java_0.3.15-3_all.deb
 342a07b8a0e472f9d7918efb787dfb92 14528 java optional 
not-yet-commons-ssl_0.3.15-3_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAll8CgMUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpawBRAAhFxKsx/nH4F61uu3u9toq9R3nbTx
iNyKt2y/Bl5LhShK0bBv5m+4twqiymRdiuTiii5/6fiuG/QRbZbmwt16b5ncSOfi
Yt6C7nWSClTw3X+h+Ly4OBFi3XTMCrqvd37phWvqb/7L3dpjnkK2HspT8qNRJYuJ
3umedAHvsDXsRJVWpRPcCsc67K36SCykcvT7xCjBzAd/y5JIzm3teZOH+rv8rWiq
owuW/BKzsFbrE6k0UjZ8rLjFtqcJCFIxAkFoZ0FDHcdPxqvaaUayjpGegjGMkRtY
HTvIeYslN2ASfAtlRgWcWiIoejFR0LyK7b6j2UIm56cLOWFdMbfysoJw8MXJWTRL
hEs2zj/eMf0krM5JafUijauhJGMb9ndg3+7qka9CpjjaBb45/pwDvCy79Yyr9ER8
jVEKyWgqUnI/Es78fM3ZhCwfLt+b4tE/1sVvlUuPUxK22HMlnVVOTvNuTzuBpjIH
bQUxJLZw7MiMkIw8vtsVwcttp0TK5powqVF7/kX1aJCB9kXhgBwRDCIhxHU3K37f
V11siuldXDFT4NeHPl0MbH6qvl74HAkstMuSfJ1YEXkwqW1b60WpyKTDrBR3MBG9
I3ruWxNQ6nFjRZ072Lx8fXghpb6sVZ4rMBUboM66TTf5ilprzh+sq81c2vDNQBgQ
ymi/qm8FrfRsuBo=
=n2ia
-----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
[email protected] for discussions and questions.

Reply via email to