log for org.walleth:510

== Installed Android Tools ==2021-07-20 22:00:07,351 DEBUG: Reading 'config.yml'2021-07-20 22:00:07,359 INFO: Using /opt/android-sdk/build-tools/29.0.3/apksigner2021-07-20 22:00:07,361 INFO: Creating log directory2021-07-20 22:00:07,362 INFO: Creating temporary directory2021-07-20 22:00:07,362 INFO: Creating output directory2021-07-20 22:00:07,384 DEBUG: Getting git vcs interface for https://github.com/walleth/walleth2021-07-20 22:00:07,385 DEBUG: > git --versiongit version 2.11.02021-07-20 22:00:07,597 INFO: Using git version 2.11.02021-07-20 22:00:07,598 DEBUG: Checking 0.51.02021-07-20 22:00:07,598 INFO: Building version 0.51.0 (510) of org.walleth2021-07-20 22:00:07,599 DEBUG: > sudo passwd --lock rootpasswd: password expiry information changed.2021-07-20 22:00:07,812 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-07-20 22:00:11,142 INFO: Getting source for revision 1997f39bb668cf12219372911bdecd99ca08bda02021-07-20 22:00:11,143 DEBUG: Directory: build/org.walleth2021-07-20 22:00:11,143 DEBUG: > git rev-parse --show-toplevel2021-07-20 22:00:11,347 DEBUG: Directory: build/org.walleth2021-07-20 22:00:11,347 DEBUG: > git submodule foreach --recursive git reset --hard2021-07-20 22:00:11,454 DEBUG: Directory: build/org.walleth2021-07-20 22:00:11,455 DEBUG: > git reset --hard2021-07-20 22:00:11,660 DEBUG: Directory: build/org.walleth2021-07-20 22:00:11,661 DEBUG: > git submodule foreach --recursive git clean -dffx2021-07-20 22:00:11,765 DEBUG: Directory: build/org.walleth2021-07-20 22:00:11,766 DEBUG: > git clean -dffx2021-07-20 22:00:11,871 DEBUG: Directory: build/org.walleth2021-07-20 22:00:11,871 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-07-20 22:00:12,578 DEBUG: Directory: build/org.walleth2021-07-20 22:00:12,579 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-07-20 22:00:12,894 DEBUG: Directory: build/org.walleth2021-07-20 22:00:12,895 DEBUG: > git remote set-head origin --auto2021-07-20 22:00:13,300 DEBUG: Directory: build/org.walleth2021-07-20 22:00:13,301 DEBUG: > git checkout -f 1997f39bb668cf12219372911bdecd99ca08bda02021-07-20 22:00:13,508 DEBUG: Directory: build/org.walleth2021-07-20 22:00:13,509 DEBUG: > git clean -dffx2021-07-20 22:00:13,614 INFO: Creating local.properties file at build/org.walleth/local.properties2021-07-20 22:00:13,615 INFO: Creating local.properties file at build/org.walleth/app/local.properties2021-07-20 22:00:13,616 DEBUG: Removing debuggable flags from build/org.walleth/app2021-07-20 22:00:13,636 INFO: Running 'prebuild' commands in build/org.walleth/app2021-07-20 22:00:13,637 DEBUG: Directory: build/org.walleth/app2021-07-20 22:00:13,637 DEBUG: > bash -x -c -- sed -i -e '/kotlin.bintray.com/d' ../build.gradle+ sed -i -e /kotlin.bintray.com/d ../build.gradle2021-07-20 22:00:13,866 INFO: Cleaning Gradle project...2021-07-20 22:00:13,867 DEBUG: Directory: build/org.walleth/app2021-07-20 22:00:13,868 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid cleanFound 7.1.1 via distributionUrlDownloading missing gradle version 7.1.1cachedir /home/vagrant/.cache/fdroidserver/home/vagrant/.cache/fdroidserver/gradle-7.1.1-bin.zip: OKRunning /opt/gradle/versions/7.1.1/bin/gradle cleanWelcome to Gradle 7.1.1!Here are the highlights of this release:- Faster incremental Java compilation- Easier source set configuration in the Kotlin DSLFor more details see https://docs.gradle.org/7.1.1/release-notes.htmlTo honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.1.1/userguide/gradle_daemon.html#sec:disabling_the_daemon.Daemon will be stopped at the end of the build> Configure project :appWarning: The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.WARNING:: API 'variant.getJavaCompiler()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getJavaCompiler(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variantOutput.getInstall()' is obsolete and has been replaced with 'variantOutput.getInstallProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variantOutput.getInstall(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getAssemble()' is obsolete and has been replaced with 'variant.getAssembleProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getAssemble(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getExternalNativeBuildTask()' is obsolete and has been replaced with 'variant.getExternalNativeBuildProviders()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getExternalNativeBuildTask(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getProcessJavaResources()' is obsolete and has been replaced with 'variant.getProcessJavaResourcesProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getProcessJavaResources(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getMappingFile()' is obsolete and has been replaced with 'variant.getMappingFileProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getMappingFile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getJavaCompile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getMergeAssets()' is obsolete and has been replaced with 'variant.getMergeAssetsProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getMergeAssets(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getRenderscriptCompile()' is obsolete and has been replaced with 'variant.getRenderscriptCompileProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getRenderscriptCompile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variantOutput.getUninstall()' is obsolete and has been replaced with 'variantOutput.getUninstallProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variantOutput.getUninstall(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getAidlCompile()' is obsolete and has been replaced with 'variant.getAidlCompileProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getAidlCompile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getPackageApplication()' is obsolete and has been replaced with 'variant.getPackageApplicationProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getPackageApplication(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getMergeResources()' is obsolete and has been replaced with 'variant.getMergeResourcesProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getMergeResources(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getGenerateBuildConfig()' is obsolete and has been replaced with 'variant.getGenerateBuildConfigProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getGenerateBuildConfig(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getPreBuild()' is obsolete and has been replaced with 'variant.getPreBuildProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getPreBuild(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getCheckManifest()' is obsolete and has been replaced with 'variant.getCheckManifestProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getCheckManifest(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.> Task :app:clean UP-TO-DATEBUILD SUCCESSFUL in 51s1 actionable task: 1 up-to-date2021-07-20 22:01:08,794 INFO: Scanning source for common problems...2021-07-20 22:01:08,803 INFO: Removing gradle-wrapper.jar at gradle/wrapper/gradle-wrapper.jar2021-07-20 22:01:08,831 INFO: Creating source tarball...2021-07-20 22:01:09,030 INFO: Building Gradle project...2021-07-20 22:01:09,031 DEBUG: Directory: build/org.walleth/app2021-07-20 22:01:09,031 DEBUG: > /home/vagrant/fdroidserver/gradlew-fdroid assembleNoGethForFDroidOnlineReleaseFound 7.1.1 via distributionUrlRunning /opt/gradle/versions/7.1.1/bin/gradle assembleNoGethForFDroidOnlineReleaseTo honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.1.1/userguide/gradle_daemon.html#sec:disabling_the_daemon.Daemon will be stopped at the end of the build> Configure project :appWarning: The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin.WARNING:: API 'variant.getJavaCompiler()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getJavaCompiler(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variantOutput.getInstall()' is obsolete and has been replaced with 'variantOutput.getInstallProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variantOutput.getInstall(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getAssemble()' is obsolete and has been replaced with 'variant.getAssembleProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getAssemble(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getExternalNativeBuildTask()' is obsolete and has been replaced with 'variant.getExternalNativeBuildProviders()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getExternalNativeBuildTask(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getProcessJavaResources()' is obsolete and has been replaced with 'variant.getProcessJavaResourcesProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getProcessJavaResources(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getMappingFile()' is obsolete and has been replaced with 'variant.getMappingFileProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getMappingFile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getJavaCompile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getMergeAssets()' is obsolete and has been replaced with 'variant.getMergeAssetsProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getMergeAssets(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getRenderscriptCompile()' is obsolete and has been replaced with 'variant.getRenderscriptCompileProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getRenderscriptCompile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variantOutput.getUninstall()' is obsolete and has been replaced with 'variantOutput.getUninstallProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variantOutput.getUninstall(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getAidlCompile()' is obsolete and has been replaced with 'variant.getAidlCompileProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getAidlCompile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getPackageApplication()' is obsolete and has been replaced with 'variant.getPackageApplicationProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getPackageApplication(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getMergeResources()' is obsolete and has been replaced with 'variant.getMergeResourcesProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getMergeResources(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getGenerateBuildConfig()' is obsolete and has been replaced with 'variant.getGenerateBuildConfigProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getGenerateBuildConfig(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getPreBuild()' is obsolete and has been replaced with 'variant.getPreBuildProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getPreBuild(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.WARNING:: API 'variant.getCheckManifest()' is obsolete and has been replaced with 'variant.getCheckManifestProvider()'.It will be removed in version 7.0 of the Android Gradle plugin.For more information, see https://d.android.com/r/tools/task-configuration-avoidance.To determine what is calling variant.getCheckManifest(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.File /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:preBuild UP-TO-DATE> Task :app:preNoGethForFDroidOnlineReleaseBuild UP-TO-DATE> Task :app:compileNoGethForFDroidOnlineReleaseAidl NO-SOURCE> Task :app:compileNoGethForFDroidOnlineReleaseRenderscript NO-SOURCE> Task :app:generateNoGethForFDroidOnlineReleaseBuildConfig> Task :app:checkNoGethForFDroidOnlineReleaseAarMetadata> Task :app:generateNoGethForFDroidOnlineReleaseResValues> Task :app:generateNoGethForFDroidOnlineReleaseResources> Task :app:createNoGethForFDroidOnlineReleaseCompatibleScreenManifests> Task :app:extractDeepLinksNoGethForFDroidOnlineRelease> Task :app:mergeNoGethForFDroidOnlineReleaseResources> Task :app:processNoGethForFDroidOnlineReleaseMainManifest> Task :app:processNoGethForFDroidOnlineReleaseManifest> Task :app:writeNoGethForFDroidOnlineReleaseApplicationId> Task :app:analyticsRecordingNoGethForFDroidOnlineRelease> Task :app:mergeNoGethForFDroidOnlineReleaseJniLibFolders> Task :app:mergeNoGethForFDroidOnlineReleaseShaders> Task :app:compileNoGethForFDroidOnlineReleaseShaders NO-SOURCE> Task :app:generateNoGethForFDroidOnlineReleaseAssets UP-TO-DATE> Task :app:mergeNoGethForFDroidOnlineReleaseAssets> Task :app:compressNoGethForFDroidOnlineReleaseAssets> Task :app:mergeNoGethForFDroidOnlineReleaseNativeLibs> Task :app:checkNoGethForFDroidOnlineReleaseDuplicateClasses> Task :app:stripNoGethForFDroidOnlineReleaseDebugSymbols> Task :app:extractNoGethForFDroidOnlineReleaseNativeSymbolTables> Task :app:desugarNoGethForFDroidOnlineReleaseFileDependencies> Task :app:mergeNoGethForFDroidOnlineReleaseNativeDebugMetadata NO-SOURCE> Task :app:processNoGethForFDroidOnlineReleaseJavaRes NO-SOURCE> Task :app:collectNoGethForFDroidOnlineReleaseDependencies> Task :app:sdkNoGethForFDroidOnlineReleaseDependencyData> Task :app:writeNoGethForFDroidOnlineReleaseAppMetadata> Task :app:writeNoGethForFDroidOnlineReleaseSigningConfigVersions> Task :app:processNoGethForFDroidOnlineReleaseManifestForPackage> Task :app:processNoGethForFDroidOnlineReleaseResources> Task :app:kaptGenerateStubsNoGethForFDroidOnlineReleaseKotlin> Task :app:optimizeNoGethForFDroidOnlineReleaseResources> Task :app:kaptNoGethForFDroidOnlineReleaseKotlinwarning: Current JDK version 1.8.0_292-8u292-b10-0+deb9u1-b10 has a bug (https://bugs.openjdk.java.net/browse/JDK-8007720) that prevents Room from being incremental. Consider using JDK 11+ or the embedded JDK shipped with Android Studio 3.5+./home/vagrant/build/org.walleth/app/src/main/java/org/walleth/data/AppDatabase.java:19: warning: Schema export directory is not provided to the annotation processor so we cannot export the schema. You can either provide `room.schemaLocation` annotation processor argument OR set exportSchema to false.public abstract class AppDatabase extends RoomDatabase {^[WARN] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: androidx.room.RoomProcessor (DYNAMIC).> Task :app:compileNoGethForFDroidOnlineReleaseKotlinw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/App.kt: (160, 13): This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/App.kt: (166, 13): Variable 'currentTokenProvider' is never usedw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/App.kt: (167, 13): Variable 'chainInfoProvider' is never usedw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/accounts/BaseAddressBookActivity.kt: (111, 62): 'getter for adapterPosition: Int' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/accounts/CreateAccountActivity.kt: (74, 36): 'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/accounts/CreateAccountActivity.kt: (184, 9): 'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/accounts/CreateAccountActivity.kt: (188, 9): 'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/accounts/CreateAccountActivity.kt: (215, 15): 'onActivityResult(Int, Int, Intent?): Unit' is deprecated. Overrides deprecated member in 'androidx.activity.ComponentActivity'. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/accounts/ExportKeyActivity.kt: (112, 35): 'getter for defaultDisplay: Display!' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/accounts/ExportKeyActivity.kt: (112, 50): 'getSize(Point!): Unit' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/accounts/ExportKeyActivity.kt: (167, 17): 'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/accounts/ExportKeyActivity.kt: (192, 15): 'onActivityResult(Int, Int, Intent?): Unit' is deprecated. Overrides deprecated member in 'androidx.activity.ComponentActivity'. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/accounts/ExportKeyActivity.kt: (238, 36): 'createPrintDocumentAdapter(): PrintDocumentAdapter!' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/accounts/ImportAsActivity.kt: (35, 15): 'onActivityResult(Int, Int, Intent?): Unit' is deprecated. Overrides deprecated member in 'androidx.activity.ComponentActivity'. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/accounts/ImportKeyActivity.kt: (169, 25): 'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/accounts/ImportKeyActivity.kt: (204, 15): 'onActivityResult(Int, Int, Intent?): Unit' is deprecated. Overrides deprecated member in 'androidx.activity.ComponentActivity'. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/accounts/ImportKeyActivity.kt: (254, 13): 'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/accounts/NewAccountTypeSelectActivity.kt: (49, 15): 'onActivityResult(Int, Int, Intent?): Unit' is deprecated. Overrides deprecated member in 'androidx.activity.ComponentActivity'. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/chains/ChainIdAlert.kt: (22, 5): This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/chains/ChainIdAlert.kt: (29, 13): This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/chains/ChainIdAlert.kt: (41, 65): 'yes: Int' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/chains/ChainIdAlert.kt: (42, 33): This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/chains/ChainIdAlert.kt: (47, 65): 'no: Int' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/chains/ChainInfoProvider.kt: (85, 24): This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/chains/ChainInfoProvider.kt: (89, 9): This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/data/TokenPrimer.kt: (19, 45): 'toLowerCase(): String' is deprecated. Use lowercase() instead.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/data/TokenPrimer.kt: (20, 50): 'toLowerCase(): String' is deprecated. Use lowercase() instead.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/data/TokenPrimer.kt: (21, 50): 'toLowerCase(): String' is deprecated. Use lowercase() instead.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/data/TokenPrimer.kt: (22, 50): 'toLowerCase(): String' is deprecated. Use lowercase() instead.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/data/TokenPrimer.kt: (23, 50): 'toLowerCase(): String' is deprecated. Use lowercase() instead.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/data/TokenPrimer.kt: (24, 50): 'toLowerCase(): String' is deprecated. Use lowercase() instead.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/data/TokenPrimer.kt: (25, 50): 'toLowerCase(): String' is deprecated. Use lowercase() instead.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/data/TokenPrimer.kt: (26, 50): 'toLowerCase(): String' is deprecated. Use lowercase() instead.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/data/TokenPrimer.kt: (33, 9): This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/data/rpc/RPCProvider.kt: (70, 69): Unnecessary safe call on a non-null receiver of type ChainInfow: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/data/tokens/CurrentTokenProvider.kt: (22, 24): This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/data/tokens/CurrentTokenProvider.kt: (24, 13): This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/enhancedlist/BaseEnhancedListActivity.kt: (143, 67): 'toLowerCase(): String' is deprecated. Use lowercase() instead.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/enhancedlist/BaseEnhancedListActivity.kt: (191, 48): 'getter for adapterPosition: Int' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/intents/IntentHandlerActivity.kt: (84, 21): 'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/intents/IntentHandlerActivity.kt: (108, 13): 'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/intents/IntentHandlerActivity.kt: (124, 33): 'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/intents/IntentHandlerActivity.kt: (143, 15): 'onActivityResult(Int, Int, Intent?): Unit' is deprecated. Overrides deprecated member in 'androidx.activity.ComponentActivity'. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/intents/IntentHandlerActivity.kt: (172, 9): 'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/kethereum/android/TransactionParcel.kt: (18, 32): Type mismatch: inferred type is String? but String was expectedw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/kethereum/android/TransactionParcel.kt: (24, 35): Type mismatch: inferred type is String? but String was expectedw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/kethereum/android/TransactionParcel.kt: (25, 35): Type mismatch: inferred type is String? but String was expectedw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/nfc/NFCGetAddressActivity.kt: (42, 13): 'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/nfc/NFCGetAddressActivity.kt: (152, 15): 'onActivityResult(Int, Int, Intent?): Unit' is deprecated. Overrides deprecated member in 'androidx.activity.ComponentActivity'. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/preferences/reference/SelectReferenceActivity.kt: (40, 78): 'toUpperCase(): String' is deprecated. Use uppercase() instead.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/qr/scan/Videographer.kt: (6, 25): 'Camera' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/request/RequestActivity.kt: (59, 55): Unnecessary non-null assertion (!!) on a non-null receiver of type ChainInfow: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/request/RequestActivity.kt: (101, 73): Unnecessary safe call on a non-null receiver of type ChainInfow: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/sign/SignTypedDataActivity.kt: (86, 29): 'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/sign/SignTypedDataActivity.kt: (99, 15): 'onActivityResult(Int, Int, Intent?): Unit' is deprecated. Overrides deprecated member in 'androidx.activity.ComponentActivity'. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/startup/StartupViewModel.kt: (26, 21): Condition 'currentChainInfoProvider.getCurrent() != null' is always 'true'w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/ChangeActionActivity.kt: (16, 9): 'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/ChangeActionActivity.kt: (25, 15): 'onActivityResult(Int, Int, Intent?): Unit' is deprecated. Overrides deprecated member in 'androidx.activity.ComponentActivity'. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/ChangeActionFunctionActivity.kt: (65, 25): 'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/ChangeActionFunctionActivity.kt: (73, 15): 'onActivityResult(Int, Int, Intent?): Unit' is deprecated. Overrides deprecated member in 'androidx.activity.ComponentActivity'. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/CreateTransactionActivity.kt: (293, 47): Condition 'nonce != null' is always 'true'w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/CreateTransactionActivity.kt: (705, 66): Name shadowed: addressw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/CreateTransactionActivity.kt: (719, 61): Name shadowed: uriw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/CreateTransactionActivity.kt: (719, 154): Unnecessary safe call on a non-null receiver of type ChainInfow: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/CreateTransactionActivity.kt: (739, 121): Unnecessary safe call on a non-null receiver of type List<Pair<String, String>>w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/CreateTransactionActivity.kt: (743, 134): Unnecessary safe call on a non-null receiver of type ChainInfow: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/CreateTransactionActivity.kt: (743, 143): Unnecessary non-null assertion (!!) on a non-null receiver of type BigIntegerw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/CreateTransactionActivity.kt: (882, 103): Unnecessary non-null assertion (!!) on a non-null receiver of type ChainInfow: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/TransactionRecyclerAdapter.kt: (5, 24): 'PagedListAdapter<T : Any, VH : RecyclerView.ViewHolder>' is deprecated. PagedListAdapter is deprecated and has been replaced by PagingDataAdapterw: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/TransactionViewHolder.kt: (49, 21): This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/TransactionViewHolder.kt: (56, 17): This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/transactions/TransactionViewHolder.kt: (62, 17): This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.w: /home/vagrant/build/org.walleth/app/src/main/java/org/walleth/util/security/KeyGuardUtil.kt: (20, 74): 'LOCK_PATTERN_ENABLED: String' is deprecated. Deprecated in Javaw: /home/vagrant/build/org.walleth/app/src/online/java/org/walleth/dataprovider/DataProvidingService.kt: (185, 64): Candidate resolution will be changed soon, please use fully qualified name to invoke the following closer candidate explicitly 'public open fun observe(p0: LifecycleOwner, p1: Observer<in List<TransactionEntity>!>): Unit defined in org.ligi.kaxt.livedata.NonNullMediatorLiveData'w: /home/vagrant/build/org.walleth/app/src/online/java/org/walleth/dataprovider/DataProvidingService.kt: (213, 60): Unnecessary safe call on a non-null receiver of type ChainInfo> Task :app:compileNoGethForFDroidOnlineReleaseJavaWithJavac> Task :app:compileNoGethForFDroidOnlineReleaseSources> Task :app:lintVitalNoGethForFDroidOnlineRelease> Task :app:dexBuilderNoGethForFDroidOnlineRelease> Task :app:mergeNoGethForFDroidOnlineReleaseJavaResource> Task :app:multiDexListNoGethForFDroidOnlineRelease> Task :app:mergeDexNoGethForFDroidOnlineRelease> Task :app:packageNoGethForFDroidOnlineRelease> Task :app:assembleNoGethForFDroidOnlineReleaseBUILD SUCCESSFUL in 4m 29s36 actionable tasks: 36 executed2021-07-20 22:05:39,083 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/vagrant/build/org.walleth, universal_newlines=False, shell=None)2021-07-20 22:05:39,089 INFO: Successfully built version 0.51.0 of org.walleth from 1997f39bb668cf12219372911bdecd99ca08bda02021-07-20 22:05:40,359 DEBUG: AXML contains a RESOURCE MAP2021-07-20 22:05:40,359 DEBUG: Start of Namespace mapping: prefix 34: 'android' --> uri 88: 'http://schemas.android.com/apk/res/android'2021-07-20 22:05:40,361 DEBUG: Checking build/org.walleth/app/build/outputs/apk/noGethForFDroidOnline/release/WallETH-0.51.0-noGeth-forFDroid-online-release-unsigned.apk2021-07-20 22:05:40,371 DEBUG: AXML contains a RESOURCE MAP2021-07-20 22:05:40,372 DEBUG: Start of Namespace mapping: prefix 34: 'android' --> uri 88: 'http://schemas.android.com/apk/res/android'2021-07-20 22:05:40,393 INFO: success: org.walleth2021-07-20 22:05:40,394 INFO: Finished2021-07-20 22:05:40,394 INFO: 1 build succeeded