Thank you for filing issues, Paolo.

https://github.com/apache/incubator-kie-issues/issues/1401
```
- kogito-examples.build-and-test
The build is consistently failing due to errors while processing the
poms: "[ERROR]
'dependencies.dependency.version' for
org.kie:kie-addons-quarkus-tracing-decision:jar is missing. @ line 65,
column 17"
https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/nightly.native/job/kogito-examples.build-and-test/
```

I filed a PR to fix the 10.0.x branch.

https://github.com/apache/incubator-kie-kogito-examples/pull/1986

However, if we recreate the `10.0.x` branch with a job re-trigger, my PR is
useless. A fundamental fix should be done in the main branch,

A. kogito-examples/.ci/jenkins/Jenkinsfile.setup-branch to completely
update the versions in pom.xml from `999-SNAPSHOT` to `10.0.999-SNAPSHOT`

B. Completely disable dmn-tracing-quarkus and
trusty-tracing-quarkus-devservices in the main branch

# Why dmn-tracing-quarkus and trusty-tracing-quarkus-devservices were
disabled --> in the past, it was done by

https://github.com/apache/incubator-kie-kogito-runtimes/pull/3533/files
https://github.com/apache/incubator-kie-kogito-examples/pull/1930/files

probably as a temporal workaround.

Sorry that I'll be on PTO tomorrow, I cannot work on the main branch fix
for now.

Regards,
Toshiya

On Thu, Jul 25, 2024 at 7:00 PM Paolo Bizzarri <[email protected]> wrote:

> Hello,
>
> I have created the issues for all the builds marked as red.  They are all
> marked as high priority and scheduled for 10.x release. Feel free to
> reassess their priority. Also consider looking at the corresponding main
> build, the problems are probably also in main.
>
> Feel free to start looking into each of these and assign them to yourself.
>
> https://github.com/apache/incubator-kie-issues/issues/1400
> https://github.com/apache/incubator-kie-issues/issues/1401
> https://github.com/apache/incubator-kie-issues/issues/1402
> https://github.com/apache/incubator-kie-issues/issues/1403
> https://github.com/apache/incubator-kie-issues/issues/1404
> https://github.com/apache/incubator-kie-issues/issues/1405
>
> Regards
>
> Paolo
>
> On Thu, Jul 25, 2024 at 8:34 AM Toshiya Kobayashi <
> [email protected]> wrote:
>
> > Thank you for the review, Paolo!
> >
> > One quick fix:
> > ```
> > Red
> > - quarkus-platform.deploy
> > The build is consistently failing with the error "ERROR: Couldn't find
> any
> > revision to build. Verify the repository and branch configuration for
> this
> > job."
> >
> >
> https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/nightly/job/quarkus-platform.deploy/9/
> > ```
> > I filed
> https://github.com/apache/incubator-kie-kogito-pipelines/pull/1229
> >
> > Thanks!
> > Toshiya
> >
> >
> > On Wed, Jul 24, 2024 at 9:46 PM Paolo Bizzarri <[email protected]>
> wrote:
> >
> > > Hello,
> > >
> > > this is the review for the kogito 10.x jobs. Kogito has a more complex
> > > structure than optaplanner or drools, so it will be divided in the
> > > different sections.
> > >
> > > For each section I will identify green, yellow and red builds. Green
> > builds
> > > are ok. Yellow builds typically present test errors. Red builds have
> > failed
> > > to execute part of the job itself.
> > >
> > > My overall analysis is that we have a number of issues at least to
> check
> > > before moving forward. This is the "NOT OK" result.
> > >
> > > These are the folders analyzed with no issues.
> > >
> > > - nightly.sonarcloud
> > > - pullrequest
> > > - release
> > >
> > > These are the folders analyzed with issues.
> > > - nightly
> > > - nightly.native
> > > - other
> > > - setup-branch
> > > - tools
> > >
> > > I have skipped the setup-branch because I am not sure it is relevant at
> > the
> > > moment.
> > >
> > > All other folders are reviewed here.
> > >
> > > ####
> > >
> > > Folder "nightly"
> > >
> > > Green
> > > - kogito-images-deploy
> > > - kogito-images.build-image
> > > - kogito-runtimes.build-and-deploy
> > > - 0-kogito-nightly-cloud
> > >
> > > Yellow
> > > - 0-kogito-nightly
> > > The failures here are related to other yellow or red builds in the
> build.
> > >
> > > - kogito-apps.build-and-deploy
> > > This build has been failing in the last two days due to test errors.
> > >
> > >
> >
> org.kie.kogito.index.postgresql.ProcessDataIndexPostgreSqlKafkaIT.testProcessInstanceEvents
> > >
> > >
> >
> org.kie.kogito.index.mongodb.ProcessDataIndexMongoDBHttpIT.testProcessInstanceEvents
> > >
> > >
> >
> org.kie.kogito.index.mongodb.ProcessDataIndexMongoDBKafkaIT.testProcessInstanceEvents
> > >
> org.kie.kogito.index.ProcessDataIndexMongoDBIT.testProcessInstanceEvents
> > >
> > >
> >
> https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/nightly/job/kogito-apps.build-and-deploy/9/
> > >
> > >
> > > - kogito-examples.build-and-deploy
> > > This build has been failing for the last three days due to a test
> error -
> > > org.acme.AcmeExchangeResourceIT.unauthorizedTest. Last build included
> > > another test, but it is unclear if it is a transient or not.
> > >
> > >
> >
> https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/nightly/job/kogito-examples.build-and-deploy/9/testReport/
> > >
> > > Red
> > > - quarkus-platform.deploy
> > > The build is consistently failing with the error "ERROR: Couldn't find
> > any
> > > revision to build. Verify the repository and branch configuration for
> > this
> > > job."
> > >
> > >
> >
> https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/nightly/job/quarkus-platform.deploy/9/
> > >
> > >
> > > #####
> > >
> > > Folder "nightly.native"
> > >
> > > Green
> > > - kogito-runtimes.build-and-test
> > >
> > > Red
> > > - kogito-apps.build-and-test
> > > The build is consistently failing due to errors in building the image.
> > > "Caused
> > > by:
> > >
> > >
> >
> io.quarkus.deployment.pkg.steps.NativeImageBuildStep$ImageGenerationFailureException:
> > > Image generation failed. Exit code: 1"
> > >
> > >
> >
> https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/nightly.native/job/kogito-apps.build-and-test/
> > >
> > > - kogito-examples.build-and-test
> > > The build is consistently failing due to errors while processing the
> > > poms: "[ERROR]
> > > 'dependencies.dependency.version' for
> > > org.kie:kie-addons-quarkus-tracing-decision:jar is missing. @ line 65,
> > > column 17"
> > >
> > >
> >
> https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/nightly.native/job/kogito-examples.build-and-test/
> > >
> > > #####
> > >
> > > Folder "other"
> > >
> > > Green
> > > - 0-kogito-weekly-cloud
> > > -kogito-images.build-image
> > > -kogito-images.weekly-deploy
> > >
> > > Yellow
> > >
> > > - 0-kogito-weekly
> > > The build show failures because of failures of dependent builds in the
> > > pipeline
> > >
> > > - kogito-apps.weekly-deploy
> > > The build fails because of a test error
> > >
> > >
> >
> "org.kie.kogito.index.mongodb.ProcessDataIndexMongoDBKafkaIT.testProcessInstanceEvents"
> > >
> > >
> >
> https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/other/job/kogito-apps.weekly-deploy/
> > >
> > > Red
> > > - kogito-runtimes.weekly-deploy
> > > The build fails because of dependency errors.
> > > "Non-resolvable import POM: The following artifacts could not be
> > resolved:
> > > org.kie:kie-pmml-bom:pom:10.0.999-20240721-SNAPSHOT"
> > >
> > >
> >
> https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/other/job/kogito-runtimes.weekly-deploy/
> > >
> > > ####
> > >
> > > Folder "tools"
> > >
> > > Red
> > >
> > > - jenkins-update-framework-deps
> > > The build seems to fail due to a compilation error.
> > > "WorkflowScript: 12: Only one agent type is allowed per agent section @
> > > line 12, column 5."
> > >
> > >
> >
> https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/tools/job/jenkins-update-framework-deps
> > >
> > > - kogito-clean-old-namespaces
> > > The build consistently fails due to some openshift error: "ERROR:
> > > OPENSHIFT_API"
> > >
> > >
> >
> https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/tools/job/kogito-clean-old-namespaces/
> > >
> > > kogito-clean-old-nightly-images
> > > The build consistently fails due to a problem with a quay token:
> "ERROR:
> > > QUAY_ACCESS_TOKEN"
> > >
> > >
> >
> https://ci-builds.apache.org/job/KIE/job/kogito/job/10.0.x/job/tools/job/kogito-clean-old-nightly-images/
> > >
> >
>

Reply via email to