Bug#884046: jetty9 FTBFS: org.eclipse.jetty.websocket.jsr356.ClientContainer is not abstract and does not override abstract method setDefaultAsyncSendTimeout(long) in javax.websocket.WebSocketContainer
Adrian Bunk
bunk at debian.org
Sun Dec 10 20:13:57 UTC 2017
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 <goals> -rf :javax-websocket-client-impl
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/jetty9-9.2.22 -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/build/1st/jetty9-9.2.22/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/jetty9-9.2.22/debian -Dmaven.repo.local=/build/1st/jetty9-9.2.22/debian/maven-repo --batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
debian/rules:6: recipe for target 'build' failed
make: *** [build] Error 2
More information about the pkg-java-maintainers
mailing list