marcingrzejszczak commented on PR #9389: URL: https://github.com/apache/camel/pull/9389#issuecomment-1458464661
I have no idea why https://github.com/apache/camel/actions/runs/4314828399/jobs/7528671102 is failing - I ran the build locally and it's fine ``` ➜ camel git:(micrometer-observation) ✗ ./mvnw clean install -pl :camel-tracing,:camel-observation,:camel-opentracing,:camel-opentelemetry --also-make ``` ``` [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Camel 3.21.0-SNAPSHOT: [INFO] [INFO] Camel .............................................. SUCCESS [ 0.652 s] [INFO] Camel :: Parent .................................... SUCCESS [ 0.051 s] [INFO] Camel :: Init ...................................... SUCCESS [ 0.015 s] [INFO] Camel :: Maven Plugins :: Enhanced Bundle Plugin ... SUCCESS [ 2.018 s] [INFO] Camel :: Tooling ................................... SUCCESS [ 0.053 s] [INFO] Camel :: Tooling :: Util ........................... SUCCESS [ 2.282 s] [INFO] Camel :: Tooling Parent ............................ SUCCESS [ 0.016 s] [INFO] Camel :: Maven Plugins ............................. SUCCESS [ 0.015 s] [INFO] Camel :: SPI Annotations ........................... SUCCESS [ 0.535 s] [INFO] Camel :: Util :: JSon .............................. SUCCESS [ 1.471 s] [INFO] Camel :: Tooling :: Model .......................... SUCCESS [ 1.648 s] [INFO] Camel :: Maven Plugins :: Camel Maven Package ...... SUCCESS [ 4.789 s] [INFO] Camel :: Core Modules .............................. SUCCESS [ 0.149 s] [INFO] Camel :: Util ...................................... SUCCESS [ 10.665 s] [INFO] Camel :: API ....................................... SUCCESS [ 5.360 s] [INFO] Camel :: Management API ............................ SUCCESS [ 1.957 s] [INFO] Camel :: Support ................................... SUCCESS [ 40.214 s] [INFO] Camel :: Base ...................................... SUCCESS [ 3.094 s] [INFO] Camel :: Base Engine ............................... SUCCESS [ 5.228 s] [INFO] Camel :: Core Processor ............................ SUCCESS [ 6.103 s] [INFO] Camel :: Core Model ................................ SUCCESS [ 9.876 s] [INFO] Camel :: Core Reifier .............................. SUCCESS [ 4.901 s] [INFO] Camel :: Core Engine ............................... SUCCESS [ 3.653 s] [INFO] Camel :: Core Languages ............................ SUCCESS [ 3.329 s] [INFO] Camel :: Components ................................ SUCCESS [ 0.169 s] [INFO] Camel :: Bean ...................................... SUCCESS [ 4.853 s] [INFO] Camel :: Browse .................................... SUCCESS [ 1.343 s] [INFO] Camel :: Cluster ................................... SUCCESS [ 1.717 s] [INFO] Camel :: Controlbus ................................ SUCCESS [ 1.534 s] [INFO] Camel :: Dataformat ................................ SUCCESS [ 1.521 s] [INFO] Camel :: Mock ...................................... SUCCESS [ 2.393 s] [INFO] Camel :: DataSet ................................... SUCCESS [ 1.895 s] [INFO] Camel :: Direct .................................... SUCCESS [ 1.483 s] [INFO] Camel :: Direct VM ................................. SUCCESS [ 1.660 s] [INFO] Camel :: File ...................................... SUCCESS [ 4.087 s] [INFO] Camel :: Health .................................... SUCCESS [ 1.835 s] [INFO] Camel :: Language .................................. SUCCESS [ 1.407 s] [INFO] Camel :: Log ....................................... SUCCESS [ 1.607 s] [INFO] Camel :: Ref ....................................... SUCCESS [ 1.264 s] [INFO] Camel :: REST ...................................... SUCCESS [ 2.161 s] [INFO] Camel :: Saga ...................................... SUCCESS [ 1.446 s] [INFO] Camel :: Scheduler ................................. SUCCESS [ 1.397 s] [INFO] Camel :: Seda ...................................... SUCCESS [ 1.824 s] [INFO] Camel :: VM ........................................ SUCCESS [ 1.259 s] [INFO] Camel :: Stub ...................................... SUCCESS [ 1.313 s] [INFO] Camel :: Timer ..................................... SUCCESS [ 1.455 s] [INFO] Camel :: XML IO Util ............................... SUCCESS [ 1.177 s] [INFO] Camel :: XML JAXP .................................. SUCCESS [ 3.574 s] [INFO] Camel :: Validator ................................. SUCCESS [ 1.465 s] [INFO] Camel :: XPath ..................................... SUCCESS [ 1.701 s] [INFO] Camel :: XSLT ...................................... SUCCESS [ 1.974 s] [INFO] Camel :: XML JAXB .................................. SUCCESS [ 1.638 s] [INFO] Camel :: Core Catalog .............................. SUCCESS [ 1.830 s] [INFO] Camel :: Core ...................................... SUCCESS [03:47 min] [INFO] Camel :: Management ................................ SUCCESS [ 41.095 s] [INFO] Camel :: Test :: Parent ............................ SUCCESS [ 0.019 s] [INFO] Camel :: Test :: JUnit5 ............................ SUCCESS [ 13.717 s] [INFO] Camel :: Cron ...................................... SUCCESS [ 2.651 s] [INFO] Camel :: Spring .................................... SUCCESS [ 2.466 s] [INFO] Camel :: Core XML .................................. SUCCESS [ 4.431 s] [INFO] Camel :: Cloud ..................................... SUCCESS [ 4.785 s] [INFO] Camel :: Maven Plugins :: Camel EIP Documentation Enricher Plugin SUCCESS [ 2.700 s] [INFO] Camel :: Spring XML ................................ SUCCESS [02:22 min] [INFO] Camel :: Test :: Spring :: JUnit5 .................. SUCCESS [ 23.632 s] [INFO] Camel :: HTTP :: Base .............................. SUCCESS [ 2.654 s] [INFO] Camel :: Attachments ............................... SUCCESS [ 3.285 s] [INFO] Camel :: HTTP :: Common ............................ SUCCESS [ 4.434 s] [INFO] Camel :: Jackson ................................... SUCCESS [ 8.253 s] [INFO] Camel :: JAXB ...................................... SUCCESS [ 20.077 s] [INFO] Camel :: Swagger Java (deprecated) ................. SUCCESS [ 6.204 s] [INFO] Camel :: Jetty :: Common ........................... SUCCESS [ 2.490 s] [INFO] Camel :: Test Infra ................................ SUCCESS [ 0.011 s] [INFO] Camel :: Test Infra :: Parent ...................... SUCCESS [ 0.014 s] [INFO] Camel :: Test Infra :: Common ...................... SUCCESS [ 0.884 s] [INFO] Camel :: Test Infra :: Jetty ....................... SUCCESS [ 0.856 s] [INFO] Camel :: HTTP ...................................... SUCCESS [ 28.500 s] [INFO] Camel :: Jetty ..................................... SUCCESS [01:43 min] [INFO] Camel :: Common Tracing ............................ SUCCESS [ 4.115 s] [INFO] Camel :: Micrometer Observation .................... SUCCESS [ 51.603 s] [INFO] Camel :: OpenTracing (deprecated) .................. SUCCESS [01:17 min] [INFO] Camel :: OpenTelemetry ............................. SUCCESS [ 51.429 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16:33 min [INFO] Finished at: 2023-03-07T17:09:07+01:00 [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "spring" could not be activated because it does not exist. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org