Skip to content

Merge branch 'develop' into 15526-blockstreams-grpc

Sign in for the full log view
GitHub Actions / Node: HAPI Test (Restart) Results failed Oct 30, 2024 in 0s

3 parse errors, 4 fail, 1 pass in 2m 36s

5 tests  ±0   1 ✅ ±0   2m 36s ⏱️ +14s
6 suites ±0   0 💤 ±0 
9 files   ±0   4 ❌ ±0 
3 errors

Results for commit 15d0d42. ± Comparison against earlier commit 577dbb4.

Annotations

Check failure on line 0 in hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterRemovingNodeId1.xml

See this annotation in the file changed.

@github-actions github-actions / Node: HAPI Test (Restart) Results

Error processing result file

File is empty.
Raw output
hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterRemovingNodeId1.xml

Check failure on line 0 in hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterAddingNodeId4.xml

See this annotation in the file changed.

@github-actions github-actions / Node: HAPI Test (Restart) Results

Error processing result file

File is empty.
Raw output
hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterAddingNodeId4.xml

Check failure on line 0 in hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$WithUnchangedNodes.xml

See this annotation in the file changed.

@github-actions github-actions / Node: HAPI Test (Restart) Results

Error processing result file

File is empty.
Raw output
hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$WithUnchangedNodes.xml

Check warning on line 0 in com.hedera.services.bdd.suites.validation.LogValidationTest

See this annotation in the file changed.

@github-actions github-actions / Node: HAPI Test (Restart) Results

as written (com.hedera.services.bdd.suites.validation.LogValidationTest) failed

hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.validation.LogValidationTest.xml [took 0s]
Raw output
io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at app//io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
	at app//io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
	at app//io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
	at app//com.hederahashgraph.service.proto.java.FileServiceGrpc$FileServiceBlockingStub.getFileContent(FileServiceGrpc.java:611)
	at app//com.hedera.services.bdd.junit.hedera.utils.GrpcUtils.send(GrpcUtils.java:65)
	at app//com.hedera.services.bdd.junit.hedera.AbstractGrpcNetwork.send(AbstractGrpcNetwork.java:66)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadWith(FeesAndRatesProvider.java:167)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.lookupDownloadFee(FeesAndRatesProvider.java:154)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadRateSet(FeesAndRatesProvider.java:131)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.init(FeesAndRatesProvider.java:96)
	at app//com.hedera.services.bdd.spec.HapiSpec.tryReinitializingFees(HapiSpec.java:611)
	at app//com.hedera.services.bdd.spec.HapiSpec.init(HapiSpec.java:678)
	at app//com.hedera.services.bdd.spec.HapiSpec.run(HapiSpec.java:546)
	at app//com.hedera.services.bdd.spec.HapiSpec.execute(HapiSpec.java:538)
	at [email protected]/java.util.Optional.ifPresent(Optional.java:178)
	at [email protected]/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at [email protected]/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at [email protected]/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at [email protected]/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:28048
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:715)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:692)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399)
	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:1583)

Check warning on line 0 in com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$WithMultipartDabEditsBeforeAndAfterPrepareUpgrade

See this annotation in the file changed.

@github-actions github-actions / Node: HAPI Test (Restart) Results

initializationError (com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$WithMultipartDabEditsBeforeAndAfterPrepareUpgrade) failed

hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$WithMultipartDabEditsBeforeAndAfterPrepareUpgrade.xml [took 0s]
Raw output
java.lang.IllegalStateException: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at com.hedera.services.bdd.junit.support.TestLifecycle.doAdhoc(TestLifecycle.java:77)
	at com.hedera.services.bdd.junit.support.TestLifecycle.overrideInClass(TestLifecycle.java:61)
	at com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$WithMultipartDabEditsBeforeAndAfterPrepareUpgrade.beforeAll(DabEnabledUpgradeTest.java:252)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at app//io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
	at app//io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
	at app//io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
	at app//com.hederahashgraph.service.proto.java.FileServiceGrpc$FileServiceBlockingStub.getFileContent(FileServiceGrpc.java:611)
	at app//com.hedera.services.bdd.junit.hedera.utils.GrpcUtils.send(GrpcUtils.java:65)
	at app//com.hedera.services.bdd.junit.hedera.AbstractGrpcNetwork.send(AbstractGrpcNetwork.java:66)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadWith(FeesAndRatesProvider.java:167)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.lookupDownloadFee(FeesAndRatesProvider.java:154)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadRateSet(FeesAndRatesProvider.java:131)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.init(FeesAndRatesProvider.java:96)
	at app//com.hedera.services.bdd.spec.HapiSpec.tryReinitializingFees(HapiSpec.java:611)
	at app//com.hedera.services.bdd.spec.HapiSpec.init(HapiSpec.java:678)
	at app//com.hedera.services.bdd.spec.HapiSpec.run(HapiSpec.java:546)
	at app//com.hedera.services.bdd.spec.HapiSpec.execute(HapiSpec.java:538)
	at app//com.hedera.services.bdd.junit.support.TestLifecycle.doAdhoc(TestLifecycle.java:75)
	... 9 more
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:28048
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:715)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:692)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399)
	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:1583)

Check warning on line 0 in com.hedera.services.bdd.suites.validation.StreamValidationTest

See this annotation in the file changed.

@github-actions github-actions / Node: HAPI Test (Restart) Results

as written (com.hedera.services.bdd.suites.validation.StreamValidationTest) failed

hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.validation.StreamValidationTest.xml [took 0s]
Raw output
io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at app//io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
	at app//io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
	at app//io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
	at app//com.hederahashgraph.service.proto.java.FileServiceGrpc$FileServiceBlockingStub.getFileContent(FileServiceGrpc.java:611)
	at app//com.hedera.services.bdd.junit.hedera.utils.GrpcUtils.send(GrpcUtils.java:65)
	at app//com.hedera.services.bdd.junit.hedera.AbstractGrpcNetwork.send(AbstractGrpcNetwork.java:66)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadWith(FeesAndRatesProvider.java:167)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.lookupDownloadFee(FeesAndRatesProvider.java:154)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadRateSet(FeesAndRatesProvider.java:131)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.init(FeesAndRatesProvider.java:96)
	at app//com.hedera.services.bdd.spec.HapiSpec.tryReinitializingFees(HapiSpec.java:611)
	at app//com.hedera.services.bdd.spec.HapiSpec.init(HapiSpec.java:678)
	at app//com.hedera.services.bdd.spec.HapiSpec.run(HapiSpec.java:546)
	at app//com.hedera.services.bdd.spec.HapiSpec.execute(HapiSpec.java:538)
	at [email protected]/java.util.Optional.ifPresent(Optional.java:178)
	at [email protected]/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at [email protected]/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at [email protected]/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at [email protected]/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:28048
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:715)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:692)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399)
	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:1583)

Check warning on line 0 in com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterRemovingNodeId3

See this annotation in the file changed.

@github-actions github-actions / Node: HAPI Test (Restart) Results

initializationError (com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterRemovingNodeId3) failed

hedera-node/test-clients/build/test-results/test/TEST-com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterRemovingNodeId3.xml [took 0s]
Raw output
java.lang.IllegalStateException: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at com.hedera.services.bdd.junit.support.TestLifecycle.doAdhoc(TestLifecycle.java:77)
	at com.hedera.services.bdd.suites.regression.system.DabEnabledUpgradeTest$AfterRemovingNodeId3.beforeAll(DabEnabledUpgradeTest.java:195)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
	at app//io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
	at app//io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
	at app//io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
	at app//com.hederahashgraph.service.proto.java.FileServiceGrpc$FileServiceBlockingStub.getFileContent(FileServiceGrpc.java:611)
	at app//com.hedera.services.bdd.junit.hedera.utils.GrpcUtils.send(GrpcUtils.java:65)
	at app//com.hedera.services.bdd.junit.hedera.AbstractGrpcNetwork.send(AbstractGrpcNetwork.java:66)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadWith(FeesAndRatesProvider.java:167)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.lookupDownloadFee(FeesAndRatesProvider.java:154)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.downloadRateSet(FeesAndRatesProvider.java:131)
	at app//com.hedera.services.bdd.spec.fees.FeesAndRatesProvider.init(FeesAndRatesProvider.java:96)
	at app//com.hedera.services.bdd.spec.HapiSpec.tryReinitializingFees(HapiSpec.java:611)
	at app//com.hedera.services.bdd.spec.HapiSpec.init(HapiSpec.java:678)
	at app//com.hedera.services.bdd.spec.HapiSpec.run(HapiSpec.java:546)
	at app//com.hedera.services.bdd.spec.HapiSpec.execute(HapiSpec.java:538)
	at app//com.hedera.services.bdd.junit.support.TestLifecycle.doAdhoc(TestLifecycle.java:75)
	... 8 more
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /127.0.0.1:28048
Caused by: java.net.ConnectException: finishConnect(..) failed: Connection refused
	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:715)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:692)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:491)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:399)
	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:1583)