Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bug 1805070 - Update detekt to v1.22.0 in A-C #292

Merged
merged 6 commits into from
May 19, 2023

Merge branch 'main' into 1805070-update-detekt-in-ac

ea3fd8f
Select commit
Failed to load commit list.
Merged

Bug 1805070 - Update detekt to v1.22.0 in A-C #292

Merge branch 'main' into 1805070-update-detekt-in-ac
ea3fd8f
Select commit
Failed to load commit list.
firefoxci-taskcluster / build-components-feature-accounts-push succeeded May 19, 2023 in 24m 2s

FirefoxCI (pull_request)

Execute Gradle tasks for component "feature-accounts-push" (Treeherder push)

Details

View task in Taskcluster
View logs in Taskcluster

Test result files

(404 if compilation failed)


[task 2023-05-19T00:51:09.300Z] 
[task 2023-05-19T00:51:09.300Z] 
[task 2023-05-19T00:51:09.300Z] SUITE: mozilla.components.feature.accounts.push.ConstellationObserverTest
[task 2023-05-19T00:51:09.300Z]   TEST: re-subscribe update constellations on same endpoint if expired
[task 2023-05-19T00:51:09.800Z]     I [ConstellationObserver] onDevicesUpdate triggered.
[task 2023-05-19T00:51:09.800Z]     I [ConstellationObserver] Short-circuiting onDevicesUpdate: rate-limited
[task 2023-05-19T00:51:09.800Z]     D [FxaPushSupportFeature] Subscribing for FxaPushScope (testScope) events.
[task 2023-05-19T00:51:09.900Z]     I [FxaPushSupportFeature] Created a new subscription: onDevicesUpdate: AutoPushSubscription(scope=testScope, endpoint=https://example.com/foobar, publicKey=, authKey=, appServerKey=null)
[task 2023-05-19T00:51:09.900Z]     I [FxaPushSupportFeature] Updating account with new subscription info.
[task 2023-05-19T00:51:09.900Z]   SUCCESS
[task 2023-05-19T00:51:09.900Z] 
[task 2023-05-19T00:51:09.900Z]   TEST: invoke registration renewal
[task 2023-05-19T00:51:09.900Z]     I [ConstellationObserver] onDevicesUpdate triggered.
[task 2023-05-19T00:51:09.900Z]     I [ConstellationObserver] Our push subscription is expired; renewing FCM registration.
[task 2023-05-19T00:51:09.900Z]     I [ConstellationObserver] Incrementing verifier
[task 2023-05-19T00:51:09.900Z]     D [ConstellationObserver] Verifier state before: timestamp=0, count=0
[task 2023-05-19T00:51:09.900Z]     D [ConstellationObserver] Verifier state after: timestamp=0, count=0
[task 2023-05-19T00:51:09.900Z]     D [FxaPushSupportFeature] Subscribing for FxaPushScope (testScope) events.
[task 2023-05-19T00:51:09.900Z]   SUCCESS
[task 2023-05-19T00:51:09.900Z] 
[task 2023-05-19T00:51:09.900Z]   TEST: first subscribe works
[task 2023-05-19T00:51:09.900Z]     I [ConstellationObserver] onDevicesUpdate triggered.
[task 2023-05-19T00:51:09.900Z]     D [FxaPushSupportFeature] Subscribing for FxaPushScope (testScope) events.
[task 2023-05-19T00:51:09.900Z]     I [FxaPushSupportFeature] Created a new subscription: onDevicesUpdate: AutoPushSubscription(scope=testScope, endpoint=https://example.com/foobar, publicKey=, authKey=, appServerKey=null)
[task 2023-05-19T00:51:09.901Z]     I [FxaPushSupportFeature] Updating account with new subscription info.
[task 2023-05-19T00:51:09.901Z]   SUCCESS
[task 2023-05-19T00:51:09.901Z] 
[task 2023-05-19T00:51:09.901Z]   TEST: no FCM renewal if verifier is false
[task 2023-05-19T00:51:09.901Z]     I [ConstellationObserver] onDevicesUpdate triggered.
[task 2023-05-19T00:51:09.901Z]     I [ConstellationObserver] Short-circuiting onDevicesUpdate: rate-limited
[task 2023-05-19T00:51:09.901Z]     D [FxaPushSupportFeature] Subscribing for FxaPushScope (testScope) events.
[task 2023-05-19T00:51:09.901Z]   SUCCESS
[task 2023-05-19T00:51:09.901Z] 
[task 2023-05-19T00:51:09.901Z]   TEST: re-subscribe doesn't update constellation on same endpoint
[task 2023-05-19T00:51:09.901Z]     I [ConstellationObserver] onDevicesUpdate triggered.
[task 2023-05-19T00:51:09.901Z]     D [FxaPushSupportFeature] Subscribing for FxaPushScope (testScope) events.
[task 2023-05-19T00:51:09.901Z]     I [FxaPushSupportFeature] Created a new subscription: onDevicesUpdate: AutoPushSubscription(scope=testScope, endpoint=https://example.com/foobar, publicKey=, authKey=, appServerKey=null)
[task 2023-05-19T00:51:09.901Z]   SUCCESS
[task 2023-05-19T00:51:09.901Z] 
[task 2023-05-19T00:51:09.901Z] 
[task 2023-05-19T00:51:09.901Z] SUITE: mozilla.components.feature.accounts.push.EventsObserverTest
[task 2023-05-19T00:51:09.901Z]   TEST: only TabReceived commands are delivered
[task 2023-05-19T00:51:10.200Z]     D [EventsObserver] Showing 0 tab(s) received from deviceID=null
[task 2023-05-19T00:51:10.200Z]     D [EventsObserver] Showing 0 tab(s) received from deviceID=null
[task 2023-05-19T00:51:10.200Z]   SUCCESS
[task 2023-05-19T00:51:10.200Z] 
[task 2023-05-19T00:51:10.200Z]   TEST: events are delivered successfully
[task 2023-05-19T00:51:10.201Z]     D [EventsObserver] Showing 0 tab(s) received from deviceID=null
[task 2023-05-19T00:51:10.201Z]     D [EventsObserver] Showing 0 tab(s) received from deviceID=null
[task 2023-05-19T00:51:10.201Z]   SUCCESS
[task 2023-05-19T00:51:10.201Z] 
[task 2023-05-19T00:51:10.201Z] 
[task 2023-05-19T00:51:10.201Z] SUITE: mozilla.components.feature.accounts.push.FxaPushSupportFeatureTest
[task 2023-05-19T00:51:10.201Z]   TEST: feature does not generate a scope if one already exists
[task 2023-05-19T00:51:10.300Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:51:10.300Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:51:10.300Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:51:10.300Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64
[task 2023-05-19T00:51:10.400Z]   SUCCESS
[task 2023-05-19T00:51:10.401Z] 
[task 2023-05-19T00:51:10.401Z]   TEST: account observer registered
[task 2023-05-19T00:51:10.401Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:51:10.401Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:51:10.401Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:51:10.401Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64
[task 2023-05-19T00:51:10.401Z]   SUCCESS
[task 2023-05-19T00:51:10.401Z] 
[task 2023-05-19T00:51:10.401Z]   TEST: feature generates a partially predictable push scope
[task 2023-05-19T00:51:10.401Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:51:10.401Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:51:10.401Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:51:10.401Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64
[task 2023-05-19T00:51:10.500Z]   SUCCESS
[task 2023-05-19T00:51:10.500Z] 
[task 2023-05-19T00:51:10.500Z]   TEST: feature generates and caches a scope
[task 2023-05-19T00:51:10.500Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:51:10.500Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:51:10.500Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:51:10.500Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64
[task 2023-05-19T00:51:10.500Z]   SUCCESS
[task 2023-05-19T00:51:10.500Z] 
[task 2023-05-19T00:51:10.500Z] 
[task 2023-05-19T00:51:10.500Z] SUITE: mozilla.components.feature.accounts.push.SendTabFeatureKtTest
[task 2023-05-19T00:51:10.500Z]   TEST: block is executed only account is available
[task 2023-05-19T00:51:10.600Z]   SUCCESS
[task 2023-05-19T00:51:10.600Z] 
[task 2023-05-19T00:51:10.600Z]   TEST: feature register all observers
[task 2023-05-19T00:51:10.600Z]   SUCCESS
[task 2023-05-19T00:51:10.600Z] 
[task 2023-05-19T00:51:10.600Z]   TEST: feature registers only the device observer
[task 2023-05-19T00:51:10.600Z]   SUCCESS
[task 2023-05-19T00:51:10.600Z] 
[task 2023-05-19T00:51:10.600Z] 
[task 2023-05-19T00:51:10.600Z] SUITE: mozilla.components.feature.accounts.push.SendTabUseCasesTest
[task 2023-05-19T00:51:10.601Z]   TEST: SendTabUseCase - result is false if any send tab action fails
[task 2023-05-19T00:51:10.700Z]   SUCCESS
[task 2023-05-19T00:51:10.700Z] 
[task 2023-05-19T00:51:10.700Z]   TEST: SendTabToAllUseCase - tabs is sent to capable devices
[task 2023-05-19T00:51:10.700Z]   SUCCESS
[task 2023-05-19T00:51:10.700Z] 
[task 2023-05-19T00:51:10.700Z]   TEST: filter devices does NOT provide for incapable devices
[task 2023-05-19T00:51:10.700Z]   SUCCESS
[task 2023-05-19T00:51:10.700Z] 
[task 2023-05-19T00:51:10.701Z]   TEST: SendTabUseCase - tabs are sent to capable device
[task 2023-05-19T00:51:10.701Z]   SUCCESS
[task 2023-05-19T00:51:10.701Z] 
[task 2023-05-19T00:51:10.701Z]   TEST: SendTabToAllUseCase - tabs are NOT sent to capable devices
[task 2023-05-19T00:51:10.701Z]   SUCCESS
[task 2023-05-19T00:51:10.701Z] 
[task 2023-05-19T00:51:10.701Z]   TEST: SendTabUseCase - tab is sent to capable device
[task 2023-05-19T00:51:10.701Z]   SUCCESS
[task 2023-05-19T00:51:10.701Z] 
[task 2023-05-19T00:51:10.701Z]   TEST: SendTabToAllUseCase - tab is NOT sent to incapable devices
[task 2023-05-19T00:51:10.701Z]   SUCCESS
[task 2023-05-19T00:51:10.701Z] 
[task 2023-05-19T00:51:10.701Z]   TEST: SendTabToAllUseCase - tab is sent to capable devices
[task 2023-05-19T00:51:10.701Z]   SUCCESS
[task 2023-05-19T00:51:10.701Z] 
[task 2023-05-19T00:51:10.701Z]   TEST: SendTabUseCase - tabs are NOT sent to incapable devices
[task 2023-05-19T00:51:10.701Z]   SUCCESS
[task 2023-05-19T00:51:10.701Z] 
[task 2023-05-19T00:51:10.701Z]   TEST: SendTabUseCase - device id does not match when sending tabs
[task 2023-05-19T00:51:10.701Z]   SUCCESS
[task 2023-05-19T00:51:10.800Z] 
[task 2023-05-19T00:51:10.800Z]   TEST: filter devices returns capable devices
[task 2023-05-19T00:51:10.800Z]   SUCCESS
[task 2023-05-19T00:51:10.800Z] 
[task 2023-05-19T00:51:10.800Z]   TEST: SendTabUseCase - device id does not match when sending single tab
[task 2023-05-19T00:51:10.800Z]   SUCCESS
[task 2023-05-19T00:51:10.800Z] 
[task 2023-05-19T00:51:10.800Z]   TEST: SendTabToAllUseCase - ONLY tabs with valid schema are sent to capable devices
[task 2023-05-19T00:51:10.801Z]   SUCCESS
[task 2023-05-19T00:51:10.801Z] 
[task 2023-05-19T00:51:10.801Z]   TEST: SendTabUseCase - ONLY tabs with valid schema are sent to capable device
[task 2023-05-19T00:51:10.801Z]   SUCCESS
[task 2023-05-19T00:51:10.801Z] 
[task 2023-05-19T00:51:10.801Z] 
[task 2023-05-19T00:51:10.801Z] SUITE: mozilla.components.feature.accounts.push.VerificationDelegateTest
[task 2023-05-19T00:51:10.801Z]   TEST: reset when above rate limit and interval
[task 2023-05-19T00:51:10.801Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:51:10.801Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:51:10.801Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:51:10.801Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64
[task 2023-05-19T00:51:10.801Z]     I [VerificationDelegate] Allowed to renew?
[task 2023-05-19T00:51:10.801Z]     I [VerificationDelegate] Resetting. currentTime(1684457470779) - 1684367470762 < 86400000
[task 2023-05-19T00:51:10.801Z]     I [VerificationDelegate] Resetting verification state.
[task 2023-05-19T00:51:10.801Z]     I [VerificationDelegate] Allowed to renew!
[task 2023-05-19T00:51:10.801Z]   SUCCESS
[task 2023-05-19T00:51:10.801Z] 
[task 2023-05-19T00:51:10.900Z]   TEST: increment updates inner values and cache
[task 2023-05-19T00:51:10.900Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:51:10.900Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:51:10.900Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:51:10.900Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64
[task 2023-05-19T00:51:10.900Z]     I [VerificationDelegate] Incrementing verification state.
[task 2023-05-19T00:51:10.900Z]   SUCCESS
[task 2023-05-19T00:51:10.900Z] 
[task 2023-05-19T00:51:10.900Z]   TEST: init uses current timestamp
[task 2023-05-19T00:51:10.900Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:51:10.900Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:51:10.900Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:51:10.900Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64
[task 2023-05-19T00:51:10.900Z]   SUCCESS
[task 2023-05-19T00:51:10.900Z] 
[task 2023-05-19T00:51:10.900Z]   TEST: init uses cached timestamp
[task 2023-05-19T00:51:10.900Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:51:10.900Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:51:10.901Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:51:10.901Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64
[task 2023-05-19T00:51:11.000Z]   SUCCESS
[task 2023-05-19T00:51:11.000Z] 
[task 2023-05-19T00:51:11.000Z]   TEST: rate-limiting disabled short circuits check
[task 2023-05-19T00:51:11.000Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:51:11.000Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:51:11.000Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:51:11.000Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64
[task 2023-05-19T00:51:11.000Z]     I [VerificationDelegate] Allowed to renew?
[task 2023-05-19T00:51:11.000Z]     I [VerificationDelegate] Rate limit override is enabled - allowed to renew!
[task 2023-05-19T00:51:11.000Z]   SUCCESS
[task 2023-05-19T00:51:11.000Z] 
[task 2023-05-19T00:51:11.000Z]   TEST: false if requesting above rate limit
[task 2023-05-19T00:51:11.000Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:51:11.000Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:51:11.001Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:51:11.001Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64
[task 2023-05-19T00:51:11.001Z]     I [VerificationDelegate] Allowed to renew?
[task 2023-05-19T00:51:11.001Z]     I [VerificationDelegate] No need to reset inner timestamp and count.
[task 2023-05-19T00:51:11.001Z]     I [VerificationDelegate] Not allowed: innerCount(501) > 500
[task 2023-05-19T00:51:11.001Z]   SUCCESS
[task 2023-05-19T00:51:11.001Z] 
[task 2023-05-19T00:51:11.001Z]   TEST: after interval the counter resets
[task 2023-05-19T00:51:11.100Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:51:11.100Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:51:11.100Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:51:11.100Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64
[task 2023-05-19T00:51:11.100Z]     I [VerificationDelegate] Allowed to renew?
[task 2023-05-19T00:51:11.100Z]     I [VerificationDelegate] Resetting. currentTime(1684457471036) - 1684367471035 < 86400000
[task 2023-05-19T00:51:11.100Z]     I [VerificationDelegate] Resetting verification state.
[task 2023-05-19T00:51:11.101Z]     I [VerificationDelegate] Allowed to renew!
[task 2023-05-19T00:51:11.101Z]   SUCCESS
[task 2023-05-19T00:51:11.101Z] 
[task 2023-05-19T00:51:11.101Z] 
[task 2023-05-19T00:51:11.101Z] SUITE: mozilla.components.feature.accounts.push.ext.StringKtTest
[task 2023-05-19T00:51:11.101Z]   TEST: redacted endpoint contains short form in it
[task 2023-05-19T00:51:11.101Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:51:11.101Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:51:11.101Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:51:11.101Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64
[task 2023-05-19T00:51:11.200Z]   SUCCESS
[task 2023-05-19T00:51:11.200Z] 
[task 2023-05-19T00:51:11.200Z]   TEST: default schema if http is missing
[task 2023-05-19T00:51:11.200Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:51:11.200Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:51:11.200Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:51:11.200Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #64
[task 2023-05-19T00:51:11.200Z]   SUCCESS
[task 2023-05-19T00:51:11.200Z] 
[task 2023-05-19T00:51:11.700Z] 
[task 2023-05-19T00:51:11.700Z] > Task :feature-accounts-push:jacocoReleaseTestReport SKIPPED
[task 2023-05-19T00:51:11.700Z] > Task :feature-accounts-push:jacocoDebugTestReport SKIPPED
[task 2023-05-19T00:51:11.700Z] > Task :tooling-lint:compileJava NO-SOURCE
[task 2023-05-19T00:51:11.700Z] > Task :tooling-lint:processResources NO-SOURCE
[task 2023-05-19T00:51:11.700Z] > Task :tooling-lint:classes UP-TO-DATE
[task 2023-05-19T00:51:11.700Z] > Task :tooling-lint:jar
[task 2023-05-19T00:51:13.100Z] > Task :githubBuildDetails
[task 2023-05-19T00:51:13.200Z] > Task :feature-accounts-push:packageDebugAndroidTest
[task 2023-05-19T00:51:13.200Z] > Task :feature-accounts-push:createDebugAndroidTestApkListingFileRedirect
[task 2023-05-19T00:51:13.200Z] > Task :feature-accounts-push:assembleDebugAndroidTest
[task 2023-05-19T00:51:13.200Z] > Task :feature-accounts-push:assembleAndroidTest
[task 2023-05-19T00:51:14.600Z] 
[task 2023-05-19T00:51:14.600Z] > Task :feature-accounts-push:lintAnalyzeRelease
[task 2023-05-19T00:51:14.600Z] mozilla.components.tooling.lint.LintIssueRegistry in /builds/worker/checkouts/vcs/android-components/components/tooling/lint/build/libs/tooling-lint.jar does not specify a vendor; see IssueRegistry#vendor
[task 2023-05-19T00:51:33.800Z] 
[task 2023-05-19T00:51:33.800Z] > Task :feature-accounts-push:lintReportRelease
[task 2023-05-19T00:51:33.800Z] > Task :feature-accounts-push:lintRelease
[task 2023-05-19T00:51:33.900Z] 
[task 2023-05-19T00:51:33.900Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
[task 2023-05-19T00:51:33.900Z] 
[task 2023-05-19T00:51:33.900Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
[task 2023-05-19T00:51:33.900Z] 
[task 2023-05-19T00:51:33.900Z] See https://docs.gradle.org/7.6.1/userguide/command_line_interface.html#sec:command_line_warnings
[task 2023-05-19T00:51:33.900Z] 
[task 2023-05-19T00:51:33.900Z] BUILD SUCCESSFUL in 4m 54s
[task 2023-05-19T00:51:33.901Z] 888 actionable tasks: 650 executed, 238 from cache
[fetches 2023-05-19T00:51:34.281Z] removing /builds/worker/fetches
[fetches 2023-05-19T00:51:35.398Z] finished
[taskcluster 2023-05-19 00:51:35.860Z] === Task Finished ===
[taskcluster 2023-05-19 00:51:35.964Z] Artifact "public/reports/jacoco" not found at "/builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/reports/jacoco": (HTTP code 404) no such container - Could not find the file /builds/worker/checkouts/vcs/android-components/components/feature/accounts-push/build/reports/jacoco in container 6897ebb3230901626574e7387269d4d06b61fae79c15b96ed97312132f742fba 
[taskcluster 2023-05-19 00:51:37.920Z] Successful task run with exit code: 0 completed in 351.727 seconds