Skip to content

Instantly share code, notes, and snippets.

@rtyler
Created May 19, 2015 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtyler/73b36209394b7fbeb46f to your computer and use it in GitHub Desktop.
Save rtyler/73b36209394b7fbeb46f to your computer and use it in GitHub Desktop.
➜ service-artifact-gradle-plugin git:(cool-wip) ✗ time ./gradlew clean gradleTest --info
Connected to the daemon. Dispatching Build{id=287e2193-698a-4abc-b16f-3f6d57e3ef04.1, currentDir=/home/tyler/source/github/service-artifact-gradle-plugin} request.
The client will now receive all logging from the daemon (pid: 12089). The daemon log file: /home/tyler/.gradle/daemon/2.0/daemon-12089.out.log
Executing build with daemon context: DefaultDaemonContext[uid=419832b3-6694-48a4-aac8-922327442da3,javaHome=/usr/lib/jvm/java-7-openjdk-amd64,daemonRegistryDir=/home/tyler/.gradle/daemon,pid=12089,idleTimeout=10800000,daemonOpts=-XX:MaxPermSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xmx1024m,-Dfile.encoding=UTF-8]
Starting Build
Settings evaluated using settings file '/home/tyler/source/github/service-artifact-gradle-plugin/settings.gradle'.
Projects loaded. Root project using build file '/home/tyler/source/github/service-artifact-gradle-plugin/build.gradle'.
Included projects: [root project 'service-artifact-plugin']
Evaluating root project 'service-artifact-plugin' using build file '/home/tyler/source/github/service-artifact-gradle-plugin/build.gradle'.
All projects evaluated.
Selected primary tasks 'DefaultTaskParameter{taskName='clean',projectPath='null'}', 'DefaultTaskParameter{taskName='gradleTest',projectPath='null'}'
Tasks to be executed: [task ':clean', task ':gradleDistributionDownloader', task ':gradleTest']
:clean (Thread[Daemon Thread 3,5,main]) started.
:clean
In-memory cache of /home/tyler/source/github/service-artifact-gradle-plugin/.gradle/2.0/taskArtifacts/fileHashes.bin: Size{14988}, CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
In-memory cache of /home/tyler/source/github/service-artifact-gradle-plugin/.gradle/2.0/taskArtifacts/outputFileStates.bin: Size{3}, CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
In-memory cache of /home/tyler/source/github/service-artifact-gradle-plugin/.gradle/2.0/taskArtifacts/fileSnapshots.bin: Size{3}, CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
In-memory cache of /home/tyler/source/github/service-artifact-gradle-plugin/.gradle/2.0/taskArtifacts/taskArtifacts.bin: Size{2}, CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
Executing task ':clean' (up-to-date check took 0.0 secs) due to:
Task has not declared any outputs.
:clean (Thread[Daemon Thread 3,5,main]) completed. Took 2.319 secs.
:gradleDistributionDownloader (Thread[Daemon Thread 3,5,main]) started.
:gradleDistributionDownloader
Invalidating in-memory cache of /home/tyler/source/github/service-artifact-gradle-plugin/.gradle/2.0/taskArtifacts/fileHashes.bin
Invalidating in-memory cache of /home/tyler/source/github/service-artifact-gradle-plugin/.gradle/2.0/taskArtifacts/taskArtifacts.bin
Invalidating in-memory cache of /home/tyler/source/github/service-artifact-gradle-plugin/.gradle/2.0/taskArtifacts/outputFileStates.bin
Invalidating in-memory cache of /home/tyler/source/github/service-artifact-gradle-plugin/.gradle/2.0/taskArtifacts/fileSnapshots.bin
Executing task ':gradleDistributionDownloader' (up-to-date check took 0.051 secs) due to:
Output file /home/tyler/source/github/service-artifact-gradle-plugin/build/gradleDist has changed.
:gradleDistributionDownloader (Thread[Daemon Thread 3,5,main]) completed. Took 0.067 secs.
:gradleTest (Thread[Daemon Thread 3,5,main]) started.
:gradleTest
Executing task ':gradleTest' (up-to-date check took 5.665 secs) due to:
Output file /home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0 has changed.
Output file /home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/jruby/.gradle/2.0/taskArtifacts/outputFileStates.bin has been removed.
Output file /home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/jruby/build/VERSION has been removed.
gradleTest: Preparing infrastructure for compatibility testing
>Running jruby against Gradle 2.0
Starting process 'command '/usr/lib/jvm/java-7-openjdk-amd64/bin/java''. Working directory: /home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/jruby Command: /usr/lib/jvm/java-7-openjdk-amd64/bin/java -Dorg.gradle.appname=org.ysb33r.gradle.gradletest.internal.TestRunner -Dfile.encoding=UTF-8 -cp /home/tyler/.gradle/wrapper/dists/gradle-2.0-all/evtta6k9rngqxp6sxbf6unsdw/gradle-2.0/lib/gradle-launcher-2.0.jar org.gradle.launcher.GradleMain --project-cache-dir /home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/jruby/.gradle --gradle-user-home /home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/jruby/../home --no-daemon --full-stacktrace --info --init-script /home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/init.gradle runGradleTest
Successfully started process 'command '/usr/lib/jvm/java-7-openjdk-amd64/bin/java''
Starting Build
Compiling initialization script '/home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/init.gradle' using StatementExtractingScriptTransformer.
Compiling initialization script '/home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/init.gradle' using BuildScriptTransformer.
Settings evaluated using settings file '/home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/jruby/settings.gradle'.
Projects loaded. Root project using build file '/home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/jruby/build.gradle'.
Included projects: [root project 'jruby']
Loaded custom GradleTest init script
Evaluating root project 'jruby' using build file '/home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/jruby/build.gradle'.
Compiling build file '/home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/jruby/build.gradle' using StatementExtractingScriptTransformer.
Resource missing. [HTTP HEAD: http://jcenter.bintray.com/com/github/lookout/service-artifact-plugin/0.2.0/service-artifact-plugin-0.2.0.pom]
Resource missing. [HTTP HEAD: http://jcenter.bintray.com/com/github/lookout/service-artifact-plugin/0.2.0/service-artifact-plugin-0.2.0.jar]
Download http://jcenter.bintray.com/com/github/jengelman/gradle/plugins/shadow/1.2.1/shadow-1.2.1.pom
Found locally available resource with matching checksum: [https://plugins.gradle.org/m2/com/github/jengelman/gradle/plugins/shadow/1.2.1/shadow-1.2.1.pom, /home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/home/caches/modules-2/files-2.1/com.github.jengelman.gradle.plugins/shadow/1.2.1/6bf4fcb6acdd05c67aaaa05e98b85b5a61b1062d/shadow-1.2.1.pom]
Found locally available resource with matching checksum: [http://jcenter.bintray.com/com/github/jruby-gradle/jruby-gradle-plugin/0.1.17/jruby-gradle-plugin-0.1.17.pom, /home/tyler/.m2/repository/com/github/jruby-gradle/jruby-gradle-plugin/0.1.17/jruby-gradle-plugin-0.1.17.pom]
Found locally available resource with matching checksum: [https://plugins.gradle.org/m2/com/github/jruby-gradle/jruby-gradle-plugin/0.1.17/jruby-gradle-plugin-0.1.17.pom, /home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/home/caches/modules-2/files-2.1/com.github.jruby-gradle/jruby-gradle-plugin/0.1.17/b9c01ba806898caefac236e1ed9a6f5cb587e73f/jruby-gradle-plugin-0.1.17.pom]
Download http://jcenter.bintray.com/org/ajoberstar/grgit/1.1.0/grgit-1.1.0.pom
Found locally available resource with matching checksum: [https://plugins.gradle.org/m2/org/ajoberstar/grgit/1.1.0/grgit-1.1.0.pom, /home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/home/caches/modules-2/files-2.1/org.ajoberstar/grgit/1.1.0/57d51aa0a0e180d16febc3015e9c33f49535d292/grgit-1.1.0.pom]
Download http://jcenter.bintray.com/org/asciidoctor/asciidoctor-gradle-plugin/1.5.2/asciidoctor-gradle-plugin-1.5.2.pom
Found locally available resource with matching checksum: [http://jcenter.bintray.com/com/github/jruby-gradle/jruby-gradle-jar-plugin/0.2.0/jruby-gradle-jar-plugin-0.2.0.pom, /home/tyler/.m2/repository/com/github/jruby-gradle/jruby-gradle-jar-plugin/0.2.0/jruby-gradle-jar-plugin-0.2.0.pom]
Found locally available resource with matching checksum: [https://plugins.gradle.org/m2/com/github/jruby-gradle/jruby-gradle-jar-plugin/0.2.0/jruby-gradle-jar-plugin-0.2.0.pom, /home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/home/caches/modules-2/files-2.1/com.github.jruby-gradle/jruby-gradle-jar-plugin/0.2.0/1dd19cf44e695f4b699ac01e79da31e489c4f59c/jruby-gradle-jar-plugin-0.2.0.pom]
Download http://jcenter.bintray.com/org/jdom/jdom2/2.0.5/jdom2-2.0.5.pom
Download http://jcenter.bintray.com/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
Download http://jcenter.bintray.com/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Found locally available resource with matching checksum: [http://jcenter.bintray.com/org/ow2/ow2/1.3/ow2-1.3.pom, /home/tyler/.m2/repository/org/ow2/ow2/1.3/ow2-1.3.pom]
Download http://jcenter.bintray.com/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.pom
Download http://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.pom
Download http://jcenter.bintray.com/org/apache/commons/commons-parent/25/commons-parent-25.pom
Found locally available resource with matching checksum: [http://jcenter.bintray.com/org/apache/apache/9/apache-9.pom, /home/tyler/.m2/repository/org/apache/apache/9/apache-9.pom]
Download http://jcenter.bintray.com/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
Download http://jcenter.bintray.com/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
Download http://jcenter.bintray.com/org/eclipse/jgit/org.eclipse.jgit/3.7.0.201502260915-r/org.eclipse.jgit-3.7.0.201502260915-r.pom
Download http://jcenter.bintray.com/org/eclipse/jgit/org.eclipse.jgit-parent/3.7.0.201502260915-r/org.eclipse.jgit-parent-3.7.0.201502260915-r.pom
Download http://jcenter.bintray.com/org/eclipse/jgit/org.eclipse.jgit.ui/3.7.0.201502260915-r/org.eclipse.jgit.ui-3.7.0.201502260915-r.pom
Download http://jcenter.bintray.com/com/jcraft/jsch.agentproxy.jsch/0.0.7/jsch.agentproxy.jsch-0.0.7.pom
Download http://jcenter.bintray.com/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom
Found locally available resource with matching checksum: [http://jcenter.bintray.com/org/sonatype/oss/oss-parent/6/oss-parent-6.pom, /home/tyler/.m2/repository/org/sonatype/oss/oss-parent/6/oss-parent-6.pom]
Download http://jcenter.bintray.com/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom
Download http://jcenter.bintray.com/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom
Download http://jcenter.bintray.com/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom
Download http://jcenter.bintray.com/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom
Found locally available resource with matching checksum: [http://jcenter.bintray.com/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom, /home/tyler/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom]
Found locally available resource with matching checksum: [http://jcenter.bintray.com/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom, /home/tyler/.m2/repository/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom]
Found locally available resource with matching checksum: [http://jcenter.bintray.com/com/github/jruby-gradle/jruby-gradle-plugin/0.1.16/jruby-gradle-plugin-0.1.16.pom, /home/tyler/.m2/repository/com/github/jruby-gradle/jruby-gradle-plugin/0.1.16/jruby-gradle-plugin-0.1.16.pom]
Found locally available resource with matching checksum: [https://plugins.gradle.org/m2/com/github/jruby-gradle/jruby-gradle-plugin/0.1.16/jruby-gradle-plugin-0.1.16.pom, /home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/home/caches/modules-2/files-2.1/com.github.jruby-gradle/jruby-gradle-plugin/0.1.16/2f7a552f5fdcd3e14cf0291808f9bcfa195f0279/jruby-gradle-plugin-0.1.16.pom]
Download http://jcenter.bintray.com/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom
Download http://jcenter.bintray.com/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
Download http://jcenter.bintray.com/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom
Download http://jcenter.bintray.com/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom
Download http://jcenter.bintray.com/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Download http://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom
Download http://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom
Download http://jcenter.bintray.com/org/apache/httpcomponents/project/5/project-5.pom
Download http://jcenter.bintray.com/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom
Download http://jcenter.bintray.com/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
Download http://jcenter.bintray.com/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
Download http://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom
Download http://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom
Found locally available resource with matching checksum: [http://jcenter.bintray.com/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom, /home/tyler/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom]
Found locally available resource with matching checksum: [http://jcenter.bintray.com/org/apache/commons/commons-parent/5/commons-parent-5.pom, /home/tyler/.m2/repository/org/apache/commons/commons-parent/5/commons-parent-5.pom]
Found locally available resource with matching checksum: [http://jcenter.bintray.com/org/apache/apache/4/apache-4.pom, /home/tyler/.m2/repository/org/apache/apache/4/apache-4.pom]
Found locally available resource with matching checksum: [http://jcenter.bintray.com/commons-codec/commons-codec/1.4/commons-codec-1.4.pom, /home/tyler/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.pom]
Found locally available resource with matching checksum: [http://jcenter.bintray.com/org/apache/commons/commons-parent/11/commons-parent-11.pom, /home/tyler/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom]
Download http://jcenter.bintray.com/com/github/jengelman/gradle/plugins/shadow/1.2.1/shadow-1.2.1.jar
Found locally available resource with matching checksum: [http://jcenter.bintray.com/com/github/jruby-gradle/jruby-gradle-plugin/0.1.17/jruby-gradle-plugin-0.1.17.jar, /home/tyler/.m2/repository/com/github/jruby-gradle/jruby-gradle-plugin/0.1.17/jruby-gradle-plugin-0.1.17.jar]
Download http://jcenter.bintray.com/org/ajoberstar/grgit/1.1.0/grgit-1.1.0.jar
Download http://jcenter.bintray.com/org/asciidoctor/asciidoctor-gradle-plugin/1.5.2/asciidoctor-gradle-plugin-1.5.2.jar
Found locally available resource with matching checksum: [http://jcenter.bintray.com/com/github/jruby-gradle/jruby-gradle-jar-plugin/0.2.0/jruby-gradle-jar-plugin-0.2.0.jar, /home/tyler/.m2/repository/com/github/jruby-gradle/jruby-gradle-jar-plugin/0.2.0/jruby-gradle-jar-plugin-0.2.0.jar]
Download http://jcenter.bintray.com/org/jdom/jdom2/2.0.5/jdom2-2.0.5.jar
Download http://jcenter.bintray.com/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
Download http://jcenter.bintray.com/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar
Download http://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.jar
Download http://jcenter.bintray.com/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
Download http://jcenter.bintray.com/org/eclipse/jgit/org.eclipse.jgit/3.7.0.201502260915-r/org.eclipse.jgit-3.7.0.201502260915-r.jar
Download http://jcenter.bintray.com/org/eclipse/jgit/org.eclipse.jgit.ui/3.7.0.201502260915-r/org.eclipse.jgit.ui-3.7.0.201502260915-r.jar
Download http://jcenter.bintray.com/com/jcraft/jsch.agentproxy.jsch/0.0.7/jsch.agentproxy.jsch-0.0.7.jar
Download http://jcenter.bintray.com/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar
Download http://jcenter.bintray.com/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar
Download http://jcenter.bintray.com/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar
Download http://jcenter.bintray.com/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar
Found locally available resource with matching checksum: [http://jcenter.bintray.com/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar, /home/tyler/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar]
Download http://jcenter.bintray.com/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
Download http://jcenter.bintray.com/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
Download http://jcenter.bintray.com/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar
Download http://jcenter.bintray.com/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar
Download http://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.jar
Download http://jcenter.bintray.com/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar
Download http://jcenter.bintray.com/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar
Download http://jcenter.bintray.com/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
Download http://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.jar
Found locally available resource with matching checksum: [http://jcenter.bintray.com/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar, /home/tyler/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar]
Download http://jcenter.bintray.com/commons-codec/commons-codec/1.4/commons-codec-1.4.jar
Compiling build file '/home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/jruby/build.gradle' using BuildScriptTransformer.
[Asciidoctor] asciidoctorj: 1.5.2
[Asciidoctor] asciidoctorj-groovy-dsl: 1.0.0.preview2
All projects evaluated.
Download http://jcenter.bintray.com/org/jruby/jruby-complete/1.7.20/jruby-complete-1.7.20.pom
Download http://jcenter.bintray.com/org/jruby/jruby-artifacts/1.7.20/jruby-artifacts-1.7.20.pom
Download http://jcenter.bintray.com/org/jruby/jruby-parent/1.7.20/jruby-parent-1.7.20.pom
Found locally available resource with matching checksum: [http://jcenter.bintray.com/org/sonatype/oss/oss-parent/7/oss-parent-7.pom, /home/tyler/.m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom]
Download http://jcenter.bintray.com/de/saumya/mojo/jruby-mains/0.2.0/jruby-mains-0.2.0.pom
Download http://jcenter.bintray.com/org/jruby/jruby-complete/1.7.20/jruby-complete-1.7.20.jar
Download http://jcenter.bintray.com/de/saumya/mojo/jruby-mains/0.2.0/jruby-mains-0.2.0.jar
Selected primary task 'DefaultTaskParameter{taskName='runGradleTest',projectPath='null'}'
Tasks to be executed: [task ':prepareServiceScripts', task ':compileJava', task ':processResources', task ':classes', task ':jar', task ':assemble', task ':jrubyPrepareGems', task ':jrubyPrepareJars', task ':jrubyPrepare', task ':serviceJar', task ':serviceVersionInfo', task ':serviceTarGz', task ':serviceZip', task ':assembleService', task ':runGradleTest']
:prepareServiceScripts (Thread[main,5,main]) started.
:prepareServiceScripts
Skipping task ':prepareServiceScripts' as it has no actions.
:prepareServiceScripts UP-TO-DATE
:prepareServiceScripts (Thread[main,5,main]) completed. Took 0.017 secs.
:compileJava (Thread[main,5,main]) started.
:compileJava
Skipping task ':compileJava' as it has no source files.
:compileJava UP-TO-DATE
:compileJava (Thread[main,5,main]) completed. Took 0.001 secs.
:processResources (Thread[main,5,main]) started.
:processResources
Skipping task ':processResources' as it has no source files.
:processResources UP-TO-DATE
:processResources (Thread[main,5,main]) completed. Took 0.002 secs.
:classes (Thread[main,5,main]) started.
:classes
Skipping task ':classes' as it has no actions.
:classes UP-TO-DATE
:classes (Thread[main,5,main]) completed. Took 0.001 secs.
:jar (Thread[main,5,main]) started.
:jar
Skipping task ':jar' as task onlyIf is false.
:jar SKIPPED
:jar (Thread[main,5,main]) completed. Took 0.001 secs.
:assemble (Thread[main,5,main]) started.
:assemble
Skipping task ':assemble' as it has no actions.
:assemble UP-TO-DATE
:assemble (Thread[main,5,main]) completed. Took 0.001 secs.
:jrubyPrepareGems (Thread[main,5,main]) started.
:jrubyPrepareGems
cache taskArtifacts.bin (/home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/jruby/.gradle/2.0/taskArtifacts/taskArtifacts.bin) is corrupt. Discarding.
cache outputFileStates.bin (/home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/jruby/.gradle/2.0/taskArtifacts/outputFileStates.bin) is corrupt. Discarding.
cache fileHashes.bin (/home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/jruby/.gradle/2.0/taskArtifacts/fileHashes.bin) is corrupt. Discarding.
Resource missing. [HTTP GET: http://jcenter.bintray.com/rubygems/sinatra/1.4.6/sinatra-1.4.6.pom]
Resource missing. [HTTP HEAD: http://jcenter.bintray.com/rubygems/sinatra/1.4.6/sinatra-1.4.6.jar]
Download http://rubygems-proxy.torquebox.org/releases/rubygems/sinatra/1.4.6/sinatra-1.4.6.pom
Resource missing. [HTTP GET: http://jcenter.bintray.com/rubygems/puma/2.11.2/puma-2.11.2.pom]
Resource missing. [HTTP HEAD: http://jcenter.bintray.com/rubygems/puma/2.11.2/puma-2.11.2.jar]
Download http://rubygems-proxy.torquebox.org/releases/rubygems/puma/2.11.2/puma-2.11.2.pom
Resource missing. [HTTP GET: http://jcenter.bintray.com/rubygems/rack/maven-metadata.xml]
Resource missing. [HTTP GET: http://jcenter.bintray.com/rubygems/rack/]
Download http://rubygems-proxy.torquebox.org/releases/rubygems/rack/1.6.1/rack-1.6.1.pom
Resource missing. [HTTP GET: http://jcenter.bintray.com/rubygems/tilt/maven-metadata.xml]
Resource missing. [HTTP GET: http://jcenter.bintray.com/rubygems/tilt/]
Download http://rubygems-proxy.torquebox.org/releases/rubygems/tilt/2.0.1/tilt-2.0.1.pom
Resource missing. [HTTP GET: http://jcenter.bintray.com/rubygems/rack-protection/maven-metadata.xml]
Resource missing. [HTTP GET: http://jcenter.bintray.com/rubygems/rack-protection/]
Download http://rubygems-proxy.torquebox.org/releases/rubygems/rack-protection/1.5.3/rack-protection-1.5.3.pom
Download http://rubygems-proxy.torquebox.org/releases/rubygems/sinatra/1.4.6/sinatra-1.4.6.gem
Download http://rubygems-proxy.torquebox.org/releases/rubygems/puma/2.11.2/puma-2.11.2.gem
Download http://rubygems-proxy.torquebox.org/releases/rubygems/rack/1.6.1/rack-1.6.1.gem
Download http://rubygems-proxy.torquebox.org/releases/rubygems/tilt/2.0.1/tilt-2.0.1.gem
Download http://rubygems-proxy.torquebox.org/releases/rubygems/rack-protection/1.5.3/rack-protection-1.5.3.gem
Executing task ':jrubyPrepareGems' (up-to-date check took 15.627 secs) due to:
No history is available.
Download http://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.50/bcprov-jdk15on-1.50.pom
Download http://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.50/bcprov-jdk15on-1.50.jar
cache fileSnapshots.bin (/home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/2.0/jruby/.gradle/2.0/taskArtifacts/fileSnapshots.bin) is corrupt. Discarding.
:jrubyPrepareGems (Thread[main,5,main]) completed. Took 29.218 secs.
:jrubyPrepareJars (Thread[main,5,main]) started.
:jrubyPrepareJars
Executing task ':jrubyPrepareJars' (up-to-date check took 0.002 secs) due to:
No history is available.
:jrubyPrepareJars (Thread[main,5,main]) completed. Took 0.033 secs.
:jrubyPrepare (Thread[main,5,main]) started.
:jrubyPrepare
Skipping task ':jrubyPrepare' as it has no actions.
:jrubyPrepare (Thread[main,5,main]) completed. Took 0.001 secs.
:serviceJar (Thread[main,5,main]) started.
:serviceJar
Executing task ':serviceJar' (up-to-date check took 6.444 secs) due to:
No history is available.
:serviceJar (Thread[main,5,main]) completed. Took 16.473 secs.
:serviceVersionInfo (Thread[main,5,main]) started.
:serviceVersionInfo
Executing task ':serviceVersionInfo' (up-to-date check took 0.001 secs) due to:
Task.upToDateWhen is false.
:serviceVersionInfo (Thread[main,5,main]) completed. Took 0.536 secs.
:serviceTarGz (Thread[main,5,main]) started.
:serviceTarGz
Executing task ':serviceTarGz' (up-to-date check took 0.005 secs) due to:
No history is available.
:serviceTarGz (Thread[main,5,main]) completed. Took 0.15 secs.
:serviceZip (Thread[main,5,main]) started.
:serviceZip
Executing task ':serviceZip' (up-to-date check took 0.002 secs) due to:
No history is available.
:serviceZip (Thread[main,5,main]) completed. Took 1.186 secs.
:assembleService (Thread[main,5,main]) started.
:assembleService
Skipping task ':assembleService' as it has no actions.
:assembleService (Thread[main,5,main]) completed. Took 0.0 secs.
:runGradleTest (Thread[main,5,main]) started.
:runGradleTest
Skipping task ':runGradleTest' as it has no actions.
:runGradleTest (Thread[main,5,main]) completed. Took 0.001 secs.
BUILD SUCCESSFUL
Total time: 2 mins 19.8 secs
jruby: PASSED
gradleTest Compatibility Test Executor finished execuring tests
:gradleTest (Thread[Daemon Thread 3,5,main]) completed. Took 8 mins 51.96 secs.
BUILD SUCCESSFUL
Total time: 8 mins 57.039 secs
./gradlew clean gradleTest --info 2.09s user 0.14s system 0% cpu 8:57.48 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment