Skip to content

Instantly share code, notes, and snippets.

View Ginxo's full-sized avatar
🏠
Working from home

Enrique Mingorance Cano Ginxo

🏠
Working from home
View GitHub Profile
2020-09-17T11:14:56.9273790Z [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ jbpm-workitems-rest ---
2020-09-17T11:14:56.9292524Z [INFO]
2020-09-17T11:14:56.9319632Z [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-plugin-versions) @ jbpm-workitems-template-resources ---
2020-09-17T11:14:56.9320634Z [INFO] Skipping Rule Enforcement.
2020-09-17T11:14:56.9320943Z [INFO]
2020-09-17T11:14:56.9368100Z [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (ban-blacklisted-dependencies) @ jbpm-workitems-template-resources ---
2020-09-17T11:14:56.9386538Z [INFO] Skipping Rule Enforcement.
2020-09-17T11:14:56.9387118Z [INFO]
2020-09-17T11:14:56.9393363Z [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (no-duplicate-declared-dependencies) @ jbpm-workitems-template-resources ---
2020-09-17T11:14:56.9401744Z [INFO] Skipping Rule Enforcement.
[INFO] Compiling module org.drools.workbench.DroolsWorkbench
[INFO] Tracing compile failure path for type 'org.kie.workbench.common.dmn.client.marshaller.converters.NodeConverter'
[INFO] [ERROR] Errors in 'jar:file:/home/emingora/.m2/repository/org/kie/workbench/kie-wb-common-dmn-client/7.44.0-SNAPSHOT/kie-wb-common-dmn-client-7.44.0-SNAPSHOT-sources.jar!/org/kie/workbench/common/dmn/client/marshaller/converters/NodeConverter.java'
[INFO] [ERROR] Line 32: No source code is available for type org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.kie.JSITComponentWidths; did you forget to inherit a required module?
[INFO] [ERROR] Errors in 'jar:file:/home/emingora/.m2/repository/org/kie/workbench/kie-wb-common-dmn-client/7.44.0-SNAPSHOT/kie-wb-common-dmn-client-7.44.0-SNAPSHOT-sources.jar!/org/kie/workbench/common/dmn/client/marshaller/unmarshall/nodes/NodeEntry.java'
[INFO] [ERROR] Line 112: No source code is available for type org.kie.workbench.common.dmn.webapp.kogit
[INFO] -----------< org.kie.kogito:integration-tests-quarkus-rules >-----------
[INFO] Building Kogito :: Integration Tests :: Quarkus :: Rules 1.5.1-SNAPSHOT [4/9]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ integration-tests-quarkus-rules ---
[INFO] Deleting /home/emingora/development/projects/RedHat/issues/BXMSPROD-1394/kogito-runtimes/integration-tests/integration-tests-quarkus-rules/target
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ integration-tests-quarkus-rules ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ integration-tests-quarkus-rules ---
This file has been truncated, but you can view the full file.
2021-12-16T18:39:20.6314008Z Found online and idle hosted runner in the current repository's organization account that matches the required labels: 'ubuntu-latest'
2021-12-16T18:39:20.7901304Z Waiting for a Hosted runner in the 'organization' to pick this job...
2021-12-16T18:39:20.9214144Z Job is waiting for a hosted runner to come online.
2021-12-16T18:39:25.0607521Z Job is about to start running on the hosted runner: GitHub Actions 6 (hosted)
2021-12-16T18:39:28.7843554Z Current runner version: '2.285.1'
2021-12-16T18:39:28.7879096Z ##[group]Operating System
2021-12-16T18:39:28.7880204Z Ubuntu
2021-12-16T18:39:28.7880681Z 20.04.3
2021-12-16T18:39:28.7881185Z LTS
2021-12-16T18:39:28.7881747Z ##[endgroup]
This file has been truncated, but you can view the full file.
###########################################
kie-soup-dataset-api
###########################################
2021-12-16T18:43:29.5738333Z [INFO] org.kie.soup:kie-soup-dataset-api:jar:7.64.0-SNAPSHOT
2021-12-16T18:43:29.5773325Z [INFO] +- javax.validation:validation-api:jar:2.0.1.Final:compile
2021-12-16T18:43:29.5788999Z [INFO] +- org.kie.soup:kie-soup-json:jar:7.64.0-SNAPSHOT:compile
2021-12-16T18:43:29.5808180Z [INFO] +- org.assertj:assertj-core:jar:3.14.0:test
2021-12-16T18:43:29.5842331Z [INFO] +- commons-io:commons-io:jar:2.7:test
2021-12-16T18:43:29.5845761Z [INFO] +- junit:junit:jar:4.13.1:test
def failureDockerImages = []
def images = [
[id: "quay.io/kiegroup/business-central-workbench", file: "business-central.test.script" ],
[id: "quay.io/kiegroup/business-central-workbench-showcase", file: "business-central-showcase.test.script" ],
[id: "jbpm-server-full kiegroup/jbpm-server-full", file: "kie-server.test.script" ],
]
images.forEach{image -> {
stages {
stage('Run Docker') {
steps {
git clone -b master --single-branch https://gitlab.cee.redhat.com/middleware/build-configurations.git build_config
git clone -b main --single-branch
git clone https://github.com/kiegroup/droolsjbpm-build-bootstrap -b main --single-branch
git clone https://github.com/kiegroup/kie-soup -b main --single-branch
git clone https://github.com/kiegroup/droolsjbpm-knowledge -b 7.x --single-branch
git clone https://github.com/kiegroup/drools -b 7.x --single-branch
git clone https://github.com/kiegroup/optaplanner -b 7.x --single-branch
git clone https://github.com/kiegroup/lienzo-core -b main --single-branch
git clone https://github.com/kiegroup/lienzo-tests -b main --single-branch
git clone https://github.com/kiegroup/appformer -b main --single-branch
See the difference between executing
Using label sutaakar:7.67.x-JBPM-10042 -> 1 result
curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/kiegroup/droolsjbpm-integration/pulls?head=sutaakar:7.67.x-JBPM-10042 | jq length
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 21389 0 21389 0 0 49283 0 --:--:-- --:--:-- --:--:-- 49170
1
Using ref 7.67.x-JBPM-10042 -> 30 results (the default per_page value) (and the are no 30 elements with 7.67.x-JBPM-10042 ref)
[2022-05-04T05:55:54.131Z] [INFO] Running 'yarn install --fetch-retry-mintimeout=100000 --fetch-retries=10 --registry=https://repository.engineering.redhat.com/nexus/repository/registry.npmjs.org/' in /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-apps.tests.kogito-apps/bc/kiegroup_kogito_apps/kogito-apps/ui-packages
[2022-05-04T05:55:54.691Z] [INFO] yarn install v1.22.10
[2022-05-04T05:55:54.691Z] [INFO] [1/4] Resolving packages...
[2022-05-04T05:55:55.616Z] [INFO] [2/4] Fetching packages...
[2022-05-04T05:56:42.229Z] [INFO] info fsevents@1.2.13: The platform "linux" is incompatible with this module.
[2022-05-04T05:56:42.229Z] [INFO] info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
[2022-05-04T05:56:42.229Z] [INFO] info fsevents@2.3.2: The platform "linux" is incompatible with this module.
[2022-05-04T05:56:42.229Z] [INFO] info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
{
"action": "created",
"issue": {
"url": "https://api.github.com/repos/kiegroup/droolsjbpm-build-bootstrap/issues/1963",
"repository_url": "https://api.github.com/repos/kiegroup/droolsjbpm-build-bootstrap",
"labels_url": "https://api.github.com/repos/kiegroup/droolsjbpm-build-bootstrap/issues/1963/labels{/name}",
"comments_url": "https://api.github.com/repos/kiegroup/droolsjbpm-build-bootstrap/issues/1963/comments",
"events_url": "https://api.github.com/repos/kiegroup/droolsjbpm-build-bootstrap/issues/1963/events",
"html_url": "https://github.com/kiegroup/droolsjbpm-build-bootstrap/pull/1963",
"id": 1244814991,