Skip to content

Instantly share code, notes, and snippets.

@rtyler
Created August 15, 2015 05:32
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/bf799bea271e2c02c6b3 to your computer and use it in GitHub Desktop.
Save rtyler/bf799bea271e2c02c6b3 to your computer and use it in GitHub Desktop.
using jem 0.1.5
➜ blick git:(master) ✗ ./gradlew -i clean jrubyPrepare
Connected to the daemon. Dispatching Build{id=577dd04d-c336-45d9-90c9-4970b26265a0.1, currentDir=/home/tyler/source/github/blick} request.
The client will now receive all logging from the daemon (pid: 8543). The daemon log file: /home/tyler/.gradle/daemon/2.0/daemon-8543.out.log
Executing build with daemon context: DefaultDaemonContext[uid=dc035d56-a6ca-431d-b830-c251565a6ab3,javaHome=/usr/lib/jvm/java-8-openjdk-amd64,daemonRegistryDir=/home/tyler/.gradle/daemon,pid=8543,idleTimeout=10800000,daemonOpts=-XX:MaxPermSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xmx1024m,-Dfile.encoding=UTF-8]
Starting Build
Settings evaluated using empty settings script.
Projects loaded. Root project using build file '/home/tyler/source/github/blick/build.gradle'.
Included projects: [root project 'blick']
Evaluating root project 'blick' using build file '/home/tyler/source/github/blick/build.gradle'.
adding the dependency jruby-mains 0.4.0 to jar
adding the dependency jruby-complete 1.7.19 to jar
unzipping /home/tyler/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/1.7.19/db9645f6c1e3dde29f679741cbed4a71f19f83c/jruby-complete-1.7.19.jar in the jar
unzipping /home/tyler/.gradle/caches/modules-2/files-2.1/org.jruby.mains/jruby-mains/0.4.0/c767732c802c52592a949b57e68023e66b8b860e/jruby-mains-0.4.0.jar in the jar
task ':jrubyJar' including files in /home/tyler/source/github/blick/build/dirinfo/jrubyJar
All projects evaluated.
Selected primary tasks 'DefaultTaskParameter{taskName='clean',projectPath='null'}', 'DefaultTaskParameter{taskName='jrubyPrepare',projectPath='null'}'
Tasks to be executed: [task ':clean', task ':jrubyPrepare']
:clean (Thread[Daemon Thread 3,5,main]) started.
:clean
In-memory cache of /home/tyler/source/github/blick/.gradle/2.0/taskArtifacts/fileHashes.bin: Size{1429}, CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
In-memory cache of /home/tyler/source/github/blick/.gradle/2.0/taskArtifacts/outputFileStates.bin: Size{1}, CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
In-memory cache of /home/tyler/source/github/blick/.gradle/2.0/taskArtifacts/fileSnapshots.bin: Size{2}, CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
In-memory cache of /home/tyler/source/github/blick/.gradle/2.0/taskArtifacts/taskArtifacts.bin: Size{1}, 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 0.055 secs.
:jrubyPrepare (Thread[Daemon Thread 3,5,main]) started.
:jrubyPrepare
Executing task ':jrubyPrepare' (up-to-date check took 0.073 secs) due to:
Output file /home/tyler/source/github/blick/build/gems has changed.
Output file /home/tyler/source/github/blick/build/gems/gems/thor-0.19.1/lib/thor/line_editor.rb has been removed.
Output file /home/tyler/source/github/blick/build/gems/gems/protobuf-3.0.5/spec/lib/.jrubydir has been removed.
Installing minitest-5.8.0.gem,json-1.8.3.gem,concurrent-ruby-0.7.2.gem,activesupport-4.2.3.gem,multi_json-1.11.2.gem,thread_safe-0.3.5.gem,tzinfo-1.2.2.gem,protobuf-3.0.5.gem,rake-10.3.2.gem,i18n-0.7.0.gem,thor-0.19.1.gem,middleware-0.1.0.gem
Attempting to create: /home/tyler/source/github/blick/build/gems/bin
Attempting to create: /home/tyler/source/github/blick/build/gems/build_info
Attempting to create: /home/tyler/source/github/blick/build/gems/cache
Attempting to create: /home/tyler/source/github/blick/build/gems/doc
Attempting to create: /home/tyler/source/github/blick/build/gems/extensions
Attempting to create: /home/tyler/source/github/blick/build/gems/gems
Attempting to create: /home/tyler/source/github/blick/build/gems/specifications
We've processed metadata for minitest at version 5.8.0
We've processed metadata for json at version 1.8.3
We've processed metadata for concurrent-ruby at version 0.7.2
We've processed metadata for activesupport at version 4.2.3
We've processed metadata for multi_json at version 1.11.2
We've processed metadata for thread_safe at version 0.3.5
We've processed metadata for tzinfo at version 1.2.2
We've processed metadata for protobuf at version 3.0.5
We've processed metadata for rake at version 10.3.2
We've processed metadata for i18n at version 0.7.0
We've processed metadata for thor at version 0.19.1
We've processed metadata for middleware at version 0.1.0
Starting process 'command '/usr/lib/jvm/java-8-openjdk-amd64/bin/java''. Working directory: /home/tyler/source/github/blick Command: /usr/lib/jvm/java-8-openjdk-amd64/bin/java -Dfile.encoding=UTF-8 -cp /home/tyler/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/9.0.0.0/2479278bdd92d85ca37c5d45a4ec4745c50dfccb/jruby-complete-9.0.0.0.jar org.jruby.Main -r jruby/commands -e JRuby::Commands.generate_dir_info( '/home/tyler/source/github/blick/build/gems' )
Successfully started process 'command '/usr/lib/jvm/java-8-openjdk-amd64/bin/java''
:jrubyPrepare (Thread[Daemon Thread 3,5,main]) completed. Took 4.299 secs.
BUILD SUCCESSFUL
Total time: 5.435 secs
➜ blick git:(master) ✗
➜ blick git:(master) ✗ ./gradlew -i clean jrubyPrepare
Connected to the daemon. Dispatching Build{id=6d06d5d3-b6aa-43ae-8973-59d7355d1424.1, currentDir=/home/tyler/source/github/blick} request.
The client will now receive all logging from the daemon (pid: 8543). The daemon log file: /home/tyler/.gradle/daemon/2.0/daemon-8543.out.log
Executing build with daemon context: DefaultDaemonContext[uid=dc035d56-a6ca-431d-b830-c251565a6ab3,javaHome=/usr/lib/jvm/java-8-openjdk-amd64,daemonRegistryDir=/home/tyler/.gradle/daemon,pid=8543,idleTimeout=10800000,daemonOpts=-XX:MaxPermSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xmx1024m,-Dfile.encoding=UTF-8]
Starting Build
Settings evaluated using empty settings script.
Projects loaded. Root project using build file '/home/tyler/source/github/blick/build.gradle'.
Included projects: [root project 'blick']
Evaluating root project 'blick' using build file '/home/tyler/source/github/blick/build.gradle'.
Compiling build file '/home/tyler/source/github/blick/build.gradle' using StatementExtractingScriptTransformer.
Found locally available resource with matching checksum: [http://jcenter.bintray.com/com/github/jruby-gradle/jruby-gradle-jar-plugin/1.0.2/jruby-gradle-jar-plugin-1.0.2.pom, /home/tyler/.gradle/caches/modules-2/files-2.1/com.github.jruby-gradle/jruby-gradle-jar-plugin/1.0.2/3d1c6226c8881c6c58756775939489c6413eb86a/jruby-gradle-jar-plugin-1.0.2.pom]
Resource missing. [HTTP HEAD: http://jcenter.bintray.com/com/github/jruby-gradle/jruby-gradle-plugin/1.0.2/jruby-gradle-plugin-1.0.2.pom]
Resource missing. [HTTP HEAD: http://dl.bintray.com/jruby-gradle/libraries/com/github/jruby-gradle/jruby-gradle-plugin/1.0.2/jruby-gradle-plugin-1.0.2.pom]
Resource missing. [HTTP HEAD: http://dl.bintray.com/jruby-gradle/libraries/com/github/jruby-gradle/jruby-gradle-plugin/1.0.2/jruby-gradle-plugin-1.0.2.jar]
Found locally available resource with matching checksum: [http://jcenter.bintray.com/com/github/jruby-gradle/jruby-gradle-jar-plugin/1.0.2/jruby-gradle-jar-plugin-1.0.2.jar, /home/tyler/.gradle/caches/modules-2/files-2.1/com.github.jruby-gradle/jruby-gradle-jar-plugin/1.0.2/9853591e84df4624f0112f168181c321effe138d/jruby-gradle-jar-plugin-1.0.2.jar]
Compiling build file '/home/tyler/source/github/blick/build.gradle' using BuildScriptTransformer.
adding the dependency jruby-mains 0.4.0 to jar
adding the dependency jruby-complete 1.7.19 to jar
unzipping /home/tyler/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/1.7.19/db9645f6c1e3dde29f679741cbed4a71f19f83c/jruby-complete-1.7.19.jar in the jar
unzipping /home/tyler/.gradle/caches/modules-2/files-2.1/org.jruby.mains/jruby-mains/0.4.0/c767732c802c52592a949b57e68023e66b8b860e/jruby-mains-0.4.0.jar in the jar
task ':jrubyJar' including files in /home/tyler/source/github/blick/build/dirinfo/jrubyJar
All projects evaluated.
Selected primary tasks 'DefaultTaskParameter{taskName='clean',projectPath='null'}', 'DefaultTaskParameter{taskName='jrubyPrepare',projectPath='null'}'
Tasks to be executed: [task ':clean', task ':jrubyPrepare']
:clean (Thread[Daemon Thread 3,5,main]) started.
:clean
In-memory cache of /home/tyler/source/github/blick/.gradle/2.0/taskArtifacts/fileHashes.bin: Size{1429}, CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
In-memory cache of /home/tyler/source/github/blick/.gradle/2.0/taskArtifacts/outputFileStates.bin: Size{1}, CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
In-memory cache of /home/tyler/source/github/blick/.gradle/2.0/taskArtifacts/fileSnapshots.bin: Size{4}, CacheStats{hitCount=0, missCount=0, loadSuccessCount=0, loadExceptionCount=0, totalLoadTime=0, evictionCount=0}
In-memory cache of /home/tyler/source/github/blick/.gradle/2.0/taskArtifacts/taskArtifacts.bin: Size{1}, 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 0.048 secs.
:jrubyPrepare (Thread[Daemon Thread 3,5,main]) started.
:jrubyPrepare
Executing task ':jrubyPrepare' (up-to-date check took 0.072 secs) due to:
Output file /home/tyler/source/github/blick/build/gems has changed.
Output file /home/tyler/source/github/blick/build/gems/gems/thor-0.19.1/lib/thor/line_editor.rb has been removed.
Output file /home/tyler/source/github/blick/build/gems/gems/protobuf-3.0.5/spec/lib/.jrubydir has been removed.
Installing minitest-5.8.0.gem,json-1.8.3.gem,concurrent-ruby-0.7.2.gem,activesupport-4.2.3.gem,multi_json-1.11.2.gem,thread_safe-0.3.5.gem,tzinfo-1.2.2.gem,protobuf-3.0.5.gem,rake-10.3.2.gem,i18n-0.7.0.gem,thor-0.19.1.gem,middleware-0.1.0.gem
Starting process 'command '/usr/lib/jvm/java-8-openjdk-amd64/bin/java''. Working directory: /home/tyler/source/github/blick Command: /usr/lib/jvm/java-8-openjdk-amd64/bin/java -Dfile.encoding=utf-8 -cp /home/tyler/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/9.0.0.0/2479278bdd92d85ca37c5d45a4ec4745c50dfccb/jruby-complete-9.0.0.0.jar org.jruby.Main -S gem install /home/tyler/.gradle/caches/modules-2/files-2.1/rubygems/minitest/5.8.0/89cf8c654c1286de95da4de2727bae58771fb2e1/minitest-5.8.0.gem /home/tyler/.gradle/caches/modules-2/files-2.1/rubygems/json/1.8.3/ec54fa0eca40b3467537c96e45e38f17bd8b0d94/json-1.8.3.gem /home/tyler/.gradle/caches/modules-2/files-2.1/rubygems/concurrent-ruby/0.7.2/275ff251227c2f745bd53858869c585c1edd765/concurrent-ruby-0.7.2.gem /home/tyler/.gradle/caches/modules-2/files-2.1/rubygems/activesupport/4.2.3/1dc5e9cba144dc9794bc4ebed19a8528b7287a76/activesupport-4.2.3.gem /home/tyler/.gradle/caches/modules-2/files-2.1/rubygems/multi_json/1.11.2/8ee0cf574bf61fc102a2634b5a428c3ab56ffb34/multi_json-1.11.2.gem /home/tyler/.gradle/caches/modules-2/files-2.1/rubygems/thread_safe/0.3.5/715b290ed340b1d2c4a23065590962a0094238d2/thread_safe-0.3.5.gem /home/tyler/.gradle/caches/modules-2/files-2.1/rubygems/tzinfo/1.2.2/140005ab4ca0a87020b50c54c7cde74de1154340/tzinfo-1.2.2.gem /home/tyler/.gradle/caches/modules-2/files-2.1/rubygems/protobuf/3.0.5/ba6a678a06cae90c44e158d9b4d7ec94924f028f/protobuf-3.0.5.gem /home/tyler/.gradle/caches/modules-2/files-2.1/rubygems/rake/10.3.2/1da8bf3abbb179aefdf5b6f3a249adc1fbbf24c3/rake-10.3.2.gem /home/tyler/.gradle/caches/modules-2/files-2.1/rubygems/i18n/0.7.0/ae0e0757fb8bccb9b0516aa90534c194936441c/i18n-0.7.0.gem /home/tyler/.gradle/caches/modules-2/files-2.1/rubygems/thor/0.19.1/57d118b7ce6d51be06faab84c4ad5709977e098f/thor-0.19.1.gem /home/tyler/.gradle/caches/modules-2/files-2.1/rubygems/middleware/0.1.0/f7f08a36dbf5c531b7110ad222ad34e81981dc61/middleware-0.1.0.gem --ignore-dependencies --install-dir=/home/tyler/source/github/blick/build/gems --no-user-install --wrappers --no-document --local
Successfully started process 'command '/usr/lib/jvm/java-8-openjdk-amd64/bin/java''
Successfully installed minitest-5.8.0
Successfully installed json-1.8.3-java
Successfully installed concurrent-ruby-0.7.2-java
Successfully installed activesupport-4.2.3
Successfully installed multi_json-1.11.2
Successfully installed thread_safe-0.3.5-java
Successfully installed tzinfo-1.2.2
Successfully installed protobuf-3.0.5
Successfully installed rake-10.3.2
Successfully installed i18n-0.7.0
Successfully installed thor-0.19.1
Successfully installed middleware-0.1.0
12 gems installed
Starting process 'command '/usr/lib/jvm/java-8-openjdk-amd64/bin/java''. Working directory: /home/tyler/source/github/blick Command: /usr/lib/jvm/java-8-openjdk-amd64/bin/java -Dfile.encoding=UTF-8 -cp /home/tyler/.gradle/caches/modules-2/files-2.1/org.jruby/jruby-complete/9.0.0.0/2479278bdd92d85ca37c5d45a4ec4745c50dfccb/jruby-complete-9.0.0.0.jar org.jruby.Main -r jruby/commands -e JRuby::Commands.generate_dir_info( '/home/tyler/source/github/blick/build/gems' )
Successfully started process 'command '/usr/lib/jvm/java-8-openjdk-amd64/bin/java''
:jrubyPrepare (Thread[Daemon Thread 3,5,main]) completed. Took 15.701 secs.
BUILD SUCCESSFUL
Total time: 19.271 secs
➜ blick git:(master) ✗
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment