Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding twin ADRS on wrapper code and async Rust #5910

Closed
wants to merge 1 commit into from

Adding twin ADRS on wrapper code and async Rust

4de5963
Select commit
Loading
Failed to load commit list.
Closed

Adding twin ADRS on wrapper code and async Rust #5910

Adding twin ADRS on wrapper code and async Rust
4de5963
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / android-build-pr succeeded May 21, 2024 in 10m 15s

FirefoxCI (pull_request)

Build and test (Android - linux-x86-64)

Details

View task in Taskcluster
View logs in Taskcluster


[task 2024-05-21T16:14:52.619Z] 	at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.innerGetDatabase(FrameworkSQLiteOpenHelper.kt:176)
[task 2024-05-21T16:14:52.619Z] 	at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.getSupportDatabase(FrameworkSQLiteOpenHelper.kt:151)
[task 2024-05-21T16:14:52.619Z] 	at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper.getWritableDatabase(FrameworkSQLiteOpenHelper.kt:104)
[task 2024-05-21T16:14:52.619Z] 	at androidx.room.RoomDatabase.inTransaction(RoomDatabase.kt:629)
[task 2024-05-21T16:14:52.619Z] 	at androidx.room.RoomDatabase.assertNotSuspendingTransaction(RoomDatabase.kt:448)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.impl.model.SystemIdInfoDao_Impl.getWorkSpecIds(SystemIdInfoDao_Impl.java:165)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.impl.background.systemjob.SystemJobScheduler.reconcileJobs(SystemJobScheduler.java:310)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.impl.utils.ForceStopRunnable.cleanUp(ForceStopRunnable.java:289)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.impl.utils.ForceStopRunnable.forceStopRunnable(ForceStopRunnable.java:252)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.impl.utils.ForceStopRunnable.run(ForceStopRunnable.java:135)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.impl.utils.SerialExecutorImpl$Task.run(SerialExecutorImpl.java:96)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.testing.SynchronousExecutor.execute(SynchronousExecutor.java:30)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.impl.utils.SerialExecutorImpl.scheduleNext(SerialExecutorImpl.java:60)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.impl.utils.SerialExecutorImpl.execute(SerialExecutorImpl.java:51)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.impl.utils.taskexecutor.TaskExecutor.executeOnTaskThread(TaskExecutor.java:46)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.impl.WorkManagerImpl.<init>(WorkManagerImpl.java:252)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.impl.WorkManagerImplExtKt.createWorkManager(WorkManagerImplExt.kt:49)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.impl.WorkManagerImplExtKt.createWorkManager$default(WorkManagerImplExt.kt:29)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.testing.TestWorkManagerImplKt.createTestWorkManagerImpl(TestWorkManagerImpl.kt:45)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.testing.WorkManagerTestInitHelper.initializeTestWorkManager(WorkManagerTestInitHelper.java:131)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.testing.WorkManagerTestInitHelper.initializeTestWorkManager(WorkManagerTestInitHelper.java:64)
[task 2024-05-21T16:14:52.619Z] 	at androidx.work.testing.WorkManagerTestInitHelper.initializeTestWorkManager(WorkManagerTestInitHelper.java:50)
[task 2024-05-21T16:14:52.619Z] 	at mozilla.telemetry.glean.testing.GleanTestRule.starting(GleanTestRule.kt:49)
[task 2024-05-21T16:14:52.619Z] 	at org.junit.rules.TestWatcher.startingQuietly(TestWatcher.java:113)
[task 2024-05-21T16:14:52.619Z] 	at org.junit.rules.TestWatcher.access$000(TestWatcher.java:52)
[task 2024-05-21T16:14:52.619Z] 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:59)
[task 2024-05-21T16:14:52.619Z] 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
[task 2024-05-21T16:14:52.619Z] 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
[task 2024-05-21T16:14:52.619Z] 	at org.robolectric.RobolectricTestRunner$HelperTestRunner$1.evaluate(RobolectricTestRunner.java:489)
[task 2024-05-21T16:14:52.619Z] 	at org.robolectric.internal.SandboxTestRunner$2.lambda$evaluate$2(SandboxTestRunner.java:290)
[task 2024-05-21T16:14:52.619Z] 	at org.robolectric.internal.bytecode.Sandbox.lambda$runOnMainThread$0(Sandbox.java:104)
[task 2024-05-21T16:14:52.619Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[task 2024-05-21T16:14:52.619Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[task 2024-05-21T16:14:52.619Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[task 2024-05-21T16:14:52.619Z] 	at java.base/java.lang.Thread.run(Thread.java:840)
[task 2024-05-21T16:14:52.619Z] 
[task 2024-05-21T16:14:52.717Z] > Task :logins:testDebugUnitTest
[task 2024-05-21T16:14:52.717Z] > Task :native-support:compileDebugUnitTestKotlin NO-SOURCE
[task 2024-05-21T16:14:52.717Z] > Task :native-support:compileDebugUnitTestJavaWithJavac NO-SOURCE
[task 2024-05-21T16:14:52.717Z] > Task :native-support:packageDebugUnitTestForUnitTest
[task 2024-05-21T16:14:52.717Z] > Task :native-support:generateDebugUnitTestConfig
[task 2024-05-21T16:14:52.717Z] > Task :nimbus:extractDeepLinksDebug
[task 2024-05-21T16:14:52.717Z] > Task :native-support:testDebugUnitTest
[task 2024-05-21T16:14:52.717Z] > Task :remotesettings:extractDeepLinksDebug
[task 2024-05-21T16:14:52.717Z] > Task :nimbus:processDebugUnitTestManifest
[task 2024-05-21T16:14:52.717Z] > Task :remotesettings:compileDebugLibraryResources
[task 2024-05-21T16:14:52.717Z] > Task :nimbus:javaPreCompileDebugUnitTest
[task 2024-05-21T16:14:52.817Z] > Task :nimbus:mergeDebugAssets
[task 2024-05-21T16:14:52.817Z] > Task :nimbus:generateDebugUnitTestAssets UP-TO-DATE
[task 2024-05-21T16:14:52.817Z] > Task :nimbus:mergeDebugUnitTestAssets
[task 2024-05-21T16:14:52.917Z] > Task :nimbus:processDebugUnitTestResources
[task 2024-05-21T16:14:53.117Z] > Task :nimbus:processDebugUnitTestJavaRes
[task 2024-05-21T16:14:53.117Z] > Task :nimbus:packageDebugUnitTestForUnitTest
[task 2024-05-21T16:14:53.117Z] > Task :nimbus:generateDebugUnitTestConfig
[task 2024-05-21T16:14:53.117Z] > Task :remotesettings:bundleLibResDebug
[task 2024-05-21T16:14:53.117Z] > Task :places:bundleLibResDebug
[task 2024-05-21T16:14:53.117Z] > Task :remotesettings:bundleLibRuntimeToJarDebug
[task 2024-05-21T16:14:53.117Z] > Task :syncmanager:createFullJarDebug
[task 2024-05-21T16:14:53.117Z] > Task :places:extractTestDebugProto
[task 2024-05-21T16:14:53.217Z] > Task :places:extractTestProto
[task 2024-05-21T16:14:53.217Z] > Task :places:preDebugUnitTestBuild
[task 2024-05-21T16:14:53.217Z] > Task :places:bundleLibRuntimeToJarDebug
[task 2024-05-21T16:14:53.217Z] > Task :places:checkDebugUnitTestAarMetadata
[task 2024-05-21T16:14:53.217Z] > Task :places:compileDebugLibraryResources
[task 2024-05-21T16:14:53.217Z] > Task :places:bundleLibCompileToJarDebug
[task 2024-05-21T16:14:53.217Z] > Task :places:createFullJarDebug
[task 2024-05-21T16:14:53.417Z] > Task :places:extractIncludeDebugUnitTestProto
[task 2024-05-21T16:14:53.417Z] > Task :places:generateDebugUnitTestProto NO-SOURCE
[task 2024-05-21T16:14:53.417Z] > Task :places:generateDebugUnitTestResValues
[task 2024-05-21T16:14:53.417Z] > Task :places:mapDebugUnitTestSourceSetPaths
[task 2024-05-21T16:14:53.417Z] > Task :places:generateDebugUnitTestResources
[task 2024-05-21T16:14:53.617Z] > Task :places:extractDeepLinksDebug
[task 2024-05-21T16:14:53.618Z] > Task :places:mergeDebugUnitTestResources
[task 2024-05-21T16:14:53.618Z] > Task :places:processDebugUnitTestManifest
[task 2024-05-21T16:14:53.717Z] > Task :places:javaPreCompileDebugUnitTest
[task 2024-05-21T16:14:53.717Z] > Task :places:mergeDebugAssets
[task 2024-05-21T16:14:53.717Z] > Task :places:generateDebugUnitTestAssets UP-TO-DATE
[task 2024-05-21T16:14:53.717Z] > Task :places:mergeDebugUnitTestAssets
[task 2024-05-21T16:14:53.817Z] > Task :places:processDebugUnitTestResources
[task 2024-05-21T16:14:54.017Z] > Task :places:processDebugUnitTestJavaRes
[task 2024-05-21T16:14:54.117Z] > Task :places:packageDebugUnitTestForUnitTest
[task 2024-05-21T16:14:54.118Z] > Task :places:generateDebugUnitTestConfig
[task 2024-05-21T16:14:54.118Z] > Task :push:bundleLibResDebug
[task 2024-05-21T16:14:54.118Z] > Task :push:preDebugUnitTestBuild UP-TO-DATE
[task 2024-05-21T16:14:54.118Z] > Task :push:checkDebugUnitTestAarMetadata
[task 2024-05-21T16:14:54.118Z] > Task :push:bundleLibRuntimeToJarDebug
[task 2024-05-21T16:14:54.118Z] > Task :push:compileDebugLibraryResources
[task 2024-05-21T16:14:54.118Z] > Task :push:bundleLibCompileToJarDebug
[task 2024-05-21T16:14:54.118Z] > Task :push:generateDebugUnitTestResValues
[task 2024-05-21T16:14:54.118Z] > Task :push:mapDebugUnitTestSourceSetPaths
[task 2024-05-21T16:14:54.118Z] > Task :push:generateDebugUnitTestResources
[task 2024-05-21T16:14:54.118Z] > Task :push:extractDeepLinksDebug
[task 2024-05-21T16:14:54.118Z] > Task :push:mergeDebugUnitTestResources
[task 2024-05-21T16:14:54.118Z] > Task :push:processDebugUnitTestManifest
[task 2024-05-21T16:14:54.118Z] > Task :push:javaPreCompileDebugUnitTest
[task 2024-05-21T16:14:54.118Z] > Task :push:mergeDebugAssets
[task 2024-05-21T16:14:54.118Z] > Task :push:generateDebugUnitTestAssets UP-TO-DATE
[task 2024-05-21T16:14:54.217Z] > Task :push:mergeDebugUnitTestAssets
[task 2024-05-21T16:14:54.217Z] > Task :push:processDebugUnitTestResources
[task 2024-05-21T16:14:54.517Z] > Task :push:processDebugUnitTestJavaRes
[task 2024-05-21T16:14:54.517Z] > Task :push:compileDebugUnitTestKotlin NO-SOURCE
[task 2024-05-21T16:14:54.517Z] > Task :push:compileDebugUnitTestJavaWithJavac NO-SOURCE
[task 2024-05-21T16:14:54.517Z] > Task :push:packageDebugUnitTestForUnitTest
[task 2024-05-21T16:14:54.517Z] > Task :remotesettings:preDebugUnitTestBuild UP-TO-DATE
[task 2024-05-21T16:14:54.517Z] > Task :push:generateDebugUnitTestConfig
[task 2024-05-21T16:14:54.517Z] > Task :remotesettings:checkDebugUnitTestAarMetadata
[task 2024-05-21T16:14:54.517Z] > Task :push:testDebugUnitTest
[task 2024-05-21T16:14:54.617Z] > Task :remotesettings:generateDebugUnitTestResValues
[task 2024-05-21T16:14:54.617Z] > Task :remotesettings:mapDebugUnitTestSourceSetPaths
[task 2024-05-21T16:14:54.617Z] > Task :remotesettings:generateDebugUnitTestResources
[task 2024-05-21T16:14:54.617Z] > Task :remotesettings:mergeDebugUnitTestResources
[task 2024-05-21T16:14:54.617Z] > Task :remotesettings:processDebugUnitTestManifest
[task 2024-05-21T16:14:54.617Z] > Task :remotesettings:javaPreCompileDebugUnitTest
[task 2024-05-21T16:14:54.617Z] > Task :remotesettings:mergeDebugAssets
[task 2024-05-21T16:14:54.617Z] > Task :remotesettings:generateDebugUnitTestAssets UP-TO-DATE
[task 2024-05-21T16:14:54.617Z] > Task :remotesettings:mergeDebugUnitTestAssets
[task 2024-05-21T16:14:54.717Z] > Task :remotesettings:processDebugUnitTestResources
[task 2024-05-21T16:14:55.017Z] > Task :remotesettings:processDebugUnitTestJavaRes
[task 2024-05-21T16:14:55.017Z] > Task :remotesettings:packageDebugUnitTestForUnitTest
[task 2024-05-21T16:14:55.017Z] > Task :remotesettings:generateDebugUnitTestConfig
[task 2024-05-21T16:14:55.017Z] > Task :rust-log-forwarder:bundleLibResDebug
[task 2024-05-21T16:14:55.017Z] > Task :rust-log-forwarder:preDebugUnitTestBuild UP-TO-DATE
[task 2024-05-21T16:14:55.017Z] > Task :rust-log-forwarder:bundleLibCompileToJarDebug
[task 2024-05-21T16:14:55.017Z] > Task :rust-log-forwarder:checkDebugUnitTestAarMetadata
[task 2024-05-21T16:14:55.017Z] > Task :rust-log-forwarder:bundleLibRuntimeToJarDebug
[task 2024-05-21T16:14:55.017Z] > Task :rust-log-forwarder:compileDebugLibraryResources
[task 2024-05-21T16:14:55.017Z] > Task :rust-log-forwarder:generateDebugUnitTestResValues
[task 2024-05-21T16:14:55.017Z] > Task :rust-log-forwarder:mapDebugUnitTestSourceSetPaths
[task 2024-05-21T16:14:55.017Z] > Task :rust-log-forwarder:generateDebugUnitTestResources
[task 2024-05-21T16:14:55.017Z] > Task :rust-log-forwarder:mergeDebugUnitTestResources
[task 2024-05-21T16:14:55.017Z] > Task :rust-log-forwarder:extractDeepLinksDebug
[task 2024-05-21T16:14:55.117Z] > Task :rust-log-forwarder:processDebugUnitTestManifest
[task 2024-05-21T16:14:55.117Z] > Task :rust-log-forwarder:javaPreCompileDebugUnitTest
[task 2024-05-21T16:14:55.117Z] > Task :rust-log-forwarder:mergeDebugAssets
[task 2024-05-21T16:14:55.117Z] > Task :rust-log-forwarder:generateDebugUnitTestAssets UP-TO-DATE
[task 2024-05-21T16:14:55.117Z] > Task :rust-log-forwarder:mergeDebugUnitTestAssets
[task 2024-05-21T16:14:55.217Z] > Task :rust-log-forwarder:processDebugUnitTestResources
[task 2024-05-21T16:14:55.417Z] > Task :places:compileDebugUnitTestKotlin
[task 2024-05-21T16:14:55.417Z] > Task :remotesettings:compileDebugUnitTestKotlin
[task 2024-05-21T16:14:55.517Z] > Task :rust-log-forwarder:processDebugUnitTestJavaRes
[task 2024-05-21T16:14:55.517Z] > Task :places:compileDebugUnitTestJavaWithJavac NO-SOURCE
[task 2024-05-21T16:14:55.517Z] > Task :nimbus:compileDebugUnitTestKotlin
[task 2024-05-21T16:15:01.417Z] > Task :places:testDebugUnitTest
[task 2024-05-21T16:15:01.417Z] > Task :nimbus:compileDebugUnitTestJavaWithJavac NO-SOURCE
[task 2024-05-21T16:15:10.217Z] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[task 2024-05-21T16:15:13.017Z] > Task :nimbus:testDebugUnitTest
[task 2024-05-21T16:15:13.017Z] > Task :remotesettings:compileDebugUnitTestJavaWithJavac NO-SOURCE
[task 2024-05-21T16:15:15.717Z] > Task :remotesettings:testDebugUnitTest
[task 2024-05-21T16:15:15.717Z] > Task :rust-log-forwarder:compileDebugUnitTestKotlin NO-SOURCE
[task 2024-05-21T16:15:15.717Z] > Task :rust-log-forwarder:compileDebugUnitTestJavaWithJavac NO-SOURCE
[task 2024-05-21T16:15:15.717Z] > Task :rust-log-forwarder:packageDebugUnitTestForUnitTest
[task 2024-05-21T16:15:15.717Z] > Task :rust-log-forwarder:generateDebugUnitTestConfig
[task 2024-05-21T16:15:15.717Z] > Task :suggest:bundleLibResDebug
[task 2024-05-21T16:15:15.717Z] > Task :rust-log-forwarder:testDebugUnitTest
[task 2024-05-21T16:15:15.717Z] > Task :suggest:preDebugUnitTestBuild UP-TO-DATE
[task 2024-05-21T16:15:15.817Z] > Task :suggest:checkDebugUnitTestAarMetadata
[task 2024-05-21T16:15:15.817Z] > Task :suggest:bundleLibRuntimeToJarDebug
[task 2024-05-21T16:15:15.817Z] > Task :suggest:compileDebugLibraryResources
[task 2024-05-21T16:15:15.817Z] > Task :suggest:generateDebugUnitTestResValues
[task 2024-05-21T16:15:15.817Z] > Task :suggest:bundleLibCompileToJarDebug
[task 2024-05-21T16:15:15.817Z] > Task :suggest:mapDebugUnitTestSourceSetPaths
[task 2024-05-21T16:15:15.817Z] > Task :suggest:generateDebugUnitTestResources
[task 2024-05-21T16:15:15.817Z] > Task :suggest:extractDeepLinksDebug
[task 2024-05-21T16:15:15.817Z] > Task :suggest:mergeDebugUnitTestResources
[task 2024-05-21T16:15:15.817Z] > Task :suggest:processDebugUnitTestManifest
[task 2024-05-21T16:15:15.818Z] > Task :suggest:javaPreCompileDebugUnitTest
[task 2024-05-21T16:15:15.818Z] > Task :suggest:mergeDebugAssets
[task 2024-05-21T16:15:15.818Z] > Task :suggest:generateDebugUnitTestAssets UP-TO-DATE
[task 2024-05-21T16:15:15.818Z] > Task :suggest:mergeDebugUnitTestAssets
[task 2024-05-21T16:15:15.917Z] > Task :suggest:processDebugUnitTestResources
[task 2024-05-21T16:15:16.117Z] > Task :suggest:processDebugUnitTestJavaRes
[task 2024-05-21T16:15:16.117Z] > Task :suggest:compileDebugUnitTestKotlin NO-SOURCE
[task 2024-05-21T16:15:16.117Z] > Task :suggest:compileDebugUnitTestJavaWithJavac NO-SOURCE
[task 2024-05-21T16:15:16.117Z] > Task :suggest:packageDebugUnitTestForUnitTest
[task 2024-05-21T16:15:16.117Z] > Task :sync15:preDebugUnitTestBuild UP-TO-DATE
[task 2024-05-21T16:15:16.117Z] > Task :suggest:generateDebugUnitTestConfig
[task 2024-05-21T16:15:16.117Z] > Task :sync15:checkDebugUnitTestAarMetadata
[task 2024-05-21T16:15:16.117Z] > Task :suggest:testDebugUnitTest
[task 2024-05-21T16:15:16.117Z] > Task :sync15:generateDebugUnitTestResValues
[task 2024-05-21T16:15:16.117Z] > Task :sync15:mapDebugUnitTestSourceSetPaths
[task 2024-05-21T16:15:16.117Z] > Task :sync15:generateDebugUnitTestResources
[task 2024-05-21T16:15:16.117Z] > Task :sync15:mergeDebugUnitTestResources
[task 2024-05-21T16:15:16.117Z] > Task :sync15:processDebugUnitTestManifest
[task 2024-05-21T16:15:16.117Z] > Task :sync15:javaPreCompileDebugUnitTest
[task 2024-05-21T16:15:16.117Z] > Task :sync15:mergeDebugAssets
[task 2024-05-21T16:15:16.117Z] > Task :sync15:generateDebugUnitTestAssets UP-TO-DATE
[task 2024-05-21T16:15:16.117Z] > Task :sync15:mergeDebugUnitTestAssets
[task 2024-05-21T16:15:16.317Z] > Task :sync15:processDebugUnitTestResources
[task 2024-05-21T16:15:16.517Z] > Task :sync15:processDebugUnitTestJavaRes
[task 2024-05-21T16:15:16.517Z] > Task :sync15:compileDebugUnitTestKotlin NO-SOURCE
[task 2024-05-21T16:15:16.517Z] > Task :sync15:compileDebugUnitTestJavaWithJavac NO-SOURCE
[task 2024-05-21T16:15:16.517Z] > Task :sync15:packageDebugUnitTestForUnitTest
[task 2024-05-21T16:15:16.517Z] > Task :syncmanager:preDebugUnitTestBuild
[task 2024-05-21T16:15:16.517Z] > Task :sync15:generateDebugUnitTestConfig
[task 2024-05-21T16:15:16.517Z] > Task :syncmanager:checkDebugUnitTestAarMetadata
[task 2024-05-21T16:15:16.517Z] > Task :sync15:testDebugUnitTest
[task 2024-05-21T16:15:16.517Z] > Task :syncmanager:generateDebugUnitTestResValues
[task 2024-05-21T16:15:16.517Z] > Task :syncmanager:mapDebugUnitTestSourceSetPaths
[task 2024-05-21T16:15:16.517Z] > Task :syncmanager:generateDebugUnitTestResources
[task 2024-05-21T16:15:16.617Z] > Task :syncmanager:mergeDebugUnitTestResources
[task 2024-05-21T16:15:16.617Z] > Task :syncmanager:processDebugUnitTestManifest
[task 2024-05-21T16:15:16.617Z] > Task :syncmanager:javaPreCompileDebugUnitTest
[task 2024-05-21T16:15:16.617Z] > Task :syncmanager:mergeDebugAssets
[task 2024-05-21T16:15:16.617Z] > Task :syncmanager:generateDebugUnitTestAssets UP-TO-DATE
[task 2024-05-21T16:15:16.617Z] > Task :syncmanager:mergeDebugUnitTestAssets
[task 2024-05-21T16:15:16.817Z] > Task :syncmanager:processDebugUnitTestResources
[task 2024-05-21T16:15:16.917Z] > Task :syncmanager:processDebugUnitTestJavaRes
[task 2024-05-21T16:15:17.017Z] > Task :syncmanager:packageDebugUnitTestForUnitTest
[task 2024-05-21T16:15:17.017Z] > Task :syncmanager:generateDebugUnitTestConfig
[task 2024-05-21T16:15:17.017Z] > Task :tabs:bundleLibResDebug
[task 2024-05-21T16:15:17.017Z] > Task :tabs:preDebugUnitTestBuild UP-TO-DATE
[task 2024-05-21T16:15:17.017Z] > Task :tabs:bundleLibRuntimeToJarDebug
[task 2024-05-21T16:15:17.017Z] > Task :tabs:checkDebugUnitTestAarMetadata
[task 2024-05-21T16:15:17.017Z] > Task :tabs:bundleLibCompileToJarDebug
[task 2024-05-21T16:15:17.017Z] > Task :tabs:compileDebugLibraryResources
[task 2024-05-21T16:15:17.017Z] > Task :tabs:generateDebugUnitTestResValues
[task 2024-05-21T16:15:17.017Z] > Task :tabs:mapDebugUnitTestSourceSetPaths
[task 2024-05-21T16:15:17.017Z] > Task :tabs:generateDebugUnitTestResources
[task 2024-05-21T16:15:17.117Z] > Task :tabs:extractDeepLinksDebug
[task 2024-05-21T16:15:17.117Z] > Task :tabs:mergeDebugUnitTestResources
[task 2024-05-21T16:15:17.117Z] > Task :tabs:processDebugUnitTestManifest
[task 2024-05-21T16:15:17.117Z] > Task :tabs:javaPreCompileDebugUnitTest
[task 2024-05-21T16:15:17.117Z] > Task :tabs:mergeDebugAssets
[task 2024-05-21T16:15:17.117Z] > Task :tabs:generateDebugUnitTestAssets UP-TO-DATE
[task 2024-05-21T16:15:17.217Z] > Task :tabs:mergeDebugUnitTestAssets
[task 2024-05-21T16:15:17.317Z] > Task :tabs:processDebugUnitTestResources
[task 2024-05-21T16:15:17.517Z] > Task :tabs:processDebugUnitTestJavaRes
[task 2024-05-21T16:15:17.517Z] > Task :tabs:packageDebugUnitTestForUnitTest
[task 2024-05-21T16:15:17.617Z] > Task :tabs:generateDebugUnitTestConfig
[task 2024-05-21T16:15:17.817Z] > Task :tabs:compileDebugUnitTestKotlin
[task 2024-05-21T16:15:17.817Z] > Task :tabs:compileDebugUnitTestJavaWithJavac NO-SOURCE
[task 2024-05-21T16:15:18.517Z] > Task :syncmanager:compileDebugUnitTestKotlin
[task 2024-05-21T16:15:20.817Z] > Task :tabs:testDebugUnitTest
[task 2024-05-21T16:15:20.817Z] > Task :syncmanager:compileDebugUnitTestJavaWithJavac NO-SOURCE
[task 2024-05-21T16:15:26.417Z] > Task :syncmanager:testDebugUnitTest
[task 2024-05-21T16:15:26.489Z] 
[task 2024-05-21T16:15:26.489Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
[task 2024-05-21T16:15:26.489Z] 
[task 2024-05-21T16:15:26.489Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
[task 2024-05-21T16:15:26.489Z] 
[task 2024-05-21T16:15:26.489Z] For more on this, please refer to https://docs.gradle.org/8.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
[task 2024-05-21T16:15:26.489Z] 
[task 2024-05-21T16:15:26.489Z] BUILD SUCCESSFUL in 4m 30s
[task 2024-05-21T16:15:26.489Z] 784 actionable tasks: 765 executed, 19 up-to-date
[resource_monitor 2024-05-21T16:15:26.809Z] terminating
[fetches 2024-05-21T16:15:26.842Z] removing /builds/worker/fetches
[fetches 2024-05-21T16:15:28.416Z] finished
[taskcluster 2024-05-21 16:15:30.375Z] === Task Finished ===
[taskcluster 2024-05-21 16:15:30.596Z] Successful task run with exit code: 0 completed in 318.482 seconds