ricardozanini commented on PR #1720: URL: https://github.com/apache/incubator-kie-kogito-images/pull/1720#issuecomment-1870474415
These PRs broke the current data-index build run: - https://github.com/apache/incubator-kie-kogito-apps/pull/1905 - https://github.com/apache/incubator-kie-kogito-runtimes/pull/3267 I'll re-run again tomorrow to catch the last nightlies. ``` [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /tmp/data-index-service-postgresql/kogito-apps/data-index/data-index-common/src/main/java/org/kie/kogito/index/event/mapper/ProcessInstanceNodeDataEventMerger.java:[72,46] cannot find symbol symbol: variable EVENT_TYPE_ERROR location: class org.kie.kogito.event.process.ProcessInstanceNodeEventBody [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Kogito Apps 999-SNAPSHOT: [INFO] [INFO] Kogito Apps ........................................ SUCCESS [01:48 min] [INFO] Kogito Apps :: Build Parent BOM .................... SUCCESS [ 0.051 s] [INFO] Kogito Apps :: Persistence Commons ................. SUCCESS [ 0.045 s] [INFO] Kogito Apps :: Persistence Commons API ............. SUCCESS [ 39.514 s] [INFO] Kogito Apps :: Persistence Commons Protobuf ........ SUCCESS [ 5.567 s] [INFO] Kogito Apps :: Persistence Commons PostgreSQL ...... SUCCESS [ 48.761 s] [INFO] Kogito Apps :: Data Index .......................... SUCCESS [ 0.044 s] [INFO] Kogito Apps :: Data Index Storage .................. SUCCESS [ 0.040 s] [INFO] Kogito Apps :: Data Index Storage API .............. SUCCESS [ 1.373 s] [INFO] Kogito Apps :: Data Index Storage Protobuf ......... SUCCESS [ 3.409 s] [INFO] Kogito Apps :: Data Index Storage PostgreSQL ....... SUCCESS [ 4.182 s] [INFO] Kogito Apps :: Data Index Common ................... FAILURE [ 19.151 s] [INFO] Kogito Apps :: Data Index Test Utils ............... SKIPPED [INFO] Kogito Apps :: Data Index GraphQL .................. SKIPPED [INFO] Kogito Apps :: Data Index Service .................. SKIPPED [INFO] Kogito Apps :: Data Index Service Common ........... SKIPPED [INFO] Kogito Apps :: Data Index Service with PostgreSQL .. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:11 min [INFO] Finished at: 2023-12-27T15:52:19Z [INFO] ------------------------------------------------------------------------ ``` ``` Failed in branch kogito-data-index-postgresql [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-data-index-ephemeral [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-data-index-oracle [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-data-index-infinispan [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch kogito-data-index-mongodb ``` Regarding trusty-postgres, it runs now successfully. The `sleep` added to the command might hang the container. I couldn't find more info, but I'll keep an eye on it. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
