Skip to content

Instantly share code, notes, and snippets.

@galderz
Created March 31, 2020 10:40
Show Gist options
  • Save galderz/ace4fef3f9c668d49b42b8b101092741 to your computer and use it in GitHub Desktop.
Save galderz/ace4fef3f9c668d49b42b8b101092741 to your computer and use it in GitHub Desktop.
[INFO] ---< io.quarkus:quarkus-universe-integration-tests-camel-core-main >----
[INFO] Building quarkus-universe-integration-tests-camel-core-main 999-SNAPSHOT [2/55]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ quarkus-universe-integration-tests-camel-core-main ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ quarkus-universe-integration-tests-camel-core-main ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ quarkus-universe-integration-tests-camel-core-main ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ quarkus-universe-integration-tests-camel-core-main ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/g/target/quarkus-with-graal/2020.03.31/quarkus-platform/integration-tests/camel/camel-core-main/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0-jboss-2:compile (default-compile) @ quarkus-universe-integration-tests-camel-core-main ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ quarkus-universe-integration-tests-camel-core-main ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0-jboss-2:testCompile (default-testCompile) @ quarkus-universe-integration-tests-camel-core-main ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ quarkus-universe-integration-tests-camel-core-main ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.camel.quarkus.core.CoreMainTest
2020-03-31 11:35:25,592 WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.test.profile" was provided; it will be ignored
2020-03-31 11:35:27,043 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 3.1.0 (CamelContext: quarkus-camel-example) is starting
2020-03-31 11:35:27,045 INFO [org.apa.cam.imp.eng.DefaultManagementStrategy] (main) JMX is disabled
2020-03-31 11:35:27,116 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html
2020-03-31 11:35:27,117 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Using ReactiveExecutor: camel-reactive-executor-vertx
2020-03-31 11:35:27,124 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Route: endpointdsl started and consuming from: direct://endpointdsl
2020-03-31 11:35:27,127 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Route: keep-alive started and consuming from: timer://keep-alive
2020-03-31 11:35:27,127 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Route: beforeStart started and consuming from: timer://beforeStart
2020-03-31 11:35:27,127 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Route: produced started and consuming from: direct://produced
2020-03-31 11:35:27,128 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Route: configure started and consuming from: timer://configure
2020-03-31 11:35:27,130 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Total 5 routes, of which 5 are started
2020-03-31 11:35:27,132 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 3.1.0 (CamelContext: quarkus-camel-example) started in 0.088 seconds
2020-03-31 11:35:27,134 INFO [io.quarkus] (main) Quarkus 1.3.1.Final started in 3.873s. Listening on: http://0.0.0.0:8081
2020-03-31 11:35:27,135 INFO [io.quarkus] (main) Profile staging activated.
2020-03-31 11:35:27,135 INFO [io.quarkus] (main) Installed features: [camel-core, camel-direct, camel-endpointdsl, camel-log, camel-main-support, camel-policy, camel-reactive-executor, camel-support-common, camel-timer, cdi, mutiny, resteasy, resteasy-jsonb, vertx]
2020-03-31 11:35:28,145 INFO [configure] (vert.x-eventloop-thread-5) Exchange[ExchangePattern: InOnly, BodyType: null, Body: [Body is null]]
2020-03-31 11:35:28,145 INFO [beforeStart] (vert.x-eventloop-thread-3) Exchange[ExchangePattern: InOnly, BodyType: null, Body: [Body is null]]
2020-03-31 11:35:28,146 INFO [keep-alive] (vert.x-eventloop-thread-9) Exchange[ExchangePattern: InOnly, BodyType: String, Body: I'm alive !]
2020-03-31 11:35:29,130 INFO [keep-alive] (vert.x-eventloop-thread-14) Exchange[ExchangePattern: InOnly, BodyType: String, Body: I'm alive !]
2020-03-31 11:35:29,130 INFO [beforeStart] (vert.x-eventloop-thread-2) Exchange[ExchangePattern: InOnly, BodyType: null, Body: [Body is null]]
2020-03-31 11:35:29,130 INFO [configure] (vert.x-eventloop-thread-1) Exchange[ExchangePattern: InOnly, BodyType: null, Body: [Body is null]]
2020-03-31 11:35:30,131 INFO [keep-alive] (vert.x-eventloop-thread-14) Exchange[ExchangePattern: InOnly, BodyType: String, Body: I'm alive !]
2020-03-31 11:35:30,131 INFO [beforeStart] (vert.x-eventloop-thread-15) Exchange[ExchangePattern: InOnly, BodyType: null, Body: [Body is null]]
2020-03-31 11:35:30,131 INFO [configure] (vert.x-eventloop-thread-0) Exchange[ExchangePattern: InOnly, BodyType: null, Body: [Body is null]]
2020-03-31 11:35:31,131 INFO [configure] (vert.x-eventloop-thread-2) Exchange[ExchangePattern: InOnly, BodyType: null, Body: [Body is null]]
2020-03-31 11:35:31,131 INFO [beforeStart] (vert.x-eventloop-thread-5) Exchange[ExchangePattern: InOnly, BodyType: null, Body: [Body is null]]
2020-03-31 11:35:31,132 INFO [keep-alive] (vert.x-eventloop-thread-1) Exchange[ExchangePattern: InOnly, BodyType: String, Body: I'm alive !]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.816 s - in org.apache.camel.quarkus.core.CoreMainTest
2020-03-31 11:35:31,555 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 3.1.0 (CamelContext: my-ctx-name) is shutting down
2020-03-31 11:35:31,564 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 3.1.0 (CamelContext: my-ctx-name) uptime 4.522 seconds
2020-03-31 11:35:31,565 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 3.1.0 (CamelContext: my-ctx-name) is shutdown in 0.010 seconds
2020-03-31 11:35:31,637 INFO [io.quarkus] (main) Quarkus stopped in 0.084s
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ quarkus-universe-integration-tests-camel-core-main ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/g/target/quarkus-with-graal/2020.03.31/quarkus-platform/integration-tests/camel/camel-core-main/target/quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT.jar
[INFO]
[INFO] --- quarkus-maven-plugin:1.3.1.Final:native-image (native-image) @ quarkus-universe-integration-tests-camel-core-main ---
[WARNING] Your application is setting the deprecated 'enableJni' Maven option to false. Please consider removing this option as it is ignored (JNI is always enabled) and it will be removed in a future Quarkus version.
[INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building native image source jar: /home/g/target/quarkus-with-graal/2020.03.31/quarkus-platform/integration-tests/camel/camel-core-main/target/quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-native-image-source-jar/quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner.jar
[INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Building native image from /home/g/target/quarkus-with-graal/2020.03.31/quarkus-platform/integration-tests/camel/camel-core-main/target/quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-native-image-source-jar/quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner.jar
[INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Running Quarkus native-image plugin on GraalVM Version dev (Java Version 11.0.6)
Warning: Ignoring server-mode native-image argument --server-shutdown.
Error: Please specify class containing the main entry point method. (see --help)
[INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] /home/g/target/quarkus-with-graal/2020.03.31/graal/sdk/mxbuild/linux-amd64/GRAALVM_BC62B52CD1_JAVA11/graalvm-bc62b52cd1-java11-20.1.0-dev/bin/native-image -J-Djava.util.logging.manager=org.jboss.logmanager.LogManager -J-Dsun.nio.ch.maxUpdateArraySize=100 -J-Dvertx.logger-delegate-factory-class-name=io.quarkus.vertx.core.runtime.VertxLogDelegateFactory -J-Dvertx.disableDnsResolver=true -J-Dio.netty.leakDetection.level=DISABLED -J-Dio.netty.allocator.maxOrder=1 -J-Duser.language=en -J-Dfile.encoding=UTF-8 --initialize-at-build-time= -H:InitialCollectionPolicy=com.oracle.svm.core.genscavenge.CollectionPolicy$BySpaceAndTime -H:+JNI -jar quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner.jar -H:FallbackThreshold=0 -H:+ReportExceptionStackTraces -H:-AddAllCharsets -H:-IncludeAllTimeZones -H:EnableURLProtocols=http --no-server -H:-UseServiceLoaderFeature -H:+StackTrace quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner
Warning: Ignoring server-mode native-image argument --no-server.
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] classlist: 13,562.31 ms, 1.20 GB
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] (cap): 1,298.55 ms, 1.20 GB
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] setup: 4,318.87 ms, 1.20 GB
11:35:59,780 INFO [org.jbo.threads] JBoss Threads version 3.0.1.Final
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] (clinit): 2,443.94 ms, 5.52 GB
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] (typeflow): 55,234.62 ms, 5.52 GB
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] (objects): 46,110.41 ms, 5.52 GB
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] (features): 2,094.00 ms, 5.52 GB
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] analysis: 111,067.95 ms, 5.52 GB
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] universe: 3,113.89 ms, 5.52 GB
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] (parse): 10,674.26 ms, 5.39 GB
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] (inline): 5,806.14 ms, 5.61 GB
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] (compile): 51,941.57 ms, 4.26 GB
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] compile: 74,650.16 ms, 4.26 GB
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] image: 13,196.02 ms, 5.42 GB
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] write: 1,659.03 ms, 5.42 GB
[quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner:26629] [total]: 222,510.08 ms, 5.42 GB
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 228930ms
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:integration-test (default) @ quarkus-universe-integration-tests-camel-core-main ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.camel.quarkus.core.CoreMainIT
Executing [/home/g/target/quarkus-with-graal/2020.03.31/quarkus-platform/integration-tests/camel/camel-core-main/target/quarkus-universe-integration-tests-camel-core-main-999-SNAPSHOT-runner, -Dquarkus.http.port=8081, -Dtest.url=http://localhost:8081, -Dquarkus.log.file.path=target/quarkus.log]
__ ____ __ _____ ___ __ ____ ______
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2020-03-31 11:39:23,356 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 3.1.0 (CamelContext: quarkus-camel-example) is shutting down
2020-03-31 11:39:23,357 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 3.1.0 (CamelContext: quarkus-camel-example) uptime
2020-03-31 11:39:23,357 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 3.1.0 (CamelContext: quarkus-camel-example) is shutdown in 0.001 seconds
2020-03-31 11:39:23,357 ERROR [io.qua.application] (main) Failed to start application: java.lang.RuntimeException: org.apache.camel.PropertyBindingException: Error binding property (camel.resilience4j.slidingwindowsize=1234) with name: slidingwindowsize on bean: org.apache.camel.model.Resilience4jConfigurationDefinition@7fe0c16daee0 with value: 1234
at org.apache.camel.quarkus.core.CamelMainRecorder.start(CamelMainRecorder.java:99)
at io.quarkus.deployment.steps.Main$start68.deploy_0(Main$start68.zig:97)
at io.quarkus.deployment.steps.Main$start68.deploy(Main$start68.zig:36)
at io.quarkus.runner.ApplicationImpl.doStart(ApplicationImpl.zig:218)
at io.quarkus.runtime.Application.start(Application.java:90)
at io.quarkus.runtime.Application.run(Application.java:228)
at io.quarkus.runner.GeneratedMain.main(GeneratedMain.zig:41)
Caused by: org.apache.camel.PropertyBindingException: Error binding property (camel.resilience4j.slidingwindowsize=1234) with name: slidingwindowsize on bean: org.apache.camel.model.Resilience4jConfigurationDefinition@7fe0c16daee0 with value: 1234
at org.apache.camel.main.BaseMainSupport.setPropertiesOnTarget(BaseMainSupport.java:176)
at org.apache.camel.main.BaseMainSupport.doConfigureCamelContextFromMainConfiguration(BaseMainSupport.java:768)
at org.apache.camel.main.BaseMainSupport.autoconfigure(BaseMainSupport.java:531)
at org.apache.camel.main.BaseMainSupport.postProcessCamelContext(BaseMainSupport.java:587)
at org.apache.camel.quarkus.core.CamelMain.postProcessCamelContext(CamelMain.java:59)
at org.apache.camel.quarkus.core.CamelMain.doStart(CamelMain.java:49)
at org.apache.camel.support.service.ServiceSupport.start(ServiceSupport.java:121)
at org.apache.camel.quarkus.core.CamelMainRecorder.start(CamelMainRecorder.java:97)
... 6 more
Exception in thread "main" java.lang.RuntimeException: Failed to start quarkus
at io.quarkus.runner.ApplicationImpl.doStart(ApplicationImpl.zig:256)
at io.quarkus.runtime.Application.start(Application.java:90)
at io.quarkus.runtime.Application.run(Application.java:228)
at io.quarkus.runner.GeneratedMain.main(GeneratedMain.zig:41)
Caused by: java.lang.RuntimeException: org.apache.camel.PropertyBindingException: Error binding property (camel.resilience4j.slidingwindowsize=1234) with name: slidingwindowsize on bean: org.apache.camel.model.Resilience4jConfigurationDefinition@7fe0c16daee0 with value: 1234
at org.apache.camel.quarkus.core.CamelMainRecorder.start(CamelMainRecorder.java:99)
at io.quarkus.deployment.steps.Main$start68.deploy_0(Main$start68.zig:97)
at io.quarkus.deployment.steps.Main$start68.deploy(Main$start68.zig:36)
at io.quarkus.runner.ApplicationImpl.doStart(ApplicationImpl.zig:218)
... 3 more
Caused by: org.apache.camel.PropertyBindingException: Error binding property (camel.resilience4j.slidingwindowsize=1234) with name: slidingwindowsize on bean: org.apache.camel.model.Resilience4jConfigurationDefinition@7fe0c16daee0 with value: 1234
at org.apache.camel.main.BaseMainSupport.setPropertiesOnTarget(BaseMainSupport.java:176)
at org.apache.camel.main.BaseMainSupport.doConfigureCamelContextFromMainConfiguration(BaseMainSupport.java:768)
at org.apache.camel.main.BaseMainSupport.autoconfigure(BaseMainSupport.java:531)
at org.apache.camel.main.BaseMainSupport.postProcessCamelContext(BaseMainSupport.java:587)
at org.apache.camel.quarkus.core.CamelMain.postProcessCamelContext(CamelMain.java:59)
at org.apache.camel.quarkus.core.CamelMain.doStart(CamelMain.java:49)
at org.apache.camel.support.service.ServiceSupport.start(ServiceSupport.java:121)
at org.apache.camel.quarkus.core.CamelMainRecorder.start(CamelMainRecorder.java:97)
... 6 more
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.462 s <<< FAILURE! - in org.apache.camel.quarkus.core.CoreMainIT
[ERROR] org.apache.camel.quarkus.core.CoreMainIT Time elapsed: 1.46 s <<< ERROR!
org.junit.platform.commons.JUnitException: Quarkus native image start failed, original cause: java.lang.RuntimeException: Failed to start native image, process has exited
Caused by: java.lang.RuntimeException: Failed to start native image, process has exited
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] CoreMainIT » JUnit Quarkus native image start failed, original cause: java.lan...
[INFO]
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ quarkus-universe-integration-tests-camel-core-main ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for quarkus-universe-integration-tests-camel-core-impl 999-SNAPSHOT:
[INFO]
[INFO] quarkus-universe-integration-tests-camel-core-impl . SUCCESS [03:40 min]
[INFO] quarkus-universe-integration-tests-camel-core-main . FAILURE [04:10 min]
[INFO] quarkus-universe-integration-tests-camel-core-main-collector SKIPPED
[INFO] quarkus-universe-integration-tests-camel-core-main-xml-io SKIPPED
[INFO] quarkus-universe-integration-tests-camel-core-main-xml-jaxb SKIPPED
[INFO] quarkus-universe-integration-tests-camel-csv ....... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-dataformat SKIPPED
[INFO] quarkus-universe-integration-tests-camel-dataformats-json SKIPPED
[INFO] quarkus-universe-integration-tests-camel-dozer ..... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-exec ...... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-fhir ...... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-file ...... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-ftp ....... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-graphql ... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-http ...... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-hystrix ... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-infinispan SKIPPED
[INFO] quarkus-universe-integration-tests-camel-jaxb ...... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-jdbc ...... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-jira ...... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-jsonpath .. SKIPPED
[INFO] quarkus-universe-integration-tests-camel-kafka ..... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-mail ...... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-messaging . SKIPPED
[INFO] quarkus-universe-integration-tests-camel-microprofile SKIPPED
[INFO] quarkus-universe-integration-tests-camel-mongodb ... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-mustache .. SKIPPED
[INFO] quarkus-universe-integration-tests-camel-netty ..... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-olingo4 ... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-opentracing SKIPPED
[INFO] quarkus-universe-integration-tests-camel-pdf ....... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-platform-http SKIPPED
[INFO] quarkus-universe-integration-tests-camel-platform-http-engine SKIPPED
[INFO] quarkus-universe-integration-tests-camel-reactive-streams SKIPPED
[INFO] quarkus-universe-integration-tests-camel-ref ....... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-salesforce SKIPPED
[INFO] quarkus-universe-integration-tests-camel-scheduler . SKIPPED
[INFO] quarkus-universe-integration-tests-camel-seda ...... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-servlet ... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-slack ..... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-sql ....... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-stream .... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-tarfile ... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-telegram .. SKIPPED
[INFO] quarkus-universe-integration-tests-camel-twitter ... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-validator . SKIPPED
[INFO] quarkus-universe-integration-tests-camel-websocket-jsr356 SKIPPED
[INFO] quarkus-universe-integration-tests-camel-xml ....... SKIPPED
[INFO] quarkus-universe-integration-tests-camel-xstream ... SKIPPED
[INFO] Quarkus universe - Integration Tests - Other ....... SKIPPED
[INFO] quarkus-universe-integration-tests-other-rpkgtests . SKIPPED
[INFO] quarkus-universe-integration-tests-quarkus-qpid-jms SKIPPED
[INFO] Quarkus universe - Kogito Integration Tests ........ SKIPPED
[INFO] quarkus-universe-kogito-integration-tests-rpkgtests SKIPPED
[INFO] kogito-quarkus-integration-test .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:55 min
[INFO] Finished at: 2020-03-31T11:39:24+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.22.0:verify (default) on project quarkus-universe-integration-tests-camel-core-main: There are test failures.
[ERROR]
[ERROR] Please refer to /home/g/target/quarkus-with-graal/2020.03.31/quarkus-platform/integration-tests/camel/camel-core-main/target/failsafe-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[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 <args> -rf :quarkus-universe-integration-tests-camel-core-main
java.lang.RuntimeException: java.lang.RuntimeException: Failed, exit code: 1
at OperatingSystem.exec(quarkus.java:1011)
at OperatingSystem.lambda$exec$0(quarkus.java:977)
at java.base/java.util.function.Function.lambda$compose$0(Function.java:68)
at QuarkusTest$Maven.lambda$mvnTest$0(quarkus.java:654)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1510)
at QuarkusTest$Maven.test(quarkus.java:641)
at QuarkusTest.run(quarkus.java:589)
at picocli.CommandLine.executeUserObject(CommandLine.java:1769)
at picocli.CommandLine.access$900(CommandLine.java:145)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2150)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2144)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2108)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:1975)
at picocli.CommandLine.execute(CommandLine.java:1904)
at quarkus.main(quarkus.java:58)
Caused by: java.lang.RuntimeException: Failed, exit code: 1
at OperatingSystem.exec(quarkus.java:1005)
... 14 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment