BuckyBond007

Building Signed APK with gluonfx plugin

Jan 3rd, 2022
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.17 KB | None | 0 0
  1. [Mon Jan 03 19:00:44 IST 2022][INFO] ==================== COMPILE TASK ====================
  2. [Mon Jan 03 19:00:46 IST 2022][FINE] PB Command for check version: /usr/lib/jvm/graalvm-ce-java11-21.0.0.2/bin/java -version
  3. [Mon Jan 03 19:00:46 IST 2022][FINE] Start process check version...
  4. [Mon Jan 03 19:00:46 IST 2022][FINE] [SUB] openjdk version "11.0.10" 2021-01-19
  5. [Mon Jan 03 19:00:46 IST 2022][FINE] [SUB] OpenJDK Runtime Environment GraalVM CE 21.0.0.2 (build 11.0.10+8-jvmci-21.0-b06)
  6. [Mon Jan 03 19:00:46 IST 2022][FINE] [SUB] OpenJDK 64-Bit Server VM GraalVM CE 21.0.0.2 (build 11.0.10+8-jvmci-21.0-b06, mixed mode, sharing)
  7. [Mon Jan 03 19:00:46 IST 2022][FINE] Result for check version: 0
  8. [Mon Jan 03 19:00:46 IST 2022][INFO] We will now compile your code for aarch64-linux-android. This may take some time.
  9. [Mon Jan 03 19:00:47 IST 2022][FINE] Extracting native libs to: /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/lib
  10. [Mon Jan 03 19:00:47 IST 2022][FINE] Looking for resource: /native/android/c/launcher.c
  11. [Mon Jan 03 19:00:47 IST 2022][FINE] Looking for resource: /native/android/c/javafx_adapter.c
  12. [Mon Jan 03 19:00:47 IST 2022][FINE] Looking for resource: /native/android/c/touch_events.c
  13. [Mon Jan 03 19:00:47 IST 2022][FINE] Looking for resource: /native/android/c/glibc_shim.c
  14. [Mon Jan 03 19:00:47 IST 2022][FINE] Looking for resource: /native/android/c/attach_adapter.c
  15. [Mon Jan 03 19:00:47 IST 2022][FINE] Looking for resource: /native/android/c/logger.c
  16. [Mon Jan 03 19:00:47 IST 2022][FINE] Looking for resource: /native/android/c/grandroid.h
  17. [Mon Jan 03 19:00:47 IST 2022][FINE] Looking for resource: /native/android/c/grandroid_ext.h
  18. [Mon Jan 03 19:00:47 IST 2022][FINE] PB Command for compile-additional-sources: /home/manikandan/Documents/linux_softwares/android-ndk-r21e/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -c -DSUBSTRATE -target aarch64-linux-android -I. -I/home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/HelloFX launcher.c javafx_adapter.c touch_events.c glibc_shim.c attach_adapter.c logger.c
  19. [Mon Jan 03 19:00:47 IST 2022][FINE] Start process compile-additional-sources...
  20. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] launcher.c:52:12: warning: 'extern' variable has an initializer [-Wextern-initializer]
  21. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] extern int __svm_vm_is_static_binary __attribute__((weak)) = 1;
  22. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] ^
  23. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] 1 warning generated.
  24. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] javafx_adapter.c:114:5: warning: incompatible pointer types passing 'void **' to parameter of type 'JNIEnv **' (aka 'const struct JNINativeInterface ***') [-Wincompatible-pointer-types]
  25. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] ATTACH_DALVIK();
  26. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] ^~~~~~~~~~~~~~~
  27. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] ./grandroid_ext.h:81:56: note: expanded from macro 'ATTACH_DALVIK'
  28. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] (*dalvikVM)->AttachCurrentThreadAsDaemon(dalvikVM, (void **) &dalvikEnv, NULL); \
  29. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] ^~~~~~~~~~~~~~~~~~~~
  30. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] javafx_adapter.c:135:5: warning: incompatible pointer types passing 'void **' to parameter of type 'JNIEnv **' (aka 'const struct JNINativeInterface ***') [-Wincompatible-pointer-types]
  31. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] ATTACH_DALVIK();
  32. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] ^~~~~~~~~~~~~~~
  33. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] ./grandroid_ext.h:81:56: note: expanded from macro 'ATTACH_DALVIK'
  34. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] (*dalvikVM)->AttachCurrentThreadAsDaemon(dalvikVM, (void **) &dalvikEnv, NULL); \
  35. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] ^~~~~~~~~~~~~~~~~~~~
  36. [Mon Jan 03 19:00:47 IST 2022][FINE] [SUB] 2 warnings generated.
  37. [Mon Jan 03 19:00:47 IST 2022][FINE] Result for compile-additional-sources: 0
  38. [Mon Jan 03 19:00:47 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/hellofx/styles.css to /tmp/classes9757489368927440486/hellofx/styles.css
  39. [Mon Jan 03 19:00:47 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/hellofx/HelloFX.class to /tmp/classes9757489368927440486/hellofx/HelloFX.class
  40. [Mon Jan 03 19:00:47 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/hellofx/openduke.png to /tmp/classes9757489368927440486/hellofx/openduke.png
  41. [Mon Jan 03 19:00:47 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/jni-config.json to /tmp/classes9757489368927440486/META-INF/native-image/jni-config.json
  42. [Mon Jan 03 19:00:47 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/filter-file.json to /tmp/classes9757489368927440486/META-INF/native-image/filter-file.json
  43. [Mon Jan 03 19:00:47 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/proxy-config.json to /tmp/classes9757489368927440486/META-INF/native-image/proxy-config.json
  44. [Mon Jan 03 19:00:47 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/reflect-config.json to /tmp/classes9757489368927440486/META-INF/native-image/reflect-config.json
  45. [Mon Jan 03 19:00:47 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/serialization-config.json to /tmp/classes9757489368927440486/META-INF/native-image/serialization-config.json
  46. [Mon Jan 03 19:00:47 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/resource-config.json to /tmp/classes9757489368927440486/META-INF/native-image/resource-config.json
  47. [Mon Jan 03 19:00:47 IST 2022][FINE] PB Command for jar: /usr/lib/jvm/adoptopenjdk-11.0.11+9/bin/jar cf /tmp/classes9757489368927440486/classes.jar -C /tmp/classes9757489368927440486 .
  48. [Mon Jan 03 19:00:47 IST 2022][FINE] Start process jar...
  49. [Mon Jan 03 19:00:48 IST 2022][FINE] Result for jar: 0
  50. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning for init build time files
  51. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.11.1/jackson-annotations-2.11.1.jar
  52. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-core/2.11.1/jackson-core-2.11.1.jar
  53. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.11.1/jackson-databind-2.11.1.jar
  54. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.2/jackson-datatype-jsr310-2.12.2.jar
  55. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.base.jar
  56. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.controls.jar
  57. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.graphics.jar
  58. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /tmp/classes9757489368927440486/classes.jar
  59. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning for reflection files
  60. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.11.1/jackson-annotations-2.11.1.jar
  61. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-core/2.11.1/jackson-core-2.11.1.jar
  62. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.11.1/jackson-databind-2.11.1.jar
  63. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.2/jackson-datatype-jsr310-2.12.2.jar
  64. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.base.jar
  65. [Mon Jan 03 19:00:48 IST 2022][FINE] Adding classes from /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.base.jar::META-INF/substrate/config/reflectionconfig.json
  66. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.controls.jar
  67. [Mon Jan 03 19:00:48 IST 2022][FINE] Adding classes from /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.controls.jar::META-INF/substrate/config/reflectionconfig.json
  68. [Mon Jan 03 19:00:48 IST 2022][FINE] Adding classes from /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.controls.jar::META-INF/substrate/config/reflectionconfig-aarch64-android.json
  69. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.graphics.jar
  70. [Mon Jan 03 19:00:48 IST 2022][FINE] Adding classes from /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.graphics.jar::META-INF/substrate/config/reflectionconfig.json
  71. [Mon Jan 03 19:00:48 IST 2022][FINE] Adding classes from /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.graphics.jar::META-INF/substrate/config/reflectionconfig-aarch64-android.json
  72. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /tmp/classes9757489368927440486/classes.jar
  73. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning for JNI files
  74. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.11.1/jackson-annotations-2.11.1.jar
  75. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-core/2.11.1/jackson-core-2.11.1.jar
  76. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.11.1/jackson-databind-2.11.1.jar
  77. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.2/jackson-datatype-jsr310-2.12.2.jar
  78. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.base.jar
  79. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.controls.jar
  80. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.graphics.jar
  81. [Mon Jan 03 19:00:48 IST 2022][FINE] Adding classes from /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.graphics.jar::META-INF/substrate/config/jniconfig.json
  82. [Mon Jan 03 19:00:48 IST 2022][FINE] Adding classes from /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.graphics.jar::META-INF/substrate/config/jniconfig-aarch64-android.json
  83. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /tmp/classes9757489368927440486/classes.jar
  84. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning for resource files
  85. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.11.1/jackson-annotations-2.11.1.jar
  86. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-core/2.11.1/jackson-core-2.11.1.jar
  87. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.11.1/jackson-databind-2.11.1.jar
  88. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.2/jackson-datatype-jsr310-2.12.2.jar
  89. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.base.jar
  90. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.controls.jar
  91. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.graphics.jar
  92. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /tmp/classes9757489368927440486/classes.jar
  93. [Mon Jan 03 19:00:48 IST 2022][FINE] FileSystem for resource jar:file:/media/sf_.m2/repository/com/gluonhq/substrate/0.0.43/substrate-0.0.43.jar!/com/gluonhq/substrate/ not found. Trying to create a new FileSystem instead.
  94. [Mon Jan 03 19:00:48 IST 2022][FINE] Created FileSystem for resource jar:file:/media/sf_.m2/repository/com/gluonhq/substrate/0.0.43/substrate-0.0.43.jar!/com/gluonhq/substrate/: /media/sf_.m2/repository/com/gluonhq/substrate/0.0.43/substrate-0.0.43.jar
  95. [Mon Jan 03 19:00:48 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/hellofx/styles.css to /tmp/classes11901713652341194323/hellofx/styles.css
  96. [Mon Jan 03 19:00:48 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/hellofx/HelloFX.class to /tmp/classes11901713652341194323/hellofx/HelloFX.class
  97. [Mon Jan 03 19:00:48 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/hellofx/openduke.png to /tmp/classes11901713652341194323/hellofx/openduke.png
  98. [Mon Jan 03 19:00:48 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/jni-config.json to /tmp/classes11901713652341194323/META-INF/native-image/jni-config.json
  99. [Mon Jan 03 19:00:48 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/filter-file.json to /tmp/classes11901713652341194323/META-INF/native-image/filter-file.json
  100. [Mon Jan 03 19:00:48 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/proxy-config.json to /tmp/classes11901713652341194323/META-INF/native-image/proxy-config.json
  101. [Mon Jan 03 19:00:48 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/reflect-config.json to /tmp/classes11901713652341194323/META-INF/native-image/reflect-config.json
  102. [Mon Jan 03 19:00:48 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/serialization-config.json to /tmp/classes11901713652341194323/META-INF/native-image/serialization-config.json
  103. [Mon Jan 03 19:00:48 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/resource-config.json to /tmp/classes11901713652341194323/META-INF/native-image/resource-config.json
  104. [Mon Jan 03 19:00:48 IST 2022][FINE] PB Command for jar: /usr/lib/jvm/adoptopenjdk-11.0.11+9/bin/jar cf /tmp/classes11901713652341194323/classes.jar -C /tmp/classes11901713652341194323 .
  105. [Mon Jan 03 19:00:48 IST 2022][FINE] Start process jar...
  106. [Mon Jan 03 19:00:48 IST 2022][FINE] Result for jar: 0
  107. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning for resource bundles
  108. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.11.1/jackson-annotations-2.11.1.jar
  109. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-core/2.11.1/jackson-core-2.11.1.jar
  110. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.11.1/jackson-databind-2.11.1.jar
  111. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.2/jackson-datatype-jsr310-2.12.2.jar
  112. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.base.jar
  113. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.controls.jar
  114. [Mon Jan 03 19:00:48 IST 2022][FINE] Adding classes from /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.controls.jar::META-INF/substrate/config/resourcebundles
  115. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.graphics.jar
  116. [Mon Jan 03 19:00:48 IST 2022][FINE] Adding classes from /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.graphics.jar::META-INF/substrate/config/resourcebundles
  117. [Mon Jan 03 19:00:48 IST 2022][FINE] Scanning /tmp/classes11901713652341194323/classes.jar
  118. [Mon Jan 03 19:00:48 IST 2022][FINE] Copied resource /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.11.1/jackson-annotations-2.11.1.jar to /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/tmp/deps/jackson-annotations-2.11.1.jar
  119. [Mon Jan 03 19:00:48 IST 2022][FINE] Copied resource /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-core/2.11.1/jackson-core-2.11.1.jar to /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/tmp/deps/jackson-core-2.11.1.jar
  120. [Mon Jan 03 19:00:48 IST 2022][FINE] Copied resource /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.11.1/jackson-databind-2.11.1.jar to /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/tmp/deps/jackson-databind-2.11.1.jar
  121. [Mon Jan 03 19:00:48 IST 2022][FINE] Copied resource /media/sf_.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.2/jackson-datatype-jsr310-2.12.2.jar to /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/tmp/deps/jackson-datatype-jsr310-2.12.2.jar
  122. [Mon Jan 03 19:00:48 IST 2022][FINE] Copied resource /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.base.jar to /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/tmp/deps/javafx.base.jar
  123. [Mon Jan 03 19:00:48 IST 2022][FINE] Copied resource /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.controls.jar to /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/tmp/deps/javafx.controls.jar
  124. [Mon Jan 03 19:00:49 IST 2022][FINE] Copied resource /home/manikandan/.gluon/substrate/javafxStaticSdk/17-ea+14/android-aarch64/sdk/lib/javafx.graphics.jar to /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/tmp/deps/javafx.graphics.jar
  125. [Mon Jan 03 19:00:49 IST 2022][FINE] Class-Path manifest entry for pathing jar: ../../../../classes deps/jackson-annotations-2.11.1.jar deps/jackson-core-2.11.1.jar deps/jackson-databind-2.11.1.jar deps/jackson-datatype-jsr310-2.12.2.jar deps/javafx.base.jar deps/javafx.controls.jar deps/javafx.graphics.jar
  126. [Mon Jan 03 19:00:49 IST 2022][FINE] Pathing jar created at /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/tmp/classpathJar.jar
  127. [Mon Jan 03 19:00:49 IST 2022][FINE] PB Command for compile: /usr/lib/jvm/graalvm-ce-java11-21.0.0.2/bin/native-image -Djdk.internal.lambda.eagerlyInitialize=false --no-server -H:+ExitAfterRelocatableImageWrite -H:+SharedLibrary -H:+AddAllCharsets -H:+ReportExceptionStackTraces -H:-DeadlockWatchdogExitOnTimeout -H:DeadlockWatchdogInterval=0 -H:+RemoveSaturatedTypeFlows --features=org.graalvm.home.HomeFinderFeature -H:TempDirectory=/home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/tmp -H:EnableURLProtocols=http,https -H:ReflectionConfigurationFiles=/home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/reflectionconfig-aarch64-android.json -H:JNIConfigurationFiles=/home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/jniconfig-aarch64-android.json -H:ResourceConfigurationFiles=/home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/resourceconfig-aarch64-android.json -H:-SpawnIsolates -Dsvm.targetArch=aarch64 -H:+ForceNoROSectionRelocations --libc=bionic -H:+UseCAPCache -H:CAPCacheDir=/home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/capcache -H:CompilerBackend=lir -H:IncludeResourceBundles=com/sun/javafx/scene/control/skin/resources/controls,com/sun/javafx/scene/control/skin/resources/controls-nt,com.sun.javafx.tk.quantum.QuantumMessagesBundle -Dsvm.platform=org.graalvm.nativeimage.Platform$LINUX_AARCH64 -cp /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/tmp/classpathJar.jar --allow-incomplete-classpath hellofx.HelloFX
  128. [Mon Jan 03 19:00:49 IST 2022][FINE] Start process compile...
  129. [Mon Jan 03 19:00:59 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] classlist: 8,064.09 ms, 0.96 GB
  130. [Mon Jan 03 19:01:03 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] (cap): 609.00 ms, 0.96 GB
  131. [Mon Jan 03 19:01:03 IST 2022][INFO] [SUB] WARNING: Could not resolve com.sun.prism.sw.SWPipeline for reflection configuration. Reason: java.lang.ClassNotFoundException: com.sun.prism.sw.SWPipeline.
  132. [Mon Jan 03 19:01:03 IST 2022][INFO] [SUB] WARNING: Could not resolve hellofx.Person for reflection configuration. Reason: java.lang.ClassNotFoundException: hellofx.Person.
  133. [Mon Jan 03 19:01:05 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] setup: 6,336.09 ms, 0.96 GB
  134. [Mon Jan 03 19:03:00 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] (clinit): 1,277.44 ms, 2.63 GB
  135. [Mon Jan 03 19:03:00 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] (typeflow): 64,333.12 ms, 2.63 GB
  136. [Mon Jan 03 19:03:00 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] (objects): 42,511.03 ms, 2.63 GB
  137. [Mon Jan 03 19:03:00 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] (features): 4,011.31 ms, 2.63 GB
  138. [Mon Jan 03 19:03:00 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] analysis: 114,368.36 ms, 2.63 GB
  139. [Mon Jan 03 19:03:06 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] universe: 5,280.03 ms, 2.65 GB
  140. [Mon Jan 03 19:03:35 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] (parse): 28,736.28 ms, 3.32 GB
  141. [Mon Jan 03 19:03:55 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] (inline): 19,322.23 ms, 4.00 GB
  142. [Mon Jan 03 19:05:27 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] (compile): 91,968.61 ms, 3.94 GB
  143. [Mon Jan 03 19:05:31 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] compile: 144,838.42 ms, 3.94 GB
  144. [Mon Jan 03 19:05:42 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] image: 11,260.40 ms, 3.82 GB
  145. [Mon Jan 03 19:05:44 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] write: 1,360.21 ms, 3.82 GB
  146. [Mon Jan 03 19:05:44 IST 2022][INFO] [SUB] [hellofx.hellofx:5813] [total]: 293,016.53 ms, 3.82 GB
  147. [Mon Jan 03 19:05:44 IST 2022][FINE] Result for compile: 0
  148. [Mon Jan 03 19:05:44 IST 2022][FINE] Logging process [compile] to file: /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/log/process-compile-1641216944547.log
  149. [Mon Jan 03 19:05:44 IST 2022][FINE] PB Command for java-version: /usr/lib/jvm/graalvm-ce-java11-21.0.0.2/bin/java --version
  150. [Mon Jan 03 19:05:44 IST 2022][FINE] Start process java-version...
  151. [Mon Jan 03 19:05:45 IST 2022][FINE] [SUB] openjdk 11.0.10 2021-01-19
  152. [Mon Jan 03 19:05:45 IST 2022][FINE] [SUB] OpenJDK Runtime Environment GraalVM CE 21.0.0.2 (build 11.0.10+8-jvmci-21.0-b06)
  153. [Mon Jan 03 19:05:45 IST 2022][FINE] [SUB] OpenJDK 64-Bit Server VM GraalVM CE 21.0.0.2 (build 11.0.10+8-jvmci-21.0-b06, mixed mode, sharing)
  154. [Mon Jan 03 19:05:45 IST 2022][FINE] Result for java-version: 0
  155. [Mon Jan 03 19:05:49 IST 2022][INFO] ==================== PACKAGE TASK ====================
  156. [Mon Jan 03 19:05:49 IST 2022][FINE] FileSystem for resource jar:file:/media/sf_.m2/repository/com/gluonhq/substrate/0.0.43/substrate-0.0.43.jar!/com/gluonhq/substrate/ not found. Trying to create a new FileSystem instead.
  157. [Mon Jan 03 19:05:49 IST 2022][FINE] Created FileSystem for resource jar:file:/media/sf_.m2/repository/com/gluonhq/substrate/0.0.43/substrate-0.0.43.jar!/com/gluonhq/substrate/: /media/sf_.m2/repository/com/gluonhq/substrate/0.0.43/substrate-0.0.43.jar
  158. [Mon Jan 03 19:05:49 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/hellofx/styles.css to /tmp/classes2288576419593519694/hellofx/styles.css
  159. [Mon Jan 03 19:05:49 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/hellofx/HelloFX.class to /tmp/classes2288576419593519694/hellofx/HelloFX.class
  160. [Mon Jan 03 19:05:49 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/hellofx/openduke.png to /tmp/classes2288576419593519694/hellofx/openduke.png
  161. [Mon Jan 03 19:05:49 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/jni-config.json to /tmp/classes2288576419593519694/META-INF/native-image/jni-config.json
  162. [Mon Jan 03 19:05:49 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/filter-file.json to /tmp/classes2288576419593519694/META-INF/native-image/filter-file.json
  163. [Mon Jan 03 19:05:49 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/proxy-config.json to /tmp/classes2288576419593519694/META-INF/native-image/proxy-config.json
  164. [Mon Jan 03 19:05:49 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/reflect-config.json to /tmp/classes2288576419593519694/META-INF/native-image/reflect-config.json
  165. [Mon Jan 03 19:05:49 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/serialization-config.json to /tmp/classes2288576419593519694/META-INF/native-image/serialization-config.json
  166. [Mon Jan 03 19:05:49 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/resource-config.json to /tmp/classes2288576419593519694/META-INF/native-image/resource-config.json
  167. [Mon Jan 03 19:05:49 IST 2022][FINE] PB Command for jar: /usr/lib/jvm/adoptopenjdk-11.0.11+9/bin/jar cf /tmp/classes2288576419593519694/classes.jar -C /tmp/classes2288576419593519694 .
  168. [Mon Jan 03 19:05:49 IST 2022][FINE] Start process jar...
  169. [Mon Jan 03 19:05:50 IST 2022][FINE] Result for jar: 0
  170. [Mon Jan 03 19:05:50 IST 2022][FINE] Scanning for android dependencies files
  171. [Mon Jan 03 19:05:50 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.11.1/jackson-annotations-2.11.1.jar
  172. [Mon Jan 03 19:05:50 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-core/2.11.1/jackson-core-2.11.1.jar
  173. [Mon Jan 03 19:05:50 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.11.1/jackson-databind-2.11.1.jar
  174. [Mon Jan 03 19:05:50 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.2/jackson-datatype-jsr310-2.12.2.jar
  175. [Mon Jan 03 19:05:50 IST 2022][FINE] Scanning /media/sf_.m2/repository/org/openjfx/javafx-base/15.0.1/javafx-base-15.0.1-linux.jar
  176. [Mon Jan 03 19:05:50 IST 2022][FINE] Scanning /media/sf_.m2/repository/org/openjfx/javafx-base/15.0.1/javafx-base-15.0.1.jar
  177. [Mon Jan 03 19:05:50 IST 2022][FINE] Scanning /media/sf_.m2/repository/org/openjfx/javafx-controls/15.0.1/javafx-controls-15.0.1-linux.jar
  178. [Mon Jan 03 19:05:50 IST 2022][FINE] Scanning /media/sf_.m2/repository/org/openjfx/javafx-controls/15.0.1/javafx-controls-15.0.1.jar
  179. [Mon Jan 03 19:05:50 IST 2022][FINE] Scanning /media/sf_.m2/repository/org/openjfx/javafx-graphics/15.0.1/javafx-graphics-15.0.1-linux.jar
  180. [Mon Jan 03 19:05:50 IST 2022][FINE] Scanning /media/sf_.m2/repository/org/openjfx/javafx-graphics/15.0.1/javafx-graphics-15.0.1.jar
  181. [Mon Jan 03 19:05:50 IST 2022][FINE] Scanning /tmp/classes2288576419593519694/classes.jar
  182. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/src/android/res/mipmap-ldpi/ic_launcher.png to /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/android_project/app/src/main/res/mipmap-ldpi/ic_launcher.png
  183. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/src/android/res/mipmap-xxhdpi/ic_launcher.png to /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/android_project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  184. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/src/android/res/mipmap-xxxhdpi/ic_launcher.png to /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/android_project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  185. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/src/android/res/mipmap-mdpi/ic_launcher.png to /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/android_project/app/src/main/res/mipmap-mdpi/ic_launcher.png
  186. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/src/android/res/mipmap-hdpi/ic_launcher.png to /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/android_project/app/src/main/res/mipmap-hdpi/ic_launcher.png
  187. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/src/android/res/mipmap-xhdpi/ic_launcher.png to /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/android_project/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  188. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/src/android/res/ic_launcher-playstore.png to /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/android_project/app/src/main/res/ic_launcher-playstore.png
  189. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/hellofx/styles.css to /tmp/classes11135608609741549630/hellofx/styles.css
  190. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/hellofx/HelloFX.class to /tmp/classes11135608609741549630/hellofx/HelloFX.class
  191. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/hellofx/openduke.png to /tmp/classes11135608609741549630/hellofx/openduke.png
  192. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/jni-config.json to /tmp/classes11135608609741549630/META-INF/native-image/jni-config.json
  193. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/filter-file.json to /tmp/classes11135608609741549630/META-INF/native-image/filter-file.json
  194. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/proxy-config.json to /tmp/classes11135608609741549630/META-INF/native-image/proxy-config.json
  195. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/reflect-config.json to /tmp/classes11135608609741549630/META-INF/native-image/reflect-config.json
  196. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/serialization-config.json to /tmp/classes11135608609741549630/META-INF/native-image/serialization-config.json
  197. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/resource-config.json to /tmp/classes11135608609741549630/META-INF/native-image/resource-config.json
  198. [Mon Jan 03 19:05:50 IST 2022][FINE] PB Command for jar: /usr/lib/jvm/adoptopenjdk-11.0.11+9/bin/jar cf /tmp/classes11135608609741549630/classes.jar -C /tmp/classes11135608609741549630 .
  199. [Mon Jan 03 19:05:50 IST 2022][FINE] Start process jar...
  200. [Mon Jan 03 19:05:50 IST 2022][FINE] Result for jar: 0
  201. [Mon Jan 03 19:05:50 IST 2022][FINE] Scanning for dalvik classes
  202. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/hellofx/styles.css to /tmp/classes16240546086018617840/hellofx/styles.css
  203. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/hellofx/HelloFX.class to /tmp/classes16240546086018617840/hellofx/HelloFX.class
  204. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/hellofx/openduke.png to /tmp/classes16240546086018617840/hellofx/openduke.png
  205. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/jni-config.json to /tmp/classes16240546086018617840/META-INF/native-image/jni-config.json
  206. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/filter-file.json to /tmp/classes16240546086018617840/META-INF/native-image/filter-file.json
  207. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/proxy-config.json to /tmp/classes16240546086018617840/META-INF/native-image/proxy-config.json
  208. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/reflect-config.json to /tmp/classes16240546086018617840/META-INF/native-image/reflect-config.json
  209. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/serialization-config.json to /tmp/classes16240546086018617840/META-INF/native-image/serialization-config.json
  210. [Mon Jan 03 19:05:50 IST 2022][FINE] Copied resource /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/classes/META-INF/native-image/resource-config.json to /tmp/classes16240546086018617840/META-INF/native-image/resource-config.json
  211. [Mon Jan 03 19:05:50 IST 2022][FINE] PB Command for jar: /usr/lib/jvm/adoptopenjdk-11.0.11+9/bin/jar cf /tmp/classes16240546086018617840/classes.jar -C /tmp/classes16240546086018617840 .
  212. [Mon Jan 03 19:05:50 IST 2022][FINE] Start process jar...
  213. [Mon Jan 03 19:05:51 IST 2022][FINE] Result for jar: 0
  214. [Mon Jan 03 19:05:51 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.11.1/jackson-annotations-2.11.1.jar
  215. [Mon Jan 03 19:05:51 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-core/2.11.1/jackson-core-2.11.1.jar
  216. [Mon Jan 03 19:05:51 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.11.1/jackson-databind-2.11.1.jar
  217. [Mon Jan 03 19:05:51 IST 2022][FINE] Scanning /media/sf_.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.2/jackson-datatype-jsr310-2.12.2.jar
  218. [Mon Jan 03 19:05:51 IST 2022][FINE] Scanning /media/sf_.m2/repository/org/openjfx/javafx-base/15.0.1/javafx-base-15.0.1-linux.jar
  219. [Mon Jan 03 19:05:51 IST 2022][FINE] Scanning /media/sf_.m2/repository/org/openjfx/javafx-base/15.0.1/javafx-base-15.0.1.jar
  220. [Mon Jan 03 19:05:51 IST 2022][FINE] Scanning /media/sf_.m2/repository/org/openjfx/javafx-controls/15.0.1/javafx-controls-15.0.1-linux.jar
  221. [Mon Jan 03 19:05:51 IST 2022][FINE] Scanning /media/sf_.m2/repository/org/openjfx/javafx-controls/15.0.1/javafx-controls-15.0.1.jar
  222. [Mon Jan 03 19:05:51 IST 2022][FINE] Scanning /media/sf_.m2/repository/org/openjfx/javafx-graphics/15.0.1/javafx-graphics-15.0.1-linux.jar
  223. [Mon Jan 03 19:05:51 IST 2022][FINE] Scanning /media/sf_.m2/repository/org/openjfx/javafx-graphics/15.0.1/javafx-graphics-15.0.1.jar
  224. [Mon Jan 03 19:05:51 IST 2022][FINE] Scanning /tmp/classes16240546086018617840/classes.jar
  225. [Mon Jan 03 19:05:51 IST 2022][FINE] PB Command for merge-dalvik-classes: /usr/lib/jvm/graalvm-ce-java11-21.0.0.2/bin/jar -cvf ../additional_classes.jar .
  226. [Mon Jan 03 19:05:51 IST 2022][FINE] Start process merge-dalvik-classes...
  227. [Mon Jan 03 19:05:51 IST 2022][FINE] [SUB] added manifest
  228. [Mon Jan 03 19:05:51 IST 2022][FINE] Result for merge-dalvik-classes: 0
  229. [Mon Jan 03 19:05:51 IST 2022][FINE] PB Command for package-task: /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/android_project/gradlew -p /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/android_project assembleRelease
  230. [Mon Jan 03 19:05:51 IST 2022][FINE] Start process package-task...
  231. [Mon Jan 03 19:05:54 IST 2022][FINE] [SUB] To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.4.1/userguide/gradle_daemon.html.
  232. [Mon Jan 03 19:05:56 IST 2022][FINE] [SUB] Daemon will be stopped at the end of the build stopping after processing
  233. [Mon Jan 03 19:06:09 IST 2022][FINE] [SUB] > Task :app:preBuild UP-TO-DATE
  234. [Mon Jan 03 19:06:09 IST 2022][FINE] [SUB] > Task :app:preReleaseBuild UP-TO-DATE
  235. [Mon Jan 03 19:06:09 IST 2022][FINE] [SUB] > Task :app:compileReleaseAidl NO-SOURCE
  236. [Mon Jan 03 19:06:10 IST 2022][FINE] [SUB] > Task :app:generateReleaseBuildConfig
  237. [Mon Jan 03 19:06:10 IST 2022][FINE] [SUB] > Task :app:compileReleaseRenderscript NO-SOURCE
  238. [Mon Jan 03 19:06:10 IST 2022][FINE] [SUB] > Task :app:javaPreCompileRelease
  239. [Mon Jan 03 19:06:10 IST 2022][FINE] [SUB] > Task :app:generateReleaseResValues
  240. [Mon Jan 03 19:06:10 IST 2022][FINE] [SUB] > Task :app:generateReleaseResources
  241. [Mon Jan 03 19:06:11 IST 2022][FINE] [SUB] > Task :app:createReleaseCompatibleScreenManifests
  242. [Mon Jan 03 19:06:11 IST 2022][FINE] [SUB] > Task :app:extractDeepLinksRelease
  243. [Mon Jan 03 19:06:12 IST 2022][FINE] [SUB] > Task :app:processReleaseMainManifest
  244. [Mon Jan 03 19:06:12 IST 2022][FINE] [SUB] > Task :app:mergeReleaseResources
  245. [Mon Jan 03 19:06:12 IST 2022][FINE] [SUB] > Task :app:processReleaseManifest
  246. [Mon Jan 03 19:06:12 IST 2022][FINE] [SUB] > Task :app:processReleaseManifestForPackage
  247. [Mon Jan 03 19:06:23 IST 2022][FINE] [SUB] > Task :app:processReleaseResources
  248. [Mon Jan 03 19:06:30 IST 2022][FINE] [SUB]
  249. [Mon Jan 03 19:06:30 IST 2022][FINE] [SUB] > Task :app:compileReleaseJavaWithJavac
  250. [Mon Jan 03 19:06:30 IST 2022][FINE] [SUB] Note: /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/android_project/app/src/main/java/com/gluonhq/helloandroid/MainActivity.java uses or overrides a deprecated API.
  251. [Mon Jan 03 19:06:30 IST 2022][FINE] [SUB] Note: Recompile with -Xlint:deprecation for details.
  252. [Mon Jan 03 19:06:31 IST 2022][FINE] [SUB]
  253. [Mon Jan 03 19:06:31 IST 2022][FINE] [SUB] > Task :app:compileReleaseSources
  254. [Mon Jan 03 19:06:31 IST 2022][FINE] [SUB] > Task :app:prepareLintJar
  255. [Mon Jan 03 19:06:31 IST 2022][FINE] [SUB] > Task :app:lintVitalRelease FAILED
  256. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB]
  257. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] FAILURE: Build failed with an exception.
  258. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB]
  259. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] * What went wrong:
  260. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] Execution failed for task ':app:lintVitalRelease'.
  261. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] > Lint infrastructure error
  262. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] Caused by: java.lang.reflect.InvocationTargetException
  263. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  264. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  265. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  266. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  267. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.tools.lint.gradle.api.ReflectiveLintRunner.runLint(ReflectiveLintRunner.kt:38)
  268. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.build.gradle.tasks.LintBaseTask.runLint(LintBaseTask.java:112)
  269. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.build.gradle.tasks.LintPerVariantTask.lint(LintPerVariantTask.java:67)
  270. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  271. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  272. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  273. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  274. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:104)
  275. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:49)
  276. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:42)
  277. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:28)
  278. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:722)
  279. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:689)
  280. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$3.run(ExecuteActionsTaskExecuter.java:569)
  281. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:402)
  282. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:394)
  283. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:165)
  284. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:250)
  285. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:158)
  286. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:92)
  287. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
  288. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:554)
  289. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:537)
  290. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.access$300(ExecuteActionsTaskExecuter.java:108)
  291. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.executeWithPreviousOutputFiles(ExecuteActionsTaskExecuter.java:278)
  292. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.execute(ExecuteActionsTaskExecuter.java:267)
  293. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.ExecuteStep.lambda$execute$1(ExecuteStep.java:33)
  294. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at java.base/java.util.Optional.orElseGet(Optional.java:369)
  295. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:33)
  296. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:26)
  297. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.CleanupOutputsStep.execute(CleanupOutputsStep.java:67)
  298. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.CleanupOutputsStep.execute(CleanupOutputsStep.java:36)
  299. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:49)
  300. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:34)
  301. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:43)
  302. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:73)
  303. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:54)
  304. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.CatchExceptionStep.execute(CatchExceptionStep.java:34)
  305. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:44)
  306. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.SnapshotOutputsStep.execute(SnapshotOutputsStep.java:54)
  307. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.SnapshotOutputsStep.execute(SnapshotOutputsStep.java:38)
  308. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:49)
  309. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.CacheStep.executeWithoutCache(CacheStep.java:159)
  310. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.CacheStep.execute(CacheStep.java:72)
  311. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.CacheStep.execute(CacheStep.java:43)
  312. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:44)
  313. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:33)
  314. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:38)
  315. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:24)
  316. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:92)
  317. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$0(SkipUpToDateStep.java:85)
  318. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at java.base/java.util.Optional.map(Optional.java:265)
  319. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:55)
  320. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:39)
  321. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:76)
  322. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:37)
  323. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:36)
  324. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:26)
  325. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:94)
  326. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:49)
  327. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:79)
  328. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:53)
  329. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:74)
  330. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.SkipEmptyWorkStep.lambda$execute$2(SkipEmptyWorkStep.java:78)
  331. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at java.base/java.util.Optional.orElseGet(Optional.java:369)
  332. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:78)
  333. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:34)
  334. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:39)
  335. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:40)
  336. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:28)
  337. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.execution.impl.DefaultWorkExecutor.execute(DefaultWorkExecutor.java:33)
  338. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:194)
  339. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:186)
  340. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:114)
  341. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
  342. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:62)
  343. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
  344. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
  345. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
  346. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
  347. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
  348. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
  349. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:416)
  350. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:406)
  351. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:165)
  352. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:250)
  353. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:158)
  354. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:102)
  355. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DelegatingBuildOperationExecutor.call(DelegatingBuildOperationExecutor.java:36)
  356. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
  357. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:41)
  358. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:370)
  359. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:357)
  360. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:350)
  361. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:336)
  362. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:127)
  363. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:191)
  364. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:182)
  365. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:124)
  366. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
  367. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
  368. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  369. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  370. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
  371. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at java.base/java.lang.Thread.run(Thread.java:834)
  372. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] Caused by: com.android.builder.errors.EvalIssueException: Failed to parse XML in /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/android_project/app/src/main/AndroidManifest.xml
  373. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] The minSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file.
  374. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.builder.errors.IssueReporter.reportError(IssueReporter.kt:106)
  375. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.builder.errors.IssueReporter.reportError$default(IssueReporter.kt:102)
  376. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.builder.errors.IssueReporter.reportError(IssueReporter.kt)
  377. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.build.gradle.internal.ide.ModelBuilder.createVariant(ModelBuilder.java:616)
  378. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.build.gradle.internal.ide.ModelBuilder.buildAndroidProject(ModelBuilder.java:361)
  379. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.build.gradle.internal.ide.ModelBuilder.buildAll(ModelBuilder.java:195)
  380. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.build.gradle.internal.AppModelBuilder.buildAll(AppModelBuilder.kt:63)
  381. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.tooling.provider.model.internal.DefaultToolingModelBuilderRegistry$BuildOperationWrappingToolingModelBuilder$1$1.create(DefaultToolingModelBuilderRegistry.java:104)
  382. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.api.internal.project.DefaultProjectStateRegistry.withLenientState(DefaultProjectStateRegistry.java:134)
  383. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.tooling.provider.model.internal.DefaultToolingModelBuilderRegistry$BuildOperationWrappingToolingModelBuilder$1.call(DefaultToolingModelBuilderRegistry.java:100)
  384. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:416)
  385. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:406)
  386. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:165)
  387. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:250)
  388. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:158)
  389. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:102)
  390. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.internal.operations.DelegatingBuildOperationExecutor.call(DelegatingBuildOperationExecutor.java:36)
  391. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at org.gradle.tooling.provider.model.internal.DefaultToolingModelBuilderRegistry$BuildOperationWrappingToolingModelBuilder.buildAll(DefaultToolingModelBuilderRegistry.java:97)
  392. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.build.gradle.internal.plugins.LintModuleLoader.createAndroidProject(LintModuleLoader.kt:70)
  393. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.build.gradle.internal.plugins.LintModuleLoader.createLintBuildModel(LintModuleLoader.kt:51)
  394. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.build.gradle.internal.plugins.LintModuleLoader.getModule(LintModuleLoader.kt:44)
  395. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.tools.lint.gradle.ProjectSearch.createLintBuildModel(ProjectSearch.kt:371)
  396. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.tools.lint.gradle.ProjectSearch.getBuildModule(ProjectSearch.kt:60)
  397. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.tools.lint.gradle.ProjectSearch.getProject(ProjectSearch.kt:77)
  398. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.tools.lint.gradle.LintGradleClient.configureLintRequest(LintGradleClient.kt:166)
  399. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.tools.lint.LintCliClient.createLintRequest(LintCliClient.kt:476)
  400. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.tools.lint.LintCliClient.run(LintCliClient.kt:236)
  401. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.tools.lint.gradle.LintGradleClient.run(LintGradleClient.kt:227)
  402. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.tools.lint.gradle.LintGradleExecution.runLint(LintGradleExecution.kt:259)
  403. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.tools.lint.gradle.LintGradleExecution.lintSingleVariant(LintGradleExecution.kt:275)
  404. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] at com.android.tools.lint.gradle.LintGradleExecution.analyze(LintGradleExecution.kt:62)
  405. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] ... 109 more
  406. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB]
  407. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB]
  408. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB]
  409. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] * Try:
  410. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  411. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB]
  412. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] * Get more help at https://help.gradle.org
  413. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB]
  414. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] BUILD FAILED in 40s
  415. [Mon Jan 03 19:06:32 IST 2022][FINE] [SUB] 13 actionable tasks: 13 executed
  416. [Mon Jan 03 19:06:32 IST 2022][FINE] Result for package-task: 1
  417. [Mon Jan 03 19:06:32 IST 2022][SEVERE] Process package-task failed with result: 1
  418. Check the log files under /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/log
  419. And please check https://docs.gluonhq.com/ for more information.
  420. [Mon Jan 03 19:06:32 IST 2022][INFO] Logging process [package-task] to file: /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/log/process-package-task-1641216992747.log
  421. [Mon Jan 03 19:06:32 IST 2022][SEVERE] Packaging failed.
  422. Check the log files under /home/manikandan/eclipse-workspace/HelloFX - Build signed APK/target/gluonfx/aarch64-android/gvm/log
  423. And please check https://docs.gluonhq.com/ for more information.
Advertisement
Add Comment
Please, Sign In to add comment