Skip to content

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

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

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

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

1 errors, 2 skipped, 32 pass in 13s

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

Results for commit 66a524b. ± Comparison against earlier commit 8acab86.

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)
16:10:11.016 [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.
16:10:11.135 [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-01T16:10:11.830Z  INFO 2008 --- [           main] i.c.c.connector.script.WorkflowTest      : Starting WorkflowTest using Java 17.0.12 with PID 2008 (started by runner in /home/runner/work/script-connector/script-connector/connector)
2024-10-01T16:10:11.831Z  INFO 2008 --- [           main] i.c.c.connector.script.WorkflowTest      : No active profile set, falling back to 1 default profile: "default"
2024-10-01T16:10:12.998Z  WARN 2008 --- [           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-01T16:10:13.001Z  WARN 2008 --- [           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-01T16:10:13.023Z  WARN 2008 --- [           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-01T16:10:13.024Z  WARN 2008 --- [           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-01T16:10:13.025Z  WARN 2008 --- [           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-01T16:10:13.028Z  WARN 2008 --- [           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-01T16:10:13.029Z  WARN 2008 --- [           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-01T16:10:13.030Z  WARN 2008 --- [           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-01T16:10:13.098Z  INFO 2008 --- [           main] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@1c06c8c5)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@6ca20c96, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-01T16:10:13.243Z  INFO 2008 --- [           main] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@7fb8eff8)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@1add226e, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-01T16:10:13.253Z  WARN 2008 --- [           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-01T16:10:13.255Z  WARN 2008 --- [           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-01T16:10:13.256Z  WARN 2008 --- [           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-01T16:10:13.288Z  INFO 2008 --- [           main] i.c.z.s.c.a.MicrometerMetricsRecorder    : Enabling Micrometer based metrics for spring-zeebe (available via Actuator)
2024-10-01T16:10:13.289Z  WARN 2008 --- [           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-01T16:10:13.290Z  WARN 2008 --- [           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-01T16:10:13.300Z  WARN 2008 --- [           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-01T16:10:13.303Z  WARN 2008 --- [           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-01T16:10:13.306Z  WARN 2008 --- [           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-01T16:10:13.308Z  WARN 2008 --- [           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-01T16:10:13.309Z  WARN 2008 --- [           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-01T16:10:13.312Z  WARN 2008 --- [           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-01T16:10:13.313Z  WARN 2008 --- [           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-01T16:10:13.315Z  WARN 2008 --- [           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-01T16:10:13.701Z  WARN 2008 --- [           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-01T16:10:13.706Z  INFO 2008 --- [           main] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@10b69457)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@20f9e8e5, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-01T16:10:14.047Z  INFO 2008 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 1 endpoint beneath base path '/actuator'
2024-10-01T16:10:14.101Z  INFO 2008 --- [           main] i.c.c.connector.script.WorkflowTest      : Started WorkflowTest in 2.802 seconds (process running for 11.008)
2024-10-01T16:10:14.214Z  INFO 2008 --- [           main] i.c.z.s.test.ZeebeTestExecutionListener  : Create Zeebe in-memory engine for test run on random port: 32651...
2024-10-01T16:10:14.527Z  INFO 2008 --- [    zb-actors-1] io.camunda.zeebe.logstreams              : Recovered state of partition 1 from snapshot at position -1
2024-10-01T16:10:14.555Z  INFO 2008 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@1aeea268)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@b9222b5, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@dcd08c0, configuration: {externalFunctionsEnabled: false}]
2024-10-01T16:10:14.619Z  INFO 2008 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@5c88405a)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@359a4af1, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-01T16:10:14.621Z  INFO 2008 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@535ee6e6)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@359a4af1, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-01T16:10:14.652Z  INFO 2008 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@4a9afb22)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@359a4af1, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-01T16:10:14.653Z  INFO 2008 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@142a0387)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@359a4af1, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-01T16:10:14.682Z  INFO 2008 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@5b7d2769)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@359a4af1, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-01T16:10:14.682Z  INFO 2008 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@179963fc)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@359a4af1, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-01T16:10:14.685Z  INFO 2008 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@6707e6d)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@489090f0, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@1b4affdc, configuration: {externalFunctionsEnabled: false}]
2024-10-01T16:10:14.701Z  INFO 2008 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@65cd749b)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@2ff6fa3d, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@e2b589f, configuration: {externalFunctionsEnabled: false}]
2024-10-01T16:10:14.702Z  INFO 2008 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@529ddbb2)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@259dc778, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@5c6778eb, configuration: {externalFunctionsEnabled: false}]
2024-10-01T16:10:14.730Z  INFO 2008 --- [    zb-actors-1] org.camunda.dmn.DmnEngine                : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@2ea4731e)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@359a4af1, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-01T16:10:14.731Z  INFO 2008 --- [    zb-actors-1] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@3a18680c)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@359a4af1, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-01T16:10:14.780Z  INFO 2008 --- [    zb-actors-1] io.camunda.zeebe.processor               : Processor starts replay of events. [snapshot-position: -1, replay-mode: PROCESSING]
2024-10-01T16:10:14.781Z  INFO 2008 --- [           main] z.s.t.AbstractZeebeTestExecutionListener : Test engine setup. Now starting deployments and workers...
2024-10-01T16:10:14.780Z  INFO 2008 --- [    zb-actors-1] io.camunda.zeebe.processor               : Processor finished replay, with [lastProcessedPosition: -1, lastWrittenPosition: -1]
2024-10-01T16:10:15.010Z  INFO 2008 --- [           main] org.camunda.feel.FeelEngine              : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@669c2270)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@735e9176, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-01T16:10:15.021Z  INFO 2008 --- [           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-01T16:10:15.023Z  INFO 2008 --- [           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-01T16:10:15.024Z  INFO 2008 --- [           main] z.s.t.AbstractZeebeTestExecutionListener : ...deployments and workers started.
2024-10-01T16:10:16.552Z  WARN 2008 --- [-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-01T16:10:16.565Z  WARN 2008 --- [           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-01T16:10:16.575Z  INFO 2008 --- [           main] i.c.z.p.t.filters.logger.IncidentLogger  : 
2024-10-01T16:10:16.584Z  INFO 2008 --- [           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-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)
| 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), (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-01T16:10:16.597Z  INFO 2008 --- [    zb-actors-0] io.camunda.zeebe.logstreams              : Close appender for log stream null
2024-10-01T16:10:16.597Z  INFO 2008 --- [    zb-actors-0] i.c.zeebe.logstreams.impl.log.Sequencer  : Closing sequencer for writing
2024-10-01T16:10:16.597Z  INFO 2008 --- [    zb-actors-0] io.camunda.zeebe.logstreams              : On closing logstream null close 2 readers