quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

[CI] - Quarkus Platform + Quarkus main

Open quarkusbot opened this issue 4 years ago • 922 comments

Issue will be reopened when https://github.com/quarkusio/quarkus-platform fails to build against latest Quarkus Snapshots.

quarkusbot avatar Apr 15 '20 13:04 quarkusbot

Build fixed:

  • Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/79522789

quarkusbot avatar Apr 16 '20 05:04 quarkusbot

Unfortunately, the build failed:

  • Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/80440952

quarkusbot avatar Apr 17 '20 05:04 quarkusbot

@lburgazzoli seems like a change in io.quarkus.undertow.runtime.UndertowDeploymentRecorder broke one of your tests:

2020-04-17T05:15:50.7886790Z [ERROR] Tests run: 8, Failures: 0, Errors: 1, Skipped: 7, Time elapsed: 7.012 s <<< FAILURE! - in org.apache.camel.quarkus.component.http.it.HttpTest
2020-04-17T05:15:50.7893583Z [ERROR] httpsProducer{String}[1]  Time elapsed: 0.015 s  <<< ERROR!
2020-04-17T05:15:50.7896073Z java.lang.RuntimeException: 
2020-04-17T05:15:50.7902667Z java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
2020-04-17T05:15:50.7941738Z 	[error]: Build step io.quarkus.undertow.deployment.UndertowBuildStep#build threw an exception: java.lang.NoSuchMethodError: 'io.quarkus.runtime.RuntimeValue io.quarkus.undertow.runtime.UndertowDeploymentRecorder.createDeployment(java.lang.String, java.util.Set, java.util.Set, io.quarkus.runtime.LaunchMode, io.quarkus.runtime.ShutdownContext, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)'

geoand avatar Apr 17 '20 07:04 geoand

The error seems related to a different deepndency used ? because it is thrown by a quarkus build item

lburgazzoli avatar Apr 17 '20 07:04 lburgazzoli

Hm... You are right... I'll look into it

geoand avatar Apr 17 '20 07:04 geoand

guess the -deployment dependencies chain is from the camel deps whereas the runtime is from the platform

lburgazzoli avatar Apr 17 '20 08:04 lburgazzoli

Most likely something like that

geoand avatar Apr 17 '20 08:04 geoand

/cc @ppalaga as he already debugged a similar issue that led to a fix by @aloubyansky

gsmet avatar Apr 17 '20 09:04 gsmet

The build is still failing:

  • Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/82549965

quarkusbot avatar Apr 20 '20 05:04 quarkusbot

The build is still failing:

  • Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/83500076

quarkusbot avatar Apr 21 '20 05:04 quarkusbot

The build is still failing:

  • Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/83500076

I've came across this issue too: https://github.com/apache/camel-quarkus/issues/1115

galderz avatar Apr 21 '20 10:04 galderz

The build is still failing:

  • Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/84423345

quarkusbot avatar Apr 22 '20 05:04 quarkusbot

Build fixed:

  • Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/85416323

quarkusbot avatar Apr 23 '20 05:04 quarkusbot

Unfortunately, the build failed:

  • Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/95841016

quarkusbot avatar May 05 '20 05:05 quarkusbot

Should be fixed by https://github.com/quarkusio/quarkus-platform/pull/65

geoand avatar May 05 '20 05:05 geoand

The build is still failing:

  • Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/96826203

quarkusbot avatar May 06 '20 05:05 quarkusbot

The build is still failing:

  • Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/97826818

quarkusbot avatar May 07 '20 05:05 quarkusbot

@gsmet guess what happened...

Camel broke because of the DataSource change...

java.lang.RuntimeException: java.lang.NoClassDefFoundError: io/quarkus/agroal/runtime/AbstractDataSourceProducer

geoand avatar May 07 '20 06:05 geoand

Although looking at the code it doesn't seem like AbstractDataSourceProducer is being used anywhere by Camel.

geoand avatar May 07 '20 06:05 geoand

We do get the datasource through CDI, i.e. we configure quarkus datasource then we retrieve it in our jdbc component

lburgazzoli avatar May 07 '20 06:05 lburgazzoli

@lburgazzoli can you point me to the code that retrieves the datasource?

geoand avatar May 07 '20 06:05 geoand

I did test quarkus master against camel and it does not fail for me so it looks like there's a wrong dependency pulled in

@quarkusio/devtools @gsmet

lburgazzoli avatar May 07 '20 07:05 lburgazzoli

The build is still failing:

  • Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/98836654

quarkusbot avatar May 08 '20 05:05 quarkusbot

The build is still failing:

  • Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/101100722

quarkusbot avatar May 11 '20 05:05 quarkusbot

The build is still failing:

  • Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/102155291

quarkusbot avatar May 12 '20 05:05 quarkusbot

The latest failure should be fixed by #9231

geoand avatar May 12 '20 05:05 geoand

The build is still failing:

  • Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/103225031

quarkusbot avatar May 13 '20 05:05 quarkusbot

The build is still failing:

  • Link to latest CI run: https://github.com/quarkusio/quarkus-platform/actions/runs/104294408

quarkusbot avatar May 14 '20 05:05 quarkusbot

Failure seems like a network issue:

2020-05-14T05:45:24.5788818Z [ERROR] Failed to execute goal on project quarkus-universe-integration-tests-camel-netty: Could not resolve dependencies for project io.quarkus:quarkus-universe-integration-tests-camel-netty:jar:999-SNAPSHOT: Could not transfer artifact org.apache.camel.quarkus:camel-quarkus-integration-test-netty:jar:1.0.0-M7 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/org/apache/camel/quarkus/camel-quarkus-integration-test-netty/1.0.0-M7/camel-quarkus-integration-test-netty-1.0.0-M7.jar: Connection timed out (Read failed) -> [Help 1]

geoand avatar May 14 '20 07:05 geoand

@geoand https://github.com/quarkusio/quarkus-platform/pull/69 might help

ppalaga avatar May 14 '20 08:05 ppalaga