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
| 219 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.access$700(DefaultConditionalExecutionQueue.java:127) |
|---|---|
| 220 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner$1.run(DefaultConditionalExecutionQueue.java:169) |
| 221 | at org.gradle.internal.Factories$1.create(Factories.java:31) |
| 222 | at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:263) |
| 223 | at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:127) |
| 224 | at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:132) |
| 225 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(DefaultConditionalExecutionQueue.java:164) |
| 226 | at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(DefaultConditionalExecutionQueue.java:133) |
| 227 | ... 2 more |
| 228 | 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 |
| 229 | at com.android.aaptcompiler.ResourceCompiler.compileTable(ResourceCompiler.kt:192) |
| 230 | at com.android.aaptcompiler.ResourceCompiler.access$compileTable(ResourceCompiler.kt:1) |
| 231 | at com.android.aaptcompiler.ResourceCompiler$getCompileMethod$1.invoke(ResourceCompiler.kt:138) |
| 232 | at com.android.aaptcompiler.ResourceCompiler$getCompileMethod$1.invoke(ResourceCompiler.kt:138) |
| 233 | at com.android.aaptcompiler.ResourceCompiler.compileResource(ResourceCompiler.kt:123) |
| 234 | ... 31 more |
| 235 | Caused by: java.lang.IllegalStateException: Can not extract resource from com.android.aaptcompiler.ParsedResource@362f3ecb.,Can not extract resource from com.android.aaptcompiler.ParsedResource@2b16bec4.,Can not extract resource from com.android.aaptcompiler.ParsedResource@28500d72.,Can not extract resource from com.android.aaptcompiler.ParsedResource@1f4328b4.,Can not extract resource from com.android.aaptcompiler.ParsedResource@50d584f1.,Can not extract resource from com.android.aaptcompiler.ParsedResource@4eabe0b1.,Can not extract resource from com.android.aaptcompiler.ParsedResource@66b84f8b.,Can not extract resource from com.android.aaptcompiler.ParsedResource@6038cd60. |
| 236 | at com.android.aaptcompiler.TableExtractor.extractResourceValues(TableExtractor.kt:270) |
| 237 | at com.android.aaptcompiler.TableExtractor.extract(TableExtractor.kt:181) |
| 238 | at com.android.aaptcompiler.ResourceCompiler.compileTable(ResourceCompiler.kt:188) |
| 239 | ... 35 more |
| 240 | |
| 241 | |
| 242 | BUILD FAILED in 28s |
| 243 |
| 26 | > Task :app:generateGitpullLocaleConfig |
|---|---|
| 27 | > Task :app:generateGitpullResources |
| 28 | > Task :app:createGitpullCompatibleScreenManifests |
| 29 | > Task :app:extractDeepLinksGitpull |
| 30 | |
| 31 | > Task :app:mergeGitpullResources |
| 32 | |
| 33 | > Task :app:processGitpullMainManifest |
| 34 | /var/drydock/workingcopy-112/repo/libre-busto/app/src/gitpull/AndroidManifest.xml Warning: |
| 35 | service#info.mqtt.android.service.MqttService was tagged at AndroidManifest.xml:0 to replace another declaration but no other declaration present |
| 36 | /var/drydock/workingcopy-112/repo/libre-busto/app/src/gitpull/AndroidManifest.xml Warning: |
| 37 | provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:0 to replace other declarations but no other declaration present |
| 38 | |
| 39 | > Task :app:mergeGitpullResources FAILED |
| 40 | > Task :app:processGitpullManifest |
| 41 | |
| 42 | [Incubating] Problems report is available at: file:///var/drydock/workingcopy-112/repo/libre-busto/build/reports/problems/problems-report.html |
| 43 | |
| 44 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. |
| 45 | |
| 46 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 47 | |
| 48 | 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. |
| 49 | 22 actionable tasks: 22 executed |
| 50 |
| 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 | Starting a Gradle Daemon (subsequent builds will be faster) |
| 4 | > Task :app:clean |
| 5 | |
| 6 | [Incubating] Problems report is available at: file:///var/drydock/workingcopy-112/repo/libre-busto/build/reports/problems/problems-report.html |
| 7 | |
| 8 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. |
| 9 | |
| 10 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 11 | |
| 12 | 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. |
| 13 | |
| 14 | BUILD SUCCESSFUL in 15s |
| 15 | 1 actionable task: 1 executed |
| 16 |
| Passed |
| Passed |