This step will build an .apk using Gradle.
sudo apt install openjdk-11-jre-headless
Then aliased this gradle:
https://gitlab.com/fdroid/fdroidserver/-/blob/master/gradlew-fdroid
| Failed |
This step will build an .apk using Gradle.
sudo apt install openjdk-11-jre-headless
Then aliased this gradle:
https://gitlab.com/fdroid/fdroidserver/-/blob/master/gradlew-fdroid
| 207 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.access$700(DefaultConditionalExecutionQueue.java:127) |
|---|---|
| 208 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner$1.run(DefaultConditionalExecutionQueue.java:169) |
| 209 | at org.gradle.internal.Factories$1.create(Factories.java:31) |
| 210 | at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:263) |
| 211 | at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:127) |
| 212 | at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:132) |
| 213 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(DefaultConditionalExecutionQueue.java:164) |
| 214 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(DefaultConditionalExecutionQueue.java:133) |
| 215 | ... 2 more |
| 216 | Caused by: com.android.aaptcompiler.ResourceCompilationException: Failed to compile values resource file /var/drydock/workingcopy-112/repo/libre-busto/app/build/intermediates/incremental/gitpull/mergeGitpullResources/merged.dir/values-fr/values-fr.xml |
| 217 | at com.android.aaptcompiler.ResourceCompiler.compileTable(ResourceCompiler.kt:192) |
| 218 | at com.android.aaptcompiler.ResourceCompiler.access$compileTable(ResourceCompiler.kt:1) |
| 219 | at com.android.aaptcompiler.ResourceCompiler$getCompileMethod$1.invoke(ResourceCompiler.kt:138) |
| 220 | at com.android.aaptcompiler.ResourceCompiler$getCompileMethod$1.invoke(ResourceCompiler.kt:138) |
| 221 | at com.android.aaptcompiler.ResourceCompiler.compileResource(ResourceCompiler.kt:123) |
| 222 | ... 31 more |
| 223 | Caused by: java.lang.IllegalStateException: Can not extract resource from com.android.aaptcompiler.ParsedResource@5cc00ef9.,Can not extract resource from com.android.aaptcompiler.ParsedResource@35a837e6.,Can not extract resource from com.android.aaptcompiler.ParsedResource@3246b74c.,Can not extract resource from com.android.aaptcompiler.ParsedResource@2d11ae9c. |
| 224 | at com.android.aaptcompiler.TableExtractor.extractResourceValues(TableExtractor.kt:270) |
| 225 | at com.android.aaptcompiler.TableExtractor.extract(TableExtractor.kt:181) |
| 226 | at com.android.aaptcompiler.ResourceCompiler.compileTable(ResourceCompiler.kt:188) |
| 227 | ... 35 more |
| 228 | |
| 229 | |
| 230 | BUILD FAILED in 6s |
| 231 |
| 37 | > Task :app:processGitpullManifestForPackage |
|---|---|
| 38 | > Task :app:desugarGitpullFileDependencies |
| 39 | > Task :app:javaPreCompileGitpull |
| 40 | > Task :app:mergeGitpullStartupProfile UP-TO-DATE |
| 41 | > Task :app:mergeGitpullArtProfile |
| 42 | > Task :app:mergeGitpullShaders |
| 43 | > Task :app:compileGitpullShaders NO-SOURCE |
| 44 | > Task :app:generateGitpullAssets UP-TO-DATE |
| 45 | > Task :app:mergeGitpullAssets |
| 46 | |
| 47 | > Task :app:mergeGitpullResources FAILED |
| 48 | |
| 49 | > Task :app:compressGitpullAssets |
| 50 | > Task :app:extractGitpullVersionControlInfo |
| 51 | > Task :app:mergeExtDexGitpull |
| 52 | |
| 53 | [Incubating] Problems report is available at: file:///var/drydock/workingcopy-112/repo/libre-busto/build/reports/problems/problems-report.html |
| 54 | |
| 55 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. |
| 56 | |
| 57 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 58 | |
| 59 | For more on this, please refer to https://docs.gradle.org/8.13/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. |
| 60 | 32 actionable tasks: 31 executed, 1 up-to-date |
| 61 |
| Passed |
Clean Gradle directory to avoid nasty errors like:
| 1 | Found 8.13 via distributionUrl |
|---|---|
| 2 | Running /home/phabricator-android-builder/versions/8.13/bin/gradle clean |
| 3 | > Task :app:clean |
| 4 | |
| 5 | [Incubating] Problems report is available at: file:///var/drydock/workingcopy-112/repo/libre-busto/build/reports/problems/problems-report.html |
| 6 | |
| 7 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. |
| 8 | |
| 9 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 10 | |
| 11 | For more on this, please refer to https://docs.gradle.org/8.13/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. |
| 12 | |
| 13 | BUILD SUCCESSFUL in 1s |
| 14 | 1 actionable task: 1 executed |
| 15 |
| Passed |
| Passed |