10:19:57.526 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [ColdBootTest]: using SpringBootContextLoader
10:19:57.530 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.yablochkov.ocpp16.autotest.ocpp16Tests.ColdBootTest]: no resource found for suffixes {-context.xml, Context.groovy}.
10:19:57.557 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using ContextCustomizers for test class [ColdBootTest]: [DisableObservabilityContextCustomizer, PropertyMappingContextCustomizer, Customizer, ImportsContextCustomizer, ExcludeFilterContextCustomizer, DuplicateJsonObjectContextCustomizer, MockitoContextCustomizer, TestRestTemplateContextCustomizer]
10:19:57.685 [Test worker] DEBUG org.springframework.test.context.util.TestContextSpringFactoriesUtils - Skipping candidate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener] due to a missing dependency. Specify custom TestExecutionListener classes or make the default TestExecutionListener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
10:19:57.688 [Test worker] DEBUG org.springframework.test.context.util.TestContextSpringFactoriesUtils - Skipping candidate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] due to a missing dependency. Specify custom TestExecutionListener classes or make the default TestExecutionListener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
10:19:57.689 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners for test class [ColdBootTest]: [ServletTestExecutionListener, DirtiesContextBeforeModesTestExecutionListener, ApplicationEventsTestExecutionListener, MockitoTestExecutionListener, DependencyInjectionTestExecutionListener, DirtiesContextTestExecutionListener, EventPublishingTestExecutionListener, RestDocsTestExecutionListener, MockRestServiceServerResetTestExecutionListener, MockMvcPrintOnlyOnFailureTestExecutionListener, WebDriverTestExecutionListener, MockWebServiceServerTestExecutionListener, ResetMocksTestExecutionListener]
10:19:56,571 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version ?
10:19:56,586 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
10:19:56,587 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.xml]
10:19:56,589 |-INFO in ch.qos.logback.classic.BasicConfigurator@18ac4af6 - Setting up default configuration.
10:19:57,972 |-INFO in ch.qos.logback.core.joran.action.ConversionRuleAction - registering conversion word clr with class [org.springframework.boot.logging.logback.ColorConverter]
10:19:57,972 |-INFO in ch.qos.logback.core.joran.action.ConversionRuleAction - registering conversion word wEx with class [org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter]
10:19:57,975 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - <level> element is deprecated. Near [level] on line 25
10:19:57,975 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within <logger> or <root> elements instead.
10:19:57,975 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - <level> element is deprecated. Near [level] on line 30
10:19:57,975 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within <logger> or <root> elements instead.
10:19:58,015 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [CONSOLE]
10:19:58,015 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
10:19:58,018 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
10:19:58,037 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [TEST-FILE]
10:19:58,037 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
10:19:58,039 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
10:19:58,040 |-INFO in ch.qos.logback.core.FileAppender[TEST-FILE] - File property is set to [LOG_FILE_IS_UNDEFINED]
10:19:58,041 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@117fb9ba - Propagating DEBUG level on Logger[com.yablochkov] onto the JUL framework
10:19:58,041 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - com.yablochkov level set to DEBUG
10:19:58,041 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@117fb9ba - Propagating TRACE level on Logger[org.springframework.web.servlet.mvc] onto the JUL framework
10:19:58,041 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - org.springframework.web.servlet.mvc level set to TRACE
10:19:58,041 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CONSOLE] to Logger[org.springframework.web.servlet.mvc]
10:19:58,042 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
10:19:58,042 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@117fb9ba - Propagating WARN level on Logger[ROOT] onto the JUL framework
10:19:58,042 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [TEST-FILE] to Logger[ROOT]
10:19:58,042 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CONSOLE] to Logger[ROOT]
10:19:58,042 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@2b1d1a5 - End of configuration.
10:19:58,042 |-INFO in org.springframework.boot.logging.logback.SpringBootJoranConfigurator@41e7a544 - Registering current configuration as safe fallback point
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.0.2)
10:19:58.169 [Test worker] INFO c.y.o.a.ocpp16Tests.ColdBootTest - Starting ColdBootTest using Java 17.0.2 with PID 221 (started by root in /builds/yablochkov/mainboard/autotests/autotests1.6)
10:19:58.170 [Test worker] DEBUG c.y.o.a.ocpp16Tests.ColdBootTest - Running with Spring Boot, Spring
10:19:58.171 [Test worker] INFO c.y.o.a.ocpp16Tests.ColdBootTest - The following 1 profile is active: "test"
10:19:58.403 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@4cadd4d4, started on Tue Jul 07 10:19:58 UTC 2026
10:19:59.029 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - No 'messageSource' bean, using [Empty MessageSource]
10:19:59.030 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - No 'applicationEventMulticaster' bean, using [SimpleApplicationEventMulticaster]
10:19:59.475 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
10:19:59.475 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
10:19:59.562 [Test worker] TRACE o.s.w.s.m.m.a.RequestMappingHandlerMapping -
o.s.b.a.w.s.e.BasicErrorController:
{ [/error]}: error(HttpServletRequest)
{ [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse)
10:19:59.562 [Test worker] TRACE o.s.w.s.m.m.a.RequestMappingHandlerMapping -
o.s.b.a.w.s.e.BasicErrorController:
{ [/error]}: error(HttpServletRequest)
{ [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse)
10:19:59.566 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 2 mappings in 'requestMappingHandlerMapping'
10:19:59.566 [Test worker] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 2 mappings in 'requestMappingHandlerMapping'
10:19:59.571 [Test worker] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping - Detected 0 mappings in 'beanNameHandlerMapping'
10:19:59.575 [Test worker] TRACE o.s.w.s.f.s.RouterFunctionMapping - 0 RouterFunction(s) in 'routerFunctionMapping'
10:19:59.586 [Test worker] TRACE o.s.w.s.h.SimpleUrlHandlerMapping - Mapped [/webjars/**] onto ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]]
10:19:59.587 [Test worker] TRACE o.s.w.s.h.SimpleUrlHandlerMapping - Mapped [/**] onto ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]
10:19:59.587 [Test worker] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**] in 'resourceHandlerMapping'
10:19:59.594 [Test worker] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
10:19:59.594 [Test worker] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
10:19:59.663 [Test worker] TRACE o.s.w.c.s.GenericWebApplicationContext - Using LifecycleProcessor [org.springframework.context.support.DefaultLifecycleProcessor@9588bd8]
10:19:59.675 [Test worker] INFO c.y.o.a.ocpp16Tests.ColdBootTest - Started ColdBootTest in 1.949 seconds (process running for 3.719)
10:20:23.164 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
10:20:23.403 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:20:24.406 [Test worker] DEBUG c.y.o.s.c.c.CsmsStubServerClient - Try to send action request
10:20:24.409 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/bootNotification
10:20:24.427 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:20:24.455 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [BootNotificationDto(status=Accepted, interval=1)] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
10:20:24.573 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:20:24.994 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
10:20:25.047 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:20:26.269 [Test worker] DEBUG c.y.o.s.c.c.CsmsStubServerClient - Try to send action request
10:20:26.270 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/bootNotification
10:20:26.270 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:20:26.270 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [BootNotificationDto(status=Pending, interval=1)] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
10:20:26.325 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:21:21.328 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
10:21:21.344 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:21:21.429 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:21:21.431 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
10:21:21.505 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
10:21:21.559 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:21:22.670 [Test worker] DEBUG c.y.o.s.c.c.CsmsStubServerClient - Try to send action request
10:21:22.671 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/bootNotification
10:21:22.671 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:21:22.671 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [BootNotificationDto(status=Rejected, interval=1)] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
10:21:22.725 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:22:17.726 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
10:22:17.727 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:22:17.783 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:22:17.784 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
10:22:17.790 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
10:22:17.843 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:22:18.956 [Test worker] DEBUG c.y.o.s.c.c.CsmsStubServerClient - Try to send action request
10:22:18.956 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/bootNotification
10:22:18.956 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:22:18.957 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [BootNotificationDto(status=Rejected, interval=1)] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
10:22:19.011 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:23:14.012 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
10:23:14.012 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:23:14.068 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:23:14.069 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
10:23:14.070 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
10:23:14.123 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:23:15.234 [Test worker] DEBUG c.y.o.s.c.c.CsmsStubServerClient - Try to send action request
10:23:15.234 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/bootNotification
10:23:15.235 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:23:15.235 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [BootNotificationDto(status=Pending, interval=1)] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
10:23:15.288 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:24:10.288 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
10:24:10.289 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:24:10.345 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:24:10.346 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
10:24:10.347 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
10:24:10.398 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:24:11.511 [Test worker] DEBUG c.y.o.s.c.c.CsmsStubServerClient - Try to send action request
10:24:11.511 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/bootNotification
10:24:11.512 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:24:11.512 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [BootNotificationDto(status=Accepted, interval=1)] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
10:24:11.568 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:25:06.569 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
10:25:06.569 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:25:06.633 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:25:06.633 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
Available 0
Available 1
Available 2
Available 3
32
10:25:06.740 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
10:25:06.793 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:25:07.905 [Test worker] DEBUG c.y.o.s.c.c.CsmsStubServerClient - Try to send action request
10:25:07.906 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/bootNotification
10:25:07.907 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:25:07.907 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [BootNotificationDto(status=Pending, interval=1)] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
10:25:07.961 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:26:18.407 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
10:26:18.408 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:26:18.512 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:26:18.512 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
10:26:29.841 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP DELETE http://172.24.0.219:8080/requests
10:26:30.411 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:26:43.743 [Test worker] DEBUG c.y.o.s.c.c.CsmsStubServerClient - Try to send action request
10:26:43.743 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/bootNotification
10:26:43.744 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:26:43.744 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [BootNotificationDto(status=Rejected, interval=1)] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
10:26:43.800 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:27:38.800 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP GET http://172.24.0.219:8080/requests
10:27:38.801 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:27:38.855 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:27:38.855 [Test worker] DEBUG o.s.web.client.RestTemplate - Reading to [java.util.List<eu.chargetime.ocpp.model.Request>]
10:27:38.860 [Test worker] DEBUG c.y.o.s.c.c.CsmsStubServerClient - Try to send action request
10:27:38.861 [Test worker] DEBUG o.s.web.client.RestTemplate - HTTP POST http://172.24.0.219:8080/bootNotification
10:27:38.861 [Test worker] DEBUG o.s.web.client.RestTemplate - Accept=[application/json, application/xml, text/xml, application/*+json, application/*+xml]
10:27:38.861 [Test worker] DEBUG o.s.web.client.RestTemplate - Writing [BootNotificationDto(status=Accepted, interval=1)] with org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
10:27:38.913 [Test worker] DEBUG o.s.web.client.RestTemplate - Response 200 OK
10:27:39.916 [Test worker] DEBUG o.s.w.c.s.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@4cadd4d4, started on Tue Jul 07 10:19:58 UTC 2026