chore(deps): update spring boot to v3.3.4 (patch) #1435
GitHub Actions / Test Results
failed
Aug 27, 2024 in 0s
1 errors, 2 skipped, 32 pass in 11s
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)
19:31:12.207 [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.
19:31:12.307 [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
19:31:12,095 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.5.7
19:31:12,097 |-INFO in ch.qos.logback.classic.util.ContextInitializer@35ef439e - Here is a list of configurators discovered as a service, by rank:
19:31:12,097 |-INFO in ch.qos.logback.classic.util.ContextInitializer@35ef439e - org.springframework.boot.logging.logback.RootLogLevelConfigurator
19:31:12,097 |-INFO in ch.qos.logback.classic.util.ContextInitializer@35ef439e - They will be invoked in order until ExecutionStatus.DO_NOT_INVOKE_NEXT_IF_ANY is returned.
19:31:12,097 |-INFO in ch.qos.logback.classic.util.ContextInitializer@35ef439e - Constructed configurator of type class org.springframework.boot.logging.logback.RootLogLevelConfigurator
19:31:12,101 |-INFO in ch.qos.logback.classic.util.ContextInitializer@35ef439e - org.springframework.boot.logging.logback.RootLogLevelConfigurator.configure() call lasted 0 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
19:31:12,101 |-INFO in ch.qos.logback.classic.util.ContextInitializer@35ef439e - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
19:31:12,101 |-INFO in ch.qos.logback.classic.util.ContextInitializer@35ef439e - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
19:31:12,102 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
19:31:12,102 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
19:31:12,102 |-INFO in ch.qos.logback.classic.util.ContextInitializer@35ef439e - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 1 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
19:31:12,102 |-INFO in ch.qos.logback.classic.util.ContextInitializer@35ef439e - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
19:31:12,102 |-INFO in ch.qos.logback.classic.util.ContextInitializer@35ef439e - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
19:31:12,102 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
19:31:12,103 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.xml]
19:31:12,103 |-INFO in ch.qos.logback.classic.util.ContextInitializer@35ef439e - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 1 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
19:31:12,103 |-INFO in ch.qos.logback.classic.util.ContextInitializer@35ef439e - Trying to configure with ch.qos.logback.classic.BasicConfigurator
19:31:12,103 |-INFO in ch.qos.logback.classic.util.ContextInitializer@35ef439e - Constructed configurator of type class ch.qos.logback.classic.BasicConfigurator
19:31:12,103 |-INFO in ch.qos.logback.classic.BasicConfigurator@4997552e - Setting up default configuration.
19:31:12,117 |-INFO in ch.qos.logback.classic.util.ContextInitializer@35ef439e - ch.qos.logback.classic.BasicConfigurator.configure() call lasted 14 milliseconds. ExecutionStatus=NEUTRAL
19:31:12,619 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@7bcecef6 - URL [jar:file:/home/runner/.m2/repository/io/camunda/connector/spring-boot-starter-camunda-connectors/8.3.0/spring-boot-starter-camunda-connectors-8.3.0.jar!/logback-spring.xml] is not of type file
19:31:12,695 |-INFO in ch.qos.logback.core.joran.util.ConfigurationWatchListUtil@46046c06 - Adding [jar:file:/home/runner/.m2/repository/org/springframework/boot/spring-boot/3.3.3/spring-boot-3.3.3.jar!/org/springframework/boot/logging/logback/defaults.xml] to configuration watch list.
19:31:12,695 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@7bcecef6 - URL [jar:file:/home/runner/.m2/repository/org/springframework/boot/spring-boot/3.3.3/spring-boot-3.3.3.jar!/org/springframework/boot/logging/logback/defaults.xml] is not of type file
19:31:12,702 |-WARN in ch.qos.logback.core.joran.action.ConversionRuleAction - [converterClass] attribute is deprecated and replaced by [class]. See element [conversionRule] near line 8
19:31:12,702 |-WARN in ch.qos.logback.core.joran.action.ConversionRuleAction - [converterClass] attribute is deprecated and replaced by [class]. See element [conversionRule] near line 9
19:31:12,702 |-WARN in ch.qos.logback.core.joran.action.ConversionRuleAction - [converterClass] attribute is deprecated and replaced by [class]. See element [conversionRule] near line 10
19:31:12,702 |-WARN in ch.qos.logback.core.joran.action.ConversionRuleAction - [converterClass] attribute is deprecated and replaced by [class]. See element [conversionRule] near line 11
19:31:12,702 |-WARN in ch.qos.logback.core.joran.action.ConversionRuleAction - [converterClass] attribute is deprecated and replaced by [class]. See element [conversionRule] near line 12
19:31:12,704 |-INFO in ch.qos.logback.core.model.processor.ConversionRuleModelHandler - registering conversion word applicationName with class [org.springframework.boot.logging.logback.ApplicationNameConverter]
19:31:12,704 |-INFO in ch.qos.logback.core.model.processor.ConversionRuleModelHandler - registering conversion word clr with class [org.springframework.boot.logging.logback.ColorConverter]
19:31:12,704 |-INFO in ch.qos.logback.core.model.processor.ConversionRuleModelHandler - registering conversion word correlationId with class [org.springframework.boot.logging.logback.CorrelationIdConverter]
19:31:12,704 |-INFO in ch.qos.logback.core.model.processor.ConversionRuleModelHandler - registering conversion word wex with class [org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter]
19:31:12,704 |-INFO in ch.qos.logback.core.model.processor.ConversionRuleModelHandler - registering conversion word wEx with class [org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter]
19:31:12,705 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@93824eb - value "%clr(%d{yyyy-MM-dd'T'HH:mm:ss.SSSXXX}){faint} %clr(%5p) %clr(1986){magenta} %clr(---){faint} %clr(%applicationName[%15.15t]){faint} %clr(){faint}%clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx" substituted for "${CONSOLE_LOG_PATTERN:-%clr(%d{${LOG_DATEFORMAT_PATTERN:-yyyy-MM-dd'T'HH:mm:ss.SSSXXX}}){faint} %clr(${LOG_LEVEL_PATTERN:-%5p}) %clr(${PID:- }){magenta} %clr(---){faint} %clr(%applicationName[%15.15t]){faint} %clr(${LOG_CORRELATION_PATTERN:-}){faint}%clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}}"
19:31:12,705 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@93824eb - value "UTF-8" substituted for "${CONSOLE_LOG_CHARSET:-${file.encoding:-UTF-8}}"
19:31:12,705 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@93824eb - value "TRACE" substituted for "${CONSOLE_LOG_THRESHOLD:-TRACE}"
19:31:12,705 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@93824eb - value "%d{yyyy-MM-dd'T'HH:mm:ss.SSSXXX} %5p 1986 --- %applicationName[%t] %-40.40logger{39} : %m%n%wEx" substituted for "${FILE_LOG_PATTERN:-%d{${LOG_DATEFORMAT_PATTERN:-yyyy-MM-dd'T'HH:mm:ss.SSSXXX}} ${LOG_LEVEL_PATTERN:-%5p} ${PID:- } --- %applicationName[%t] ${LOG_CORRELATION_PATTERN:-}%-40.40logger{39} : %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}}"
19:31:12,705 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@93824eb - value "UTF-8" substituted for "${FILE_LOG_CHARSET:-${file.encoding:-UTF-8}}"
19:31:12,705 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@93824eb - value "TRACE" substituted for "${FILE_LOG_THRESHOLD:-TRACE}"
19:31:12,706 |-INFO in ch.qos.logback.core.joran.util.ConfigurationWatchListUtil@46046c06 - Adding [jar:file:/home/runner/.m2/repository/org/springframework/boot/spring-boot/3.3.3/spring-boot-3.3.3.jar!/org/springframework/boot/logging/logback/console-appender.xml] to configuration watch list.
19:31:12,706 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@7bcecef6 - URL [jar:file:/home/runner/.m2/repository/org/springframework/boot/spring-boot/3.3.3/spring-boot-3.3.3.jar!/org/springframework/boot/logging/logback/console-appender.xml] is not of type file
19:31:12,710 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.catalina.startup.DigesterFactory] to ERROR
19:31:12,710 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@7af52ec7 - Propagating ERROR level on Logger[org.apache.catalina.startup.DigesterFactory] onto the JUL framework
19:31:12,710 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.catalina.util.LifecycleBase] to ERROR
19:31:12,710 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@7af52ec7 - Propagating ERROR level on Logger[org.apache.catalina.util.LifecycleBase] onto the JUL framework
19:31:12,710 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.coyote.http11.Http11NioProtocol] to WARN
19:31:12,710 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@7af52ec7 - Propagating WARN level on Logger[org.apache.coyote.http11.Http11NioProtocol] onto the JUL framework
19:31:12,710 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.sshd.common.util.SecurityUtils] to WARN
19:31:12,710 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@7af52ec7 - Propagating WARN level on Logger[org.apache.sshd.common.util.SecurityUtils] onto the JUL framework
19:31:12,710 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.tomcat.util.net.NioSelectorPool] to WARN
19:31:12,710 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@7af52ec7 - Propagating WARN level on Logger[org.apache.tomcat.util.net.NioSelectorPool] onto the JUL framework
19:31:12,711 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.jetty.util.component.AbstractLifeCycle] to ERROR
19:31:12,711 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@7af52ec7 - Propagating ERROR level on Logger[org.eclipse.jetty.util.component.AbstractLifeCycle] onto the JUL framework
19:31:12,711 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.hibernate.validator.internal.util.Version] to WARN
19:31:12,711 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@7af52ec7 - Propagating WARN level on Logger[org.hibernate.validator.internal.util.Version] onto the JUL framework
19:31:12,711 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.springframework.boot.actuate.endpoint.jmx] to WARN
19:31:12,711 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@7af52ec7 - Propagating WARN level on Logger[org.springframework.boot.actuate.endpoint.jmx] onto the JUL framework
19:31:12,711 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [CONSOLE]
19:31:12,711 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
19:31:12,714 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@93824eb - value "TRACE" substituted for "${CONSOLE_LOG_THRESHOLD}"
19:31:12,715 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
19:31:12,715 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@93824eb - value "%clr(%d{yyyy-MM-dd'T'HH:mm:ss.SSSXXX}){faint} %clr(%5p) %clr(1986){magenta} %clr(---){faint} %clr(%applicationName[%15.15t]){faint} %clr(){faint}%clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wEx" substituted for "${CONSOLE_LOG_PATTERN}"
19:31:12,715 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@93824eb - value "UTF-8" substituted for "${CONSOLE_LOG_CHARSET}"
19:31:12,724 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [io.camunda] to INFO
19:31:12,724 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@7af52ec7 - Propagating INFO level on Logger[io.camunda] onto the JUL framework
19:31:12,724 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to INFO
19:31:12,724 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@7af52ec7 - Propagating INFO level on Logger[ROOT] onto the JUL framework
19:31:12,724 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CONSOLE] to Logger[ROOT]
19:31:12,724 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@77c1e611 - End of configuration.
19:31:12,725 |-INFO in org.springframework.boot.logging.logback.SpringBootJoranConfigurator@12c0c0b3 - Registering current configuration as safe fallback point
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.3)
2024-08-27T19:31:12.793Z INFO 1986 --- [ main] i.c.c.connector.script.WorkflowTest : Starting WorkflowTest using Java 17.0.12 with PID 1986 (started by runner in /home/runner/work/script-connector/script-connector/connector)
2024-08-27T19:31:12.795Z INFO 1986 --- [ main] i.c.c.connector.script.WorkflowTest : No active profile set, falling back to 1 default profile: "default"
2024-08-27T19:31:14.048Z WARN 1986 --- [ 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-08-27T19:31:14.050Z WARN 1986 --- [ 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-08-27T19:31:14.074Z WARN 1986 --- [ 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-08-27T19:31:14.075Z WARN 1986 --- [ 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-08-27T19:31:14.077Z WARN 1986 --- [ 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-08-27T19:31:14.080Z WARN 1986 --- [ 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-08-27T19:31:14.081Z WARN 1986 --- [ 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-08-27T19:31:14.083Z WARN 1986 --- [ 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-08-27T19:31:14.148Z INFO 1986 --- [ main] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@785ef70f)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@493968a9, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-08-27T19:31:14.258Z INFO 1986 --- [ main] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@18f8e2e0)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@28d56028, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-08-27T19:31:14.269Z WARN 1986 --- [ 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-08-27T19:31:14.271Z WARN 1986 --- [ 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-08-27T19:31:14.272Z WARN 1986 --- [ 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-08-27T19:31:14.306Z INFO 1986 --- [ main] i.c.z.s.c.a.MicrometerMetricsRecorder : Enabling Micrometer based metrics for spring-zeebe (available via Actuator)
2024-08-27T19:31:14.307Z WARN 1986 --- [ 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-08-27T19:31:14.308Z WARN 1986 --- [ 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-08-27T19:31:14.319Z WARN 1986 --- [ 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-08-27T19:31:14.321Z WARN 1986 --- [ 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-08-27T19:31:14.323Z WARN 1986 --- [ 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-08-27T19:31:14.324Z WARN 1986 --- [ 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-08-27T19:31:14.325Z WARN 1986 --- [ 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-08-27T19:31:14.327Z WARN 1986 --- [ 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-08-27T19:31:14.328Z WARN 1986 --- [ 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-08-27T19:31:14.330Z WARN 1986 --- [ 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-08-27T19:31:14.642Z WARN 1986 --- [ 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-08-27T19:31:14.648Z INFO 1986 --- [ main] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@738ed8f5)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@1cfb7450, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-08-27T19:31:15.108Z INFO 1986 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2024-08-27T19:31:15.172Z INFO 1986 --- [ main] i.c.c.connector.script.WorkflowTest : Started WorkflowTest in 2.749 seconds (process running for 4.284)
2024-08-27T19:31:15.243Z INFO 1986 --- [ main] i.c.z.s.test.ZeebeTestExecutionListener : Create Zeebe in-memory engine for test run on random port: 16630...
2024-08-27T19:31:15.603Z INFO 1986 --- [ zb-actors-0] io.camunda.zeebe.logstreams : Recovered state of partition 1 from snapshot at position -1
2024-08-27T19:31:15.635Z INFO 1986 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@833fc0a)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@36275220, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@8e2f546, configuration: {externalFunctionsEnabled: false}]
2024-08-27T19:31:15.673Z INFO 1986 --- [ zb-actors-0] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@6204a448)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@502d2fb5, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-08-27T19:31:15.675Z INFO 1986 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@4c2ac393)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@502d2fb5, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-08-27T19:31:15.698Z INFO 1986 --- [ zb-actors-0] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@1a205d9e)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@502d2fb5, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-08-27T19:31:15.699Z INFO 1986 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@6aefa59f)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@502d2fb5, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-08-27T19:31:15.724Z INFO 1986 --- [ zb-actors-0] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@15a6379d)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@502d2fb5, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-08-27T19:31:15.724Z INFO 1986 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@42342197)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@502d2fb5, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-08-27T19:31:15.727Z INFO 1986 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@5b167b61)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@577f7522, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@5dde36dd, configuration: {externalFunctionsEnabled: false}]
2024-08-27T19:31:15.739Z INFO 1986 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@df7c003)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@692f644f, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@48babe4e, configuration: {externalFunctionsEnabled: false}]
2024-08-27T19:31:15.740Z INFO 1986 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@122fb0fa)), function-provider: io.camunda.zeebe.feel.impl.FeelFunctionProvider@7c2319f1, clock: io.camunda.zeebe.engine.processing.bpmn.clock.ZeebeFeelEngineClock@23e22cfb, configuration: {externalFunctionsEnabled: false}]
2024-08-27T19:31:15.763Z INFO 1986 --- [ zb-actors-0] org.camunda.dmn.DmnEngine : DMN-Engine created. [value-mapper: CompositeValueMapper(List(io.camunda.zeebe.feel.impl.MessagePackValueMapper@21aca0a9)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@502d2fb5, audit-loggers: List(), configuration: Configuration(false,false,false)]
2024-08-27T19:31:15.763Z INFO 1986 --- [ zb-actors-0] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.dmn.NoUnpackValueMapper@74db6c5f)), function-provider: org.camunda.feel.context.FunctionProvider$EmptyFunctionProvider$@502d2fb5, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-08-27T19:31:15.812Z INFO 1986 --- [ zb-actors-0] io.camunda.zeebe.processor : Processor starts replay of events. [snapshot-position: -1, replay-mode: PROCESSING]
2024-08-27T19:31:15.813Z INFO 1986 --- [ zb-actors-0] io.camunda.zeebe.processor : Processor finished replay, with [lastProcessedPosition: -1, lastWrittenPosition: -1]
2024-08-27T19:31:15.814Z INFO 1986 --- [ main] z.s.t.AbstractZeebeTestExecutionListener : Test engine setup. Now starting deployments and workers...
2024-08-27T19:31:16.023Z INFO 1986 --- [ main] org.camunda.feel.FeelEngine : Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@452ea8f0)), function-provider: io.camunda.connector.feel.FeelConnectorFunctionProvider@e417628, clock: SystemClock, configuration: {externalFunctionsEnabled: false}]
2024-08-27T19:31:16.033Z INFO 1986 --- [ 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-08-27T19:31:16.034Z INFO 1986 --- [ 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-08-27T19:31:16.035Z INFO 1986 --- [ main] z.s.t.AbstractZeebeTestExecutionListener : ...deployments and workers started.
2024-08-27T19:31:17.219Z WARN 1986 --- [-worker-ELG-3-3] 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:469)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:566)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994)
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-08-27T19:31:17.230Z WARN 1986 --- [ 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-08-27T19:31:17.238Z INFO 1986 --- [ main] i.c.z.p.t.filters.logger.IncidentLogger :
2024-08-27T19:31:17.246Z INFO 1986 --- [ 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)
| 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)
2024-08-27T19:31:17.265Z INFO 1986 --- [ zb-actors-0] io.camunda.zeebe.logstreams : Close appender for log stream null
2024-08-27T19:31:17.265Z INFO 1986 --- [ zb-actors-0] i.c.zeebe.logstreams.impl.log.Sequencer : Closing sequencer for writing
2024-08-27T19:31:17.265Z INFO 1986 --- [ zb-actors-0] io.camunda.zeebe.logstreams : On closing logstream null close 2 readers
Loading