This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Import translations from android-l10n #6069
Merged
firefoxci-taskcluster / build-components-browser-thumbnails
succeeded
Apr 4, 2024 in 5m 0s
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-04-04T00:17:35.395Z] 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-04T00:17:35.495Z] SUCCESS
[task 2024-04-04T00:17:35.495Z]
[task 2024-04-04T00:17:35.495Z]
[task 2024-04-04T00:17:35.495Z] SUITE: mozilla.components.browser.thumbnails.ThumbnailsMiddlewareTest
[task 2024-04-04T00:17:35.495Z] TEST: thumbnail storage removes the thumbnail on remove tabs action
[task 2024-04-04T00:17:35.495Z]
[task 2024-04-04T00:17:35.495Z] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[task 2024-04-04T00:17:37.496Z]
[task 2024-04-04T00:17:37.496Z] > Task :browser-thumbnails:testReleaseUnitTest
[task 2024-04-04T00:17:37.496Z] SUCCESS
[task 2024-04-04T00:17:37.496Z]
[task 2024-04-04T00:17:37.496Z] TEST: thumbnail storage removes the thumbnail on remove tab action
[task 2024-04-04T00:17:37.496Z] SUCCESS
[task 2024-04-04T00:17:37.496Z]
[task 2024-04-04T00:17:37.496Z] TEST: thumbnail storage removes the thumbnail on remove all private tabs action
[task 2024-04-04T00:17:37.496Z] SUCCESS
[task 2024-04-04T00:17:37.496Z]
[task 2024-04-04T00:17:37.496Z] TEST: WHEN update thumbnail action called with private tab THEN storage stores provided thumbnail
[task 2024-04-04T00:17:37.496Z] SUCCESS
[task 2024-04-04T00:17:37.496Z]
[task 2024-04-04T00:17:37.496Z] TEST: WHEN remove tab action with private tab THEN thumbnail storage removes the thumbnail
[task 2024-04-04T00:17:37.496Z] SUCCESS
[task 2024-04-04T00:17:37.496Z]
[task 2024-04-04T00:17:37.496Z] TEST: thumbnail storage stores the provided thumbnail on update thumbnail action
[task 2024-04-04T00:17:37.496Z] SUCCESS
[task 2024-04-04T00:17:37.496Z]
[task 2024-04-04T00:17:37.496Z] TEST: thumbnail storage removes the thumbnail on remove all tabs action
[task 2024-04-04T00:17:37.496Z] SUCCESS
[task 2024-04-04T00:17:37.496Z]
[task 2024-04-04T00:17:37.496Z] TEST: thumbnail storage removes the thumbnail on remove all normal tabs action
[task 2024-04-04T00:17:37.496Z] SUCCESS
[task 2024-04-04T00:17:37.496Z]
[task 2024-04-04T00:17:37.496Z] TEST: thumbnail actions are the only ones consumed by the middleware
[task 2024-04-04T00:17:37.496Z] Exception in thread "BrowserStore-thread-1 @coroutine#30" java.lang.RuntimeException: Exception while trying to handle coroutine exception
[task 2024-04-04T00:17:37.496Z] at kotlinx.coroutines.CoroutineExceptionHandlerKt.handlerException(CoroutineExceptionHandler.kt:33)
[task 2024-04-04T00:17:37.496Z] at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:24)
[task 2024-04-04T00:17:37.496Z] at kotlinx.coroutines.StandaloneCoroutine.handleJobException(Builders.common.kt:190)
[task 2024-04-04T00:17:37.496Z] at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:228)
[task 2024-04-04T00:17:37.496Z] at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:907)
[task 2024-04-04T00:17:37.496Z] at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:864)
[task 2024-04-04T00:17:37.496Z] at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:829)
[task 2024-04-04T00:17:37.496Z] at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:97)
[task 2024-04-04T00:17:37.496Z] at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
[task 2024-04-04T00:17:37.496Z] at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
[task 2024-04-04T00:17:37.496Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[task 2024-04-04T00:17:37.496Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[task 2024-04-04T00:17:37.496Z] at java.base/java.lang.Thread.run(Thread.java:840)
[task 2024-04-04T00:17:37.496Z] Suppressed: java.lang.IllegalStateException: You need to add EngineMiddleware to your BrowserStore. (KillEngineSessionAction(tabId=test-tab1))
[task 2024-04-04T00:17:37.496Z] at mozilla.components.browser.state.reducer.EngineStateReducer.reduce(EngineStateReducer.kt:72)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.browser.state.reducer.BrowserStateReducer.reduce(BrowserStateReducer.kt:60)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.browser.state.store.BrowserStore$1.invoke(BrowserStore.kt:27)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.browser.state.store.BrowserStore$1.invoke(BrowserStore.kt:27)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$chain$1.invoke(ReducerChainBuilder.kt:51)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$chain$1.invoke(ReducerChainBuilder.kt:50)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.support.test.middleware.CaptureActionsMiddleware.invoke(CaptureActionsMiddleware.kt:22)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.support.test.middleware.CaptureActionsMiddleware.invoke(CaptureActionsMiddleware.kt:16)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.browser.thumbnails.ThumbnailsMiddleware.invoke(ThumbnailsMiddleware.kt:67)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.browser.thumbnails.ThumbnailsMiddleware.invoke(ThumbnailsMiddleware.kt:20)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$threadCheck$1.invoke(ReducerChainBuilder.kt:57)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$threadCheck$1.invoke(ReducerChainBuilder.kt:55)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.lib.state.internal.ReducerChainBuilder$build$1$1.invoke(ReducerChainBuilder.kt:62)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.lib.state.Store$dispatch$1.invokeSuspend(Store.kt:96)
[task 2024-04-04T00:17:37.496Z] at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[task 2024-04-04T00:17:37.496Z] ... 4 more
[task 2024-04-04T00:17:37.496Z] Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [mozilla.components.lib.state.Store$special$$inlined$CoroutineExceptionHandler$1@3a172064, CoroutineId(30), "coroutine#30":StandaloneCoroutine{Cancelling}@5e7c251c, java.util.concurrent.Executors$FinalizableDelegatedExecutorService@581a2f1f]
[task 2024-04-04T00:17:37.496Z] 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-04T00:17:37.496Z] at android.os.Looper.getMainLooper(Looper.java)
[task 2024-04-04T00:17:37.496Z] at mozilla.components.lib.state.Store$special$$inlined$CoroutineExceptionHandler$1.handleException(CoroutineExceptionHandler.kt:107)
[task 2024-04-04T00:17:37.496Z] at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:20)
[task 2024-04-04T00:17:37.496Z] ... 11 more
[task 2024-04-04T00:17:37.496Z] SUCCESS
[task 2024-04-04T00:17:37.496Z]
[task 2024-04-04T00:17:37.496Z]
[task 2024-04-04T00:17:37.496Z] SUITE: mozilla.components.browser.thumbnails.loader.ThumbnailLoaderTest
[task 2024-04-04T00:17:37.496Z] TEST: loadIntoView sets drawable to error if cancelled
[task 2024-04-04T00:17:39.395Z] SUCCESS
[task 2024-04-04T00:17:39.395Z]
[task 2024-04-04T00:17:39.395Z] TEST: loadIntoView cancels previous jobs
[task 2024-04-04T00:17:39.595Z] SUCCESS
[task 2024-04-04T00:17:39.595Z]
[task 2024-04-04T00:17:39.595Z] TEST: automatically load thumbnails into image view
[task 2024-04-04T00:17:39.595Z] SUCCESS
[task 2024-04-04T00:17:39.595Z]
[task 2024-04-04T00:17:39.595Z]
[task 2024-04-04T00:17:39.595Z] SUITE: mozilla.components.browser.thumbnails.storage.ThumbnailStorageTest
[task 2024-04-04T00:17:39.595Z] TEST: loadThumbnail
[task 2024-04-04T00:17:39.695Z] 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-04T00:17:39.695Z] 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-04T00:17:39.695Z] 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-04T00:17:39.695Z] 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-04T00:17:41.095Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-04-04T00:17:41.195Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-04-04T00:17:41.195Z] SUCCESS
[task 2024-04-04T00:17:41.195Z]
[task 2024-04-04T00:17:41.195Z] TEST: WHEN private load request THEN loaded from private cache
[task 2024-04-04T00:17:41.195Z] 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-04T00:17:41.195Z] 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-04T00:17:41.195Z] 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-04T00:17:41.195Z] 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-04T00:17:41.295Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=true), generationId = 0)
[task 2024-04-04T00:17:41.295Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-04-04T00:17:41.295Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-04-04T00:17:41.295Z] SUCCESS
[task 2024-04-04T00:17:41.295Z]
[task 2024-04-04T00:17:41.295Z] TEST: saveThumbnail
[task 2024-04-04T00:17:41.295Z] 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-04T00:17:41.395Z] 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-04T00:17:41.395Z] 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-04T00:17:41.395Z] 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-04T00:17:41.395Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-04-04T00:17:41.395Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-04-04T00:17:41.395Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-04-04T00:17:41.395Z] SUCCESS
[task 2024-04-04T00:17:41.395Z]
[task 2024-04-04T00:17:41.395Z] TEST: WHEN storage is initialized THEN private cache is cleared
[task 2024-04-04T00:17:41.395Z] 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-04T00:17:41.395Z] 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-04T00:17:41.395Z] 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-04T00:17:41.497Z] 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-04T00:17:41.497Z] SUCCESS
[task 2024-04-04T00:17:41.497Z]
[task 2024-04-04T00:17:41.497Z] TEST: clearThumbnails
[task 2024-04-04T00:17:41.497Z] 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-04T00:17:41.497Z] 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-04T00:17:41.497Z] 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-04T00:17:41.497Z] 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-04T00:17:41.497Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-04-04T00:17:41.497Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab2, isPrivate=false), generationId = 0)
[task 2024-04-04T00:17:41.497Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-04-04T00:17:41.497Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab2, generationId = 0)
[task 2024-04-04T00:17:41.497Z] D [ThumbnailStorage] Cleared all thumbnails from disk
[task 2024-04-04T00:17:41.595Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-04-04T00:17:41.595Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab2)
[task 2024-04-04T00:17:41.595Z] SUCCESS
[task 2024-04-04T00:17:41.595Z]
[task 2024-04-04T00:17:41.595Z] TEST: deleteThumbnail
[task 2024-04-04T00:17:41.595Z] 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-04T00:17:41.595Z] 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-04T00:17:41.595Z] 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-04T00:17:41.595Z] 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-04T00:17:41.595Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=false), generationId = 0)
[task 2024-04-04T00:17:41.595Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-04-04T00:17:41.595Z] D [ThumbnailStorage] Removed thumbnail from disk (sessionIdOrUrl = test-tab1)
[task 2024-04-04T00:17:41.595Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-04-04T00:17:41.695Z] SUCCESS
[task 2024-04-04T00:17:41.695Z]
[task 2024-04-04T00:17:41.695Z] TEST: WHEN private save request THEN placed in private cache
[task 2024-04-04T00:17:41.695Z] 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-04T00:17:41.695Z] 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-04T00:17:41.695Z] 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-04T00:17:41.695Z] 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-04T00:17:41.695Z] D [ThumbnailStorage] No thumbnail loaded (id = test-tab1)
[task 2024-04-04T00:17:41.695Z] D [ThumbnailStorage] Saved thumbnail to disk (id = ImageSaveRequest(id=test-tab1, isPrivate=true), generationId = 0)
[task 2024-04-04T00:17:41.695Z] D [ThumbnailStorage] Loaded thumbnail from disk (id = test-tab1, generationId = 0)
[task 2024-04-04T00:17:41.695Z] SUCCESS
[task 2024-04-04T00:17:41.695Z]
[task 2024-04-04T00:17:41.695Z]
[task 2024-04-04T00:17:41.695Z] SUITE: mozilla.components.browser.thumbnails.utils.ThumbnailDiskCacheTest
[task 2024-04-04T00:17:41.795Z] TEST: Removing bitmap from disk cache
[task 2024-04-04T00:17:41.795Z] 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-04T00:17:41.795Z] 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-04T00:17:41.796Z] 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-04T00:17:41.796Z] 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-04T00:17:41.796Z] SUCCESS
[task 2024-04-04T00:17:41.796Z]
[task 2024-04-04T00:17:41.796Z] TEST: Writing and reading bitmap bytes for sdk higher than 29
[task 2024-04-04T00:17:41.898Z] 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-04T00:17:41.898Z] 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-04T00:17:41.898Z] 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-04T00:17:41.898Z] 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-04T00:17:41.898Z] SUCCESS
[task 2024-04-04T00:17:41.898Z]
[task 2024-04-04T00:17:41.898Z] TEST: Writing and reading bitmap bytes for sdk lower or equal to 29
[task 2024-04-04T00:17:43.895Z]
[task 2024-04-04T00:17:43.895Z] > Task :browser-state:lintAnalyzeRelease
[task 2024-04-04T00:17:45.895Z]
[task 2024-04-04T00:17:45.895Z] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[task 2024-04-04T00:17:45.895Z]
[task 2024-04-04T00:17:45.895Z] > Task :browser-thumbnails:testReleaseUnitTest
[task 2024-04-04T00:17:45.895Z] 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-04T00:17:45.895Z] 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-04T00:17:45.895Z] 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-04T00:17:45.895Z] 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-04T00:17:45.895Z] W/SystemConfig: No directory /system/etc/sysconfig, skipping
[task 2024-04-04T00:17:45.895Z] W/SystemConfig: No directory /system/etc/permissions, skipping
[task 2024-04-04T00:17:45.895Z] W/SystemConfig: No directory /product/etc/sysconfig, skipping
[task 2024-04-04T00:17:45.895Z] W/SystemConfig: No directory /product/etc/permissions, skipping
[task 2024-04-04T00:17:45.895Z] W/SystemConfig: No directory /product_services/etc/sysconfig, skipping
[task 2024-04-04T00:17:45.895Z] W/SystemConfig: No directory /product_services/etc/permissions, skipping
[task 2024-04-04T00:17:48.495Z] SUCCESS
[task 2024-04-04T00:17:48.495Z]
[task 2024-04-04T00:17:48.495Z] TEST: Clearing bitmap from disk cache
[task 2024-04-04T00:17:48.595Z] 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-04T00:17:48.595Z] 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-04T00:17:48.595Z] 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-04T00:17:48.595Z] 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-04T00:17:48.595Z] SUCCESS
[task 2024-04-04T00:17:48.595Z]
[task 2024-04-04T00:17:48.595Z] TEST: Clearing bitmap from disk catch IOException
[task 2024-04-04T00:17:48.695Z] 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-04T00:17:48.695Z] 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-04T00:17:48.695Z] 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-04T00:17:48.695Z] 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-04T00:17:48.695Z] W [ThumbnailDiskCache] Thumbnail cache could not be cleared. Perhaps there are none?
[task 2024-04-04T00:17:48.795Z] SUCCESS
[task 2024-04-04T00:17:48.796Z]
[task 2024-04-04T00:17:48.796Z] TEST: Writing and reading bitmap bytes for private cache
[task 2024-04-04T00:17:48.796Z] 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-04T00:17:48.796Z] 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-04T00:17:48.796Z] 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-04T00:17:48.797Z] 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-04T00:17:48.797Z] SUCCESS
[task 2024-04-04T00:17:48.797Z]
[task 2024-04-04T00:17:49.295Z]
[task 2024-04-04T00:17:49.295Z] > Task :browser-thumbnails:jacocoReleaseTestReport SKIPPED
[task 2024-04-04T00:17:49.295Z] > Task :browser-thumbnails:jacocoDebugTestReport SKIPPED
[task 2024-04-04T00:17:49.295Z] > Task :browser-thumbnails:bundleReleaseLocalLintAar
[task 2024-04-04T00:17:49.295Z] > Task :browser-thumbnails:createFullJarRelease
[task 2024-04-04T00:17:49.295Z] > Task :browser-thumbnails:generateMetadataFileForReleasePublication
[task 2024-04-04T00:17:49.395Z] > Task :browser-thumbnails:generateReleaseLintReportModel
[task 2024-04-04T00:17:49.495Z] > Task :browser-thumbnails:publishReleasePublicationToMavenRepository
[task 2024-04-04T00:17:49.495Z] > Task :browser-thumbnails:publish
[task 2024-04-04T00:17:50.195Z] > Task :browser-thumbnails:packageDebugAndroidTest
[task 2024-04-04T00:17:50.195Z] > Task :browser-thumbnails:createDebugAndroidTestApkListingFileRedirect
[task 2024-04-04T00:17:50.195Z] > Task :browser-thumbnails:assembleDebugAndroidTest
[task 2024-04-04T00:17:50.195Z] > Task :browser-thumbnails:assembleAndroidTest
[task 2024-04-04T00:17:52.495Z] > Task :browser-thumbnails:lintAnalyzeRelease
[task 2024-04-04T00:17:52.595Z] > Task :browser-thumbnails:lintReportRelease
[task 2024-04-04T00:17:52.595Z] > Task :browser-thumbnails:lintRelease
[task 2024-04-04T00:17:52.695Z]
[task 2024-04-04T00:17:52.695Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
[task 2024-04-04T00:17:52.695Z]
[task 2024-04-04T00:17:52.695Z] 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-04T00:17:52.695Z]
[task 2024-04-04T00:17:52.695Z] 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-04T00:17:52.695Z]
[task 2024-04-04T00:17:52.695Z] BUILD SUCCESSFUL in 3m 55s
[task 2024-04-04T00:17:52.695Z] 880 actionable tasks: 623 executed, 257 from cache
[fetches 2024-04-04T00:17:53.059Z] removing /builds/worker/fetches
[fetches 2024-04-04T00:17:53.815Z] finished
[taskcluster 2024-04-04 00:17:54.183Z] === Task Finished ===
[taskcluster 2024-04-04 00:17:54.197Z] 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 efac9ce35bee679d6a2baf37c6ba8400c11dc25ed968a8994f6f476f1ebfabe5
[taskcluster 2024-04-04 00:17:56.615Z] Successful task run with exit code: 0 completed in 299.205 seconds
Loading