Skip to content

Fix quarkus gha

Fix quarkus gha #1

Triggered via pull request August 4, 2023 08:31
Status Failure
Total duration 41s
Artifacts

build-quarkus.yml

on: pull_request
build-image
33s
build-image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build-image
Error: s2i exited with code 1 Running S2I version "v1.3.1" Image "registry.access.redhat.com/ubi9/openjdk-17:latest" not available locally, pulling ... Preparing to build jlink-quarkus-test-image:v1 Copying sources from "quarkus-quickstart/getting-started" to "/tmp/s2i862506566/upload/src" Clean build will be performed Running "assemble" in "jlink-quarkus-test-image:v1" Setting 5 environment variables provided by environment file in sources INFO Performing Maven build in /tmp/src INFO Using MAVEN_OPTS -XX:MaxRAMPercentage=80.0 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:+ExitOnOutOfMemoryError -XX:MaxRAMPercentage=25.0 INFO Using Apache Maven 3.8.5 (Red Hat 3.8.5-4) Maven home: /usr/share/maven Java version: 17.0.8, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-17-openjdk-17.0.8.0.7-2.el9.x86_64 Default locale: en, platform encoding: UTF-8 OS name: "linux", version: "5.15.0-1042-azure", arch: "amd64", family: "unix" INFO Running 'mvn -e -Popenshift -DskipTests -Dcom.redhat.xpaas.repo.redhatga -Djkube.skip=true --batch-mode -Djava.net.preferIPv4Stack=true -s /tmp/artifacts/configuration/settings.xml -Dmaven.repo.local=/tmp/artifacts/m2 package' [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from central: https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/2.3.1.Final/quarkus-bom-2.3.1.Final.pom [INFO] Downloaded from central: https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/2.3.1.Final/quarkus-bom-2.3.1.Final.pom (350 kB at 1.1 MB/s) [INFO] [INFO] ----------------------< org.acme:getting-started >---------------------- [INFO] Building getting-started 1.0.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from central: https://repo1.maven.org/maven2/io/quarkus/quarkus-maven-plugin/2.3.1.Final/quarkus-maven-plugin-2.3.1.Final.pom [INFO] Downloaded from central: https://repo1.maven.org/maven2/io/quarkus/quarkus-maven-plugin/2.3.1.Final/quarkus-maven-plugin-2.3.1.Final.pom (9.7 kB at 539 kB/s) [INFO] Downloading from central: https://repo1.maven.org/maven2/io/quarkus/quarkus-build-parent/2.3.1.Final/quarkus-build-parent-2.3.1.Final.pom [INFO] Downloaded from central: https://repo1.maven.org/maven2/io/quarkus/quarkus-build-parent/2.3.1.Final/quarkus-build-parent-2.3.1.Final.pom (64 kB at 3.0 MB/s) [INFO] Downloading from central: https://repo1.maven.org/maven2/io/quarkus/quarkus-parent/2.3.1.Final/quarkus-parent-2.3.1.Final.pom [INFO] Downloaded from central: https://repo1.maven.org/maven2/io/quarkus/quarkus-parent/2.3.1.Final/quarkus-parent-2.3.1.Final.pom (13 kB at 696 kB/s) [INFO] Downloading from central: https://repo1.maven.org/maven2/org/jboss/jboss-parent/38/jboss-parent-38.pom [INFO] Downloaded from central: https://repo1.maven.org/maven2/org/jboss/jboss-parent/38/jboss-parent-38.pom (66 kB at 3.5 MB/s) [INFO] Downloading from central: https://repo1.maven.org/maven2/io/quarkus/quarkus-maven-plugin/2.3.1.Final/quarkus-maven-plugin-2.3.1.Final.jar [INFO] Downloaded from central: https://repo1.maven.org/maven2/io/quarkus/quarkus-maven-plugin/2.3.1.Final/quarkus-maven-plugin-2.3.1.Final.jar (458 kB at 4.7 MB/s) [INFO] Downloading from central: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloaded from central: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 427 kB/s) [INFO] Downloading from central: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from central: https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 484 kB/s) [INFO] Downloading from central: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from central: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.9 MB/s
build-image
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/