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-service-sync-autofill succeeded May 19, 2023 in 14m 48s

FirefoxCI (pull_request)

Execute Gradle tasks for component "service-sync-autofill" (Treeherder push)

Details

View task in Taskcluster
View logs in Taskcluster

Test result files

(404 if compilation failed)


[task 2023-05-19T00:42:04.134Z]   TEST: WHEN no credit cards exist in the storage, THEN add the new credit card to storage
[task 2023-05-19T00:42:04.134Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:42:04.134Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2023-05-19T00:42:04.134Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:42:04.134Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:42:04.134Z]   SUCCESS
[task 2023-05-19T00:42:04.134Z] 
[task 2023-05-19T00:42:04.134Z]   TEST: WHEN existing credit card matches by card number only, THEN update the credit card in storage
[task 2023-05-19T00:42:04.135Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:42:04.135Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2023-05-19T00:42:04.135Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:42:04.135Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:42:04.135Z]   SUCCESS
[task 2023-05-19T00:42:04.135Z] 
[task 2023-05-19T00:42:04.135Z]   TEST: WHEN existing credit card matches by guid and card number, THEN update the credit card in storage
[task 2023-05-19T00:42:04.135Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:42:04.135Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2023-05-19T00:42:04.135Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:42:04.135Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:42:04.135Z]     W [AutofillCrypto] Failed to decrypt
[task 2023-05-19T00:42:04.135Z]     mozilla.appservices.autofill.AutofillApiException$CryptoException: reason=Crypto error: NSS error: NSS error: -8190  (single string field)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.read(autofill.kt:1149)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.read(autofill.kt:1140)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverter$DefaultImpls.liftFromRustBuffer(autofill.kt:151)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterRustBuffer$DefaultImpls.liftFromRustBuffer(autofill.kt:163)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.liftFromRustBuffer(autofill.kt:1140)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.liftFromRustBuffer(autofill.kt:1140)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterRustBuffer$DefaultImpls.lift(autofill.kt:164)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.lift(autofill.kt:1140)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.lift(autofill.kt:1140)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.AutofillApiException$ErrorHandler.lift(autofill.kt:1134)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.AutofillApiException$ErrorHandler.lift(autofill.kt:1133)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.AutofillKt.decryptString(autofill.kt:1389)
[task 2023-05-19T00:42:04.135Z]     at mozilla.components.service.sync.autofill.AutofillCrypto.decrypt(AutofillCrypto.kt:55)
[task 2023-05-19T00:42:04.135Z]     at mozilla.components.service.sync.autofill.DefaultCreditCardValidationDelegate$shouldCreateOrUpdate$2.invokeSuspend(DefaultCreditCardValidationDelegate.kt:39)
[task 2023-05-19T00:42:04.135Z]     at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
[task 2023-05-19T00:42:04.135Z]   SUCCESS
[task 2023-05-19T00:42:04.135Z] 
[task 2023-05-19T00:42:04.135Z]   TEST: WHEN existing credit card does not match by guid and card number, THEN add the new credit card to storage
[task 2023-05-19T00:42:04.135Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:42:04.135Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2023-05-19T00:42:04.135Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:42:04.135Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:42:04.135Z]     W [AutofillCrypto] Failed to decrypt
[task 2023-05-19T00:42:04.135Z]     mozilla.appservices.autofill.AutofillApiException$CryptoException: reason=Crypto error: NSS error: NSS error: -8190  (single string field)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.read(autofill.kt:1149)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.read(autofill.kt:1140)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverter$DefaultImpls.liftFromRustBuffer(autofill.kt:151)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterRustBuffer$DefaultImpls.liftFromRustBuffer(autofill.kt:163)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.liftFromRustBuffer(autofill.kt:1140)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.liftFromRustBuffer(autofill.kt:1140)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterRustBuffer$DefaultImpls.lift(autofill.kt:164)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.lift(autofill.kt:1140)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.lift(autofill.kt:1140)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.AutofillApiException$ErrorHandler.lift(autofill.kt:1134)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.AutofillApiException$ErrorHandler.lift(autofill.kt:1133)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.AutofillKt.decryptString(autofill.kt:1389)
[task 2023-05-19T00:42:04.135Z]     at mozilla.components.service.sync.autofill.AutofillCrypto.decrypt(AutofillCrypto.kt:55)
[task 2023-05-19T00:42:04.135Z]     at mozilla.components.service.sync.autofill.DefaultCreditCardValidationDelegate$shouldCreateOrUpdate$2.invokeSuspend(DefaultCreditCardValidationDelegate.kt:39)
[task 2023-05-19T00:42:04.135Z]     at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
[task 2023-05-19T00:42:04.135Z]     W [AutofillCrypto] Failed to decrypt
[task 2023-05-19T00:42:04.135Z]     mozilla.appservices.autofill.AutofillApiException$CryptoException: reason=Crypto error: NSS error: NSS error: -8190  (single string field)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.read(autofill.kt:1149)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.read(autofill.kt:1140)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverter$DefaultImpls.liftFromRustBuffer(autofill.kt:151)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterRustBuffer$DefaultImpls.liftFromRustBuffer(autofill.kt:163)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.liftFromRustBuffer(autofill.kt:1140)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.liftFromRustBuffer(autofill.kt:1140)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterRustBuffer$DefaultImpls.lift(autofill.kt:164)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.lift(autofill.kt:1140)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.lift(autofill.kt:1140)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.AutofillApiException$ErrorHandler.lift(autofill.kt:1134)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.AutofillApiException$ErrorHandler.lift(autofill.kt:1133)
[task 2023-05-19T00:42:04.135Z]     at mozilla.appservices.autofill.AutofillKt.decryptString(autofill.kt:1389)
[task 2023-05-19T00:42:04.135Z]     at mozilla.components.service.sync.autofill.AutofillCrypto.decrypt(AutofillCrypto.kt:55)
[task 2023-05-19T00:42:04.135Z]     at mozilla.components.service.sync.autofill.DefaultCreditCardValidationDelegate$shouldCreateOrUpdate$2.invokeSuspend(DefaultCreditCardValidationDelegate.kt:39)
[task 2023-05-19T00:42:04.135Z]     at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
[task 2023-05-19T00:42:04.135Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
[task 2023-05-19T00:42:04.135Z]   SUCCESS
[task 2023-05-19T00:42:04.135Z] 
[task 2023-05-19T00:42:04.135Z]   TEST: WHEN existing credit card matches by guid only, THEN update the credit card in storage
[task 2023-05-19T00:42:04.136Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:42:04.136Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2023-05-19T00:42:04.136Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:42:04.136Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:42:04.136Z]     W [AutofillCrypto] Failed to decrypt
[task 2023-05-19T00:42:04.136Z]     mozilla.appservices.autofill.AutofillApiException$CryptoException: reason=Crypto error: NSS error: NSS error: -8190  (single string field)
[task 2023-05-19T00:42:04.136Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.read(autofill.kt:1149)
[task 2023-05-19T00:42:04.136Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.read(autofill.kt:1140)
[task 2023-05-19T00:42:04.136Z]     at mozilla.appservices.autofill.FfiConverter$DefaultImpls.liftFromRustBuffer(autofill.kt:151)
[task 2023-05-19T00:42:04.136Z]     at mozilla.appservices.autofill.FfiConverterRustBuffer$DefaultImpls.liftFromRustBuffer(autofill.kt:163)
[task 2023-05-19T00:42:04.136Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.liftFromRustBuffer(autofill.kt:1140)
[task 2023-05-19T00:42:04.136Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.liftFromRustBuffer(autofill.kt:1140)
[task 2023-05-19T00:42:04.136Z]     at mozilla.appservices.autofill.FfiConverterRustBuffer$DefaultImpls.lift(autofill.kt:164)
[task 2023-05-19T00:42:04.136Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.lift(autofill.kt:1140)
[task 2023-05-19T00:42:04.136Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.lift(autofill.kt:1140)
[task 2023-05-19T00:42:04.136Z]     at mozilla.appservices.autofill.AutofillApiException$ErrorHandler.lift(autofill.kt:1134)
[task 2023-05-19T00:42:04.136Z]     at mozilla.appservices.autofill.AutofillApiException$ErrorHandler.lift(autofill.kt:1133)
[task 2023-05-19T00:42:04.136Z]     at mozilla.appservices.autofill.AutofillKt.decryptString(autofill.kt:1389)
[task 2023-05-19T00:42:04.136Z]     at mozilla.components.service.sync.autofill.AutofillCrypto.decrypt(AutofillCrypto.kt:55)
[task 2023-05-19T00:42:04.136Z]     at mozilla.components.service.sync.autofill.DefaultCreditCardValidationDelegate$shouldCreateOrUpdate$2.invokeSuspend(DefaultCreditCardValidationDelegate.kt:39)
[task 2023-05-19T00:42:04.136Z]     at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[task 2023-05-19T00:42:04.136Z]     at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[task 2023-05-19T00:42:04.136Z]     at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42)
[task 2023-05-19T00:42:04.136Z]     at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
[task 2023-05-19T00:42:04.136Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
[task 2023-05-19T00:42:04.136Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
[task 2023-05-19T00:42:04.137Z]     W [AutofillCrypto] Failed to decrypt
[task 2023-05-19T00:42:04.137Z]     mozilla.appservices.autofill.AutofillApiException$CryptoException: reason=Crypto error: NSS error: NSS error: -8190  (single string field)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.read(autofill.kt:1149)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.read(autofill.kt:1140)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverter$DefaultImpls.liftFromRustBuffer(autofill.kt:151)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterRustBuffer$DefaultImpls.liftFromRustBuffer(autofill.kt:163)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.liftFromRustBuffer(autofill.kt:1140)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.liftFromRustBuffer(autofill.kt:1140)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterRustBuffer$DefaultImpls.lift(autofill.kt:164)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.lift(autofill.kt:1140)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.lift(autofill.kt:1140)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.AutofillApiException$ErrorHandler.lift(autofill.kt:1134)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.AutofillApiException$ErrorHandler.lift(autofill.kt:1133)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.AutofillKt.decryptString(autofill.kt:1389)
[task 2023-05-19T00:42:04.137Z]     at mozilla.components.service.sync.autofill.AutofillCrypto.decrypt(AutofillCrypto.kt:55)
[task 2023-05-19T00:42:04.137Z]     at mozilla.components.service.sync.autofill.DefaultCreditCardValidationDelegate$shouldCreateOrUpdate$2.invokeSuspend(DefaultCreditCardValidationDelegate.kt:39)
[task 2023-05-19T00:42:04.137Z]     at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
[task 2023-05-19T00:42:04.137Z]     W [AutofillCrypto] Failed to decrypt
[task 2023-05-19T00:42:04.137Z]     mozilla.appservices.autofill.AutofillApiException$CryptoException: reason=Crypto error: NSS error: NSS error: -8190  (single string field)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.read(autofill.kt:1149)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.read(autofill.kt:1140)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverter$DefaultImpls.liftFromRustBuffer(autofill.kt:151)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterRustBuffer$DefaultImpls.liftFromRustBuffer(autofill.kt:163)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.liftFromRustBuffer(autofill.kt:1140)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.liftFromRustBuffer(autofill.kt:1140)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterRustBuffer$DefaultImpls.lift(autofill.kt:164)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.lift(autofill.kt:1140)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.FfiConverterTypeAutofillApiError.lift(autofill.kt:1140)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.AutofillApiException$ErrorHandler.lift(autofill.kt:1134)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.AutofillApiException$ErrorHandler.lift(autofill.kt:1133)
[task 2023-05-19T00:42:04.137Z]     at mozilla.appservices.autofill.AutofillKt.decryptString(autofill.kt:1389)
[task 2023-05-19T00:42:04.137Z]     at mozilla.components.service.sync.autofill.AutofillCrypto.decrypt(AutofillCrypto.kt:55)
[task 2023-05-19T00:42:04.137Z]     at mozilla.components.service.sync.autofill.DefaultCreditCardValidationDelegate$shouldCreateOrUpdate$2.invokeSuspend(DefaultCreditCardValidationDelegate.kt:39)
[task 2023-05-19T00:42:04.137Z]     at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
[task 2023-05-19T00:42:04.137Z]     at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
[task 2023-05-19T00:42:04.137Z]   SUCCESS
[task 2023-05-19T00:42:04.137Z] 
[task 2023-05-19T00:42:04.137Z] 
[task 2023-05-19T00:42:04.137Z] SUITE: mozilla.components.service.sync.autofill.GeckoCreditCardsAddressesStorageDelegateTest
[task 2023-05-19T00:42:04.137Z]   TEST: GIVEN an existing credit card WHEN onCreditCardSave is called THEN it updates the existing credit card in storage
[task 2023-05-19T00:42:04.137Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:42:04.137Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2023-05-19T00:42:04.137Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:42:04.137Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:42:04.137Z]   SUCCESS
[task 2023-05-19T00:42:04.137Z] 
[task 2023-05-19T00:42:04.137Z]   TEST: GIVEN autofill enabled WHEN onCreditCardsFetch is called THEN it returns all stored cards
[task 2023-05-19T00:42:04.137Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:42:04.137Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2023-05-19T00:42:04.137Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:42:04.137Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:42:04.137Z]   SUCCESS
[task 2023-05-19T00:42:04.137Z] 
[task 2023-05-19T00:42:04.137Z]   TEST: GIVEN a new credit card WHEN onCreditCardSave is called THEN it adds a new credit card in storage
[task 2023-05-19T00:42:04.137Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:42:04.137Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2023-05-19T00:42:04.137Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:42:04.137Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:42:04.137Z]   SUCCESS
[task 2023-05-19T00:42:04.137Z] 
[task 2023-05-19T00:42:04.137Z]   TEST: GIVEN address autofill is enabled WHEN onAddressesFetch is called THEN it returns all stored addresses
[task 2023-05-19T00:42:04.137Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:42:04.137Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2023-05-19T00:42:04.138Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:42:04.138Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:42:04.138Z]   SUCCESS
[task 2023-05-19T00:42:04.138Z] 
[task 2023-05-19T00:42:04.138Z]   TEST: GIVEN autofill disabled WHEN onCreditCardsFetch is called THEN it returns an empty list of cards
[task 2023-05-19T00:42:04.138Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:42:04.138Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2023-05-19T00:42:04.138Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:42:04.138Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:42:04.138Z]   SUCCESS
[task 2023-05-19T00:42:04.138Z] 
[task 2023-05-19T00:42:04.138Z]   TEST: GIVEN a newly added credit card WHEN decrypt is called THEN it returns the plain credit card number
[task 2023-05-19T00:42:04.138Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:42:04.138Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2023-05-19T00:42:04.138Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:42:04.138Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:42:04.138Z]   SUCCESS
[task 2023-05-19T00:42:04.138Z] 
[task 2023-05-19T00:42:04.138Z]   TEST: GIVEN address autofill is disabled WHEN onAddressesFetch is called THEN it returns an empty list of addresses
[task 2023-05-19T00:42:04.138Z]     W/PackageParser: Unknown element under <manifest>: queries at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #14
[task 2023-05-19T00:42:04.138Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #40
[task 2023-05-19T00:42:04.138Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #48
[task 2023-05-19T00:42:04.138Z]     W/PackageParser: No actions in intent filter at /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/intermediates/apk_for_local_test/releaseUnitTest/apk-for-local-test.ap_ Binary XML file line #56
[task 2023-05-19T00:42:04.214Z]   SUCCESS
[task 2023-05-19T00:42:04.214Z] 
[task 2023-05-19T00:42:04.714Z] 
[task 2023-05-19T00:42:04.714Z] > Task :service-sync-autofill:jacocoReleaseTestReport SKIPPED
[task 2023-05-19T00:42:04.714Z] > Task :service-sync-autofill:jacocoDebugTestReport SKIPPED
[task 2023-05-19T00:42:04.814Z] > Task :service-sync-autofill:lintReportRelease
[task 2023-05-19T00:42:04.914Z] > Task :service-sync-autofill:lintRelease
[task 2023-05-19T00:42:04.914Z] 
[task 2023-05-19T00:42:04.914Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
[task 2023-05-19T00:42:04.914Z] 
[task 2023-05-19T00:42:04.914Z] 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:42:04.914Z] 
[task 2023-05-19T00:42:04.914Z] See https://docs.gradle.org/7.6.1/userguide/command_line_interface.html#sec:command_line_warnings
[task 2023-05-19T00:42:04.914Z] 
[task 2023-05-19T00:42:04.914Z] BUILD SUCCESSFUL in 3m 32s
[task 2023-05-19T00:42:04.914Z] 546 actionable tasks: 413 executed, 133 from cache
[fetches 2023-05-19T00:42:05.306Z] removing /builds/worker/fetches
[fetches 2023-05-19T00:42:06.397Z] finished
[taskcluster 2023-05-19 00:42:07.470Z] === Task Finished ===
[taskcluster 2023-05-19 00:42:07.601Z] Artifact "public/reports/jacoco" not found at "/builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/reports/jacoco": (HTTP code 404) no such container - Could not find the file /builds/worker/checkouts/vcs/android-components/components/service/sync-autofill/build/reports/jacoco in container 7ebb5de3d94a2f195d06b9d69208dcd4e2b547e60181fdeac73faaa372fc901f 
[taskcluster 2023-05-19 00:42:10.883Z] Successful task run with exit code: 0 completed in 271.431 seconds