quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.54k stars 2.61k forks source link

[CI] - Kogito extension + Quarkus LTS #14860

Open kie-ci opened 3 years ago

kie-ci commented 3 years ago

This issue will be open and closed dependent on the state of https://github.com/kiegroup/kogito-runtimes building against Quarkus LTS branch.

If you have interest in being notified of this subscribe to the issue.

kie-ci commented 3 years ago

The build is still failing:

radtriste commented 3 years ago

cc @evacchi @mariofusco

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

Build fixed:

kie-ci commented 3 years ago

Unfortunately, the build failed:

evacchi commented 3 years ago

both LTS and Master seems to fail with:

Error: ] Some problems were encountered while processing the POMs:
58860
[FATAL] Non-resolvable parent POM for org.kie.kogito:kogito-quarkus:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-quarkus-parent:pom:2.0.0-SNAPSHOT in snapshots-repo (https://oss.sonatype.org/content/repositories/snapshots) and 'parent.relativePath' points at wrong local POM @ line 7, column 11
58861
 @ 
58862
Error:  The build could not read 1 project -> [Help 1]
58863
Error:    
58864
Error:    The project org.kie.kogito:kogito-quarkus:2.0.0-SNAPSHOT (/home/runner/work/kogito-runtimes/kogito-runtimes/current-repo/kogito-quarkus-parent/kogito-quarkus-extension/kogito-quarkus/pom.xml) has 1 error
58865
Error:      Non-resolvable parent POM for org.kie.kogito:kogito-quarkus:2.0.0-SNAPSHOT: Could not find artifact org.kie.kogito:kogito-quarkus-parent:pom:2.0.0-SNAPSHOT in snapshots-repo (https://oss.sonatype.org/content/repositories/snapshots) and 'parent.relativePath' points at wrong local POM @ line 7, column 11 -> [Help 2]
58866
Error:  
58867
Error:  To see the full stack trace of the errors, re-run Maven with the -e switch.
58868
Error:  Re-run Maven using the -X switch to enable full debug logging.
58869
Error:  
58870
Error:  For more information about the errors and possible solutions, please read the following articles:
58871
Error:  [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
58872
Error:  [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
58873

so it seems like a "bad" pom config? @mariofusco @danielezonca @radtriste

danielezonca commented 3 years ago

@evacchi https://github.com/kiegroup/kogito-runtimes/pull/1101 I don't know why our CI didn't fail 🤔

evacchi commented 3 years ago

maybe the quarkus runner is a bit stricter? don't know 🤔

kie-ci commented 3 years ago

Build fixed:

kie-ci commented 3 years ago

Unfortunately, the build failed:

gsmet commented 3 years ago

Native failed in the LTS build with:

2021-03-04T06:12:49.6914646Z Request method:    POST
2021-03-04T06:12:49.6915525Z Request URI:   http://localhost:8081/SampleMine/descriptive
2021-03-04T06:12:49.6916133Z Proxy:         <none>
2021-03-04T06:12:49.6916781Z Request params:    <none>
2021-03-04T06:12:49.6917139Z Query params:  <none>
2021-03-04T06:12:49.6917446Z Form params:   <none>
2021-03-04T06:12:49.6917792Z Path params:   <none>
2021-03-04T06:12:49.6918108Z Headers:       Accept=*/*
2021-03-04T06:12:49.6918967Z                Content-Type=application/json; charset=UTF-8
2021-03-04T06:12:49.6919382Z Cookies:       <none>
2021-03-04T06:12:49.6919931Z Multiparts:        <none>
2021-03-04T06:12:49.6920389Z Body:
2021-03-04T06:12:49.6920636Z {
2021-03-04T06:12:49.6920919Z     "temperature": 30.0,
2021-03-04T06:12:49.6921246Z     "humidity": 10.0
2021-03-04T06:12:49.6921502Z }
2021-03-04T06:12:49.6921696Z 
2021-03-04T06:12:49.6925130Z HTTP/1.1 500 Internal Server Error
2021-03-04T06:12:49.6926132Z Content-Type: application/json
2021-03-04T06:12:49.6926784Z Content-Length: 273
2021-03-04T06:12:49.6927142Z 
2021-03-04T06:12:49.6927480Z {
2021-03-04T06:12:49.6929517Z     "exception": "org.kie.pmml.evaluator.api.exceptions.KiePMMLModelException: Type `pmmltree.TEMPERATURE` can not be instantiated reflectively as it does not have a no-parameter constructor or the no-parameter constructor has not been added explicitly to the native image."
2021-03-04T06:12:49.6931258Z }
2021-03-04T06:12:49.7022350Z [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 2.09 s <<< FAILURE! - in org.kie.kogito.integrationtests.quarkus.NativePMMLTreeIT
evacchi commented 3 years ago

@danielezonca @gitgabrio ^

danielezonca commented 3 years ago

Working on it https://issues.redhat.com/browse/KOGITO-4586

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

Build fixed:

kie-ci commented 3 years ago

Unfortunately, the build failed:

evacchi commented 3 years ago
[INFO] ------------------------------------------------------------------------
58903
[INFO] BUILD SUCCESS
58904
[INFO] ------------------------------------------------------------------------
58905
[INFO] Total time:  18:47 min
58906
[INFO] Finished at: 2021-03-16T05:23:38Z
58907
[INFO] ------------------------------------------------------------------------
58908
Test script found
58909
Report script not found - using default from quarkus-ecosystem-ci
58910
Maven settings file not found - using default from quarkus-ecosystem-ci
58911
./ecosystem-ci/setup-and-test: line 67: .github/quarkus-ecosystem-test: Permission denied
58912
Tests failed
58913

?

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

Build fixed:

kie-ci commented 3 years ago

Unfortunately, the build failed:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

Build fixed:

kie-ci commented 3 years ago

Unfortunately, the build failed:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing:

kie-ci commented 3 years ago

The build is still failing: