This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Bug 1882404 - Expose granted permissions on AC. #5793
Merged
firefoxci-taskcluster / build-components-browser-thumbnails
succeeded
Mar 14, 2024 in 6m 59s
FirefoxCI (pull_request)
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-03-14T19:27:43.970Z] > Task :browser-thumbnails:testReleaseUnitTest
[task 2024-03-14T19:27:43.970Z] SUCCESS
[task 2024-03-14T19:27:43.970Z]
[task 2024-03-14T19:27:43.970Z] TEST: thumbnail storage removes the thumbnail on remove tab action
[task 2024-03-14T19:27:43.970Z] SUCCESS
[task 2024-03-14T19:27:43.970Z]
[task 2024-03-14T19:27:43.970Z] TEST: thumbnail storage removes the thumbnail on remove all private tabs action
[task 2024-03-14T19:27:43.970Z] SUCCESS
[task 2024-03-14T19:27:43.970Z]
[task 2024-03-14T19:27:43.970Z] TEST: WHEN update thumbnail action called with private tab THEN storage stores provided thumbnail
[task 2024-03-14T19:27:43.970Z] SUCCESS
[task 2024-03-14T19:27:43.970Z]
[task 2024-03-14T19:27:43.970Z] TEST: WHEN remove tab action with private tab THEN thumbnail storage removes the thumbnail
[task 2024-03-14T19:27:43.970Z] SUCCESS
[task 2024-03-14T19:27:43.970Z]
[task 2024-03-14T19:27:43.970Z] TEST: thumbnail storage stores the provided thumbnail on update thumbnail action
[task 2024-03-14T19:27:43.970Z] SUCCESS
[task 2024-03-14T19:27:43.970Z]
[task 2024-03-14T19:27:43.970Z] TEST: thumbnail storage removes the thumbnail on remove all tabs action
[task 2024-03-14T19:27:43.970Z] SUCCESS
[task 2024-03-14T19:27:43.970Z]
[task 2024-03-14T19:27:43.970Z] TEST: thumbnail storage removes the thumbnail on remove all normal tabs action
[task 2024-03-14T19:27:43.970Z] SUCCESS
[task 2024-03-14T19:27:43.970Z]
[task 2024-03-14T19:27:43.970Z] TEST: thumbnail actions are the only ones consumed by the middleware
[task 2024-03-14T19:27:43.970Z] Exception in thread "BrowserStore-thread-1 @coroutine#30" java.lang.RuntimeException: Exception while trying to handle coroutine exception
[task 2024-03-14T19:27:43.970Z] at kotlinx.coroutines.CoroutineExceptionHandlerKt.handlerException(CoroutineExceptionHandler.kt:33)
[task 2024-03-14T19:27:43.970Z] at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:24)
[task 2024-03-14T19:27:43.970Z] at kotlinx.coroutines.StandaloneCoroutine.handleJobException(Builders.common.kt:190)
[task 2024-03-14T19:27:43.970Z] at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:228)
[task 2024-03-14T19:27:43.970Z] at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:907)
[task 2024-03-14T19:27:43.970Z] at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:864)
[task 2024-03-14T19:27:43.970Z] at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:829)
[task 2024-03-14T19:27:43.970Z] at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:97)
[task 2024-03-14T19:27:43.970Z] at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
[task 2024-03-14T19:27:43.970Z] at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
[task 2024-03-14T19:27:43.970Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[task 2024-03-14T19:27:43.970Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[task 2024-03-14T19:27:43.970Z] at java.base/java.lang.Thread.run(Thread.java:840)
[task 2024-03-14T19:27:43.970Z] Suppressed: java.lang.IllegalStateException: You need to add EngineMiddleware to your BrowserStore. (KillEngineSessionAction(tabId=test-tab1))
[task 2024-03-14T19:27:43.970Z] at mozilla.components.browser.state.reducer.EngineStateReducer.reduce(EngineStateReducer.kt:72)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.browser.state.reducer.BrowserStateReducer.reduce(BrowserStateReducer.kt:60)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.browser.state.store.BrowserStore$1.invoke(BrowserStore.kt:27)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.browser.state.store.BrowserStore$1.invoke(BrowserStore.kt:27)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$chain$1.invoke(ReducerChainBuilder.kt:51)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$chain$1.invoke(ReducerChainBuilder.kt:50)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.support.test.middleware.CaptureActionsMiddleware.invoke(CaptureActionsMiddleware.kt:22)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.support.test.middleware.CaptureActionsMiddleware.invoke(CaptureActionsMiddleware.kt:16)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.browser.thumbnails.ThumbnailsMiddleware.invoke(ThumbnailsMiddleware.kt:67)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.browser.thumbnails.ThumbnailsMiddleware.invoke(ThumbnailsMiddleware.kt:20)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$threadCheck$1.invoke(ReducerChainBuilder.kt:57)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$threadCheck$1.invoke(ReducerChainBuilder.kt:55)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.lib.state.Store$dispatch$1.invokeSuspend(Store.kt:96)
[task 2024-03-14T19:27:43.970Z] at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[task 2024-03-14T19:27:43.970Z] ... 4 more
[task 2024-03-14T19:27:43.970Z] Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [mozilla.components.lib.state.Store$special$$inlined$CoroutineExceptionHandler$1@6ab1ae14, CoroutineId(30), "coroutine#30":StandaloneCoroutine{Cancelling}@cf414c, java.util.concurrent.Executors$FinalizableDelegatedExecutorService@7e122430]
[task 2024-03-14T19:27:43.970Z] 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-03-14T19:27:43.970Z] at android.os.Looper.getMainLooper(Looper.java)
[task 2024-03-14T19:27:43.970Z] at mozilla.components.lib.state.Store$special$$inlined$CoroutineExceptionHandler$1.handleException(CoroutineExceptionHandler.kt:107)
[task 2024-03-14T19:27:43.970Z] at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:20)
[task 2024-03-14T19:27:43.970Z] ... 11 more
[task 2024-03-14T19:27:43.970Z] SUCCESS
[task 2024-03-14T19:27:43.970Z]
[task 2024-03-14T19:27:43.970Z]
[task 2024-03-14T19:27:43.970Z] SUITE: mozilla.components.browser.thumbnails.loader.ThumbnailLoaderTest
[task 2024-03-14T19:27:43.970Z] TEST: loadIntoView sets drawable to error if cancelled
[task 2024-03-14T19:27:44.469Z] SUCCESS
[task 2024-03-14T19:27:44.469Z]
[task 2024-03-14T19:27:44.470Z] TEST: loadIntoView cancels previous jobs
[task 2024-03-14T19:27:44.569Z] SUCCESS
[task 2024-03-14T19:27:44.569Z]
[task 2024-03-14T19:27:44.569Z] TEST: automatically load thumbnails into image view
[task 2024-03-14T19:27:44.570Z] SUCCESS
[task 2024-03-14T19:27:44.570Z]
[task 2024-03-14T19:27:44.570Z]
[task 2024-03-14T19:27:44.570Z] SUITE: mozilla.components.browser.thumbnails.storage.ThumbnailStorageTest
[task 2024-03-14T19:27:44.570Z] TEST: loadThumbnail
[task 2024-03-14T19:27:44.669Z] 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-03-14T19:27:44.669Z] 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-03-14T19:27:44.669Z] 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-03-14T19:27:44.670Z] 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-03-14T19:27:45.769Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-03-14T19:27:45.770Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-03-14T19:27:45.770Z] SUCCESS
[task 2024-03-14T19:27:45.770Z]
[task 2024-03-14T19:27:45.770Z] TEST: WHEN private load request THEN loaded from private cache
[task 2024-03-14T19:27:45.869Z] 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-03-14T19:27:45.869Z] 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-03-14T19:27:45.869Z] 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-03-14T19:27:45.869Z] 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-03-14T19:27:45.869Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=true), generationId = 0)
[task 2024-03-14T19:27:45.869Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-03-14T19:27:45.869Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-03-14T19:27:45.869Z] SUCCESS
[task 2024-03-14T19:27:45.870Z]
[task 2024-03-14T19:27:45.870Z] TEST: saveThumbnail
[task 2024-03-14T19:27:45.969Z] 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-03-14T19:27:45.969Z] 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-03-14T19:27:45.969Z] 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-03-14T19:27:45.969Z] 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-03-14T19:27:45.969Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-03-14T19:27:45.970Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-03-14T19:27:45.970Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-03-14T19:27:45.970Z] SUCCESS
[task 2024-03-14T19:27:45.970Z]
[task 2024-03-14T19:27:45.970Z] TEST: WHEN storage is initialized THEN private cache is cleared
[task 2024-03-14T19:27:46.069Z] 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-03-14T19:27:46.069Z] 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-03-14T19:27:46.069Z] 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-03-14T19:27:46.069Z] 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-03-14T19:27:46.070Z] SUCCESS
[task 2024-03-14T19:27:46.070Z]
[task 2024-03-14T19:27:46.070Z] TEST: clearThumbnails
[task 2024-03-14T19:27:46.070Z] 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-03-14T19:27:46.070Z] 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-03-14T19:27:46.070Z] 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-03-14T19:27:46.070Z] 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-03-14T19:27:46.070Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-03-14T19:27:46.070Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab2, isPrivate=false), generationId = 0)
[task 2024-03-14T19:27:46.070Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-03-14T19:27:46.070Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab2, generationId = 0)
[task 2024-03-14T19:27:46.070Z] D [ThumbnailStorage] Cleared all thumbnails from disk
[task 2024-03-14T19:27:46.070Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-03-14T19:27:46.070Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab2)
[task 2024-03-14T19:27:46.070Z] SUCCESS
[task 2024-03-14T19:27:46.070Z]
[task 2024-03-14T19:27:46.070Z] TEST: deleteThumbnail
[task 2024-03-14T19:27:46.170Z] 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-03-14T19:27:46.170Z] 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-03-14T19:27:46.170Z] 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-03-14T19:27:46.170Z] 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-03-14T19:27:46.170Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-03-14T19:27:46.170Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-03-14T19:27:46.170Z] D [ThumbnailStorage] Removed thumbnail from disk (sessionIdOrUrl = test-tab1)
[task 2024-03-14T19:27:46.170Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-03-14T19:27:46.170Z] SUCCESS
[task 2024-03-14T19:27:46.170Z]
[task 2024-03-14T19:27:46.170Z] TEST: WHEN private save request THEN placed in private cache
[task 2024-03-14T19:27:46.170Z] 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-03-14T19:27:46.170Z] 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-03-14T19:27:46.170Z] 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-03-14T19:27:46.170Z] 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-03-14T19:27:46.170Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-03-14T19:27:46.170Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=true), generationId = 0)
[task 2024-03-14T19:27:46.269Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-03-14T19:27:46.269Z] SUCCESS
[task 2024-03-14T19:27:46.269Z]
[task 2024-03-14T19:27:46.269Z]
[task 2024-03-14T19:27:46.269Z] SUITE: mozilla.components.browser.thumbnails.utils.ThumbnailDiskCacheTest
[task 2024-03-14T19:27:46.269Z] TEST: Removing bitmap from disk cache
[task 2024-03-14T19:27:46.269Z] 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-03-14T19:27:46.269Z] 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-03-14T19:27:46.269Z] 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-03-14T19:27:46.270Z] 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-03-14T19:27:46.270Z] SUCCESS
[task 2024-03-14T19:27:46.270Z]
[task 2024-03-14T19:27:46.270Z] TEST: Writing and reading bitmap bytes for sdk higher than 29
[task 2024-03-14T19:27:46.369Z] 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-03-14T19:27:46.369Z] 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-03-14T19:27:46.369Z] 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-03-14T19:27:46.369Z] 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-03-14T19:27:46.369Z] SUCCESS
[task 2024-03-14T19:27:46.369Z]
[task 2024-03-14T19:27:46.370Z] TEST: Writing and reading bitmap bytes for sdk lower or equal to 29
[task 2024-03-14T19:27:48.769Z] 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-03-14T19:27:48.769Z] 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-03-14T19:27:48.769Z] 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-03-14T19:27:48.769Z] 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-03-14T19:27:48.869Z] W/SystemConfig: No directory /system/etc/sysconfig, skipping
[task 2024-03-14T19:27:48.870Z] W/SystemConfig: No directory /system/etc/permissions, skipping
[task 2024-03-14T19:27:48.870Z] W/SystemConfig: No directory /product/etc/sysconfig, skipping
[task 2024-03-14T19:27:48.870Z] W/SystemConfig: No directory /product/etc/permissions, skipping
[task 2024-03-14T19:27:48.870Z] W/SystemConfig: No directory /product_services/etc/sysconfig, skipping
[task 2024-03-14T19:27:48.870Z] W/SystemConfig: No directory /product_services/etc/permissions, skipping
[task 2024-03-14T19:27:48.969Z]
[task 2024-03-14T19:27:48.970Z] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[task 2024-03-14T19:27:50.869Z]
[task 2024-03-14T19:27:50.869Z] > Task :browser-thumbnails:testReleaseUnitTest
[task 2024-03-14T19:27:50.869Z] SUCCESS
[task 2024-03-14T19:27:50.869Z]
[task 2024-03-14T19:27:50.869Z] TEST: Clearing bitmap from disk cache
[task 2024-03-14T19:27:50.869Z] 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-03-14T19:27:50.869Z] 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-03-14T19:27:50.870Z] 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-03-14T19:27:50.870Z] 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-03-14T19:27:50.870Z] SUCCESS
[task 2024-03-14T19:27:50.870Z]
[task 2024-03-14T19:27:50.870Z] TEST: Clearing bitmap from disk catch IOException
[task 2024-03-14T19:27:50.969Z] 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-03-14T19:27:50.969Z] 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-03-14T19:27:50.969Z] 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-03-14T19:27:50.969Z] 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-03-14T19:27:51.069Z] W [ThumbnailDiskCache] Thumbnail cache could not be cleared. Perhaps there are none?
[task 2024-03-14T19:27:51.069Z] SUCCESS
[task 2024-03-14T19:27:51.069Z]
[task 2024-03-14T19:27:51.069Z] TEST: Writing and reading bitmap bytes for private cache
[task 2024-03-14T19:27:51.069Z] 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-03-14T19:27:51.069Z] 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-03-14T19:27:51.069Z] 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-03-14T19:27:51.070Z] 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-03-14T19:27:51.070Z] SUCCESS
[task 2024-03-14T19:27:51.070Z]
[task 2024-03-14T19:27:51.569Z]
[task 2024-03-14T19:27:51.569Z] > Task :browser-thumbnails:mergeDebugAndroidTestGlobalSynthetics
[task 2024-03-14T19:27:51.570Z] > Task :browser-thumbnails:jacocoReleaseTestReport SKIPPED
[task 2024-03-14T19:27:51.570Z] > Task :browser-thumbnails:jacocoDebugTestReport SKIPPED
[task 2024-03-14T19:27:51.669Z] > Task :browser-state:extractReleaseAnnotations
[task 2024-03-14T19:27:51.669Z] > Task :browser-state:mergeReleaseGeneratedProguardFiles
[task 2024-03-14T19:27:51.669Z] > Task :browser-state:mergeReleaseConsumerProguardFiles
[task 2024-03-14T19:27:51.669Z] > Task :browser-state:mergeReleaseJavaResource
[task 2024-03-14T19:27:51.670Z] > Task :browser-state:createFullJarRelease
[task 2024-03-14T19:27:51.969Z] > Task :browser-state:syncReleaseLibJars
[task 2024-03-14T19:27:51.969Z] > Task :browser-state:bundleReleaseLocalLintAar
[task 2024-03-14T19:27:51.969Z] > Task :browser-thumbnails:bundleReleaseLocalLintAar
[task 2024-03-14T19:27:51.969Z] > Task :browser-thumbnails:createFullJarRelease
[task 2024-03-14T19:27:51.969Z] > Task :browser-thumbnails:generateMetadataFileForReleasePublication
[task 2024-03-14T19:27:51.969Z] > Task :browser-thumbnails:publishReleasePublicationToMavenRepository
[task 2024-03-14T19:27:51.970Z] > Task :browser-thumbnails:publish
[task 2024-03-14T19:27:52.069Z] > Task :browser-thumbnails:mergeLibDexDebugAndroidTest
[task 2024-03-14T19:27:52.269Z] > Task :browser-state:generateReleaseLintModel
[task 2024-03-14T19:27:52.369Z] > Task :browser-thumbnails:generateReleaseLintReportModel
[task 2024-03-14T19:27:53.169Z] > Task :browser-thumbnails:packageDebugAndroidTest
[task 2024-03-14T19:27:53.169Z] > Task :browser-thumbnails:createDebugAndroidTestApkListingFileRedirect
[task 2024-03-14T19:27:53.169Z] > Task :browser-thumbnails:assembleDebugAndroidTest
[task 2024-03-14T19:27:53.170Z] > Task :browser-thumbnails:assembleAndroidTest
[task 2024-03-14T19:27:56.169Z] > Task :browser-thumbnails:lintAnalyzeRelease
[task 2024-03-14T19:28:11.069Z] > Task :browser-state:lintAnalyzeRelease
[task 2024-03-14T19:28:11.169Z] > Task :browser-thumbnails:lintReportRelease
[task 2024-03-14T19:28:11.169Z] > Task :browser-thumbnails:lintRelease
[task 2024-03-14T19:28:11.269Z]
[task 2024-03-14T19:28:11.269Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
[task 2024-03-14T19:28:11.269Z]
[task 2024-03-14T19:28:11.269Z] 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-03-14T19:28:11.269Z]
[task 2024-03-14T19:28:11.269Z] 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-03-14T19:28:11.270Z]
[task 2024-03-14T19:28:11.270Z] BUILD SUCCESSFUL in 4m 2s
[task 2024-03-14T19:28:11.270Z] 880 actionable tasks: 623 executed, 257 from cache
[fetches 2024-03-14T19:28:11.605Z] removing /builds/worker/fetches
[fetches 2024-03-14T19:28:12.381Z] finished
[taskcluster 2024-03-14 19:28:12.786Z] === Task Finished ===
[taskcluster 2024-03-14 19:28:12.805Z] 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 0964246d3c7a30e7543cf2873fcebeae55cee7f366e01c027644a545dfc6565b
[taskcluster 2024-03-14 19:28:15.263Z] Successful task run with exit code: 0 completed in 323.905 seconds
Loading