-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[apache-ci] nightly native build-and-test job for kogito-apps fails on data-audit-quarkus-jpa-service #1992
Comments
@domhanak did you try reproduce locally? From this report it seems it's CI-relevant issue, since you're providing Jenkins job as a reproducer, but I believe this is reproducible also on local - in which case it would be great to put |
@jstastny-cz yes I did, other than it freezing my laptop couple of times it worked, but didn't investigate. There are some intermittent test failures that could be caused by environment issues. 7 test failures that repeat for past 10 builds ( Feb 16 for example.) however could be related to some changes. The problem already mentioned above, again, could be misconfiguration or real issue. I did a review of some available builds logs and logging it here: |
2 different things IMHO, there are unstable tests. But the native compilation failure is fairly new after quarkus 3 upgrade. Can you confirm that the native compilation error does not occur on your local? Also please note down mvn command used, it might be the difference to the CI environment. |
I used the same command that is used on CI, only difference is settings.xml.
Focusing the issue on the one failure of building the module on CI, Once that is fixed, tests are next. Currently, latest build fails because of different reason. Most probably this PR - apache/incubator-kie-kogito-runtimes#3401 But just a guess. Will check back later |
@domhanak yea, that PR affected the nightlies. It should be fixed as soon as we have new artifacts published.. |
That's a different command, there's no native in there. This is probably a preceding mvn build of drools, runtimes, or so, but the actual kogito-apps native build should be later on. |
No worries, handle it as planned on your issue. @jstastny-cz yea, so it passed because I forgot to check the command I run locally the second time. Issues between keyboard and chair solved ✔️ and the build failure is reproducible locally. I am trying with following properties as per - quarkusio/quarkus#26835
and get back with results |
Describe the bug
Nightly native build job of kogito-apps [1] fails consistently for past week.
The failure i caused by
data-audit-quarkus-jpa-service
project.Relevant output from logs:
[1] https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/nightly.native/job/kogito-apps.build-and-test/
Expected behavior
The job will be passing and no test failures:
https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/nightly.native/job/kogito-apps.build-and-test/lastCompletedBuild/testReport/
Actual behavior
Job si failing and there are test failures.
https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/nightly.native/job/kogito-apps.build-and-test/lastCompletedBuild/testReport/
How to Reproduce?
Execute https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/nightly.native/job/kogito-apps.build-and-test/
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: