log for org.nonononoki.hendroid:168

== Installed Android Tools ==2021-06-08 22:45:13,657 DEBUG: Reading 'config.yml'2021-06-08 22:45:13,666 INFO: Using /opt/android-sdk/build-tools/29.0.3/apksigner2021-06-08 22:45:13,668 INFO: Creating log directory2021-06-08 22:45:13,668 INFO: Creating temporary directory2021-06-08 22:45:13,669 INFO: Creating output directory2021-06-08 22:45:13,674 DEBUG: Getting git vcs interface for https://github.com/Nonononoki/Hendroid.git2021-06-08 22:45:13,674 DEBUG: > git --versiongit version 2.11.02021-06-08 22:45:14,047 INFO: Using git version 2.11.02021-06-08 22:45:14,047 DEBUG: Checking 1.14.72021-06-08 22:45:14,048 INFO: Building version 1.14.7 (168) of org.nonononoki.hendroid2021-06-08 22:45:14,048 DEBUG: > sudo passwd --lock rootpasswd: password expiry information changed.2021-06-08 22:45:14,388 DEBUG: > sudo SUDO_FORCE_REMOVE=yes dpkg --purge sudo(Reading database ... 64892 files and directories currently installed.)Removing sudo (1.8.19p1-2.1+deb9u3) ...Purging configuration files for sudo (1.8.19p1-2.1+deb9u3) ...Processing triggers for systemd (232-25+deb9u12) ...2021-06-08 22:45:20,153 INFO: Getting source for revision 1.14.72021-06-08 22:45:20,154 DEBUG: Directory: build/org.nonononoki.hendroid2021-06-08 22:45:20,154 DEBUG: > git rev-parse --show-toplevel2021-06-08 22:45:21,974 DEBUG: Directory: build/org.nonononoki.hendroid2021-06-08 22:45:21,975 DEBUG: > git submodule foreach --recursive git reset --hard2021-06-08 22:45:22,285 DEBUG: Directory: build/org.nonononoki.hendroid2021-06-08 22:45:22,285 DEBUG: > git submodule foreach --recursive git clean -dffx2021-06-08 22:45:22,390 DEBUG: Directory: build/org.nonononoki.hendroid2021-06-08 22:45:22,390 DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com fetch origin2021-06-08 22:45:23,306 DEBUG: Directory: build/org.nonononoki.hendroid2021-06-08 22:45:23,306 DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com fetch --prune --tags --force origin2021-06-08 22:45:23,619 DEBUG: Directory: build/org.nonononoki.hendroid2021-06-08 22:45:23,619 DEBUG: > git remote set-head origin --auto2021-06-08 22:45:24,114 DEBUG: Directory: build/org.nonononoki.hendroid2021-06-08 22:45:24,114 DEBUG: > git checkout -f 1.14.72021-06-08 22:45:24,367 DEBUG: Directory: build/org.nonononoki.hendroid2021-06-08 22:45:24,368 DEBUG: > git clean -dffx2021-06-08 22:45:24,472 INFO: Creating local.properties file at build/org.nonononoki.hendroid/local.properties2021-06-08 22:45:24,473 INFO: Creating local.properties file at build/org.nonononoki.hendroid/app/local.properties2021-06-08 22:45:24,473 DEBUG: Removing debuggable flags from build/org.nonononoki.hendroid/app2021-06-08 22:45:24,492 INFO: Running 'prebuild' commands in build/org.nonononoki.hendroid/app2021-06-08 22:45:24,492 DEBUG: Directory: build/org.nonononoki.hendroid/app2021-06-08 22:45:24,492 DEBUG: > bash -x -c -- sed -i -e '/osborn/d' ../build.gradle && sed -i -e '/fabric/d; /firebase/d;' build.gradle+ sed -i -e /osborn/d ../build.gradle+ sed -i -e '/fabric/d; /firebase/d;' build.gradle2021-06-08 22:45:24,698 INFO: Cleaning Gradle project...2021-06-08 22:45:24,699 DEBUG: Directory: build/org.nonononoki.hendroid/app2021-06-08 22:45:24,699 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid cleanFound 6.7.1 via distributionUrlDownloading missing gradle version 6.7.1cachedir /home/vagrant/.cache/fdroidserver/home/vagrant/.cache/fdroidserver/gradle-6.7.1-bin.zip: OKRunning /opt/gradle/versions/6.7.1/bin/gradle cleanWelcome to Gradle 6.7.1!Here are the highlights of this release:- File system watching is ready for production use- Declare the version of Java your build requires- Java 15 supportFor more details see https://docs.gradle.org/6.7.1/release-notes.htmlTo honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.7.1/userguide/gradle_daemon.html.Daemon will be stopped at the end of the build stopping after processing> Task :app:clean UP-TO-DATE> Task :app:customssiv:clean UP-TO-DATEBUILD SUCCESSFUL in 46s2 actionable tasks: 2 up-to-date2021-06-08 22:46:19,177 INFO: Scanning source for common problems...2021-06-08 22:46:19,184 INFO: Removing gradle-wrapper.jar at gradle/wrapper/gradle-wrapper.jar2021-06-08 22:46:19,253 INFO: Creating source tarball...2021-06-08 22:46:19,807 INFO: Building Gradle project...2021-06-08 22:46:19,807 DEBUG: Directory: build/org.nonononoki.hendroid/app2021-06-08 22:46:19,807 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid assembleReleaseFound 6.7.1 via distributionUrlRunning /opt/gradle/versions/6.7.1/bin/gradle assembleReleaseTo honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.7.1/userguide/gradle_daemon.html.Daemon will be stopped at the end of the build stopping after processingFile /home/vagrant/.android/repositories.cfg could not be loaded.Checking the license for package Android SDK Build-Tools 30.0.2 in /opt/android-sdk/licensesLicense for package Android SDK Build-Tools 30.0.2 accepted.Preparing "Install Android SDK Build-Tools 30.0.2 (revision: 30.0.2)"."Install Android SDK Build-Tools 30.0.2 (revision: 30.0.2)" ready.Installing Android SDK Build-Tools 30.0.2 in /opt/android-sdk/build-tools/30.0.2"Install Android SDK Build-Tools 30.0.2 (revision: 30.0.2)" complete."Install Android SDK Build-Tools 30.0.2 (revision: 30.0.2)" finished.Checking the license for package Android SDK Platform 30 in /opt/android-sdk/licensesLicense for package Android SDK Platform 30 accepted.Preparing "Install Android SDK Platform 30 (revision: 3)"."Install Android SDK Platform 30 (revision: 3)" ready.Installing Android SDK Platform 30 in /opt/android-sdk/platforms/android-30"Install Android SDK Platform 30 (revision: 3)" complete."Install Android SDK Platform 30 (revision: 3)" finished.> Task :app:customssiv:preBuild UP-TO-DATE> Task :app:customssiv:preReleaseBuild UP-TO-DATE> Task :app:customssiv:compileReleaseAidl NO-SOURCE> Task :app:customssiv:packageReleaseRenderscript NO-SOURCE> Task :app:customssiv:compileReleaseRenderscript NO-SOURCE> Task :app:customssiv:generateReleaseResValues> Task :app:customssiv:generateReleaseResources> Task :app:customssiv:packageReleaseResources> Task :app:customssiv:extractDeepLinksRelease> Task :app:customssiv:writeReleaseAarMetadata> Task :app:objectboxPrepareBuild> Task :app:preBuild> Task :app:extractProguardFiles> Task :app:customssiv:compileReleaseLibraryResources> Task :app:prepareLibraryDefinitionsReleaseManually requested license: LGPL_2_1_or_laterManually requested license: BSD_3_ClauseAll dependencies.size=149> Task :app:customssiv:generateReleaseBuildConfig> Task :app:customssiv:processReleaseJavaRes NO-SOURCE> Task :app:customssiv:javaPreCompileRelease> Task :app:customssiv:bundleLibResRelease NO-SOURCE> Task :app:customssiv:prepareLintJarForPublish> Task :app:customssiv:mergeReleaseJniLibFolders> Task :app:customssiv:mergeReleaseNativeLibs NO-SOURCE> Task :app:customssiv:stripReleaseDebugSymbols NO-SOURCE> Task :app:customssiv:copyReleaseJniLibsProjectOnly> Task :app:customssiv:mergeReleaseShaders> Task :app:customssiv:compileReleaseShaders NO-SOURCE> Task :app:customssiv:generateReleaseAssets UP-TO-DATE> Task :app:customssiv:parseReleaseLocalResources> Task :app:customssiv:packageReleaseAssets> Task :app:customssiv:copyReleaseJniLibsProjectAndLocalJars FROM-CACHE> Task :app:customssiv:mergeReleaseJavaResource> Task :app:prepareLibraryDefinitionsReleaseRead custom mapping file from: /home/vagrant/build/org.nonononoki.hendroid/about-config/custom_license_mappings.propRead custom mapping file from: /home/vagrant/build/org.nonononoki.hendroid/about-config/custom_name_mappings.propRead custom mapping file from: /home/vagrant/build/org.nonononoki.hendroid/about-config/custom_enchant_mapping.prop> Task :app:customssiv:processReleaseManifest> Task :app:prepareLibraryDefinitionsRelease--> Skipping androidx_arch_core__core_runtime, matching exclusion pattern--> Skipping androidx_slidingpanelayout__slidingpanelayout, matching exclusion pattern--> Skipping androidx_core__core_ktx, matching exclusion pattern--> Retrieved POM for: com_google_code_findbugs__jsr305 from org.sonatype.oss:oss-parent:7--> Skipping androidx_constraintlayout__constraintlayout_solver, matching exclusion pattern--> Skipping androidx_work__work_runtime, matching exclusion pattern--> Had to resolve name from custom mapping for: me_zhanghai_android_fastscroll__library as AndroidFastScroll--> Skipping androidx_fragment__fragment, matching exclusion pattern--> Skipping com_mikepenz__fastadapter_extensions_scroll, matching exclusion pattern--> Skipping androidx_databinding__viewbinding, matching exclusion pattern--> Skipping androidx_preference__preference_ktx, matching exclusion pattern--> Skipping androidx_legacy__legacy_support_core_utils, matching exclusion pattern--> Skipping com_mikepenz__fastadapter_extensions_swipe, matching exclusion pattern--> Skipping androidx_lifecycle__lifecycle_viewmodel_ktx, matching exclusion pattern--> Had to resolve name from custom mapping for: info_debatty__java_string_similarity as Java String Similarity--> Skipping androidx_lifecycle__lifecycle_process, matching exclusion pattern--> Skipping androidx_navigation__navigation_runtime_ktx, matching exclusion pattern--> Skipping androidx_exifinterface__exifinterface, matching exclusion pattern--> Skipping androidx_room__room_common, matching exclusion pattern--> Skipping androidx_vectordrawable__vectordrawable, matching exclusion pattern--> Skipping androidx_activity__activity, matching exclusion pattern--> Skipping androidx_lifecycle__lifecycle_viewmodel_savedstate, matching exclusion pattern--> Skipping androidx_navigation__navigation_fragment, matching exclusion pattern--> Skipping androidx_fragment__fragment_ktx, matching exclusion pattern--> Skipping androidx_annotation__annotation_experimental, matching exclusion pattern--> Had to resolve name from custom mapping for: com_github_penfeizhou_android_animation__frameanimation as APNG4Android Animation--> Had to resolve license from custom mapping for: com_github_penfeizhou_android_animation__frameanimation as Apache_2_0--> Skipping androidx_paging__paging_common_ktx, matching exclusion pattern--> Skipping com_mikepenz__fastadapter_extensions_utils, matching exclusion pattern--> Skipping androidx_cursoradapter__cursoradapter, matching exclusion pattern--> Skipping com_mikepenz__fastadapter_extensions_diff, matching exclusion pattern--> Skipping com_mikepenz__fastadapter_extensions_ui, matching exclusion pattern--> Skipping androidx_swiperefreshlayout__swiperefreshlayout, matching exclusion pattern--> Skipping androidx_sqlite__sqlite, matching exclusion pattern--> Had to resolve license from custom mapping for: com_github_omicronapps__7_Zip_JBinding_4Android as LGPL_2_1_or_later--> Skipping androidx_customview__customview, matching exclusion pattern--> Skipping androidx_annotation__annotation, matching exclusion pattern--> Had to resolve name from custom mapping for: com_squareup_retrofit2__adapter_rxjava2 as RxJava2 adapter for Retrofit--> Skipping androidx_viewpager__viewpager, matching exclusion pattern--> Skipping androidx_room__room_runtime, matching exclusion pattern--> Skipping androidx_arch_core__core_common, matching exclusion pattern--> Skipping androidx_legacy__legacy_support_v4, matching exclusion pattern--> Skipping androidx_lifecycle__lifecycle_viewmodel, matching exclusion pattern--> Retrieved POM for: org_apache_commons__commons_lang3 from org.apache.commons:commons-parent:52--> Had to resolve license from custom mapping for: org_apache_commons__commons_lang3 as Apache_2_0--> Skipping androidx_lifecycle__lifecycle_livedata_core, matching exclusion pattern--> Skipping androidx_interpolator__interpolator, matching exclusion pattern--> Skipping androidx_paging__paging_runtime_ktx, matching exclusion pattern--> Skipping androidx_navigation__navigation_runtime, matching exclusion pattern--> Skipping androidx_versionedparcelable__versionedparcelable, matching exclusion pattern--> Skipping androidx_localbroadcastmanager__localbroadcastmanager, matching exclusion pattern--> Skipping androidx_coordinatorlayout__coordinatorlayout, matching exclusion pattern--> Skipping com_mikepenz__fastadapter_extensions_drag, matching exclusion pattern--> Skipping androidx_lifecycle__lifecycle_livedata_core_ktx, matching exclusion pattern--> Skipping androidx_sqlite__sqlite_framework, matching exclusion pattern--> Skipping androidx_media__media, matching exclusion pattern--> Skipping androidx_paging__paging_runtime, matching exclusion pattern--> Skipping androidx_transition__transition, matching exclusion pattern--> Skipping androidx_lifecycle__lifecycle_common, matching exclusion pattern--> Skipping androidx_drawerlayout__drawerlayout, matching exclusion pattern--> Skipping androidx_navigation__navigation_fragment_ktx, matching exclusion pattern--> Skipping androidx_navigation__navigation_common_ktx, matching exclusion pattern--> Skipping androidx_collection__collection, matching exclusion pattern--> Retrieved POM for: com_google_guava__listenablefuture from com.google.guava:guava-parent:26.0-android----> Had to fallback to parent author for: com_google_guava__listenablefuture -- result: Kevin Bourrillion----> Had to fallback to parent authorWebsite for: com_google_guava__listenablefuture -- result: http://www.google.com----> Found license from parent for: com_google_guava__listenablefuture -- result: Apache_2_0--> Skipping androidx_recyclerview__recyclerview, matching exclusion pattern--> Skipping androidx_work__work_runtime_ktx, matching exclusion pattern--> Enchanted file not available: APNG4Android--> Had to resolve name from custom mapping for: com_github_penfeizhou_android_animation__apng as APNG4Android--> Had to resolve license from custom mapping for: com_github_penfeizhou_android_animation__apng as Apache_2_0--> Skipping androidx_activity__activity_ktx, matching exclusion pattern--> Skipping com_mikepenz__fastadapter_extensions_expandable, matching exclusion pattern--> Skipping androidx_constraintlayout__constraintlayout, matching exclusion pattern--> Skipping androidx_print__print, matching exclusion pattern--> Skipping androidx_lifecycle__lifecycle_service, matching exclusion pattern--> Skipping androidx_preference__preference, matching exclusion pattern--> Skipping com_google_android__flexbox, matching exclusion pattern--> Skipping androidx_savedstate__savedstate_ktx, matching exclusion pattern--> Retrieved POM for: commons_io__commons_io from org.apache.commons:commons-parent:42--> Had to resolve license from custom mapping for: commons_io__commons_io as Apache_2_0--> Skipping androidx_cardview__cardview, matching exclusion pattern--> Skipping androidx_legacy__legacy_support_core_ui, matching exclusion pattern--> Skipping androidx_vectordrawable__vectordrawable_animated, matching exclusion pattern--> Skipping androidx_lifecycle__lifecycle_livedata, matching exclusion pattern--> Skipping androidx_savedstate__savedstate, matching exclusion pattern--> Skipping androidx_core__core, matching exclusion pattern--> Skipping androidx_lifecycle__lifecycle_runtime, matching exclusion pattern--> Skipping androidx_paging__paging_common, matching exclusion pattern--> Skipping androidx_collection__collection_ktx, matching exclusion pattern--> Skipping androidx_loader__loader, matching exclusion pattern--> Skipping androidx_navigation__navigation_common, matching exclusion pattern--> Had to resolve author from custom mapping for: com_squareup_okio__okio as Square, Inc--> Skipping androidx_lifecycle__lifecycle_runtime_ktx, matching exclusion pattern--> Skipping androidx_documentfile__documentfile, matching exclusion pattern--> Skipping androidx_appcompat__appcompat_resources, matching exclusion pattern--> Skipping androidx_dynamicanimation__dynamicanimation, matching exclusion pattern--> Skipping androidx_lifecycle__lifecycle_common_java8, matching exclusion pattern--> Had to resolve name from custom mapping for: net_jcip__jcip_annotations as JCIP Annotations--> Skipping com_google_android_material__material, matching exclusion pattern--> Skipping com_mikepenz__fastadapter_extensions_paged, matching exclusion pattern--> Skipping androidx_viewpager2__viewpager2, matching exclusion pattern--> Skipping androidx_asynclayoutinflater__asynclayoutinflater, matching exclusion pattern--> Skipping androidx_legacy__legacy_support_v13, matching exclusion pattern--> Retrieved POM for: org_apache_commons__commons_text from org.apache.commons:commons-parent:51--> Had to resolve license from custom mapping for: org_apache_commons__commons_text as Apache_2_0--> Skipping androidx_lifecycle__lifecycle_livedata_ktx, matching exclusion pattern--> Skipping androidx_appcompat__appcompat, matching exclusion pattern> Task :app:preReleaseBuild> Task :app:compileReleaseAidl NO-SOURCE> Task :app:compileReleaseRenderscript NO-SOURCE> Task :app:dataBindingMergeDependencyArtifactsRelease> Task :app:customssiv:mergeReleaseResources> Task :app:dataBindingMergeGenClassesRelease> Task :app:generateReleaseResValues FROM-CACHE> Task :app:generateReleaseResources UP-TO-DATE> Task :app:customssiv:generateReleaseRFile> Task :app:customssiv:verifyReleaseResources> Task :app:generateReleaseBuildConfig> Task :app:checkReleaseAarMetadata> Task :app:createReleaseCompatibleScreenManifests> Task :app:extractDeepLinksRelease FROM-CACHE> Task :app:mergeReleaseResources> Task :app:processReleaseMainManifest/home/vagrant/build/org.nonononoki.hendroid/app/src/main/AndroidManifest.xml:22:5-481:19 Warning:application@android:allowBackup was tagged at AndroidManifest.xml:22 to replace other declarations but no other declaration present/home/vagrant/build/org.nonononoki.hendroid/app/src/main/AndroidManifest.xml:22:5-481:19 Warning:application@android:supportsRtl was tagged at AndroidManifest.xml:22 to replace other declarations but no other declaration present> Task :app:dataBindingGenBaseClassesRelease> Task :app:processReleaseManifest> Task :app:writeReleaseApplicationId> Task :app:analyticsRecordingRelease> Task :app:mergeReleaseJniLibFolders FROM-CACHE> Task :app:mergeReleaseShaders FROM-CACHE> Task :app:compileReleaseShaders NO-SOURCE> Task :app:generateReleaseAssets UP-TO-DATE> Task :app:mergeReleaseAssets> Task :app:compressReleaseAssets> Task :app:checkReleaseDuplicateClasses> Task :app:processReleaseJavaRes NO-SOURCE> Task :app:customssiv:compileReleaseJavaWithJavac> Task :app:customssiv:mergeReleaseGeneratedProguardFiles> Task :app:customssiv:exportReleaseConsumerProguardFiles> Task :app:customssiv:bundleLibCompileToJarRelease> Task :app:customssiv:bundleLibRuntimeToJarRelease> Task :app:collectReleaseDependencies> Task :app:sdkReleaseDependencyData> Task :app:writeReleaseAppMetadata> Task :app:writeReleaseSigningConfigVersions> Task :app:processReleaseManifestForPackage> Task :app:mergeReleaseNativeLibs> Task :app:stripReleaseDebugSymbols> Task :app:extractReleaseNativeSymbolTables> Task :app:mergeReleaseNativeDebugMetadata NO-SOURCE> Task :app:processReleaseResources> Task :app:customssiv:extractReleaseAnnotations> Task :app:customssiv:mergeReleaseConsumerProguardFiles> Task :app:customssiv:syncReleaseLibJars> Task :app:customssiv:bundleReleaseAar> Task :app:customssiv:compileReleaseSources> Task :app:customssiv:assembleRelease> Task :app:kaptGenerateStubsReleaseKotlin> Task :app:optimizeReleaseResources> Task :app:kaptReleaseKotlin[ObjectBox] ID model file unchanged: default.json[ObjectBox] ObjectBox Generator[ObjectBox] Copyright 2017-2018 ObjectBox Ltd, objectbox.io. Licensed under GPL V3.[ObjectBox] This program comes with ABSOLUTELY NO WARRANTY[ObjectBox] Processing schema version 1...[ObjectBox] Written me.devsaki.hentoid.database.domains.ContentCursor.java[ObjectBox] Written me.devsaki.hentoid.database.domains.Content_.java[ObjectBox] Written me.devsaki.hentoid.database.domains.GroupCursor.java[ObjectBox] Written me.devsaki.hentoid.database.domains.Group_.java[ObjectBox] Written me.devsaki.hentoid.database.domains.SiteBookmarkCursor.java[ObjectBox] Written me.devsaki.hentoid.database.domains.SiteBookmark_.java[ObjectBox] Written me.devsaki.hentoid.database.domains.AttributeCursor.java[ObjectBox] Written me.devsaki.hentoid.database.domains.Attribute_.java[ObjectBox] Written me.devsaki.hentoid.database.domains.SiteHistoryCursor.java[ObjectBox] Written me.devsaki.hentoid.database.domains.SiteHistory_.java[ObjectBox] Written me.devsaki.hentoid.database.domains.ErrorRecordCursor.java[ObjectBox] Written me.devsaki.hentoid.database.domains.ErrorRecord_.java[ObjectBox] Written me.devsaki.hentoid.database.domains.GroupItemCursor.java[ObjectBox] Written me.devsaki.hentoid.database.domains.GroupItem_.java[ObjectBox] Written me.devsaki.hentoid.database.domains.AttributeLocationCursor.java[ObjectBox] Written me.devsaki.hentoid.database.domains.AttributeLocation_.java[ObjectBox] Written me.devsaki.hentoid.database.domains.ImageFileCursor.java[ObjectBox] Written me.devsaki.hentoid.database.domains.ImageFile_.java[ObjectBox] Written me.devsaki.hentoid.database.domains.QueueRecordCursor.java[ObjectBox] Written me.devsaki.hentoid.database.domains.QueueRecord_.java[ObjectBox] Written me.devsaki.hentoid.database.domains.DuplicateEntryCursor.java[ObjectBox] Written me.devsaki.hentoid.database.domains.DuplicateEntry_.java[ObjectBox] Written me.devsaki.hentoid.database.domains.MyObjectBox.java[ObjectBox] Processed 11 entities in 96ms> Task :app:compileReleaseKotlinw: /home/vagrant/build/org.nonononoki.hendroid/app/src/main/java/me/devsaki/hentoid/activities/AboutActivity.kt: (62, 23): Parameter 'event' is never usedw: /home/vagrant/build/org.nonononoki.hendroid/app/src/main/java/me/devsaki/hentoid/fragments/tools/DuplicateMainFragment.kt: (288, 77): 'sumBy((T) -> Int): Int' is deprecated. Use sumOf instead.> Task :app:compileReleaseJavaWithJavacNote: Some input files use or override a deprecated API.Note: Recompile with -Xlint:deprecation for details.Note: Some input files use unchecked or unsafe operations.Note: Recompile with -Xlint:unchecked for details.> Task :app:compileReleaseSources> Task :app:lintVitalRelease> Task :app:mergeReleaseGeneratedProguardFiles FROM-CACHE> Task :app:transformClassesWithObjectBoxAndroidTransformForRelease[ObjectBox] Transformed 16 entities and copied 685 classes in 156 ms> Task :app:mergeReleaseJavaResource> Task :app:minifyReleaseWithR8WARNING:: R8: Missing class: org.chromium.net.UrlRequest$Callback> Task :app:packageRelease> Task :app:assembleReleaseBUILD SUCCESSFUL in 2m 36s69 actionable tasks: 63 executed, 6 from cache2021-06-08 22:48:57,314 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/vagrant/build/org.nonononoki.hendroid, universal_newlines=False, shell=None)2021-06-08 22:48:57,318 INFO: Successfully built version 1.14.7 of org.nonononoki.hendroid from 9911809f6b7da51c7802e35cc9d95b5a22190a982021-06-08 22:48:58,418 DEBUG: AXML contains a RESOURCE MAP2021-06-08 22:48:58,418 DEBUG: Start of Namespace mapping: prefix 60: 'android' --> uri 125: 'http://schemas.android.com/apk/res/android'2021-06-08 22:48:58,419 DEBUG: Checking build/org.nonononoki.hendroid/app/build/outputs/apk/release/app-release-unsigned.apk2021-06-08 22:48:58,430 DEBUG: AXML contains a RESOURCE MAP2021-06-08 22:48:58,430 DEBUG: Start of Namespace mapping: prefix 60: 'android' --> uri 125: 'http://schemas.android.com/apk/res/android'2021-06-08 22:48:58,456 INFO: success: org.nonononoki.hendroid2021-06-08 22:48:58,456 INFO: Finished2021-06-08 22:48:58,456 INFO: 1 build succeeded