-
Bug
-
Resolution: Done
-
Undefined
-
None
-
1.2.0-rc9
-
False
-
-
False
-
-
-
Important
Description of the problem:
Attempt to run basic workflow template started failing today at the gitops portion in the build-and-push-image pod, with:
[ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.groupId' for QUARKUS_EXTENSIONS=org.kie:kogito-addons-quarkus-jobs-knative-eventing:jar with value 'QUARKUS_EXTENSIONS=org.kie' does not match a valid id pattern. @ line 98, column 16 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.acme:serverless-workflow-project:1.0.0-SNAPSHOT (/home/kogito/serverless-workflow-project/pom.xml) has 1 error [ERROR] 'dependencies.dependency.groupId' for QUARKUS_EXTENSIONS=org.kie:kogito-addons-quarkus-jobs-knative-eventing:jar with value 'QUARKUS_EXTENSIONS=org.kie' does not match a valid id pattern. @ line 98, column 16
This has happened on 2 separate deployments and during multiple attempts, using either infrastructure or assessment types.
How reproducible:
100%
Steps to reproduce:
1. Try to deploy basic workflow template
2. Apply gitops resources
3. Monitor the build-and-push-image pod
Actual results:
Build and push image pod in error
onboardingchad3-663666d-build-and-push-image-pod 0/1 Error 0 15m onboardingchad3-663666d-build-gitops-pod 0/1 Completed 0 14m onboardingchad3-663666d-build-manifests-pod 0/1 Completed 0 15m onboardingchad3-663666d-fetch-workflow-gitops-pod 0/1 Completed 0 15m onboardingchad3-663666d-fetch-workflow-pod 0/1 Completed 0 15m onboardingchad3-663666d-flatten-workflow-pod 0/1 Completed 0 15m
Build and push image pod logs:
[INFO] ----------------< org.acme:serverless-workflow-project >---------------- [INFO] Building serverless-workflow-project 1.0.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:add-extension (default-cli) @ serverless-workflow-project --- [INFO] Looking for the newly published extensions in registry.quarkus.io [INFO] [SUCCESS] ✅ Extension QUARKUS_EXTENSIONS=org.kie:kogito-addons-quarkus-jobs-knative-eventing:9.100.0.redhat-00004 has been installed [INFO] [SUCCESS] ✅ Extension io.quarkus:quarkus-agroal:3.8.4.redhat-00002 has been installed [INFO] [SUCCESS] ✅ Extension io.quarkus:quarkus-jdbc-postgresql:3.8.4.redhat-00002 has been installed [INFO] [SUCCESS] ✅ Extension org.kie:kie-addons-quarkus-persistence-jdbc:9.100.0.redhat-00004 has been installed [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:05 min [INFO] Finished at: 2024-08-15T17:50:38Z [INFO] ------------------------------------------------------------------------ [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.groupId' for QUARKUS_EXTENSIONS=org.kie:kogito-addons-quarkus-jobs-knative-eventing:jar with value 'QUARKUS_EXTENSIONS=org.kie' does not match a valid id pattern. @ line 98, column 16 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.acme:serverless-workflow-project:1.0.0-SNAPSHOT (/home/kogito/serverless-workflow-project/pom.xml) has 1 error [ERROR] 'dependencies.dependency.groupId' for QUARKUS_EXTENSIONS=org.kie:kogito-addons-quarkus-jobs-knative-eventing:jar with value 'QUARKUS_EXTENSIONS=org.kie' does not match a valid id pattern. @ line 98, column 16 [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/ProjectBuildingException subprocess exited with status 1 subprocess exited with status 1 Error: building at STEP "RUN /home/kogito/launch/build-app.sh ./resources": exit status 1
Expected results:
Successfully builds and pushes the image