Your message dated Sun, 03 Dec 2017 21:33:28 +0000
with message-id <e1elbta-000aig...@fasolo.debian.org>
and subject line Bug#883357: fixed in undertow 1.4.21-2
has caused the Debian Bug report #883357,
regarding undertow FTBFS: io.undertow.websockets.jsr.ServerWebSocketContainer 
is not abstract and does not override abstract method 
setDefaultAsyncSendTimeout(long) in javax.websocket.WebSocketContainer
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.)


-- 
883357: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883357
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: undertow
Version: 1.4.21-1
Severity: serious

Some recent change in unstable makes undertow FTBFS:

https://tests.reproducible-builds.org/debian/history/undertow.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/undertow.html

...
[INFO] Building jar: 
/build/1st/undertow-1.4.21/servlet/target/undertow-servlet-1.4.21.Final-javadoc.jar
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Undertow WebSockets JSR356 implementations 1.4.21.Final
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.apache.maven.plugins:maven-site-plugin:jar:3.3 is 
missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for 
org.apache.maven.plugins:maven-site-plugin:3.3: Plugin 
org.apache.maven.plugins:maven-site-plugin:3.3 or one of its dependencies could 
not be resolved: Cannot access jboss-public-repository-group 
(http://repository.jboss.org/nexus/content/groups/public/) in offline mode and 
the artifact org.apache.maven.plugins:maven-site-plugin:jar:3.3 has not been 
downloaded from it before.
[WARNING] The POM for org.apache.maven.plugins:maven-antrun-plugin:jar:1.3 is 
missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for 
org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin 
org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies 
could not be resolved: Cannot access jboss-public-repository-group 
(http://repository.jboss.org/nexus/content/groups/public/) in offline mode and 
the artifact org.apache.maven.plugins:maven-antrun-plugin:jar:1.3 has not been 
downloaded from it before.
[WARNING] The POM for 
org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5 is missing, no 
dependency information available
[WARNING] Failed to retrieve plugin descriptor for 
org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin 
org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its 
dependencies could not be resolved: Cannot access jboss-public-repository-group 
(http://repository.jboss.org/nexus/content/groups/public/) in offline mode and 
the artifact org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5 has 
not been downloaded from it before.
[WARNING] The POM for org.apache.maven.plugins:maven-release-plugin:jar:2.3.2 
is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for 
org.apache.maven.plugins:maven-release-plugin:2.3.2: Plugin 
org.apache.maven.plugins:maven-release-plugin:2.3.2 or one of its dependencies 
could not be resolved: Cannot access jboss-public-repository-group 
(http://repository.jboss.org/nexus/content/groups/public/) in offline mode and 
the artifact org.apache.maven.plugins:maven-release-plugin:jar:2.3.2 has not 
been downloaded from it before.
[WARNING] The POM for org.codehaus.mojo:findbugs-maven-plugin:jar:3.0.4 is 
missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for 
org.codehaus.mojo:findbugs-maven-plugin:3.0.4: Plugin 
org.codehaus.mojo:findbugs-maven-plugin:3.0.4 or one of its dependencies could 
not be resolved: Cannot access jboss-public-repository-group 
(http://repository.jboss.org/nexus/content/groups/public/) in offline mode and 
the artifact org.codehaus.mojo:findbugs-maven-plugin:jar:3.0.4 has not been 
downloaded from it before.
[WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, 
no dependency information available
[WARNING] Failed to retrieve plugin descriptor for 
org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin 
org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be 
resolved: Cannot access jboss-public-repository-group 
(http://repository.jboss.org/nexus/content/groups/public/) in offline mode and 
the artifact org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 has not been 
downloaded from it before.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
undertow-websockets-jsr ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ 
undertow-websockets-jsr ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to 
/build/1st/undertow-1.4.21/websockets-jsr/target/classes
[INFO] 
/build/1st/undertow-1.4.21/websockets-jsr/src/main/java/io/undertow/websockets/jsr/FrameHandler.java:
 Some input files use or override a deprecated API.
[INFO] 
/build/1st/undertow-1.4.21/websockets-jsr/src/main/java/io/undertow/websockets/jsr/FrameHandler.java:
 Recompile with -Xlint:deprecation for details.
[INFO] 
/build/1st/undertow-1.4.21/websockets-jsr/src/main/java/io/undertow/websockets/jsr/WebSocketSessionRemoteEndpoint.java:
 Some input files use unchecked or unsafe operations.
[INFO] 
/build/1st/undertow-1.4.21/websockets-jsr/src/main/java/io/undertow/websockets/jsr/WebSocketSessionRemoteEndpoint.java:
 Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
/build/1st/undertow-1.4.21/websockets-jsr/src/main/java/io/undertow/websockets/jsr/ServerWebSocketContainer.java:[94,8]
 io.undertow.websockets.jsr.ServerWebSocketContainer is not abstract and does 
not override abstract method setDefaultAsyncSendTimeout(long) in 
javax.websocket.WebSocketContainer
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Undertow
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Undertow ........................................... SUCCESS [  0.940 s]
[INFO] Undertow Parser Generator .......................... SUCCESS [ 10.638 s]
[INFO] Undertow Core ...................................... SUCCESS [ 32.318 s]
[INFO] Undertow Servlet ................................... SUCCESS [ 10.966 s]
[INFO] Undertow WebSockets JSR356 implementations ......... FAILURE [  0.942 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 56.517 s
[INFO] Finished at: 2019-01-04T05:56:14-12:00
[INFO] Final Memory: 44M/1410M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) 
on project undertow-websockets-jsr: Compilation failure
[ERROR] 
/build/1st/undertow-1.4.21/websockets-jsr/src/main/java/io/undertow/websockets/jsr/ServerWebSocketContainer.java:[94,8]
 io.undertow.websockets.jsr.ServerWebSocketContainer is not abstract and does 
not override abstract method setDefaultAsyncSendTimeout(long) in 
javax.websocket.WebSocketContainer
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :undertow-websockets-jsr
dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar
 -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/build/1st/undertow-1.4.21 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/undertow-1.4.21/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/undertow-1.4.21/debian 
-Dmaven.repo.local=/build/1st/undertow-1.4.21/debian/maven-repo --batch-mode 
package javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true 
-Dlocale=en_US returned exit code 1
debian/rules:4: recipe for target 'build' failed
make: *** [build] Error 1

--- End Message ---
--- Begin Message ---
Source: undertow
Source-Version: 1.4.21-2

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

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated undertow 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, 03 Dec 2017 20:49:51 +0100
Source: undertow
Binary: libundertow-java libundertow-java-doc
Architecture: source
Version: 1.4.21-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 libundertow-java - flexible performant web server written in Java
 libundertow-java-doc - Documentation for Undertow
Closes: 883357
Changes:
 undertow (1.4.21-2) unstable; urgency=medium
 .
   * Add websockets-jsr.patch and implement a yet unsupported new method
     introduced by the recent update of libtomcat8-java to version 8.5.24.
     Thanks to Adrian Bunk for the report. (Closes: #883357)
   * Declare compliance with Debian Policy 4.1.2.
Checksums-Sha1:
 50d0c59d531aedadbda002fdae5fd18a41543dc5 2741 undertow_1.4.21-2.dsc
 8e216b89cbfa94b10070ee5d9d6c7bb10115f67a 7168 undertow_1.4.21-2.debian.tar.xz
 75c9d49ebf7f2dc5c4e52103708837d3eee7d03f 17520 
undertow_1.4.21-2_amd64.buildinfo
Checksums-Sha256:
 32eaba31bec54726397ccec8be941fccbc099515d21ae4e22f2e8ffc00960cac 2741 
undertow_1.4.21-2.dsc
 122a645f75e540efc205ba810f0f2b3257c1f967fc2b52dc712ce93abe2ceb86 7168 
undertow_1.4.21-2.debian.tar.xz
 653fe31a43c4371710b40f165b9fd4198359e2a69a01f6290e1ac875ab1c4604 17520 
undertow_1.4.21-2_amd64.buildinfo
Files:
 46bcdf8c0e70281821e432791b71296e 2741 java optional undertow_1.4.21-2.dsc
 167959b3b95e1cf01619b77c52690dad 7168 java optional 
undertow_1.4.21-2.debian.tar.xz
 61981a92713f0eddda60806f37b2840e 17520 java optional 
undertow_1.4.21-2_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlokVs9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkdekP/AneL+yJZnwIkbwuZUX6bPQMArO48tK425xg
BBVncIZlyhkKkH9zUyIUaG/YZFYXLQc4OZfCwPDG1BHprI7V3EOkJ0LGtLXsZBS8
lsbGNJ+l9VyGwTgOFpZ+UKgSGY9l+TC7p623kdboAAuTdtkJkNGFIO+ABWMasJ9T
S34R8uLBuUiFSkYEhJfBe+CvhTT3B6dypN/x0uyiglbb4SI/3yTJn4E8vaFeOIl0
JnlzKfq8VNxFcLwa0TPnyIioSWeDyyVyFz1VVXrnLMnOZJKwDWsDH+749Hl5EiZc
zQIyB1pGx+wZ9XED/BYUwWG0QHDIx1PFjUyTgeAYWqd5mOlRRfJF2dnH3qIG8ElX
UjW7mA1JobQ7HgJljvJPj8M0ex73jJ10s1J4+FBrBgZ1y8njWfqQWpqoKXAp6Of8
edr69oGwTbIXQOmzxrVCtxuqFZvDWZI3Um3LqIumtJq1FE0F5iFrt8O+EtNnjkvu
buV0AXoYZX2EPLjCxb0ewb6OUkGikePjQCQHYiQQsa+lJ4zclW44J+BkhMXVGILL
9+VJYOkwidcLJkV5RFRdStM/ix+N7gg76bjn35Jg3WCVdrsuegV4KI9/MlHd83RY
Y0iwa/2xg9nQeMC0+VRvPCaiBPK/fyX4d0E0SrGaNU54y8lxfw5Q65ucNk4b8Mfe
PHmVfmK7
=KXZ8
-----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