chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.1 - autoclosed #1546
GitHub Actions / Test Results
failed
Oct 11, 2024 in 0s
1 errors, 2 skipped, 32 pass in 13s
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 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)
10:22:02.059 [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.
10:22:02.148 [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-11T10:22:02.838Z INFO 1968 --- [ main] i.c.c.connector.script.WorkflowTest : Starting WorkflowTest using Java 17.0.12 with PID 1968 (started by runner in /home/runner/work/script-connector/script-connector/connector)
2024-10-11T10:22:02.839Z INFO 1968 --- [ main] i.c.c.connector.script.WorkflowTest : No active profile set, falling back to 1 default profile: "default"
2024-10-11T10:22:03.868Z WARN 1968 --- [ 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-11T10:22:03.871Z WARN 1968 --- [ 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-11T10:22:03.903Z WARN 1968 --- [ 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-11T10:22:03.904Z WARN 1968 --- [ 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-11T10:22:03.906Z WARN 1968 --- [ 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-11T10:22:03.909Z WARN 1968 --- [ 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-11T10:22:03.911Z WARN 1968 --- [ 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-11T10:22:03.913Z WARN 1968 --- [ 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-11T10:22:04.005Z INFO 1968 --- [ main] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@41274a53)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@128e7fc4, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-11T10:22:04.168Z INFO 1968 --- [ main] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@747ef51d)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@2b80fadc, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-11T10:22:04.183Z WARN 1968 --- [ 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-11T10:22:04.184Z WARN 1968 --- [ 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-11T10:22:04.185Z WARN 1968 --- [ 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-11T10:22:04.226Z INFO 1968 --- [ main] i.c.z.s.c.a.MicrometerMetricsRecorder : Enabling Micrometer based metrics for spring-zeebe (available via Actuator)
2024-10-11T10:22:04.226Z WARN 1968 --- [ 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-11T10:22:04.227Z WARN 1968 --- [ 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-11T10:22:04.245Z WARN 1968 --- [ 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-11T10:22:04.247Z WARN 1968 --- [ 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-11T10:22:04.262Z WARN 1968 --- [ 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-11T10:22:04.263Z WARN 1968 --- [ 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-11T10:22:04.266Z WARN 1968 --- [ 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-11T10:22:04.268Z WARN 1968 --- [ 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-11T10:22:04.269Z WARN 1968 --- [ 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-11T10:22:04.270Z WARN 1968 --- [ 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-11T10:22:04.539Z WARN 1968 --- [ 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-11T10:22:04.544Z INFO 1968 --- [ main] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@270741c2)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@5c432e40, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-11T10:22:04.910Z INFO 1968 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2024-10-11T10:22:04.961Z INFO 1968 --- [ main] i.c.c.connector.script.WorkflowTest : Started WorkflowTest in 2.697 seconds (process running for 9.234)
2024-10-11T10:22:05.127Z INFO 1968 --- [ main] i.c.z.s.test.ZeebeTestExecutionListener : Create Zeebe in-memory engine for test run on random port: 64289...
2024-10-11T10:22:05.481Z INFO 1968 --- [ zb-actors-0] io.camunda.zeebe.logstreams : Recovered state of partition 1 from snapshot at position -1
2024-10-11T10:22:05.515Z INFO 1968 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@6fbe3f46)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@3983770a, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@39479c7b, configuration: {externalFunctionsEnabled: false}]
2024-10-11T10:22:05.561Z INFO 1968 --- [ zb-actors-0] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@3bf36e38)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@78a96025, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-11T10:22:05.563Z INFO 1968 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@2460ccd7)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@78a96025, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-11T10:22:05.588Z INFO 1968 --- [ zb-actors-0] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@6e8a8a2d)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@78a96025, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-11T10:22:05.588Z INFO 1968 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@48708e2c)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@78a96025, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-11T10:22:05.609Z INFO 1968 --- [ zb-actors-0] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@6e7d9ed6)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@78a96025, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-11T10:22:05.610Z INFO 1968 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@6d429192)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@78a96025, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-11T10:22:05.612Z INFO 1968 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@76af564c)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@2e77ddf8, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@3bb5922e, configuration: {externalFunctionsEnabled: false}]
2024-10-11T10:22:05.627Z INFO 1968 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@662a0d6)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@52a382d3, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@24083528, configuration: {externalFunctionsEnabled: false}]
2024-10-11T10:22:05.628Z INFO 1968 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@410d250f)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@436308c6, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@224125e, configuration: {externalFunctionsEnabled: false}]
2024-10-11T10:22:05.652Z INFO 1968 --- [ zb-actors-0] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@cf1c29)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@78a96025, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-10-11T10:22:05.653Z INFO 1968 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@4d0e9752)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@78a96025, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-11T10:22:05.691Z INFO 1968 --- [ zb-actors-0] io.camunda.zeebe.processor : Processor starts replay of events. [snapshot-position: -1, replay-mode: PROCESSING]
2024-10-11T10:22:05.693Z INFO 1968 --- [ main] z.s.t.AbstractZeebeTestExecutionListener : Test engine setup. Now starting deployments and workers...
2024-10-11T10:22:05.691Z INFO 1968 --- [ zb-actors-0] io.camunda.zeebe.processor : Processor finished replay, with [lastProcessedPosition: -1, lastWrittenPosition: -1]
2024-10-11T10:22:05.905Z INFO 1968 --- [ main] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@4113b5cc)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@4d61d93a, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-10-11T10:22:05.914Z INFO 1968 --- [ 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-11T10:22:05.915Z INFO 1968 --- [ 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-11T10:22:05.916Z INFO 1968 --- [ main] z.s.t.AbstractZeebeTestExecutionListener : ...deployments and workers started.
2024-10-11T10:22:07.419Z WARN 1968 --- [-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-11T10:22:07.429Z WARN 1968 --- [ 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-11T10:22:07.436Z INFO 1968 --- [ main] i.c.z.p.t.filters.logger.IncidentLogger :
2024-10-11T10:22:07.445Z INFO 1968 --- [ 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)
| 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)
| 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)
| 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)
| 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)
| 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-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)
2024-10-11T10:22:07.456Z INFO 1968 --- [ zb-actors-0] io.camunda.zeebe.logstreams : Close appender for log stream null
2024-10-11T10:22:07.456Z INFO 1968 --- [ zb-actors-0] i.c.zeebe.logstreams.impl.log.Sequencer : Closing sequencer for writing
2024-10-11T10:22:07.457Z INFO 1968 --- [ zb-actors-0] io.camunda.zeebe.logstreams : On closing logstream null close 2 readers
Loading