This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Update to GeckoView Release 125.0.20240425211020 on releases_v125 #6085
firefoxci-taskcluster / build-components-browser-thumbnails
succeeded
Apr 27, 2024 in 17m 56s
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-04-27T17:22:52.158Z]
[task 2024-04-27T17:22:52.158Z]
[task 2024-04-27T17:22:52.158Z] SUITE: mozilla.components.browser.thumbnails.ThumbnailsMiddlewareTest
[task 2024-04-27T17:22:52.158Z] TEST: thumbnail storage removes the thumbnail on remove tabs action
[task 2024-04-27T17:22:52.158Z]
[task 2024-04-27T17:22:52.158Z] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[task 2024-04-27T17:22:54.158Z]
[task 2024-04-27T17:22:54.158Z] > Task :browser-thumbnails:testReleaseUnitTest
[task 2024-04-27T17:22:54.158Z] SUCCESS
[task 2024-04-27T17:22:54.158Z]
[task 2024-04-27T17:22:54.158Z] TEST: thumbnail storage removes the thumbnail on remove tab action
[task 2024-04-27T17:22:54.158Z] SUCCESS
[task 2024-04-27T17:22:54.158Z]
[task 2024-04-27T17:22:54.158Z] TEST: thumbnail storage removes the thumbnail on remove all private tabs action
[task 2024-04-27T17:22:54.158Z] SUCCESS
[task 2024-04-27T17:22:54.158Z]
[task 2024-04-27T17:22:54.158Z] TEST: WHEN update thumbnail action called with private tab THEN storage stores provided thumbnail
[task 2024-04-27T17:22:54.158Z] SUCCESS
[task 2024-04-27T17:22:54.158Z]
[task 2024-04-27T17:22:54.158Z] TEST: WHEN remove tab action with private tab THEN thumbnail storage removes the thumbnail
[task 2024-04-27T17:22:54.159Z] SUCCESS
[task 2024-04-27T17:22:54.159Z]
[task 2024-04-27T17:22:54.159Z] TEST: thumbnail storage stores the provided thumbnail on update thumbnail action
[task 2024-04-27T17:22:54.159Z] SUCCESS
[task 2024-04-27T17:22:54.159Z]
[task 2024-04-27T17:22:54.159Z] TEST: thumbnail storage removes the thumbnail on remove all tabs action
[task 2024-04-27T17:22:54.159Z] SUCCESS
[task 2024-04-27T17:22:54.159Z]
[task 2024-04-27T17:22:54.159Z] TEST: thumbnail storage removes the thumbnail on remove all normal tabs action
[task 2024-04-27T17:22:54.159Z] SUCCESS
[task 2024-04-27T17:22:54.159Z]
[task 2024-04-27T17:22:54.159Z] TEST: thumbnail actions are the only ones consumed by the middleware
[task 2024-04-27T17:22:54.159Z] Exception in thread "BrowserStore-thread-1 @coroutine#30" java.lang.RuntimeException: Exception while trying to handle coroutine exception
[task 2024-04-27T17:22:54.159Z] at kotlinx.coroutines.CoroutineExceptionHandlerKt.handlerException(CoroutineExceptionHandler.kt:33)
[task 2024-04-27T17:22:54.159Z] at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:24)
[task 2024-04-27T17:22:54.159Z] at kotlinx.coroutines.StandaloneCoroutine.handleJobException(Builders.common.kt:190)
[task 2024-04-27T17:22:54.159Z] at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:228)
[task 2024-04-27T17:22:54.159Z] at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:907)
[task 2024-04-27T17:22:54.159Z] at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:864)
[task 2024-04-27T17:22:54.258Z] at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:829)
[task 2024-04-27T17:22:54.258Z] at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:97)
[task 2024-04-27T17:22:54.258Z] at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
[task 2024-04-27T17:22:54.258Z] at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
[task 2024-04-27T17:22:54.259Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[task 2024-04-27T17:22:54.259Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[task 2024-04-27T17:22:54.259Z] at java.base/java.lang.Thread.run(Thread.java:840)
[task 2024-04-27T17:22:54.259Z] Suppressed: java.lang.IllegalStateException: You need to add EngineMiddleware to your BrowserStore. (KillEngineSessionAction(tabId=test-tab1))
[task 2024-04-27T17:22:54.259Z] at mozilla.components.browser.state.reducer.EngineStateReducer.reduce(EngineStateReducer.kt:72)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.browser.state.reducer.BrowserStateReducer.reduce(BrowserStateReducer.kt:60)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.browser.state.store.BrowserStore$1.invoke(BrowserStore.kt:27)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.browser.state.store.BrowserStore$1.invoke(BrowserStore.kt:27)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$chain$1.invoke(ReducerChainBuilder.kt:51)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$chain$1.invoke(ReducerChainBuilder.kt:50)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.support.test.middleware.CaptureActionsMiddleware.invoke(CaptureActionsMiddleware.kt:22)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.support.test.middleware.CaptureActionsMiddleware.invoke(CaptureActionsMiddleware.kt:16)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.browser.thumbnails.ThumbnailsMiddleware.invoke(ThumbnailsMiddleware.kt:67)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.browser.thumbnails.ThumbnailsMiddleware.invoke(ThumbnailsMiddleware.kt:20)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$threadCheck$1.invoke(ReducerChainBuilder.kt:57)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$threadCheck$1.invoke(ReducerChainBuilder.kt:55)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.lib.state.Store$dispatch$1.invokeSuspend(Store.kt:96)
[task 2024-04-27T17:22:54.259Z] at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[task 2024-04-27T17:22:54.259Z] ... 4 more
[task 2024-04-27T17:22:54.259Z] Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [mozilla.components.lib.state.Store$special$$inlined$CoroutineExceptionHandler$1@22c1a68b, CoroutineId(30), "coroutine#30":StandaloneCoroutine{Cancelling}@55edcfea, java.util.concurrent.Executors$FinalizableDelegatedExecutorService@a16bdca]
[task 2024-04-27T17:22:54.259Z] 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-04-27T17:22:54.259Z] at android.os.Looper.getMainLooper(Looper.java)
[task 2024-04-27T17:22:54.259Z] at mozilla.components.lib.state.Store$special$$inlined$CoroutineExceptionHandler$1.handleException(CoroutineExceptionHandler.kt:107)
[task 2024-04-27T17:22:54.259Z] at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:20)
[task 2024-04-27T17:22:54.259Z] ... 11 more
[task 2024-04-27T17:22:54.259Z] SUCCESS
[task 2024-04-27T17:22:54.259Z]
[task 2024-04-27T17:22:54.259Z]
[task 2024-04-27T17:22:54.259Z] SUITE: mozilla.components.browser.thumbnails.loader.ThumbnailLoaderTest
[task 2024-04-27T17:22:54.259Z] TEST: loadIntoView sets drawable to error if cancelled
[task 2024-04-27T17:22:56.458Z] SUCCESS
[task 2024-04-27T17:22:56.458Z]
[task 2024-04-27T17:22:56.458Z] TEST: loadIntoView cancels previous jobs
[task 2024-04-27T17:22:56.558Z] SUCCESS
[task 2024-04-27T17:22:56.558Z]
[task 2024-04-27T17:22:56.558Z] TEST: automatically load thumbnails into image view
[task 2024-04-27T17:22:56.558Z] SUCCESS
[task 2024-04-27T17:22:56.558Z]
[task 2024-04-27T17:22:56.558Z]
[task 2024-04-27T17:22:56.558Z] SUITE: mozilla.components.browser.thumbnails.storage.ThumbnailStorageTest
[task 2024-04-27T17:22:56.658Z] TEST: loadThumbnail
[task 2024-04-27T17:22:56.658Z] 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-04-27T17:22:56.658Z] 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-04-27T17:22:56.658Z] 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-04-27T17:22:56.658Z] 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-04-27T17:22:58.358Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-04-27T17:22:58.458Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-04-27T17:22:58.458Z] SUCCESS
[task 2024-04-27T17:22:58.458Z]
[task 2024-04-27T17:22:58.458Z] TEST: WHEN private load request THEN loaded from private cache
[task 2024-04-27T17:22:58.558Z] 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-04-27T17:22:58.558Z] 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-04-27T17:22:58.558Z] 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-04-27T17:22:58.558Z] 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-04-27T17:22:58.558Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=true), generationId = 0)
[task 2024-04-27T17:22:58.558Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-04-27T17:22:58.558Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-04-27T17:22:58.558Z] SUCCESS
[task 2024-04-27T17:22:58.558Z]
[task 2024-04-27T17:22:58.558Z] TEST: saveThumbnail
[task 2024-04-27T17:22:58.658Z] 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-04-27T17:22:58.658Z] 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-04-27T17:22:58.658Z] 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-04-27T17:22:58.658Z] 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-04-27T17:22:58.658Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-04-27T17:22:58.658Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-04-27T17:22:58.658Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-04-27T17:22:58.658Z] SUCCESS
[task 2024-04-27T17:22:58.658Z]
[task 2024-04-27T17:22:58.658Z] TEST: WHEN storage is initialized THEN private cache is cleared
[task 2024-04-27T17:22:58.758Z] 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-04-27T17:22:58.758Z] 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-04-27T17:22:58.758Z] 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-04-27T17:22:58.758Z] 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-04-27T17:22:58.758Z] SUCCESS
[task 2024-04-27T17:22:58.758Z]
[task 2024-04-27T17:22:58.758Z] TEST: clearThumbnails
[task 2024-04-27T17:22:58.758Z] 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-04-27T17:22:58.758Z] 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-04-27T17:22:58.758Z] 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-04-27T17:22:58.758Z] 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-04-27T17:22:58.858Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-04-27T17:22:58.858Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab2, isPrivate=false), generationId = 0)
[task 2024-04-27T17:22:58.858Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-04-27T17:22:58.858Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab2, generationId = 0)
[task 2024-04-27T17:22:58.858Z] D [ThumbnailStorage] Cleared all thumbnails from disk
[task 2024-04-27T17:22:58.858Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-04-27T17:22:58.858Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab2)
[task 2024-04-27T17:22:58.858Z] SUCCESS
[task 2024-04-27T17:22:58.858Z]
[task 2024-04-27T17:22:58.858Z] TEST: deleteThumbnail
[task 2024-04-27T17:22:58.858Z] 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-04-27T17:22:58.858Z] 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-04-27T17:22:58.858Z] 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-04-27T17:22:58.858Z] 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-04-27T17:22:58.958Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-04-27T17:22:58.958Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-04-27T17:22:58.958Z] D [ThumbnailStorage] Removed thumbnail from disk (sessionIdOrUrl = test-tab1)
[task 2024-04-27T17:22:58.958Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-04-27T17:22:58.958Z] SUCCESS
[task 2024-04-27T17:22:58.958Z]
[task 2024-04-27T17:22:58.958Z] TEST: WHEN private save request THEN placed in private cache
[task 2024-04-27T17:22:58.958Z] 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-04-27T17:22:58.958Z] 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-04-27T17:22:58.958Z] 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-04-27T17:22:58.958Z] 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-04-27T17:22:59.058Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-04-27T17:22:59.058Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=true), generationId = 0)
[task 2024-04-27T17:22:59.058Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-04-27T17:22:59.058Z] SUCCESS
[task 2024-04-27T17:22:59.058Z]
[task 2024-04-27T17:22:59.058Z]
[task 2024-04-27T17:22:59.058Z] SUITE: mozilla.components.browser.thumbnails.utils.ThumbnailDiskCacheTest
[task 2024-04-27T17:22:59.058Z] TEST: Removing bitmap from disk cache
[task 2024-04-27T17:22:59.158Z] 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-04-27T17:22:59.158Z] 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-04-27T17:22:59.158Z] 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-04-27T17:22:59.158Z] 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-04-27T17:22:59.158Z] SUCCESS
[task 2024-04-27T17:22:59.158Z]
[task 2024-04-27T17:22:59.158Z] TEST: Writing and reading bitmap bytes for sdk higher than 29
[task 2024-04-27T17:22:59.158Z] 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-04-27T17:22:59.158Z] 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-04-27T17:22:59.158Z] 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-04-27T17:22:59.158Z] 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-04-27T17:22:59.158Z] SUCCESS
[task 2024-04-27T17:22:59.158Z]
[task 2024-04-27T17:22:59.158Z] TEST: Writing and reading bitmap bytes for sdk lower or equal to 29
[task 2024-04-27T17:23:00.158Z]
[task 2024-04-27T17:23:00.158Z] > Task :browser-state:lintAnalyzeRelease
[task 2024-04-27T17:23:03.358Z]
[task 2024-04-27T17:23:03.358Z] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[task 2024-04-27T17:23:03.358Z]
[task 2024-04-27T17:23:03.358Z] > Task :browser-thumbnails:testReleaseUnitTest
[task 2024-04-27T17:23:03.358Z] 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-04-27T17:23:03.358Z] 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-04-27T17:23:03.358Z] 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-04-27T17:23:03.358Z] 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-04-27T17:23:03.358Z] W/SystemConfig: No directory /system/etc/sysconfig, skipping
[task 2024-04-27T17:23:03.358Z] W/SystemConfig: No directory /system/etc/permissions, skipping
[task 2024-04-27T17:23:03.358Z] W/SystemConfig: No directory /product/etc/sysconfig, skipping
[task 2024-04-27T17:23:03.358Z] W/SystemConfig: No directory /product/etc/permissions, skipping
[task 2024-04-27T17:23:03.358Z] W/SystemConfig: No directory /product_services/etc/sysconfig, skipping
[task 2024-04-27T17:23:03.358Z] W/SystemConfig: No directory /product_services/etc/permissions, skipping
[task 2024-04-27T17:23:06.658Z] SUCCESS
[task 2024-04-27T17:23:06.660Z]
[task 2024-04-27T17:23:06.660Z] TEST: Clearing bitmap from disk cache
[task 2024-04-27T17:23:06.758Z] 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-04-27T17:23:06.758Z] 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-04-27T17:23:06.758Z] 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-04-27T17:23:06.758Z] 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-04-27T17:23:06.758Z] SUCCESS
[task 2024-04-27T17:23:06.758Z]
[task 2024-04-27T17:23:06.758Z] TEST: Clearing bitmap from disk catch IOException
[task 2024-04-27T17:23:06.758Z] 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-04-27T17:23:06.758Z] 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-04-27T17:23:06.758Z] 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-04-27T17:23:06.758Z] 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-04-27T17:23:06.858Z] W [ThumbnailDiskCache] Thumbnail cache could not be cleared. Perhaps there are none?
[task 2024-04-27T17:23:06.858Z] SUCCESS
[task 2024-04-27T17:23:06.858Z]
[task 2024-04-27T17:23:06.858Z] TEST: Writing and reading bitmap bytes for private cache
[task 2024-04-27T17:23:06.858Z] 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-04-27T17:23:06.858Z] 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-04-27T17:23:06.858Z] 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-04-27T17:23:06.858Z] 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-04-27T17:23:06.858Z] SUCCESS
[task 2024-04-27T17:23:06.858Z]
[task 2024-04-27T17:23:07.358Z]
[task 2024-04-27T17:23:07.358Z] > Task :browser-thumbnails:jacocoReleaseTestReport SKIPPED
[task 2024-04-27T17:23:07.358Z] > Task :browser-thumbnails:jacocoDebugTestReport SKIPPED
[task 2024-04-27T17:23:07.358Z] > Task :browser-thumbnails:mergeDebugAndroidTestGlobalSynthetics
[task 2024-04-27T17:23:07.358Z] > Task :browser-thumbnails:bundleReleaseLocalLintAar
[task 2024-04-27T17:23:07.358Z] > Task :browser-thumbnails:createFullJarRelease
[task 2024-04-27T17:23:07.358Z] > Task :browser-thumbnails:generateMetadataFileForReleasePublication
[task 2024-04-27T17:23:07.358Z] > Task :browser-thumbnails:generateReleaseLintReportModel
[task 2024-04-27T17:23:07.458Z] > Task :browser-thumbnails:publishReleasePublicationToMavenRepository
[task 2024-04-27T17:23:07.458Z] > Task :browser-thumbnails:publish
[task 2024-04-27T17:23:07.958Z] > Task :browser-thumbnails:mergeLibDexDebugAndroidTest
[task 2024-04-27T17:23:08.758Z] > Task :browser-thumbnails:packageDebugAndroidTest
[task 2024-04-27T17:23:08.758Z] > Task :browser-thumbnails:createDebugAndroidTestApkListingFileRedirect
[task 2024-04-27T17:23:08.758Z] > Task :browser-thumbnails:assembleDebugAndroidTest
[task 2024-04-27T17:23:08.758Z] > Task :browser-thumbnails:assembleAndroidTest
[task 2024-04-27T17:23:10.858Z] > Task :browser-thumbnails:lintAnalyzeRelease
[task 2024-04-27T17:23:10.958Z] > Task :browser-thumbnails:lintReportRelease
[task 2024-04-27T17:23:10.958Z] > Task :browser-thumbnails:lintRelease
[task 2024-04-27T17:23:11.058Z]
[task 2024-04-27T17:23:11.058Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
[task 2024-04-27T17:23:11.058Z]
[task 2024-04-27T17:23:11.058Z] 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-04-27T17:23:11.058Z]
[task 2024-04-27T17:23:11.058Z] 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-04-27T17:23:11.058Z]
[task 2024-04-27T17:23:11.058Z] BUILD SUCCESSFUL in 4m
[task 2024-04-27T17:23:11.058Z] 880 actionable tasks: 623 executed, 257 from cache
[fetches 2024-04-27T17:23:11.430Z] removing /builds/worker/fetches
[fetches 2024-04-27T17:23:12.165Z] finished
[taskcluster 2024-04-27 17:23:12.570Z] === Task Finished ===
[taskcluster 2024-04-27 17:23:12.588Z] 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 e950f851514598d7c111d98f18b9c0b9253df70f4e5986d096af56f792f15972
[taskcluster 2024-04-27 17:23:15.297Z] Successful task run with exit code: 0 completed in 292.261 seconds
Loading