Advertisement
dannybuntu

com.greenaddress.greenbits_android_wallet-4.0.28-2024-06-05-docker-pull

Jun 5th, 2024
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.56 KB | Source Code | 0 0
  1. danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android$ docker pull greenaddress/android && docker run -it -v $PWD:/ga greenaddress/android
  2. Using default tag: latest
  3. latest: Pulling from greenaddress/android
  4. 647acf3d48c2: Already exists
  5. e4d80abf100d: Pull complete
  6. 0563a22646ba: Pull complete
  7. 2d33e8f1fe12: Pull complete
  8. 147ce9700488: Pull complete
  9. 73a606327a05: Pull complete
  10. 02ebf66febe6: Pull complete
  11. Digest: sha256:2e1c287e43417d4d69c11bf517f03043d23aba75f9aba1ee97cb47870c2106ca
  12. Status: Downloaded newer image for greenaddress/android:latest
  13. docker.io/greenaddress/android:latest
  14.  
  15. Run Gradle task: assembleProductionRelease...
  16.  
  17. Downloading https://services.gradle.org/distributions/gradle-8.7-bin.zip
  18. ............10%.............20%.............30%.............40%............50%.............60%.............70%.............80%.............90%............100%
  19.  
  20. Welcome to Gradle 8.7!
  21.  
  22. Here are the highlights of this release:
  23.  - Compiling and testing with Java 22
  24.  - Cacheable Groovy script compilation
  25.  - New methods in lazy collection properties
  26.  
  27. For more details see https://docs.gradle.org/8.7/release-notes.html
  28.  
  29. Starting a Gradle Daemon (subsequent builds will be faster)
  30. Type-safe project accessors is an incubating feature.
  31.  
  32. > Configure project :common
  33.  
  34. Please wait while Kotlin/Native compiler 1.9.23 is being installed.
  35. Download kotlin-native-prebuilt-linux-x86_64-1.9.23.tar.gz finished, took 3 s 85 ms
  36. Unpack Kotlin/Native compiler to /root/.konan/kotlin-native-prebuilt-linux-x86_64-1.9.23
  37. Unpack Kotlin/Native compiler to /root/.konan/kotlin-native-prebuilt-linux-x86_64-1.9.23 finished, took 3 s 575 ms
  38. w: Kotlin Multiplatform <-> Android Gradle Plugin compatibility issue:
  39. The applied Android Gradle Plugin version (8.4.1) is higher
  40. than the maximum known to the Kotlin Gradle Plugin.
  41. Tooling stability in such configuration isn't tested, please report encountered issues to https://kotl.in/issue"
  42.  
  43. Minimum supported Android Gradle Plugin version: 7.0
  44. Maximum tested Android Gradle Plugin version: 8.2
  45.  
  46. To suppress this message add 'kotlin.mpp.androidGradlePluginCompatibility.nowarn=true' to your gradle.properties
  47.  
  48. Path for java installation '/usr/lib/jvm/openjdk-11' (Common Linux Locations) does not contain a java executable
  49. Path for java installation '/usr/lib/jvm/openjdk-17' (Common Linux Locations) does not contain a java executable
  50.  
  51. FAILURE: Build failed with an exception.
  52.  
  53. * What went wrong:
  54. Task 'assembleProductionRelease' is ambiguous in root project 'Blockstream_Green' and its subprojects. Candidates are: 'assembleProductionFDroidRelease', 'assembleProductionFDroidReleaseUnitTest', 'assembleProductionGoogleRelease', 'assembleProductionGoogleReleaseUnitTest'.
  55.  
  56. * Try:
  57. > Run gradlew tasks to get a list of available tasks.
  58. > For more on name expansion, please refer to https://docs.gradle.org/8.7/userguide/command_line_interface.html#sec:name_abbreviation in the Gradle documentation.
  59. > Run with --stacktrace option to get the stack trace.
  60. > Run with --info or --debug option to get more log output.
  61. > Run with --scan to get full insights.
  62. > Get more help at https://help.gradle.org.
  63.  
  64. Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
  65.  
  66. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
  67.  
  68. For more on this, please refer to https://docs.gradle.org/8.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
  69.  
  70. BUILD FAILED in 1m 48s
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement