From line 895 I omitted ./gradlew and appended the rest of the parameters to the build command as "sudo ./nom_build build test -P testFilter=*.FooBar,google.registry.tools.ShellCommandTest", it skipped the tests at 52%, progressed to complete the build, but towards 100% completion, there was a problem with util tests (which weren't probably skipped by the testFilter). Here are the present errors:
> Task :util:test
DateTimeUtilsTest > testSuccess_toLocalDate() FAILED
com.google.common.truth.ComparisonFailureWithFacts at DateTimeUtilsTest.java:108
163 tests completed, 1 failed
> Task :util:test FAILED
> Task :reportUploader
ReportUploader: destination= ''
ReportUploader: no destination given, skipping...
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':util:test'.
> There were failing tests. See the report at: file:///home/s/workingdir/nameshop/util/build/reports/tests/test/index.html
* Try:
> Run with --scan to get full insights.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to
https://docs.gradle.org/8.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 4m 43s
135 actionable tasks: 63 executed, 72 up-to-date