Skip to content

PR #15810

PR #15810 #2285

GitHub Actions / Build Test Report failed Jan 23, 2025 in 0s

3123 tests run, 3094 passed, 27 skipped, 2 failed.

Annotations

Check failure on line 259 in SparkTest

See this annotation in the file changed.

@github-actions github-actions / Build Test Report

SparkTest.testSparkProgramStatusSchedule

Timeout occurred. Expected true but found false.
Raw output
java.util.concurrent.TimeoutException: Timeout occurred. Expected true but found false.
	at io.cdap.cdap.common.utils.Tasks.waitFor(Tasks.java:74)
	at io.cdap.cdap.common.utils.Tasks.waitFor(Tasks.java:96)
	at io.cdap.cdap.test.AbstractProgramManager.waitForRuns(AbstractProgramManager.java:151)
	at io.cdap.cdap.test.AbstractProgramManager.waitForRuns(AbstractProgramManager.java:143)
	at io.cdap.cdap.test.AbstractProgramManager.waitForRuns(AbstractProgramManager.java:136)
	at io.cdap.cdap.test.AbstractProgramManager.waitForRun(AbstractProgramManager.java:130)
	at io.cdap.cdap.spark.SparkTest.testSparkProgramStatusSchedule(SparkTest.java:259)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at io.cdap.cdap.common.test.TestRunner.run(TestRunner.java:73)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)

Check failure on line 1 in SparkTest

See this annotation in the file changed.

@github-actions github-actions / Build Test Report

SparkTest.

com.google.common.util.concurrent.UncheckedExecutionException: java.lang.Exception: Service failed while running
Raw output
com.google.common.util.concurrent.UncheckedExecutionException: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.Exception: Service failed while running
	at com.google.common.util.concurrent.Futures.wrapAndThrowUnchecked(Futures.java:1015)
	at com.google.common.util.concurrent.Futures.getUnchecked(Futures.java:1001)
	at com.google.common.util.concurrent.AbstractService.stopAndWait(AbstractService.java:225)
	at com.google.common.util.concurrent.AbstractIdleService.stopAndWait(AbstractIdleService.java:122)
	at io.cdap.cdap.test.TestBase.finish(TestBase.java:654)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at io.cdap.cdap.common.test.TestRunner.run(TestRunner.java:73)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.Exception: Service failed while running
	at com.google.common.util.concurrent.Futures.wrapAndThrowUnchecked(Futures.java:1015)
	at com.google.common.util.concurrent.Futures.getUnchecked(Futures.java:1001)
	at com.google.common.util.concurrent.AbstractService.stopAndWait(AbstractService.java:225)
	at com.google.common.util.concurrent.AbstractScheduledService.stopAndWait(AbstractScheduledService.java:300)
	at io.cdap.cdap.internal.app.services.AppFabricProcessorService.shutDown(AppFabricProcessorService.java:213)
	at com.google.common.util.concurrent.AbstractIdleService$1$2.run(AbstractIdleService.java:57)
	at java.lang.Thread.run(Thread.java:750)
Caused by: java.lang.Exception: Service failed while running
	at com.google.common.util.concurrent.AbstractService$1.failed(AbstractService.java:123)
	at com.google.common.util.concurrent.AbstractService$6$1.run(AbstractService.java:444)
	at com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService.execute(MoreExecutors.java:262)
	at com.google.common.util.concurrent.AbstractService$ListenerExecutorPair.execute(AbstractService.java:470)
	at com.google.common.util.concurrent.AbstractService$6.run(AbstractService.java:442)
	at com.google.common.util.concurrent.AbstractService.executeListeners(AbstractService.java:369)
	at com.google.common.util.concurrent.AbstractService.notifyFailed(AbstractService.java:313)
	at com.google.common.util.concurrent.AbstractScheduledService$1$1.run(AbstractScheduledService.java:178)
	at com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$ReschedulableCallable.call(AbstractScheduledService.java:355)
	at com.google.common.util.concurrent.AbstractScheduledService$CustomScheduler$ReschedulableCallable.call(AbstractScheduledService.java:321)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
Caused by: java.lang.IllegalStateException: Transaction Manager is not running.
	at com.google.common.base.Preconditions.checkState(Preconditions.java:149)
	at org.apache.tephra.TransactionManager.ensureAvailable(TransactionManager.java:749)
	at org.apache.tephra.TransactionManager.startTx(TransactionManager.java:837)
	at org.apache.tephra.TransactionManager.startShort(TransactionManager.java:789)
	at org.apache.tephra.TransactionManager.startShort(TransactionManager.java:772)
	at org.apache.tephra.TransactionManager.startShort(TransactionManager.java:756)
	at org.apache.tephra.inmemory.InMemoryTxSystemClient.startShort(InMemoryTxSystemClient.java:63)
	at io.cdap.cdap.test.RevealingTxSystemClient.startShort(RevealingTxSystemClient.java:51)
	at org.apache.tephra.TransactionContext.start(TransactionContext.java:91)
	at io.cdap.cdap.spi.data.nosql.dataset.NoSQLTransactionals$1.execute(NoSQLTransactionals.java:52)
	at io.cdap.cdap.data2.transaction.Transactions$2.executeInternal(Transactions.java:275)
	at io.cdap.cdap.data2.transaction.Transactions$2.execute(Transactions.java:260)
	at io.cdap.cdap.spi.data.nosql.NoSqlTransactionRunner.run(NoSqlTransactionRunner.java:69)
	at io.cdap.cdap.spi.data.transaction.TransactionRunners.run(TransactionRunners.java:146)
	at io.cdap.cdap.internal.app.store.DefaultStore.getRuns(DefaultStore.java:432)
	at io.cdap.cdap.internal.app.services.ProgramRunStatusMonitorService.terminatePrograms(ProgramRunStatusMonitorService.java:152)
	at io.cdap.cdap.internal.app.services.ProgramRunStatusMonitorService.runTask(ProgramRunStatusMonitorService.java:126)
	at io.cdap.cdap.common.service.AbstractRetryableScheduledService.runOneIteration(AbstractRetryableScheduledService.java:167)
	at com.google.common.util.concurrent.AbstractScheduledService$1$1.run(AbstractScheduledService.java:170)
	... 8 more
	Suppressed: io.cdap.cdap.api.retry.RetriesExhaustedException: Retries exhausted after 3605 failures and 3600457 ms.
		at io.cdap.cdap.common.service.AbstractRetryableScheduledService.runOneIteration(AbstractRetryableScheduledService.java:184)
		... 9 more