Skip to content

[incubator-kie-issues-861] unify identifiers / part 1 #1666

[incubator-kie-issues-861] unify identifiers / part 1

[incubator-kie-issues-861] unify identifiers / part 1 #1666

Triggered via pull request February 23, 2024 15:14
Status Failure
Total duration 1h 17m 13s
Artifacts 1

pr-downstream.yml

on: pull_request
Matrix: kogito-downstream-build
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 4 warnings
ProcessMetricsTest.testProcessMetricsSpringboot: apache_incubator-kie-kogito-examples/kogito-quarkus-examples/process-monitoring-quarkus/src/test/java/org/kie/kogito/examples/quarkus/ProcessMetricsTest.java#L109
1 expectation failed. Response body doesn't match expectation. Expected: a string containing "kogito_work_item_duration_seconds_max{artifactId=\"process-monitoring-springboot\",name=\"org.kie.kogito.examples.springboot.CalculationService_calculateTotal_3_Handler\",version=\"999-SNAPSHOT\",}" Actual: # HELP process_files_open_files The open file descriptor count # TYPE process_files_open_files gauge process_files_open_files 250.0 # HELP jvm_threads_started_threads_total The total number of application threads started in the JVM # TYPE jvm_threads_started_threads_total counter jvm_threads_started_threads_total 27.0 # HELP application_started_time_seconds Time taken (ms) to start the application # TYPE application_started_time_seconds gauge application_started_time_seconds{main_application_class="org.kie.kogito.examples.springboot.ProcessMetricsTest",} 4.051 # HELP tomcat_sessions_created_sessions_total # TYPE tomcat_sessions_created_sessions_total counter tomcat_sessions_created_sessions_total 0.0 # HELP system_load_average_1m The sum of the number of runnable entities queued to available processors and the number of runnable entities running on the available processors averaged over a period of time # TYPE system_load_average_1m gauge system_load_average_1m 2.63916015625 # HELP disk_free_bytes Usable space for path # TYPE disk_free_bytes gauge disk_free_bytes{path="/home/runner/work/incubator-kie-kogito-runtimes/incubator-kie-kogito-runtimes/apache_incubator-kie-kogito-examples/kogito-springboot-examples/process-monitoring-springboot/.",} 1.8719834112E10 # HELP jvm_gc_memory_allocated_bytes_total Incremented for an increase in the size of the (young) heap memory pool after one GC to before the next # TYPE jvm_gc_memory_allocated_bytes_total counter jvm_gc_memory_allocated_bytes_total 2.05520896E8 # HELP process_cpu_usage The "recent cpu usage" for the Java Virtual Machine process # TYPE process_cpu_usage gauge process_cpu_usage 0.0 # HELP executor_completed_tasks_total The approximate total number of tasks that have completed execution # TYPE executor_completed_tasks_total counter executor_completed_tasks_total{name="applicationTaskExecutor",} 0.0 # HELP jvm_threads_daemon_threads The current number of live daemon threads # TYPE jvm_threads_daemon_threads gauge jvm_threads_daemon_threads 21.0 # HELP jvm_gc_pause_seconds Time spent in GC pause # TYPE jvm_gc_pause_seconds summary jvm_gc_pause_seconds_count{action="end of minor GC",cause="Metadata GC Threshold",gc="G1 Young Generation",} 1.0 jvm_gc_pause_seconds_sum{action="end of minor GC",cause="Metadata GC Threshold",gc="G1 Young Generation",} 0.019 # HELP jvm_gc_pause_seconds_max Time spent in GC pause # TYPE jvm_gc_pause_seconds_max gauge jvm_gc_pause_seconds_max{action="end of minor GC",cause="Metadata GC Threshold",gc="G1 Young Generation",} 0.019 # HELP http_server_requests_active_seconds_max # TYPE http_server_requests_active_seconds_max gauge http_server_requests_active_seconds_max{exception="none",method="GET",outcome="SUCCESS",status="200",uri="UNKNOWN",} 0.01706604 http_server_requests_active_seconds_max{exception="none",method="POST",outcome="SUCCESS",status="200",uri="UNKNOWN",} 0.0 # HELP http_server_requests_active_seconds # TYPE http_server_requests_active_seconds summary http_server_requests_active_seconds_active_count{exception="none",method="GET",outcome="SUCCESS",status="200",uri="UNKNOWN",} 1.0 http_server_requests_active_seconds_duration_sum{exception="none",method="GET",outcome="SUCCESS",status="200",uri="UNKNOWN",} 0.017037457 http_server_requests_active_seconds_active_count{exception="none",method="POST",outcome="SUCCESS",status="200",uri="UNKNOWN",} 0.0 http_server_requests_active_seconds_duration_sum{exception="none",method="POST",outcome="SUCCESS",status="200",uri="UNKNOWN",} 0.0 # HELP process_uptime_seconds The uptime of the Java virtual machine # TYPE process_uptime_seconds gauge process_uptime_seconds 7.799 # HELP tomcat_sessions_alive_max_seconds # TYPE tomcat_sessions_alive_max_seconds gauge tomcat_sessions_alive_max_seconds 0.0
ProcessMetricsTest.testProcessMetricsQuarkus: apache_incubator-kie-kogito-examples/kogito-quarkus-examples/process-monitoring-quarkus/src/test/java/org/kie/kogito/examples/quarkus/ProcessMetricsTest.java#L95
1 expectation failed. Response body doesn't match expectation. Expected: a string containing "kogito_work_item_duration_seconds_max{artifactId=\"process-monitoring-quarkus\",name=\"org.kie.kogito.examples.quarkus.CalculationService_calculateTotal_3_Handler\",version=\"999-SNAPSHOT\"}" Actual: # TYPE jvm_threads_peak_threads gauge # HELP jvm_threads_peak_threads The peak live thread count since the Java virtual machine started or peak was reset jvm_threads_peak_threads 47.0 # TYPE system_load_average_1m gauge # HELP system_load_average_1m The sum of the number of runnable entities queued to available processors and the number of runnable entities running on the available processors averaged over a period of time system_load_average_1m 3.06103515625 # TYPE kogito_process_instance_started counter # HELP kogito_process_instance_started Started Process Instances kogito_process_instance_started_total{app_id="default-process-monitoring-listener",artifactId="process-monitoring-quarkus",process_id="demo.orders",version="999-SNAPSHOT"} 1.0 kogito_process_instance_started_total{app_id="default-process-monitoring-listener",artifactId="process-monitoring-quarkus",process_id="demo.orderItems",version="999-SNAPSHOT"} 1.0 # TYPE jvm_memory_usage_after_gc_percent gauge # HELP jvm_memory_usage_after_gc_percent The percentage of long-lived heap pool used after the last GC event, in the range [0..1] jvm_memory_usage_after_gc_percent{area="heap",pool="long-lived"} 0.0 # TYPE jvm_threads_live_threads gauge # HELP jvm_threads_live_threads The current number of live threads including both daemon and non-daemon threads jvm_threads_live_threads 18.0 # TYPE kogito_process_instance_running_total gauge # HELP kogito_process_instance_running_total Running Process Instances kogito_process_instance_running_total{app_id="default-process-monitoring-listener",artifactId="process-monitoring-quarkus",process_id="demo.orders",version="999-SNAPSHOT"} 1.0 kogito_process_instance_running_total{app_id="default-process-monitoring-listener",artifactId="process-monitoring-quarkus",process_id="demo.orderItems",version="999-SNAPSHOT"} 1.0 # TYPE http_server_bytes_written_max gauge # HELP http_server_bytes_written_max Number of bytes sent by the server http_server_bytes_written_max 0.0 # TYPE http_server_bytes_written summary # HELP http_server_bytes_written Number of bytes sent by the server http_server_bytes_written_count 0.0 http_server_bytes_written_sum 0.0 # TYPE kogito_work_item_duration_seconds_max gauge # HELP kogito_work_item_duration_seconds_max Work Items Duration kogito_work_item_duration_seconds_max{artifactId="process-monitoring-quarkus",name="org.kie.kogito.examples.quarkus.CalculationService_calculateTotal_ServiceTask_1_Handler",version="999-SNAPSHOT"} 0.008 # TYPE kogito_work_item_duration_seconds summary # HELP kogito_work_item_duration_seconds Work Items Duration kogito_work_item_duration_seconds_count{artifactId="process-monitoring-quarkus",name="org.kie.kogito.examples.quarkus.CalculationService_calculateTotal_ServiceTask_1_Handler",version="999-SNAPSHOT"} 1.0 kogito_work_item_duration_seconds_sum{artifactId="process-monitoring-quarkus",name="org.kie.kogito.examples.quarkus.CalculationService_calculateTotal_ServiceTask_1_Handler",version="999-SNAPSHOT"} 0.008 # TYPE worker_pool_queue_size gauge # HELP worker_pool_queue_size Number of pending elements in the waiting queue worker_pool_queue_size{pool_name="vert.x-internal-blocking",pool_type="worker"} 0.0 worker_pool_queue_size{pool_name="vert.x-worker-thread",pool_type="worker"} 0.0 # TYPE worker_pool_queue_delay_seconds_max gauge # HELP worker_pool_queue_delay_seconds_max Time spent in the waiting queue before being processed worker_pool_queue_delay_seconds_max{pool_name="vert.x-internal-blocking",pool_type="worker"} 0.0 worker_pool_queue_delay_seconds_max{pool_name="vert.x-worker-thread",pool_type="worker"} 6.86948E-4 # TYPE worker_pool_queue_delay_seconds summary # HELP worker_pool_queue_delay_seconds Time spent in the waiting queue before being processed worker_pool_queue_delay_seconds_count{
ProcessDataIndexInfinispanHttpIT.testProcessInstanceEvents: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus/src/test/java/org/kie/kogito/index/infinispan/ProcessDataIndexInfinispanHttpIT.java#L1
Assertion condition defined as a org.kie.kogito.index.AbstractProcessDataIndexIT 1 expectation failed. JSON path data.ProcessInstances[0].nodeDefinitions[0].id doesn't match. Expected: is "1" Actual: _8B62D3CA-5D03-4B2B-832B-126469288BB4 within 30 seconds.
ProcessDataIndexInfinispanKafkaIT.testProcessInstanceEvents: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus/src/test/java/org/kie/kogito/index/infinispan/ProcessDataIndexInfinispanKafkaIT.java#L1
Assertion condition defined as a org.kie.kogito.index.AbstractProcessDataIndexIT 1 expectation failed. JSON path data.ProcessInstances[0].nodeDefinitions[0].id doesn't match. Expected: is "1" Actual: _8B62D3CA-5D03-4B2B-832B-126469288BB4 within 30 seconds.
ProcessDataIndexInMemoryIT.testProcessInstanceEvents: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus/src/test/java/org/kie/kogito/index/inmemory/ProcessDataIndexInMemoryIT.java#L1
Assertion condition defined as a org.kie.kogito.index.AbstractProcessDataIndexIT 1 expectation failed. JSON path data.ProcessInstances[0].nodeDefinitions[0].id doesn't match. Expected: is "1" Actual: _8B62D3CA-5D03-4B2B-832B-126469288BB4 within 30 seconds.
ProcessDataIndexMongoDBHttpIT.testProcessInstanceEvents: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus/src/test/java/org/kie/kogito/index/mongodb/ProcessDataIndexMongoDBHttpIT.java#L1
Assertion condition defined as a org.kie.kogito.index.AbstractProcessDataIndexIT 1 expectation failed. JSON path data.ProcessInstances[0].nodeDefinitions[0].id doesn't match. Expected: is "1" Actual: _8B62D3CA-5D03-4B2B-832B-126469288BB4 within 30 seconds.
ProcessDataIndexMongoDBKafkaIT.testProcessInstanceEvents: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus/src/test/java/org/kie/kogito/index/mongodb/ProcessDataIndexMongoDBKafkaIT.java#L1
Assertion condition defined as a org.kie.kogito.index.AbstractProcessDataIndexIT 1 expectation failed. JSON path data.ProcessInstances[0].nodeDefinitions[0].id doesn't match. Expected: is "1" Actual: _8B62D3CA-5D03-4B2B-832B-126469288BB4 within 30 seconds.
ProcessDataIndexPostgreSqlHttpIT.testProcessInstanceEvents: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus/src/test/java/org/kie/kogito/index/postgresql/ProcessDataIndexPostgreSqlHttpIT.java#L1
Assertion condition defined as a org.kie.kogito.index.AbstractProcessDataIndexIT 1 expectation failed. JSON path data.ProcessInstances[0].nodeDefinitions[0].id doesn't match. Expected: is "1" Actual: _8B62D3CA-5D03-4B2B-832B-126469288BB4 within 30 seconds.
ProcessDataIndexPostgreSqlKafkaIT.testProcessInstanceEvents: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus/src/test/java/org/kie/kogito/index/postgresql/ProcessDataIndexPostgreSqlKafkaIT.java#L1
Assertion condition defined as a org.kie.kogito.index.AbstractProcessDataIndexIT 1 expectation failed. JSON path data.ProcessInstances[0].nodeDefinitions[0].id doesn't match. Expected: is "1" Actual: _8B62D3CA-5D03-4B2B-832B-126469288BB4 within 30 seconds.
ProcessDataIndexInfinispanIT.testProcessInstanceEvents: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-springboot/src/test/java/org/kie/kogito/index/ProcessDataIndexInfinispanIT.java#L1
Assertion condition defined as a org.kie.kogito.index.AbstractProcessDataIndexIT 1 expectation failed. JSON path data.ProcessInstances[0].nodeDefinitions[0].id doesn't match. Expected: is "1" Actual: _8B62D3CA-5D03-4B2B-832B-126469288BB4 within 30 seconds.
ProcessDataIndexMongoDBIT.testProcessInstanceEvents: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-springboot/src/test/java/org/kie/kogito/index/ProcessDataIndexMongoDBIT.java#L1
Assertion condition defined as a org.kie.kogito.index.AbstractProcessDataIndexIT 1 expectation failed. JSON path data.ProcessInstances[0].nodeDefinitions[0].id doesn't match. Expected: is "1" Actual: _8B62D3CA-5D03-4B2B-832B-126469288BB4 within 30 seconds.
ProcessDataIndexPostgreSqlIT.testProcessInstanceEvents: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-springboot/src/test/java/org/kie/kogito/index/ProcessDataIndexPostgreSqlIT.java#L1
Assertion condition defined as a org.kie.kogito.index.AbstractProcessDataIndexIT 1 expectation failed. JSON path data.ProcessInstances[0].nodeDefinitions[0].id doesn't match. Expected: is "1" Actual: _8B62D3CA-5D03-4B2B-832B-126469288BB4 within 30 seconds.
serverless-workflow-examples (ubuntu-latest / Java-17 / Maven-3.9.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/cache@v3, kiegroup/github-action-build-chain@v3, mikepenz/action-junit-report@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
kogito-springboot-examples (ubuntu-latest / Java-17 / Maven-3.9.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/cache@v3, kiegroup/github-action-build-chain@v3, mikepenz/action-junit-report@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
kogito-quarkus-examples (ubuntu-latest / Java-17 / Maven-3.9.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/cache@v3, kiegroup/github-action-build-chain@v3, mikepenz/action-junit-report@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
kogito-apps (ubuntu-latest / Java-17 / Maven-3.9.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/cache@v3, kiegroup/github-action-build-chain@v3, mikepenz/action-junit-report@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
apache_incubator-kie-kogito-apps Expired
1.62 MB