Skip to content

chore(deps): update upgrade all non-major gradle dependencies #30

chore(deps): update upgrade all non-major gradle dependencies

chore(deps): update upgrade all non-major gradle dependencies #30

GitHub Actions / Test Results failed Dec 21, 2024 in 0s

1 fail, 51 pass in 4s

52 tests  ±0   51 ✅ ±0   4s ⏱️ -1s
13 suites ±0    0 💤 ±0 
13 files   ±0    1 ❌ ±0 

Results for commit 040f92b. ± Comparison against earlier commit 4897824.

Annotations

Check warning on line 0 in com.monta.library.ocpp.extension.plugandcharge.PlugAndChargeExtensionClientTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

GetInstalledCertificateIdsConfirmation can be sent (com.monta.library.ocpp.extension.plugandcharge.PlugAndChargeExtensionClientTest) failed

v16/build/test-results/test/TEST-com.monta.library.ocpp.extension.plugandcharge.PlugAndChargeExtensionClientTest.xml [took 1s]
Raw output
OcppCallException(errorCode=InternalError, msg=Timeout for 'DataTransfer' - {"type":"Message$Request","uniqueId":"c5dd8b57-3519-4a34-94ff-80de3907b8db","action":"DataTransfer","payload":{"vendorId":"org.openchargealliance.iso15118pnc","messageId":"GetInstalledCertificateIds","data":"{\"certificateType\":[\"V2GCertificateChain\",\"V2GRootCertificate\"]}"}}, throwable=kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 1000 ms)
	at app//com.monta.library.ocpp.common.transport.OcppMessageInterpreter.send-5_5nbZA(OcppMessageInterpreter.kt:135)
	at app//com.monta.library.ocpp.common.transport.OcppMessageInterpreter.send-5_5nbZA$default(OcppMessageInterpreter.kt:87)
	at app//com.monta.library.ocpp.v16.server.OcppServerV16$asCoreProfile$1.dataTransfer(OcppServerV16.kt:164)
	at app//com.monta.library.ocpp.v16.server.OcppServerV16$asPlugAndChargeProfile$1$getInstalledCertificateIds$2.invokeSuspend(OcppServerV16.kt:290)
	at app//com.monta.library.ocpp.v16.server.OcppServerV16$asPlugAndChargeProfile$1$getInstalledCertificateIds$2.invoke(OcppServerV16.kt)
	at app//com.monta.library.ocpp.v16.server.OcppServerV16$asPlugAndChargeProfile$1$getInstalledCertificateIds$2.invoke(OcppServerV16.kt)
	at app//com.monta.library.ocpp.v16.extension.OcppExtensionService.send(OcppExtensionService.kt:107)
	at app//com.monta.library.ocpp.v16.server.OcppServerV16$asPlugAndChargeProfile$1.getInstalledCertificateIds(OcppServerV16.kt:289)
	at app//com.monta.library.ocpp.extension.plugandcharge.PlugAndChargeExtensionClientTest$1$conf$1$1.invokeSuspend(PlugAndChargeExtensionClientTest.kt:59)
	at app//kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at app//kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
	at java.base@17.0.13/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.13/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.13/java.lang.Thread.run(Thread.java:840)
Caused by: kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 1000 ms
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
	at com.monta.library.ocpp.common.transport.OcppMessageInterpreter$send$result$1.invokeSuspend(OcppMessageInterpreter.kt:126)
	at com.monta.library.ocpp.common.transport.OcppMessageInterpreter.send-5_5nbZA(OcppMessageInterpreter.kt:105)
	at com.monta.library.ocpp.v16.server.OcppServerV16$asCoreProfile$1.dataTransfer(OcppServerV16.kt:164)
	at com.monta.library.ocpp.v16.server.OcppServerV16$asPlugAndChargeProfile$1$getInstalledCertificateIds$2.invokeSuspend(OcppServerV16.kt:290)
	at com.monta.library.ocpp.v16.extension.OcppExtensionService.send(OcppExtensionService.kt:107)
	at com.monta.library.ocpp.v16.server.OcppServerV16$asPlugAndChargeProfile$1.getInstalledCertificateIds(OcppServerV16.kt:289)
	at com.monta.library.ocpp.extension.plugandcharge.PlugAndChargeExtensionClientTest$1$conf$1$1.invokeSuspend(PlugAndChargeExtensionClientTest.kt:59)
Caused by: kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 1000 ms
	at kotlinx.coroutines.TimeoutKt.TimeoutCancellationException(Timeout.kt:189)
	at kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:157)
	at kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:505)
	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
	at kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:105)
	at java.base/java.lang.Thread.run(Thread.java:840)