Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Bug 1876385 - Update AndroidX Benchmark to version 1.2.3 #5281

Merged
merged 2 commits into from
Feb 15, 2024

Merge branch 'main' into rvm_benchmark

6017c63
Select commit
Loading
Failed to load commit list.
Merged

Bug 1876385 - Update AndroidX Benchmark to version 1.2.3 #5281

Merge branch 'main' into rvm_benchmark
6017c63
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / build-components-browser-thumbnails succeeded Feb 15, 2024 in 7m 54s

FirefoxCI (push)

Execute Gradle tasks for component "browser-thumbnails" (Treeherder push)

Details

View task in Taskcluster
View logs in Taskcluster

Test result files

(404 if compilation failed)


[task 2024-02-15T18:36:49.504Z]   TEST: thumbnail storage removes the thumbnail on remove tabs action
[task 2024-02-15T18:36:49.604Z] 
[task 2024-02-15T18:36:49.604Z] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[task 2024-02-15T18:36:51.504Z] 
[task 2024-02-15T18:36:51.506Z] > Task :browser-thumbnails:testReleaseUnitTest
[task 2024-02-15T18:36:51.507Z]   SUCCESS
[task 2024-02-15T18:36:51.508Z] 
[task 2024-02-15T18:36:51.509Z]   TEST: thumbnail storage removes the thumbnail on remove tab action
[task 2024-02-15T18:36:51.510Z]   SUCCESS
[task 2024-02-15T18:36:51.511Z] 
[task 2024-02-15T18:36:51.512Z]   TEST: thumbnail storage removes the thumbnail on remove all private tabs action
[task 2024-02-15T18:36:51.604Z]   SUCCESS
[task 2024-02-15T18:36:51.606Z] 
[task 2024-02-15T18:36:51.607Z]   TEST: WHEN update thumbnail action called with private tab THEN storage stores provided thumbnail
[task 2024-02-15T18:36:51.904Z]   SUCCESS
[task 2024-02-15T18:36:51.904Z] 
[task 2024-02-15T18:36:51.904Z]   TEST: WHEN remove tab action with private tab THEN thumbnail storage removes the thumbnail
[task 2024-02-15T18:36:51.904Z]   SUCCESS
[task 2024-02-15T18:36:51.904Z] 
[task 2024-02-15T18:36:51.904Z]   TEST: thumbnail storage stores the provided thumbnail on update thumbnail action
[task 2024-02-15T18:36:51.904Z]   SUCCESS
[task 2024-02-15T18:36:51.904Z] 
[task 2024-02-15T18:36:51.904Z]   TEST: thumbnail storage removes the thumbnail on remove all tabs action
[task 2024-02-15T18:36:51.904Z]   SUCCESS
[task 2024-02-15T18:36:51.904Z] 
[task 2024-02-15T18:36:51.904Z]   TEST: thumbnail storage removes the thumbnail on remove all normal tabs action
[task 2024-02-15T18:36:51.904Z]   SUCCESS
[task 2024-02-15T18:36:51.904Z] 
[task 2024-02-15T18:36:51.904Z]   TEST: thumbnail actions are the only ones consumed by the middleware
[task 2024-02-15T18:36:52.004Z]     Exception in thread "BrowserStore-thread-1 @coroutine#30" java.lang.RuntimeException: Exception while trying to handle coroutine exception
[task 2024-02-15T18:36:52.004Z]     at kotlinx.coroutines.CoroutineExceptionHandlerKt.handlerException(CoroutineExceptionHandler.kt:37)
[task 2024-02-15T18:36:52.004Z]     at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:28)
[task 2024-02-15T18:36:52.004Z]     at kotlinx.coroutines.StandaloneCoroutine.handleJobException(Builders.common.kt:194)
[task 2024-02-15T18:36:52.004Z]     at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:231)
[task 2024-02-15T18:36:52.004Z]     at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:910)
[task 2024-02-15T18:36:52.004Z]     at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:867)
[task 2024-02-15T18:36:52.004Z]     at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:832)
[task 2024-02-15T18:36:52.004Z]     at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
[task 2024-02-15T18:36:52.004Z]     at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
[task 2024-02-15T18:36:52.004Z]     at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
[task 2024-02-15T18:36:52.004Z]     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[task 2024-02-15T18:36:52.004Z]     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[task 2024-02-15T18:36:52.004Z]     at java.base/java.lang.Thread.run(Thread.java:840)
[task 2024-02-15T18:36:52.004Z]     Suppressed: java.lang.IllegalStateException: You need to add EngineMiddleware to your BrowserStore. (KillEngineSessionAction(tabId=test-tab1))
[task 2024-02-15T18:36:52.004Z]     at mozilla.components.browser.state.reducer.EngineStateReducer.reduce(EngineStateReducer.kt:72)
[task 2024-02-15T18:36:52.004Z]     at mozilla.components.browser.state.reducer.BrowserStateReducer.reduce(BrowserStateReducer.kt:60)
[task 2024-02-15T18:36:52.004Z]     at mozilla.components.browser.state.store.BrowserStore$1.invoke(BrowserStore.kt:27)
[task 2024-02-15T18:36:52.004Z]     at mozilla.components.browser.state.store.BrowserStore$1.invoke(BrowserStore.kt:27)
[task 2024-02-15T18:36:52.004Z]     at mozilla.components.lib.state.internal.ReducerChainBuilder$build$chain$1.invoke(ReducerChainBuilder.kt:51)
[task 2024-02-15T18:36:52.004Z]     at mozilla.components.lib.state.internal.ReducerChainBuilder$build$chain$1.invoke(ReducerChainBuilder.kt:50)
[task 2024-02-15T18:36:52.004Z]     at mozilla.components.support.test.middleware.CaptureActionsMiddleware.invoke(CaptureActionsMiddleware.kt:22)
[task 2024-02-15T18:36:52.104Z]     at mozilla.components.support.test.middleware.CaptureActionsMiddleware.invoke(CaptureActionsMiddleware.kt:16)
[task 2024-02-15T18:36:52.104Z]     at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-02-15T18:36:52.104Z]     at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-02-15T18:36:52.104Z]     at mozilla.components.browser.thumbnails.ThumbnailsMiddleware.invoke(ThumbnailsMiddleware.kt:67)
[task 2024-02-15T18:36:52.104Z]     at mozilla.components.browser.thumbnails.ThumbnailsMiddleware.invoke(ThumbnailsMiddleware.kt:20)
[task 2024-02-15T18:36:52.104Z]     at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-02-15T18:36:52.104Z]     at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-02-15T18:36:52.104Z]     at mozilla.components.lib.state.internal.ReducerChainBuilder$build$threadCheck$1.invoke(ReducerChainBuilder.kt:57)
[task 2024-02-15T18:36:52.104Z]     at mozilla.components.lib.state.internal.ReducerChainBuilder$build$threadCheck$1.invoke(ReducerChainBuilder.kt:55)
[task 2024-02-15T18:36:52.104Z]     at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-02-15T18:36:52.104Z]     at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-02-15T18:36:52.104Z]     at mozilla.components.lib.state.Store$dispatch$1.invokeSuspend(Store.kt:96)
[task 2024-02-15T18:36:52.104Z]     at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[task 2024-02-15T18:36:52.104Z]     ... 4 more
[task 2024-02-15T18:36:52.104Z]     Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [mozilla.components.lib.state.Store$special$$inlined$CoroutineExceptionHandler$1@17fa3f8b, CoroutineId(30), "coroutine#30":StandaloneCoroutine{Cancelling}@78d2acc, java.util.concurrent.Executors$FinalizableDelegatedExecutorService@201a5ed2]
[task 2024-02-15T18:36:52.104Z]     Caused by: java.lang.RuntimeException: Method getMainLooper in android.os.Looper not mocked. See https://developer.android.com/r/studio-ui/build/not-mocked for details.
[task 2024-02-15T18:36:52.104Z]     at android.os.Looper.getMainLooper(Looper.java)
[task 2024-02-15T18:36:52.104Z]     at mozilla.components.lib.state.Store$special$$inlined$CoroutineExceptionHandler$1.handleException(CoroutineExceptionHandler.kt:111)
[task 2024-02-15T18:36:52.104Z]     at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:24)
[task 2024-02-15T18:36:52.104Z]     ... 11 more
[task 2024-02-15T18:36:52.104Z]   SUCCESS
[task 2024-02-15T18:36:52.104Z] 
[task 2024-02-15T18:36:52.104Z] 
[task 2024-02-15T18:36:52.104Z] SUITE: mozilla.components.browser.thumbnails.loader.ThumbnailLoaderTest
[task 2024-02-15T18:36:52.104Z]   TEST: loadIntoView sets drawable to error if cancelled
[task 2024-02-15T18:36:53.504Z] 
[task 2024-02-15T18:36:53.504Z] > Task :browser-state:lintAnalyzeRelease
[task 2024-02-15T18:37:04.205Z] 
[task 2024-02-15T18:37:04.207Z] > Task :browser-thumbnails:testReleaseUnitTest
[task 2024-02-15T18:37:04.207Z]   SUCCESS
[task 2024-02-15T18:37:04.208Z] 
[task 2024-02-15T18:37:04.209Z]   TEST: loadIntoView cancels previous jobs
[task 2024-02-15T18:37:04.209Z]   SUCCESS
[task 2024-02-15T18:37:04.209Z] 
[task 2024-02-15T18:37:04.209Z]   TEST: automatically load thumbnails into image view
[task 2024-02-15T18:37:04.210Z]   SUCCESS
[task 2024-02-15T18:37:04.210Z] 
[task 2024-02-15T18:37:04.210Z] 
[task 2024-02-15T18:37:04.210Z] SUITE: mozilla.components.browser.thumbnails.storage.ThumbnailStorageTest
[task 2024-02-15T18:37:04.210Z]   TEST: loadThumbnail
[task 2024-02-15T18:37:04.210Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-02-15T18:37:04.211Z]   SUCCESS
[task 2024-02-15T18:37:04.211Z] 
[task 2024-02-15T18:37:04.211Z]   TEST: WHEN private load request THEN loaded from private cache
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=true), generationId = 0)
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-02-15T18:37:04.211Z]   SUCCESS
[task 2024-02-15T18:37:04.211Z] 
[task 2024-02-15T18:37:04.211Z]   TEST: saveThumbnail
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-02-15T18:37:04.211Z]   SUCCESS
[task 2024-02-15T18:37:04.211Z] 
[task 2024-02-15T18:37:04.211Z]   TEST: WHEN storage is initialized THEN private cache is cleared
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2024-02-15T18:37:04.211Z]   SUCCESS
[task 2024-02-15T18:37:04.211Z] 
[task 2024-02-15T18:37:04.211Z]   TEST: clearThumbnails
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab2, isPrivate=false), generationId = 0)
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab2, generationId = 0)
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Cleared all thumbnails from disk
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] No thumbnail loaded (id = test-tab2)
[task 2024-02-15T18:37:04.211Z]   SUCCESS
[task 2024-02-15T18:37:04.211Z] 
[task 2024-02-15T18:37:04.211Z]   TEST: deleteThumbnail
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Removed thumbnail from disk (sessionIdOrUrl = test-tab1)
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-02-15T18:37:04.211Z]   SUCCESS
[task 2024-02-15T18:37:04.211Z] 
[task 2024-02-15T18:37:04.211Z]   TEST: WHEN private save request THEN placed in private cache
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=true), generationId = 0)
[task 2024-02-15T18:37:04.211Z]     D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-02-15T18:37:04.211Z]   SUCCESS
[task 2024-02-15T18:37:04.211Z] 
[task 2024-02-15T18:37:04.211Z] 
[task 2024-02-15T18:37:04.211Z] SUITE: mozilla.components.browser.thumbnails.utils.ThumbnailDiskCacheTest
[task 2024-02-15T18:37:04.211Z]   TEST: Removing bitmap from disk cache
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2024-02-15T18:37:04.211Z]   SUCCESS
[task 2024-02-15T18:37:04.211Z] 
[task 2024-02-15T18:37:04.211Z]   TEST: Writing and reading bitmap bytes for sdk higher than 29
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2024-02-15T18:37:04.211Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2024-02-15T18:37:04.211Z]   SUCCESS
[task 2024-02-15T18:37:04.211Z] 
[task 2024-02-15T18:37:04.211Z]   TEST: Writing and reading bitmap bytes for sdk lower or equal to 29
[task 2024-02-15T18:37:05.504Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2024-02-15T18:37:05.504Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2024-02-15T18:37:05.504Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2024-02-15T18:37:05.504Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2024-02-15T18:37:05.504Z]     W/SystemConfig: No directory /system/etc/sysconfig, skipping
[task 2024-02-15T18:37:05.504Z]     W/SystemConfig: No directory /system/etc/permissions, skipping
[task 2024-02-15T18:37:05.504Z]     W/SystemConfig: No directory /product/etc/sysconfig, skipping
[task 2024-02-15T18:37:05.504Z]     W/SystemConfig: No directory /product/etc/permissions, skipping
[task 2024-02-15T18:37:05.504Z]     W/SystemConfig: No directory /product_services/etc/sysconfig, skipping
[task 2024-02-15T18:37:05.504Z]     W/SystemConfig: No directory /product_services/etc/permissions, skipping
[task 2024-02-15T18:37:05.704Z] 
[task 2024-02-15T18:37:05.704Z] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[task 2024-02-15T18:37:07.704Z] 
[task 2024-02-15T18:37:07.704Z] > Task :browser-thumbnails:testReleaseUnitTest
[task 2024-02-15T18:37:07.704Z]   SUCCESS
[task 2024-02-15T18:37:07.704Z] 
[task 2024-02-15T18:37:07.704Z]   TEST: Clearing bitmap from disk cache
[task 2024-02-15T18:37:07.804Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2024-02-15T18:37:07.804Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2024-02-15T18:37:07.804Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2024-02-15T18:37:07.804Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2024-02-15T18:37:07.804Z]   SUCCESS
[task 2024-02-15T18:37:07.804Z] 
[task 2024-02-15T18:37:07.804Z]   TEST: Clearing bitmap from disk catch IOException
[task 2024-02-15T18:37:07.804Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2024-02-15T18:37:07.804Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2024-02-15T18:37:07.804Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2024-02-15T18:37:07.804Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2024-02-15T18:37:07.904Z]     W [ThumbnailDiskCache] Thumbnail cache could not be cleared. Perhaps there are none?
[task 2024-02-15T18:37:07.905Z]   SUCCESS
[task 2024-02-15T18:37:07.906Z] 
[task 2024-02-15T18:37:07.906Z]   TEST: Writing and reading bitmap bytes for private cache
[task 2024-02-15T18:37:07.906Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2024-02-15T18:37:07.906Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2024-02-15T18:37:07.906Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2024-02-15T18:37:07.906Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2024-02-15T18:37:08.004Z]   SUCCESS
[task 2024-02-15T18:37:08.004Z] 
[task 2024-02-15T18:37:08.504Z] 
[task 2024-02-15T18:37:08.504Z] > Task :browser-thumbnails:jacocoReleaseTestReport SKIPPED
[task 2024-02-15T18:37:08.504Z] > Task :browser-thumbnails:jacocoDebugTestReport SKIPPED
[task 2024-02-15T18:37:08.504Z] > Task :browser-thumbnails:bundleReleaseLocalLintAar
[task 2024-02-15T18:37:08.504Z] > Task :browser-thumbnails:createFullJarRelease
[task 2024-02-15T18:37:08.504Z] > Task :browser-thumbnails:sourceReleaseJar
[task 2024-02-15T18:37:08.604Z] > Task :browser-thumbnails:generateReleaseLintReportModel
[task 2024-02-15T18:37:08.704Z] > Task :browser-thumbnails:generateMetadataFileForReleasePublication
[task 2024-02-15T18:37:08.804Z] > Task :browser-thumbnails:generatePomFileForReleasePublication
[task 2024-02-15T18:37:08.804Z] > Task :browser-thumbnails:publishReleasePublicationToMavenRepository
[task 2024-02-15T18:37:08.804Z] > Task :browser-thumbnails:publish
[task 2024-02-15T18:37:08.804Z] > Task :githubBuildDetails
[task 2024-02-15T18:37:09.504Z] > Task :browser-thumbnails:packageDebugAndroidTest
[task 2024-02-15T18:37:09.504Z] > Task :browser-thumbnails:createDebugAndroidTestApkListingFileRedirect
[task 2024-02-15T18:37:09.504Z] > Task :browser-thumbnails:assembleDebugAndroidTest
[task 2024-02-15T18:37:09.504Z] > Task :browser-thumbnails:assembleAndroidTest
[task 2024-02-15T18:37:11.704Z] > Task :browser-thumbnails:lintAnalyzeRelease
[task 2024-02-15T18:37:11.904Z] > Task :browser-thumbnails:lintReportRelease
[task 2024-02-15T18:37:11.904Z] > Task :browser-thumbnails:lintRelease
[task 2024-02-15T18:37:12.004Z] 
[task 2024-02-15T18:37:12.004Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
[task 2024-02-15T18:37:12.004Z] 
[task 2024-02-15T18:37:12.004Z] 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-02-15T18:37:12.004Z] 
[task 2024-02-15T18:37:12.004Z] For more on this, please refer to https://docs.gradle.org/8.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
[task 2024-02-15T18:37:12.004Z] 
[task 2024-02-15T18:37:12.004Z] BUILD SUCCESSFUL in 4m 44s
[task 2024-02-15T18:37:12.004Z] 880 actionable tasks: 623 executed, 257 from cache
[fetches 2024-02-15T18:37:12.384Z] removing /builds/worker/fetches
[fetches 2024-02-15T18:37:13.300Z] finished
[taskcluster 2024-02-15 18:37:13.703Z] === Task Finished ===
[taskcluster 2024-02-15 18:37:13.713Z] Artifact "public/reports/jacoco" not found at "/builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/reports/jacoco": (HTTP code 404) no such container - Could not find the file /builds/worker/checkouts/vcs/android-components/components/browser/thumbnails/build/reports/jacoco in container 44ab1e48fab44a178a68b5e3dbc745449a48a221085419ddc14cbed8cff6538c 
[taskcluster 2024-02-15 18:37:16.506Z] Successful task run with exit code: 0 completed in 369.587 seconds