I have been struggling to get an initial clean ./gradlew build run. At first, there were just obvious problems like:
- No JAVA_HOME set. (Installed the latest JDK8 from Oracle’s site and set JAVA_HOME)
- Problems with NativeBuilds. (Installed XCode on my MacBookPro)
But, now I have come to some failing integration tests which I think are actually problematic. I would have attached is a zip file containing the contents of the gradle/subprojects/launcher/build/reports/integTest directory immediately following the failed build, but new users cannot upload files. So, instead, I’ve posted them to:
http://technodabble.com/gradle/integTest.zip
The output from the command-line looks like this:
:launcher:integTest
Java HotSpot™ 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
org.gradle.launcher.continuous.ChangesDuringBuildContinuousIntegrationTest > new build should be triggered when input files to tasks are
changed after each task has been executed, but before the build has completed F
AILED
org.spockframework.runtime.SpockComparisonFailure at ChangesDuringBuildContinuousIntegrationTest.groovy:93
org.spockframework.runtime.SpockComparisonFailure at ChangesDuringBuildContinuousIntegrationTest.groovy:93
org.spockframework.runtime.SpockComparisonFailure at ChangesDuringBuildContinuousIntegrationTest.groovy:93
org.spockframework.runtime.SpockComparisonFailure at ChangesDuringBuildContinuousIntegrationTest.groovy:93
org.gradle.launcher.continuous.ChangesDuringBuildContinuousIntegrationTest > new build should be triggered when input files to tasks are
changed during the task is executing F
AILED
org.spockframework.runtime.SpockComparisonFailure at ChangesDuringBuildContinuousIntegrationTest.groovy:138
org.spockframework.runtime.SpockComparisonFailure at ChangesDuringBuildContinuousIntegrationTest.groovy:138
org.spockframework.runtime.SpockComparisonFailure at ChangesDuringBuildContinuousIntegrationTest.groovy:138
org.spockframework.runtime.SpockComparisonFailure at ChangesDuringBuildContinuousIntegrationTest.groovy:138
org.gradle.launcher.continuous.ContinuousBuildChangeReportingIntegrationTest > should report the absolute file path of the first 3 chang
es and report the number of other changes when more that 3 files are added to the input directory of each task F
AILED
org.spockframework.runtime.ConditionNotSatisfiedError at ContinuousBuildChangeReportingIntegrationTest.groovy:208
org.gradle.launcher.continuous.ContinuousBuildChangeReportingIntegrationTest > should report the changes when files are removed FAILED
org.spockframework.runtime.SpockComparisonFailure at ContinuousBuildChangeReportingIntegrationTest.groovy:204
org.spockframework.runtime.SpockComparisonFailure at ContinuousBuildChangeReportingIntegrationTest.groovy:204
org.gradle.launcher.continuous.ContinuousBuildChangeReportingIntegrationTest > should report the changes when files are modified FAILED
org.spockframework.runtime.SpockComparisonFailure at ContinuousBuildChangeReportingIntegrationTest.groovy:204
org.gradle.launcher.continuous.ContinuousBuildChangeReportingIntegrationTest > should report the changes when directories are added FAIL
ED
org.spockframework.runtime.SpockComparisonFailure at ContinuousBuildChangeReportingIntegrationTest.groovy:204
org.gradle.launcher.continuous.ContinuousBuildChangeReportingIntegrationTest > should report the changes when directories are deleted FA
ILED
org.spockframework.runtime.SpockComparisonFailure at ContinuousBuildChangeReportingIntegrationTest.groovy:204
org.spockframework.runtime.SpockComparisonFailure at ContinuousBuildChangeReportingIntegrationTest.groovy:204
org.gradle.launcher.continuous.ContinuousBuildChangeReportingIntegrationTest > should report the changes when multiple changes are made
at once F
AILED
org.spockframework.runtime.SpockComparisonFailure at ContinuousBuildChangeReportingIntegrationTest.groovy:204
org.gradle.launcher.continuous.jdk7.SymlinkContinuousIntegrationTest > can use symlinked directory for input FAILED
org.gradle.launcher.continuous.AbstractContinuousIntegrationTest$UnexpectedBuildStartedException at SymlinkContinuousIntegrationTest
.groovy:94
158 tests completed, 9 failed, 18 skipped
:launcher:integTest FAILED
:cleanUpDaemons
FAILURE: Build failed with an exception.
-
What went wrong:
Execution failed for task ‘:launcher:integTest’.
There were failing tests. See the report at: file:///Users/pepper/dev/gradle/subprojects/launcher/build/reports/integTest/index.html -
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 25 mins 45.253 secs