Skip to content

feat: Prototype implementation of exact-weight TSS #48209

feat: Prototype implementation of exact-weight TSS

feat: Prototype implementation of exact-weight TSS #48209

GitHub Actions / Node: HAPI Test (Time Consuming) Results failed Jan 6, 2025 in 0s

9 fail in 0s

 4 files  ±0  4 suites  ±0   0s ⏱️ ±0s
 9 tests ±0  0 ✅ ±0  0 💤 ±0   9 ❌ ±0 
10 runs  ±0  0 ✅ ±0  0 💤 ±0  10 ❌ ±0 

Results for commit e940131. ± Comparison against earlier commit dedacb6.

Annotations

Check warning on line 0 in com.hedera.services.bdd.suites.staking.StakingSuite

See this annotation in the file changed.

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

initializationError (com.hedera.services.bdd.suites.staking.StakingSuite) failed

hedera-node/test-clients/build/test-results/testSubprocess/TEST-com.hedera.services.bdd.suites.staking.StakingSuite.xml [took 0s]
Raw output
java.lang.IllegalStateException: java.util.concurrent.CompletionException: org.opentest4j.AssertionFailedError: Node 'node1' did not reach status ACTIVE within PT4M59.999431977S
  Final status: NodeStatus[lastAttempt=StatusLookupAttempt[source=APPLICATION_LOG, status=null, failureReason=No status line in log], grpcStatus=NA, bindExceptionSeen=NA, retryCount=1194]
  Cause       : java.util.concurrent.TimeoutException
	at com.hedera.services.bdd.junit.support.TestLifecycle.doAdhoc(TestLifecycle.java:78)
	at com.hedera.services.bdd.suites.staking.StakingSuite.beforeAll(StakingSuite.java:94)
	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: java.util.concurrent.CompletionException: org.opentest4j.AssertionFailedError: Node 'node1' did not reach status ACTIVE within PT4M59.999431977S
  Final status: NodeStatus[lastAttempt=StatusLookupAttempt[source=APPLICATION_LOG, status=null, failureReason=No status line in log], grpcStatus=NA, bindExceptionSeen=NA, retryCount=1194]
  Cause       : java.util.concurrent.TimeoutException
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1807)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
	... 5 more
Caused by: org.opentest4j.AssertionFailedError: Node 'node1' did not reach status ACTIVE within PT4M59.999431977S
  Final status: NodeStatus[lastAttempt=StatusLookupAttempt[source=APPLICATION_LOG, status=null, failureReason=No status line in log], grpcStatus=NA, bindExceptionSeen=NA, retryCount=1194]
  Cause       : java.util.concurrent.TimeoutException
	at app//com.hedera.services.bdd.junit.hedera.subprocess.ProcessUtils.awaitStatus(ProcessUtils.java:76)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$2(SubProcessNetwork.java:228)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$3(SubProcessNetwork.java:228)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
	... 6 more

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 (Time Consuming) Results

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

hedera-node/test-clients/build/test-results/testSubprocess/TEST-com.hedera.services.bdd.suites.validation.LogValidationTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Node 'node1' did not reach status ACTIVE within PT4M59.999431977S
  Final status: NodeStatus[lastAttempt=StatusLookupAttempt[source=APPLICATION_LOG, status=null, failureReason=No status line in log], grpcStatus=NA, bindExceptionSeen=NA, retryCount=1194]
  Cause       : java.util.concurrent.TimeoutException
	at app//com.hedera.services.bdd.junit.hedera.subprocess.ProcessUtils.awaitStatus(ProcessUtils.java:76)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$2(SubProcessNetwork.java:228)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$3(SubProcessNetwork.java:228)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
	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)

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 (Time Consuming) Results

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

hedera-node/test-clients/build/test-results/testSubprocess/TEST-com.hedera.services.bdd.suites.validation.StreamValidationTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Node 'node1' did not reach status ACTIVE within PT4M59.999431977S
  Final status: NodeStatus[lastAttempt=StatusLookupAttempt[source=APPLICATION_LOG, status=null, failureReason=No status line in log], grpcStatus=NA, bindExceptionSeen=NA, retryCount=1194]
  Cause       : java.util.concurrent.TimeoutException
	at app//com.hedera.services.bdd.junit.hedera.subprocess.ProcessUtils.awaitStatus(ProcessUtils.java:76)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$2(SubProcessNetwork.java:228)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$3(SubProcessNetwork.java:228)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
	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)

Check warning on line 0 in com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest

See this annotation in the file changed.

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

All 2 runs failed: as written (com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest)

hedera-node/test-clients/build/test-results/testSubprocess/TEST-com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Node 'node1' did not reach status ACTIVE within PT4M59.999431977S
  Final status: NodeStatus[lastAttempt=StatusLookupAttempt[source=APPLICATION_LOG, status=null, failureReason=No status line in log], grpcStatus=NA, bindExceptionSeen=NA, retryCount=1194]
  Cause       : java.util.concurrent.TimeoutException
	at app//com.hedera.services.bdd.junit.hedera.subprocess.ProcessUtils.awaitStatus(ProcessUtils.java:76)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$2(SubProcessNetwork.java:228)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$3(SubProcessNetwork.java:228)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
	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)

Check warning on line 0 in com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest

See this annotation in the file changed.

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

ThrottlesXfersAsExpected as written (com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest) failed

hedera-node/test-clients/build/test-results/testSubprocess/TEST-com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Node 'node1' did not reach status ACTIVE within PT4M59.999431977S
  Final status: NodeStatus[lastAttempt=StatusLookupAttempt[source=APPLICATION_LOG, status=null, failureReason=No status line in log], grpcStatus=NA, bindExceptionSeen=NA, retryCount=1194]
  Cause       : java.util.concurrent.TimeoutException
	at app//com.hedera.services.bdd.junit.hedera.subprocess.ProcessUtils.awaitStatus(ProcessUtils.java:76)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$2(SubProcessNetwork.java:228)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$3(SubProcessNetwork.java:228)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
	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)

Check warning on line 0 in com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest

See this annotation in the file changed.

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

ThrottlesFungibleMintsAsExpected as written (com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest) failed

hedera-node/test-clients/build/test-results/testSubprocess/TEST-com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Node 'node1' did not reach status ACTIVE within PT4M59.999431977S
  Final status: NodeStatus[lastAttempt=StatusLookupAttempt[source=APPLICATION_LOG, status=null, failureReason=No status line in log], grpcStatus=NA, bindExceptionSeen=NA, retryCount=1194]
  Cause       : java.util.concurrent.TimeoutException
	at app//com.hedera.services.bdd.junit.hedera.subprocess.ProcessUtils.awaitStatus(ProcessUtils.java:76)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$2(SubProcessNetwork.java:228)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$3(SubProcessNetwork.java:228)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
	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)

Check warning on line 0 in com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest

See this annotation in the file changed.

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

ThrottlesContractCallsAsExpected as written (com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest) failed

hedera-node/test-clients/build/test-results/testSubprocess/TEST-com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Node 'node1' did not reach status ACTIVE within PT4M59.999431977S
  Final status: NodeStatus[lastAttempt=StatusLookupAttempt[source=APPLICATION_LOG, status=null, failureReason=No status line in log], grpcStatus=NA, bindExceptionSeen=NA, retryCount=1194]
  Cause       : java.util.concurrent.TimeoutException
	at app//com.hedera.services.bdd.junit.hedera.subprocess.ProcessUtils.awaitStatus(ProcessUtils.java:76)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$2(SubProcessNetwork.java:228)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$3(SubProcessNetwork.java:228)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
	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)

Check warning on line 0 in com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest

See this annotation in the file changed.

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

ThrottlesCryptoCreatesAsExpected as written (com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest) failed

hedera-node/test-clients/build/test-results/testSubprocess/TEST-com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Node 'node1' did not reach status ACTIVE within PT4M59.999431977S
  Final status: NodeStatus[lastAttempt=StatusLookupAttempt[source=APPLICATION_LOG, status=null, failureReason=No status line in log], grpcStatus=NA, bindExceptionSeen=NA, retryCount=1194]
  Cause       : java.util.concurrent.TimeoutException
	at app//com.hedera.services.bdd.junit.hedera.subprocess.ProcessUtils.awaitStatus(ProcessUtils.java:76)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$2(SubProcessNetwork.java:228)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$3(SubProcessNetwork.java:228)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
	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)

Check warning on line 0 in com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest

See this annotation in the file changed.

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

CheckBalanceQps as written (com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest) failed

hedera-node/test-clients/build/test-results/testSubprocess/TEST-com.hedera.services.bdd.suites.throttling.SteadyStateThrottlingTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: Node 'node1' did not reach status ACTIVE within PT4M59.999431977S
  Final status: NodeStatus[lastAttempt=StatusLookupAttempt[source=APPLICATION_LOG, status=null, failureReason=No status line in log], grpcStatus=NA, bindExceptionSeen=NA, retryCount=1194]
  Cause       : java.util.concurrent.TimeoutException
	at app//com.hedera.services.bdd.junit.hedera.subprocess.ProcessUtils.awaitStatus(ProcessUtils.java:76)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$2(SubProcessNetwork.java:228)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
	at app//com.hedera.services.bdd.junit.hedera.subprocess.SubProcessNetwork.lambda$awaitReady$3(SubProcessNetwork.java:228)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
	at [email protected]/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
	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)