Skip to content

Bump outdated deps #385

Bump outdated deps

Bump outdated deps #385

GitHub Actions / SDK Examples Unit Test Results failed Oct 13, 2024 in 0s

1 fail, 31 pass in 2m 44s

16 files   - 19  16 suites   - 19   2m 44s ⏱️ - 3m 24s
32 tests  - 36  31 ✔️  - 37  0 💤 ±0  1 ❌ +1 

Results for commit a8329ee. ± Comparison against earlier commit 548e49b.

Annotations

Check warning on line 0 in org.onflow.examples.java.getAccount.GetAccountAccessAPIConnectorTest

See this annotation in the file changed.

@github-actions github-actions / SDK Examples Unit Test Results

testCanFetchAccountFromBlockByHeight0() (org.onflow.examples.java.getAccount.GetAccountAccessAPIConnectorTest) failed

java-example/build/test-results/test/TEST-org.onflow.examples.java.getAccount.GetAccountAccessAPIConnectorTest.xml
Raw output
java.lang.RuntimeException: Failed to get account by block height
	at org.onflow.examples.java.getAccount.GetAccountAccessAPIConnector.getAccountAtBlockHeight(GetAccountAccessAPIConnector.java:30)
	at org.onflow.examples.java.getAccount.GetAccountAccessAPIConnectorTest.testCanFetchAccountFromBlockByHeight0(GetAccountAccessAPIConnectorTest.java:42)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at app//io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:262)
	at app//io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:243)
	at app//io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:156)
	at app//org.onflow.protobuf.access.AccessAPIGrpc$AccessAPIBlockingStub.getAccountAtBlockHeight(AccessAPIGrpc.java:2929)
	at app//org.onflow.flow.sdk.impl.FlowAccessApiImpl.getAccountByBlockHeight(FlowAccessApiImpl.kt:230)
	at app//org.onflow.examples.java.getAccount.GetAccountAccessAPIConnector.getAccountAtBlockHeight(GetAccountAccessAPIConnector.java:25)
	... 4 more
Caused by: io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/[0:0:0:0:0:0:0:1]:35619
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
	at io.grpc.netty.shaded.io.netty.channel.unix.Errors.throwConnectException(Errors.java:124)
	at io.grpc.netty.shaded.io.netty.channel.unix.Socket.finishConnect(Socket.java:251)
	at io.grpc.netty.shaded.io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:672)
	at io.grpc.netty.shaded.io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:649)
	at io.grpc.netty.shaded.io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:529)
	at io.grpc.netty.shaded.io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:465)
	at io.grpc.netty.shaded.io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378)
	at io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
	at io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1583)