-
Bug
-
Resolution: Done
-
Major
-
1.11.7.CR2
-
False
-
False
-
Release Notes
-
Undefined
-
-
Currently on s390x, build of Quarkus applications fails with the following error on the latest s2i java openshift images.
[ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:1.11.7.Final-redhat-00009:build (default) on project todo-backend: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[ERROR] [error]: Build step io.quarkus.deployment.pkg.steps.JarResultBuildStep#buildRunnerJar threw an exception: java.lang.RuntimeException: java.util.zip.ZipException: invalid entry compressed size (expected 100 but got 102 bytes)
This affects external-application/quarkus-workshop-super-heroes and external-applications/todo-demo-app test modules.
Early investigation seems to point to cve glib2 refresh on ubi8 Java S2I images causing some sort of zip bug on s390x. Doesn't seem to affect x86 and ppc64le at the moment. I will continue to investigate.
Notes:
Passing s2i images on s390x:
openjdk/openjdk-11-rhel7:latest
openj9/openj9-11-rhel7:latest
openj9/openj9-11-rhel8:1.2-46
ubi8/openjdk-11:1.3-15
Failing s2i images on s390x:
openj9/openj9-11-rhel8:1.2-46.1622550125 with base image https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1619874
ubi8/openjdk-11:1.3-15.1622643823
Early investigation seems to point to cve glib2 refresh on ubi8 Java S2I images causing some sort of zip bug on s390x. Doesn't seem to affect x86 and ppc64le at the moment. I will continue to investigate.
Error similar to https://github.com/quarkusio/quarkus/issues/10797.
- is documented by
-
QUARKUS-1144 Document S2I build issues on OCP on IBMZ with latest OpenJ9 builder images
- Closed
- links to