Skip to content

chore(deps): update spring boot to v3.3.4 (patch) #1505

chore(deps): update spring boot to v3.3.4 (patch)

chore(deps): update spring boot to v3.3.4 (patch) #1505

GitHub Actions / Test Results failed Oct 1, 2024 in 0s

1 errors, 2 skipped, 32 pass in 11s

35 tests  ±0   32 ✅ ±0   11s ⏱️ -2s
 8 suites ±0    2 💤 ±0 
 8 files   ±0    0 ❌ ±0   1 🔥 ±0 

Results for commit 4785a35. ± Comparison against earlier commit 66a524b.

Annotations

Check failure on line 0 in io.camunda.community.connector.script.WorkflowTest

See this annotation in the file changed.

@github-actions 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 2s]
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)
22:39:53.810 [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.
22:39:53.886 [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-01T22:39:54.344Z  INFO 2005 --- [           main] i.c.c.connector.script.WorkflowTest      : Starting WorkflowTest using Java 17.0.12 with PID 2005 (started by runner in /home/runner/work/script-connector/script-connector/connector)
2024-10-01T22:39:54.346Z  INFO 2005 --- [           main] i.c.c.connector.script.WorkflowTest      : No active profile set, falling back to 1 default profile: "default"
2024-10-01T22:39:55.486Z  WARN 2005 --- [           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-01T22:39:55.488Z  WARN 2005 --- [           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-01T22:39:55.513Z  WARN 2005 --- [           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-01T22:39:55.513Z  WARN 2005 --- [           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-01T22:39:55.515Z  WARN 2005 --- [           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-01T22:39:55.518Z  WARN 2005 --- [           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-01T22:39:55.519Z  WARN 2005 --- [           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-01T22:39:55.520Z  WARN 2005 --- [           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-01T22:39:55.596Z  INFO 2005 --- [           main] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@6d692034)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@6fab92d8, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-01T22:39:55.714Z  INFO 2005 --- [           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-01T22:39:55.723Z  WARN 2005 --- [           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-01T22:39:55.725Z  WARN 2005 --- [           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-01T22:39:55.726Z  WARN 2005 --- [           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-01T22:39:55.751Z  INFO 2005 --- [           main] i.c.z.s.c.a.MicrometerMetricsRecorder    : Enabling Micrometer based metrics for spring-zeebe (available via Actuator)
2024-10-01T22:39:55.752Z  WARN 2005 --- [           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-01T22:39:55.753Z  WARN 2005 --- [           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-01T22:39:55.762Z  WARN 2005 --- [           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-01T22:39:55.764Z  WARN 2005 --- [           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-01T22:39:55.766Z  WARN 2005 --- [           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-01T22:39:55.768Z  WARN 2005 --- [           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-01T22:39:55.769Z  WARN 2005 --- [           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-01T22:39:55.771Z  WARN 2005 --- [           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-01T22:39:55.773Z  WARN 2005 --- [           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-01T22:39:55.774Z  WARN 2005 --- [           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-01T22:39:56.107Z  WARN 2005 --- [           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-01T22:39:56.112Z  INFO 2005 --- [           main] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@6e2a031b)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@23e2bcbe, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-01T22:39:56.454Z  INFO 2005 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 1 endpoint beneath base path '/actuator'
2024-10-01T22:39:56.516Z  INFO 2005 --- [           main] i.c.c.connector.script.WorkflowTest      : Started WorkflowTest in 2.529 seconds (process running for 9.615)
2024-10-01T22:39:56.590Z  INFO 2005 --- [           main] i.c.z.s.test.ZeebeTestExecutionListener  : Create Zeebe in-memory engine for test run on random port: 45539...
2024-10-01T22:39:56.948Z  INFO 2005 --- [    zb-actors-0] io.camunda.zeebe.logstreams              : Recovered state of partition 1 from snapshot at position -1
2024-10-01T22:39:56.981Z  INFO 2005 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@3b7e40a4)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@6ae7e22d, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@40b8b5ab, configuration: {externalFunctionsEnabled: false}]
2024-10-01T22:39:57.033Z  INFO 2005 --- [    zb-actors-0] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@13864908)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@4b38318e, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-01T22:39:57.035Z  INFO 2005 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@68cdfc38)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@4b38318e, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-01T22:39:57.067Z  INFO 2005 --- [    zb-actors-0] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@4a63f46e)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@4b38318e, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-01T22:39:57.067Z  INFO 2005 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@622d57a2)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@4b38318e, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-01T22:39:57.094Z  INFO 2005 --- [    zb-actors-0] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@ff93d55)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@4b38318e, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-01T22:39:57.094Z  INFO 2005 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@7153d97c)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@4b38318e, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-01T22:39:57.096Z  INFO 2005 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@c3bd25e)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@114661b4, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@39287495, configuration: {externalFunctionsEnabled: false}]
2024-10-01T22:39:57.113Z  INFO 2005 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@4711be7b)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@33551e76, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@24bbc8d4, configuration: {externalFunctionsEnabled: false}]
2024-10-01T22:39:57.114Z  INFO 2005 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@3afdfcdf)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@6ba59f2d, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@7c5f0e18, configuration: {externalFunctionsEnabled: false}]
2024-10-01T22:39:57.137Z  INFO 2005 --- [    zb-actors-0] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@4a2487c5)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@4b38318e, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-01T22:39:57.137Z  INFO 2005 --- [    zb-actors-0] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@121aca6d)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@4b38318e, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-01T22:39:57.176Z  INFO 2005 --- [    zb-actors-0] io.camunda.zeebe.processor               : Processor starts replay of events. [snapshot-position: -1, replay-mode: PROCESSING]
2024-10-01T22:39:57.177Z  INFO 2005 --- [           main] z.s.t.AbstractZeebeTestExecutionListener : Test engine setup. Now starting deployments and workers...
2024-10-01T22:39:57.176Z  INFO 2005 --- [    zb-actors-0] io.camunda.zeebe.processor               : Processor finished replay, with [lastProcessedPosition: -1, lastWrittenPosition: -1]
2024-10-01T22:39:57.453Z  INFO 2005 --- [           main] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@1c09921a)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@1b617ae1, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-01T22:39:57.466Z  INFO 2005 --- [           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-01T22:39:57.469Z  INFO 2005 --- [           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-01T22:39:57.471Z  INFO 2005 --- [           main] z.s.t.AbstractZeebeTestExecutionListener : ...deployments and workers started.
2024-10-01T22:39:58.929Z  WARN 2005 --- [-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-01T22:39:58.943Z  WARN 2005 --- [           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-01T22:39:58.950Z  INFO 2005 --- [           main] i.c.z.p.t.filters.logger.IncidentLogger  : 
2024-10-01T22:39:58.958Z  INFO 2005 --- [           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)
| 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-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)
| COMMAND             JOB_BATCH                          ACTIVATE                      | (Worker: script-connector), (Job type: io.camunda.community:script-connector)
| EVENT               JOB_BATCH                          ACTIVATED                     | (Worker: script-connector-legacy), (Job type: script)
| 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)
2024-10-01T22:39:58.969Z  INFO 2005 --- [    zb-actors-1] io.camunda.zeebe.logstreams              : Close appender for log stream null
2024-10-01T22:39:58.970Z  INFO 2005 --- [    zb-actors-1] i.c.zeebe.logstreams.impl.log.Sequencer  : Closing sequencer for writing
2024-10-01T22:39:58.970Z  INFO 2005 --- [    zb-actors-1] io.camunda.zeebe.logstreams              : On closing logstream null close 2 readers