Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-6641

RHBQ 3.15.7 - unable to generate+build gradle application

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 3.15.7.GA
    • team/prod
    • False
    • Hide

      None

      Show
      None
    • False
    • ---

      RHBQ 3.15.7 - unable to generate+build gradle application

      Gradle is not supported tool, thus reporting just as Major, failing test QuarkusCliCreateJvmApplicationIT#shouldCreateApplicationWithGradleOnJvm

      Build fails with:

      Could not find io.smallrye:smallrye-context-propagation:2.2.1.redhat-00002.
      Could not find io.netty:netty-handler-proxy:4.1.125.Final-redhat-00001.
      Could not find io.netty:netty-resolver-dns:4.1.125.Final-redhat-00001.
      

      These deps are not defined in Platform BOM, they were used to build some of the components

      grep 2.2.1.redhat-00002 . -R
      ./maven-repository/io/smallrye/reactive/mutiny-project/2.9.4.redhat-00001/mutiny-project-2.9.4.redhat-00001.pom:        <smallrye-context-propagation.version>2.2.1.redhat-00002</smallrye-context-propagation.version>
      
      grep 4.1.125.Final-redhat-00001 . -R
      ./maven-repository/io/vertx/vertx-dependencies/4.5.21.redhat-00001/vertx-dependencies-4.5.21.redhat-00001.pom:    <netty.version>4.1.125.Final-redhat-00001</netty.version>
      

      CLI installed using:

      curl -Ls https://sh.jbang.dev | bash -s - app install --name quarkus --fresh --force io.quarkus:quarkus-cli:3.15.7:runner
      

      Scenario:

      https://jenkins-csb-quarkusqe-main.dno.corp.redhat.com/view/rhbq-3.15-general/job/rhbq-3.15-rhel8-jdk17-baremetal-ts-jvm-cli/lastCompletedBuild/testReport/io.quarkus.ts.quarkus.cli/QuarkusCliCreateJvmApplicationIT/shouldCreateApplicationWithGradleOnJvm/

      Scenario details:

      13:25:12,269 INFO  ## Running test QuarkusCliCreateJvmApplicationIT.shouldCreateApplicationWithGradleOnJvm()
      13:25:12,270 INFO  quarkus create app app --stream=3.15 --gradle -Dquarkus.analytics.disabled=true
      13:25:15,834 INFO  property: quarkus.analytics.disabled=true
      13:25:15,834 INFO  Looking for the newly published extensions in registry.quarkus.io
      13:25:15,834 INFO  -----------
      13:25:15,834 INFO  applying codestarts...
      13:25:15,834 INFO  📚 java
      13:25:15,834 INFO  🔨 gradle
      13:25:15,834 INFO  📦 quarkus
      13:25:15,834 INFO  📝 config-properties
      13:25:15,834 INFO  🔧 tooling-dockerfiles
      13:25:15,834 INFO  🔧 tooling-gradle-wrapper
      13:25:15,834 INFO  🚀 rest-codestart
      13:25:15,834 INFO  -----------
      13:25:15,834 INFO  [SUCCESS] ✅  quarkus project has been successfully generated in:
      13:25:15,834 INFO  --> /home/hudson/hudson_workspace/workspace/rhbq-3.15-rhel8-jdk17-baremetal-ts-jvm-cli/quarkus-test-suite/quarkus-cli/target/QuarkusCliCreateJvmApplicationIT/app
      13:25:15,834 INFO  -----------
      13:25:15,834 INFO  Navigate into this directory and get started: quarkus dev
      13:25:36,011 INFO  quarkus build -Dmaven.repo.local=/home/hudson/hudson_workspace/workspace/rhbq-3.15-rhel8-jdk17-baremetal-ts-jvm-cli/quarkus-test-suite/quarkus-maven-repo/maven-repository/ -Dquarkus.analytics.disabled=true
      13:25:40,012 INFO  > Task :processResources
      13:25:48,013 INFO  > Task :quarkusGenerateCode FAILED
      13:25:48,013 INFO  FAILURE: Build failed with an exception.
      13:25:48,013 INFO  * What went wrong:
      13:25:48,013 INFO  Execution failed for task ':quarkusGenerateCode'.
      13:25:48,013 INFO  > Could not resolve all artifacts for configuration ':detachedConfiguration2'.
      13:25:48,013 INFO     > Could not find io.smallrye:smallrye-context-propagation:2.2.1.redhat-00002.
      13:25:48,013 INFO       Searched in the following locations:
      13:25:48,013 INFO         - https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation/2.2.1.redhat-00002/smallrye-context-propagation-2.2.1.redhat-00002.pom
      13:25:48,013 INFO         - file:/home/hudson/hudson_workspace/workspace/rhbq-3.15-rhel8-jdk17-baremetal-ts-jvm-cli/quarkus-test-suite/quarkus-maven-repo/maven-repository/io/smallrye/smallrye-context-propagation/2.2.1.redhat-00002/smallrye-context-propagation-2.2.1.redhat-00002.pom
      13:25:48,013 INFO         - https://maven.repository.redhat.com/ga/io/smallrye/smallrye-context-propagation/2.2.1.redhat-00002/smallrye-context-propagation-2.2.1.redhat-00002.pom
      13:25:48,013 INFO       Required by:
      13:25:48,013 INFO           project : > io.quarkus:quarkus-rest-kotlin:3.15.7.redhat-00001 > io.quarkus:quarkus-rest-common:3.15.7.redhat-00001 > io.quarkus:quarkus-mutiny:3.15.7.redhat-00001 > io.quarkus:quarkus-smallrye-context-propagation:3.15.7.redhat-00001
      13:25:48,013 INFO     > Could not find io.smallrye:smallrye-context-propagation:2.2.1.redhat-00002.
      13:25:48,013 INFO       Searched in the following locations:
      13:25:48,013 INFO         - https://repo.maven.apache.org/maven2/io/smallrye/smallrye-context-propagation/2.2.1.redhat-00002/smallrye-context-propagation-2.2.1.redhat-00002.pom
      13:25:48,013 INFO         - file:/home/hudson/hudson_workspace/workspace/rhbq-3.15-rhel8-jdk17-baremetal-ts-jvm-cli/quarkus-test-suite/quarkus-maven-repo/maven-repository/io/smallrye/smallrye-context-propagation/2.2.1.redhat-00002/smallrye-context-propagation-2.2.1.redhat-00002.pom
      13:25:48,013 INFO         - https://maven.repository.redhat.com/ga/io/smallrye/smallrye-context-propagation/2.2.1.redhat-00002/smallrye-context-propagation-2.2.1.redhat-00002.pom
      13:25:48,013 INFO       Required by:
      13:25:48,013 INFO           project : > io.quarkus:quarkus-rest-kotlin:3.15.7.redhat-00001 > io.quarkus:quarkus-rest-common:3.15.7.redhat-00001 > io.quarkus:quarkus-mutiny:3.15.7.redhat-00001 > io.smallrye.reactive:mutiny-smallrye-context-propagation:2.9.4.redhat-00001
      13:25:48,013 INFO     > Could not find io.netty:netty-handler-proxy:4.1.125.Final-redhat-00001.
      13:25:48,013 INFO       Searched in the following locations:
      13:25:48,013 INFO         - https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.125.Final-redhat-00001/netty-handler-proxy-4.1.125.Final-redhat-00001.pom
      13:25:48,013 INFO         - file:/home/hudson/hudson_workspace/workspace/rhbq-3.15-rhel8-jdk17-baremetal-ts-jvm-cli/quarkus-test-suite/quarkus-maven-repo/maven-repository/io/netty/netty-handler-proxy/4.1.125.Final-redhat-00001/netty-handler-proxy-4.1.125.Final-redhat-00001.pom
      13:25:48,014 INFO         - https://maven.repository.redhat.com/ga/io/netty/netty-handler-proxy/4.1.125.Final-redhat-00001/netty-handler-proxy-4.1.125.Final-redhat-00001.pom
      13:25:48,014 INFO       Required by:
      13:25:48,014 INFO           project : > io.quarkus:quarkus-rest-kotlin:3.15.7.redhat-00001 > io.quarkus:quarkus-rest-common:3.15.7.redhat-00001 > io.quarkus:quarkus-vertx:3.15.7.redhat-00001 > io.smallrye.common:smallrye-common-vertx-context:2.6.1.redhat-00001 > io.vertx:vertx-core:4.5.21.redhat-00001
      13:25:48,014 INFO     > Could not find io.netty:netty-resolver-dns:4.1.125.Final-redhat-00001.
      13:25:48,014 INFO       Searched in the following locations:
      13:25:48,014 INFO         - https://repo.maven.apache.org/maven2/io/netty/netty-resolver-dns/4.1.125.Final-redhat-00001/netty-resolver-dns-4.1.125.Final-redhat-00001.pom
      13:25:48,014 INFO         - file:/home/hudson/hudson_workspace/workspace/rhbq-3.15-rhel8-jdk17-baremetal-ts-jvm-cli/quarkus-test-suite/quarkus-maven-repo/maven-repository/io/netty/netty-resolver-dns/4.1.125.Final-redhat-00001/netty-resolver-dns-4.1.125.Final-redhat-00001.pom
      13:25:48,014 INFO         - https://maven.repository.redhat.com/ga/io/netty/netty-resolver-dns/4.1.125.Final-redhat-00001/netty-resolver-dns-4.1.125.Final-redhat-00001.pom
      13:25:48,014 INFO       Required by:
      13:25:48,014 INFO           project : > io.quarkus:quarkus-rest-kotlin:3.15.7.redhat-00001 > io.quarkus:quarkus-rest-common:3.15.7.redhat-00001 > io.quarkus:quarkus-vertx:3.15.7.redhat-00001 > io.smallrye.common:smallrye-common-vertx-context:2.6.1.redhat-00001 > io.vertx:vertx-core:4.5.21.redhat-00001
      13:25:48,014 INFO  * Try:
      13:25:48,014 INFO  > Run with --stacktrace option to get the stack trace.
      13:25:48,014 INFO  > Run with --info or --debug option to get more log output.
      13:25:48,014 INFO  > Run with --scan to get full insights.
      13:25:48,014 INFO  > Get more help at https://help.gradle.org.
      13:25:48,014 INFO  BUILD FAILED in 10s
      13:25:48,014 INFO  2 actionable tasks: 2 executed
      

              ant@redhat.com Ant Stephenson
              rsvoboda@redhat.com Rostislav Svoboda
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: