Need clarification on build failure logs for 10-bitClockWidget

I read the failure logs, but I am not able to understand who’s at fault here? Gradle distribution checksum was missing for the last build as well and it worked fine.

Build.py failed on server for com.github.ashutoshgngwr.tenbitclockwidget:1.6-2
==== detail begin ====
== Installed Android Tools ==

2020-10-20 19:11:23,768 INFO: Creating log directory
2020-10-20 19:11:23,768 INFO: Creating temporary directory
2020-10-20 19:11:23,768 INFO: Creating output directory
2020-10-20 19:11:27,569 INFO: Using git version 2.11.0
2020-10-20 19:11:27,570 INFO: Building version 1.6-2 (162) of com.github.ashutoshgngwr.tenbitclockwidget
2020-10-20 19:11:32,964 INFO: Getting source for revision v1.6-2
2020-10-20 19:11:35,431 INFO: Creating local.properties file at build/com.github.ashutoshgngwr.tenbitclockwidget/local.properties
2020-10-20 19:11:35,432 INFO: Creating local.properties file at build/com.github.ashutoshgngwr.tenbitclockwidget/10-bitClockWidget/local.properties
2020-10-20 19:11:35,432 INFO: Creating local.properties file at build/com.github.ashutoshgngwr.tenbitclockwidget/10-bitClockWidget/app/local.properties
2020-10-20 19:11:35,440 INFO: Cleaning Gradle project...
2020-10-20 19:11:35,645 ERROR: Could not build app com.github.ashutoshgngwr.tenbitclockwidget: Error cleaning com.github.ashutoshgngwr.tenbitclockwidget:1.6-2
==== detail begin ====
Found 6.7 via distributionUrl
No hash for gradle version 6.7! Exiting...
==== detail end ====
==== detail end ====

buildserverid: 06766ba48b079e2e8a13af15bf1cfbdb38365ca5Merge branch 'signing' into 'master' (06766ba4) · Commits · F-Droid / fdroidserver · GitLab

But 6.7 was added on add gradle 6.7 (7fbf08fb) · Commits · F-Droid / fdroidserver · GitLab

1 Like

Okay. I misunderstood the missing checksum part. I assumed that it was missing from the app’s gradle-wrapper.properties. Thanks!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.