Bug#884046: jetty9 FTBFS: org.eclipse.jetty.websocket.jsr356.ClientContainer is not abstract and does not override abstract method setDefaultAsyncSendTimeout(long) in javax.websocket.WebSocketContaine

2017-12-10 Thread Emmanuel Bourg
Le 10/12/2017 à 21:13, Adrian Bunk a écrit :

> Some recent change in unstable makes jetty9 FTBFS:
> 
> https://tests.reproducible-builds.org/debian/history/jetty9.html
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jetty9.html

This was caused by tomcat8/8.5.24-1. I'll take care of it.

Emmanuel Bourg



Bug#884046: jetty9 FTBFS: org.eclipse.jetty.websocket.jsr356.ClientContainer is not abstract and does not override abstract method setDefaultAsyncSendTimeout(long) in javax.websocket.WebSocketContaine

2017-12-10 Thread Adrian Bunk
Source: jetty9
Version: 9.2.22-2
Severity: serious

Some recent change in unstable makes jetty9 FTBFS:

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

...
[INFO] Reactor Summary:
[INFO] 
[INFO] Jetty :: Project ... SUCCESS [  3.169 s]
[INFO] Jetty :: Utilities . SUCCESS [ 27.806 s]
[INFO] Jetty :: JMX Management  SUCCESS [  1.077 s]
[INFO] Jetty :: IO Utility  SUCCESS [  2.151 s]
[INFO] Jetty :: Http Utility .. SUCCESS [  2.857 s]
[INFO] Jetty :: Continuation .. SUCCESS [  0.833 s]
[INFO] Jetty :: XML utilities . SUCCESS [  1.333 s]
[INFO] Jetty :: Server Core ... SUCCESS [  8.341 s]
[INFO] Jetty :: Security .. SUCCESS [  2.356 s]
[INFO] Jetty :: Servlet Handling .. SUCCESS [  2.087 s]
[INFO] Jetty :: Webapp Application Support  SUCCESS [  1.878 s]
[INFO] Jetty :: Asynchronous HTTP Client .. SUCCESS [  2.793 s]
[INFO] Jetty :: FastCGI :: Parent . SUCCESS [  0.009 s]
[INFO] Jetty :: FastCGI :: Client . SUCCESS [  3.420 s]
[INFO] Jetty :: Utilities :: Ajax(JSON) ... SUCCESS [  0.726 s]
[INFO] Jetty :: Proxy . SUCCESS [  1.242 s]
[INFO] Jetty :: FastCGI :: Server . SUCCESS [  0.631 s]
[INFO] Jetty :: Websocket :: Parent ... SUCCESS [  0.053 s]
[INFO] Jetty :: Websocket :: API .. SUCCESS [  0.840 s]
[INFO] Jetty :: Websocket :: Common ... SUCCESS [  3.353 s]
[INFO] Jetty :: Websocket :: Client ... SUCCESS [  3.176 s]
[INFO] Jetty :: Websocket :: Servlet Interface  SUCCESS [  0.820 s]
[INFO] Jetty :: JNDI Naming ... SUCCESS [  1.257 s]
[INFO] Jetty :: Plus .. SUCCESS [  1.509 s]
[INFO] Jetty :: Servlet Annotations ... SUCCESS [  1.260 s]
[INFO] Jetty :: Websocket :: Server ... SUCCESS [  1.057 s]
[INFO] Jetty :: Websocket :: javax.websocket :: Client Implementation FAILURE [ 
 1.113 s]
[INFO] Jetty :: Websocket :: javax.websocket.server :: Server Implementation 
SKIPPED
[INFO] Jetty :: Utility Servlets and Filters .. SKIPPED
[INFO] Jetty :: Apache JSP Implementation . SKIPPED
[INFO] Apache :: JSTL module .. SKIPPED
[INFO] Jetty :: Deployers . SKIPPED
[INFO] Jetty :: Start . SKIPPED
[INFO] Jetty :: JAAS .. SKIPPED
[INFO] Jetty :: CDI Configurations  SKIPPED
[INFO] Example :: Jetty Spring  SKIPPED
[INFO] Jetty :: JASPI Security  SKIPPED
[INFO] Jetty :: Rewrite Handler ... SKIPPED
[INFO] Jetty :: Quick Start ... SKIPPED
[INFO] Jetty :: Monitoring  SKIPPED
[INFO] Jetty :: ALPN :: API ... SKIPPED
[INFO] Jetty :: ALPN :: Parent  SKIPPED
[INFO] Jetty :: ALPN Server ... SKIPPED
[INFO] Jetty :: ALPN Client ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 01:25 min
[INFO] Finished at: 2017-12-10T06:20:16-12:00
[INFO] Final Memory: 49M/1474M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) 
on project javax-websocket-client-impl: Compilation failure
[ERROR] 
/build/1st/jetty9-9.2.22/jetty-websocket/javax-websocket-client-impl/src/main/java/org/eclipse/jetty/websocket/jsr356/ClientContainer.java:[69,8]
 org.eclipse.jetty.websocket.jsr356.ClientContainer 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