Bug#888081: resteasy FTBFS: org.jboss.resteasy.specimpl.ResponseBuilderImpl is not abstract and does not override abstract method status(int, java.lang.String) in javax.ws.rs.core.Response.ResponseBuilder

Adrian Bunk bunk at debian.org
Tue Jan 23 05:41:15 UTC 2018


Source: resteasy
Version: 3.1.4-1
Severity: serious

Some recent change in unstable makes resteasy FTBFS:

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

...
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /build/1st/resteasy-3.1.4/resteasy-jaxrs/src/main/java/org/jboss/resteasy/specimpl/ResponseBuilderImpl.java:[33,8] org.jboss.resteasy.specimpl.ResponseBuilderImpl is not abstract and does not override abstract method status(int,java.lang.String) in javax.ws.rs.core.Response.ResponseBuilder
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] RESTEasy JAX-RS .................................... SUCCESS [  0.829 s]
[INFO] RESTEasy JAX-RS services ........................... SUCCESS [  3.216 s]
[INFO] RESTEasy JAX-RS Implementation ..................... FAILURE [ 18.799 s]
[INFO] RESTEasy JAX-RS Client ............................. SKIPPED
[INFO] RESTEasy Legacy .................................... SKIPPED
[INFO] RESTEasy JAXB Provider ............................. SKIPPED
[INFO] RESTEasy Jettison Provider ......................... SKIPPED
[INFO] RESTEasy Jackson Provider .......................... SKIPPED
[INFO] RESTEasy Atom Provider ............................. SKIPPED
[INFO] RESTEasy YAML Provider ............................. SKIPPED
[INFO] RESTEasy HTML Provider ............................. SKIPPED
[INFO] RESTEasy Providers ................................. SKIPPED
[INFO] RESTEasy dependencies BOM .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.905 s
[INFO] Finished at: 2019-02-24T23:11:10-12:00
[INFO] Final Memory: 20M/606M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) on project resteasy-jaxrs: Compilation failure
[ERROR] /build/1st/resteasy-3.1.4/resteasy-jaxrs/src/main/java/org/jboss/resteasy/specimpl/ResponseBuilderImpl.java:[33,8] org.jboss.resteasy.specimpl.ResponseBuilderImpl is not abstract and does not override abstract method status(int,java.lang.String) in javax.ws.rs.core.Response.ResponseBuilder
[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 :resteasy-jaxrs
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/resteasy-3.1.4 -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/build/1st/resteasy-3.1.4/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/resteasy-3.1.4/debian -Dmaven.repo.local=/build/1st/resteasy-3.1.4/debian/maven-repo --batch-mode package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
debian/rules:4: recipe for target 'build' failed
make: *** [build] Error 2



More information about the pkg-java-maintainers mailing list