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-79/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@28618986.,Can not extract resource from com.android.aaptcompiler.ParsedResource@270a591.,Can not extract resource from com.android.aaptcompiler.ParsedResource@214dbff4.,Can not extract resource from com.android.aaptcompiler.ParsedResource@29d1d2e9.,Can not extract resource from com.android.aaptcompiler.ParsedResource@d5853ec.,Can not extract resource from com.android.aaptcompiler.ParsedResource@a8323fb.,Can not extract resource from com.android.aaptcompiler.ParsedResource@46fd9f40.,Can not extract resource from com.android.aaptcompiler.ParsedResource@619c4bec. |
| 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 27s |
| 243 |
| 25 | > Task :app:extractGitpullSupportedLocales |
|---|---|
| 26 | > Task :app:generateGitpullResources |
| 27 | > Task :app:generateGitpullLocaleConfig |
| 28 | > Task :app:createGitpullCompatibleScreenManifests |
| 29 | > Task :app:extractDeepLinksGitpull |
| 30 | |
| 31 | > Task :app:mergeGitpullResources |
| 32 | |
| 33 | > Task :app:mergeGitpullResources FAILED |
| 34 | |
| 35 | > Task :app:processGitpullMainManifest |
| 36 | /var/drydock/workingcopy-79/repo/libre-busto/app/src/gitpull/AndroidManifest.xml Warning: |
| 37 | service#info.mqtt.android.service.MqttService was tagged at AndroidManifest.xml:0 to replace another declaration but no other declaration present |
| 38 | /var/drydock/workingcopy-79/repo/libre-busto/app/src/gitpull/AndroidManifest.xml Warning: |
| 39 | provider#org.acra.attachment.AcraContentProvider@android:authorities was tagged at AndroidManifest.xml:0 to replace other declarations but no other declaration present |
| 40 | |
| 41 | [Incubating] Problems report is available at: file:///var/drydock/workingcopy-79/repo/libre-busto/build/reports/problems/problems-report.html |
| 42 | |
| 43 | Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. |
| 44 | |
| 45 | You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. |
| 46 | |
| 47 | 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. |
| 48 | 21 actionable tasks: 21 executed |
| 49 |
| 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-79/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 16s |
| 15 | 1 actionable task: 1 executed |
| 16 |
| Passed |
| Passed |