chore(deps): update camunda/zeebe docker tag to v8.6.3 #1556
GitHub Actions / Test Results
failed
Oct 16, 2024 in 0s
1 errors, 2 skipped, 32 pass in 12s
Annotations
Check failure on line 0 in io.camunda.community.connector.script.WorkflowTest
github-actions / Test Results
shouldReturnResultConnector (io.camunda.community.connector.script.WorkflowTest) with error
connector/target/surefire-reports/TEST-io.camunda.community.connector.script.WorkflowTest.xml [took 1s]
Raw output
RST_STREAM closed stream. HTTP/2 error code: CANCEL
io.camunda.zeebe.client.api.command.ClientStatusException: RST_STREAM closed stream. HTTP/2 error code: CANCEL
at io.camunda.zeebe.client.impl.ZeebeClientFutureImpl.transformExecutionException(ZeebeClientFutureImpl.java:116)
at io.camunda.zeebe.client.impl.ZeebeClientFutureImpl.join(ZeebeClientFutureImpl.java:54)
at io.camunda.community.connector.script.WorkflowTest.deployAndCreateInstance(WorkflowTest.java:124)
at io.camunda.community.connector.script.WorkflowTest.shouldReturnResultConnector(WorkflowTest.java:62)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeException: CANCELLED: RST_STREAM closed stream. HTTP/2 error code: CANCEL
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073)
at io.camunda.zeebe.client.impl.ZeebeClientFutureImpl.join(ZeebeClientFutureImpl.java:52)
... 5 more
Caused by: io.grpc.StatusRuntimeException: CANCELLED: RST_STREAM closed stream. HTTP/2 error code: CANCEL
at io.grpc.Status.asRuntimeException(Status.java:537)
at io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:481)
at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:574)
at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:72)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:742)
at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:723)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
05:16:05.369 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [io.camunda.community.connector.script.WorkflowTest]: WorkflowTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
05:16:05.473 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration io.camunda.community.connector.script.ZeebeScriptWorkerApplication for test class io.camunda.community.connector.script.WorkflowTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.4)
2024-10-16T05:16:05.935Z INFO 2017 --- [ main] i.c.c.connector.script.WorkflowTest : Starting WorkflowTest using Java 17.0.12 with PID 2017 (started by runner in /home/runner/work/script-connector/script-connector/connector)
2024-10-16T05:16:05.937Z INFO 2017 --- [ main] i.c.c.connector.script.WorkflowTest : No active profile set, falling back to 1 default profile: "default"
2024-10-16T05:16:07.056Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.zeebe.spring.client.annotation.processor.AnnotationProcessorConfiguration' of type [io.camunda.zeebe.spring.client.annotation.processor.AnnotationProcessorConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry] is declared through a non-static factory method on that class; consider declaring it as static instead.
2024-10-16T05:16:07.058Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.connector.runtime.outbound.OutboundConnectorRuntimeConfiguration' of type [io.camunda.connector.runtime.outbound.OutboundConnectorRuntimeConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.082Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'zeebe.client-io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties' of type [io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.083Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.zeebe.spring.client.configuration.ZeebeClientAllAutoConfiguration' of type [io.camunda.zeebe.spring.client.configuration.ZeebeClientAllAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.084Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'zeebeClientExecutorService' of type [io.camunda.zeebe.spring.client.jobhandling.ZeebeClientExecutorService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.086Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'commandExceptionHandlingStrategy' of type [io.camunda.zeebe.spring.client.jobhandling.DefaultCommandExceptionHandlingStrategy] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.087Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.zeebe.spring.client.CamundaAutoConfiguration' of type [io.camunda.zeebe.spring.client.CamundaAutoConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.089Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.connector.runtime.OutboundConnectorsAutoConfiguration' of type [io.camunda.connector.runtime.OutboundConnectorsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.150Z INFO 2017 --- [ main] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@61902ae5)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@455d026d, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-16T05:16:07.271Z INFO 2017 --- [ main] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@78519d63)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@4f54b976, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-16T05:16:07.282Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'objectMapper' of type [com.fasterxml.jackson.databind.json.JsonMapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.283Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'zeebeJsonMapper' of type [io.camunda.zeebe.client.impl.ZeebeObjectMapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.284Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'io.camunda.zeebe.spring.client.configuration.ZeebeActuatorConfiguration' of type [io.camunda.zeebe.spring.client.configuration.ZeebeActuatorConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.313Z INFO 2017 --- [ main] i.c.z.s.c.a.MicrometerMetricsRecorder : Enabling Micrometer based metrics for spring-zeebe (available via Actuator)
2024-10-16T05:16:07.313Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'micrometerMetricsRecorder' of type [io.camunda.zeebe.spring.client.actuator.MicrometerMetricsRecorder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.314Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'jobWorkerManager' of type [io.camunda.zeebe.spring.client.jobhandling.JobWorkerManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.325Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'outboundConnectorFactory' of type [io.camunda.connector.runtime.core.outbound.DefaultOutboundConnectorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.327Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'defaultSecretProvider' of type [io.camunda.connector.runtime.env.SpringEnvironmentSecretProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.329Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'springSecretProviderAggregator' of type [io.camunda.connector.runtime.core.secret.SecretProviderAggregator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.331Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'outboundConnectorManager' of type [io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.332Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'annotationProcessor' of type [io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.334Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'deploymentPostProcessor' of type [io.camunda.zeebe.spring.client.annotation.processor.ZeebeDeploymentAnnotationProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.335Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'propertyBasedZeebeWorkerValueCustomizer' of type [io.camunda.zeebe.spring.client.properties.PropertyBasedZeebeWorkerValueCustomizer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.336Z WARN 2017 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'zeebeWorkerPostProcessor' of type [io.camunda.zeebe.spring.client.annotation.processor.ZeebeWorkerAnnotationProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [zeebeAnnotationProcessorRegistry]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-10-16T05:16:07.629Z WARN 2017 --- [ main] o.s.b.a.m.MustacheAutoConfiguration : Cannot find template location: classpath:/templates/ (please add some templates, check your Mustache configuration, or set spring.mustache.check-template-location=false)
2024-10-16T05:16:07.634Z INFO 2017 --- [ main] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@1c9e9bfb)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@361398f6, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-16T05:16:07.974Z INFO 2017 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2024-10-16T05:16:08.043Z INFO 2017 --- [ main] i.c.c.connector.script.WorkflowTest : Started WorkflowTest in 2.463 seconds (process running for 8.2)
2024-10-16T05:16:08.121Z INFO 2017 --- [ main] i.c.z.s.test.ZeebeTestExecutionListener : Create Zeebe in-memory engine for test run on random port: 37455...
2024-10-16T05:16:08.446Z INFO 2017 --- [ zb-actors-0] io.camunda.zeebe.logstreams : Recovered state of partition 1 from snapshot at position -1
2024-10-16T05:16:08.479Z INFO 2017 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@32ad0557)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@375fe300, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@67f00c13, configuration: {externalFunctionsEnabled: false}]
2024-10-16T05:16:08.529Z INFO 2017 --- [ zb-actors-0] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@228003d9)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@22996368, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-16T05:16:08.531Z INFO 2017 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@73b40a75)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@22996368, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-16T05:16:08.561Z INFO 2017 --- [ zb-actors-0] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@7b82eb59)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@22996368, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-16T05:16:08.561Z INFO 2017 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@322845e8)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@22996368, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-16T05:16:08.588Z INFO 2017 --- [ zb-actors-0] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@791a6776)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@22996368, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-16T05:16:08.588Z INFO 2017 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@495a0c26)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@22996368, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-16T05:16:08.590Z INFO 2017 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@5ce9888c)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@6cdf6ba8, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@13d99bd8, configuration: {externalFunctionsEnabled: false}]
2024-10-16T05:16:08.606Z INFO 2017 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@60611352)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@7176e0bd, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@7693fb2d, configuration: {externalFunctionsEnabled: false}]
2024-10-16T05:16:08.606Z INFO 2017 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@4f35e5a0)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@4698c52b, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@38f93479, configuration: {externalFunctionsEnabled: false}]
2024-10-16T05:16:08.635Z INFO 2017 --- [ zb-actors-0] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@3643278f)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@22996368, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-16T05:16:08.636Z INFO 2017 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@1c533385)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@22996368, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-16T05:16:08.686Z INFO 2017 --- [ zb-actors-0] io.camunda.zeebe.processor : Processor starts replay of events. [snapshot-position: -1, replay-mode: PROCESSING]
2024-10-16T05:16:08.686Z INFO 2017 --- [ main] z.s.t.AbstractZeebeTestExecutionListener : Test engine setup. Now starting deployments and workers...
2024-10-16T05:16:08.686Z INFO 2017 --- [ zb-actors-0] io.camunda.zeebe.processor : Processor finished replay, with [lastProcessedPosition: -1, lastWrittenPosition: -1]
2024-10-16T05:16:08.888Z INFO 2017 --- [ main] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@5e2c19df)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@49ecd74f, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-16T05:16:08.898Z INFO 2017 --- [ main] i.c.z.s.c.jobhandling.JobWorkerManager : . Starting Zeebe worker: ZeebeWorkerValue{type='io.camunda.community:script-connector', name='script-connector', timeout=null, maxJobsActive=null, requestTimeout=null, pollInterval=null, autoComplete=true, fetchVariables=[script, context], enabled=null, methodInfo=null}
2024-10-16T05:16:08.899Z INFO 2017 --- [ main] i.c.z.s.c.jobhandling.JobWorkerManager : . Starting Zeebe worker: ZeebeWorkerValue{type='script', name='script-connector-legacy', timeout=null, maxJobsActive=null, requestTimeout=null, pollInterval=null, autoComplete=true, fetchVariables=[], enabled=null, methodInfo=null}
2024-10-16T05:16:08.900Z INFO 2017 --- [ main] z.s.t.AbstractZeebeTestExecutionListener : ...deployments and workers started.
2024-10-16T05:16:09.966Z WARN 2017 --- [-worker-ELG-3-2] io.grpc.netty.NettyServerStream : Exception processing message
io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: gRPC message exceeds maximum size 4194304: 4260132
at io.grpc.Status.asRuntimeException(Status.java:529)
at io.grpc.internal.MessageDeframer.processHeader(MessageDeframer.java:392)
at io.grpc.internal.MessageDeframer.deliver(MessageDeframer.java:272)
at io.grpc.internal.MessageDeframer.request(MessageDeframer.java:162)
at io.grpc.internal.AbstractStream$TransportState$1RequestRunnable.run(AbstractStream.java:233)
at io.grpc.netty.NettyServerStream$TransportState$1.run(NettyServerStream.java:188)
at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:566)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:840)
2024-10-16T05:16:09.979Z WARN 2017 --- [ main] z.s.t.AbstractZeebeTestExecutionListener : Test failure on 'void io.camunda.community.connector.script.WorkflowTest.shouldReturnResultConnector()'. Tracing workflow engine internals on INFO for debugging purposes:
2024-10-16T05:16:09.988Z INFO 2017 --- [ main] i.c.z.p.t.filters.logger.IncidentLogger :
2024-10-16T05:16:09.997Z INFO 2017 --- [ main] i.c.z.p.t.f.logger.RecordStreamLogger :
The following records have been recorded during this test:
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector-legacy), (Job type: script)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector-legacy), (Job type: script)
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector-legacy), (Job type: script)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector-legacy), (Job type: script)
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector-legacy), (Job type: script)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector-legacy), (Job type: script)
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector-legacy), (Job type: script)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector-legacy), (Job type: script)
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector-legacy), (Job type: script)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector-legacy), (Job type: script)
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector-legacy), (Job type: script)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector-legacy), (Job type: script)
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector-legacy), (Job type: script)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector-legacy), (Job type: script)
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| COMMAND JOB_BATCH ACTIVATE | (Worker: script-connector-legacy), (Job type: script)
| EVENT JOB_BATCH ACTIVATED | (Worker: script-connector-legacy), (Job type: script)
2024-10-16T05:16:10.010Z INFO 2017 --- [ zb-actors-0] io.camunda.zeebe.logstreams : Close appender for log stream null
2024-10-16T05:16:10.010Z INFO 2017 --- [ zb-actors-0] i.c.zeebe.logstreams.impl.log.Sequencer : Closing sequencer for writing
2024-10-16T05:16:10.010Z INFO 2017 --- [ zb-actors-0] io.camunda.zeebe.logstreams : On closing logstream null close 2 readers
Loading