Skip to content

Instantly share code, notes, and snippets.

@boxofrox
Last active January 2, 2017 17:32
Show Gist options
  • Save boxofrox/7424126387177c128cdb62d65c844529 to your computer and use it in GitHub Desktop.
Save boxofrox/7424126387177c128cdb62d65c844529 to your computer and use it in GitHub Desktop.
rvm install rbx-3.69 (2017-01-01) (rvm get branch /bugfix/3497-rbx-2-arch) SUCCESS \o/
⯈ rvm install rbx-3.69
rbx-3.69 - #removing src/rbx-3.69..
Checking requirements for arch.
Requirements installation successful.
ruby-2.4.0@rubinius - #regenerating binstubs..........
HEAD is now at a57071c650 DRY up allocation of 8-bit string buffers
Previous HEAD position was a57071c650... DRY up allocation of 8-bit string buffers
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
From https://github.com/rubinius/rubinius
* branch master -> FETCH_HEAD
Already up-to-date.
git checkout v3.69
Copying from repo to src path...
ruby-2.4.0@rubinius - #bundle install..
rbx-3.69 - #configuring.....................................
rbx-3.69 - #compiling.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
cp: cannot stat '/home/test/.rvm/rubies/rbx-3.69/lib/bin/gem.rb': No such file or directory
rbx-3.69 - #making binaries executable..
rbx-3.69 - #downloading rubygems-2.6.8
rbx-3.69 - #extracting rubygems-2.6.8.....
rbx-3.69 - #removing old rubygems.........
rbx-3.69 - #installing rubygems-2.6.8...................
rbx-3.69 - #gemset created /home/test/.rvm/gems/rbx-3.69@global
rbx-3.69 - #importing gemset /home/test/.rvm/gemsets/global.gems...................................................
rbx-3.69 - #generating global wrappers...........
rbx-3.69 - #gemset created /home/test/.rvm/gems/rbx-3.69
rbx-3.69 - #importing gemsetfile /home/test/.rvm/gemsets/default.gems evaluated to empty gem list
rbx-3.69 - #generating default wrappers...........
rbx-3.69 - #adjusting #shebangs for (erb ri).
⯈ rvm ls
rvm rubies
=> rbx-3.69 [ x86_64 ]
* ruby-2.3.0 [ x86_64 ]
ruby-2.4.0 [ x86_64 ]
# => - current
# =* - current && default
# * - default
⯈ irb
Ignoring json-1.8.3 because its extensions are not built. Try: gem pristine json --version 1.8.3
Ignoring psych-2.0.17 because its extensions are not built. Try: gem pristine psych --version 2.0.17
Ignoring racc-1.4.14 because its extensions are not built. Try: gem pristine racc --version 1.4.14
Ignoring rubinius-melbourne-3.8 because its extensions are not built. Try: gem pristine rubinius-melbourne --version 3.8
Ignoring rubysl-bigdecimal-2.0.2 because its extensions are not built. Try: gem pristine rubysl-bigdecimal --version 2.0.2
Ignoring rubysl-curses-2.0.1 because its extensions are not built. Try: gem pristine rubysl-curses --version 2.0.1
Ignoring rubysl-digest-2.0.8 because its extensions are not built. Try: gem pristine rubysl-digest --version 2.0.8
Ignoring rubysl-etc-2.0.3 because its extensions are not built. Try: gem pristine rubysl-etc --version 2.0.3
Ignoring rubysl-fcntl-2.0.4 because its extensions are not built. Try: gem pristine rubysl-fcntl --version 2.0.4
Ignoring rubysl-io-console-2.0.0 because its extensions are not built. Try: gem pristine rubysl-io-console --version 2.0.0
Ignoring rubysl-nkf-2.0.1 because its extensions are not built. Try: gem pristine rubysl-nkf --version 2.0.1
Ignoring rubysl-openssl-2.9 because its extensions are not built. Try: gem pristine rubysl-openssl --version 2.9
Ignoring rubysl-pty-2.0.3 because its extensions are not built. Try: gem pristine rubysl-pty --version 2.0.3
Ignoring rubysl-syslog-2.1.0 because its extensions are not built. Try: gem pristine rubysl-syslog --version 2.1.0
Ignoring rubysl-zlib-2.0.1 because its extensions are not built. Try: gem pristine rubysl-zlib --version 2.0.1
rbx-3.69 :001 > a = 1
=> 1
rbx-3.69 :002 > "hello world"
=> "hello world"
rbx-3.69 :003 > 2 + 3
=> 5
rbx-3.69 :004 > [1, 2, 3].map {|x| x * x}
=> [1, 4, 9]
rbx-3.69 :005 > exit
This file has been truncated, but you can view the full file.
[2017-01-02 16:54:51] /home/test/.rvm/wrappers/ruby-2.4.0@rubinius/rake
current path: /home/test/.rvm/src/rbx-3.69
PATH=/home/test/.rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
command(3): /home/test/.rvm/wrappers/ruby-2.4.0@rubinius/rake install --trace
** Invoke install (first_time)
** Invoke build:build (first_time)
** Invoke machine/vm (first_time)
** Invoke machine/gen/config_variables.h (first_time)
** Invoke library/rubinius/configuration.rb (first_time, not_needed)
** Invoke config.rb (first_time, not_needed)
** Execute machine/gen/config_variables.h
/home/test/.rvm/rubies/ruby-2.4.0/bin/ruby machine/codegen/config_vars.rb machine/gen/config_variables.h
GEN machine/gen/config_variables.h
/home/test/.rvm/src/rbx-3.69/library/rubinius/configuration_variables.rb:168: warning: constant ::Fixnum is deprecated
** Invoke machine/gen/signature.h (first_time)
** Invoke core/signature.rb (first_time)
** Invoke core/alpha.rb (first_time, not_needed)
** Invoke core/alias.rb (first_time, not_needed)
** Invoke core/argf.rb (first_time, not_needed)
** Invoke core/array.rb (first_time, not_needed)
** Invoke core/array_mirror.rb (first_time, not_needed)
** Invoke core/atomic.rb (first_time, not_needed)
** Invoke core/autoload.rb (first_time, not_needed)
** Invoke core/backtrace.rb (first_time, not_needed)
** Invoke core/basic_object.rb (first_time, not_needed)
** Invoke core/bignum.rb (first_time, not_needed)
** Invoke core/binding.rb (first_time, not_needed)
** Invoke core/block_environment.rb (first_time, not_needed)
** Invoke core/byte_array.rb (first_time, not_needed)
** Invoke core/call_site.rb (first_time, not_needed)
** Invoke core/capi.rb (first_time, not_needed)
** Invoke core/channel.rb (first_time, not_needed)
** Invoke core/character.rb (first_time, not_needed)
** Invoke core/class.rb (first_time, not_needed)
** Invoke core/code_db.rb (first_time, not_needed)
** Invoke core/code_loader.rb (first_time, not_needed)
** Invoke core/compact_lookup_table.rb (first_time, not_needed)
** Invoke core/comparable.rb (first_time, not_needed)
** Invoke core/compiled_code.rb (first_time, not_needed)
** Invoke core/complex.rb (first_time, not_needed)
** Invoke core/complexifier.rb (first_time, not_needed)
** Invoke core/configuration.rb (first_time, not_needed)
** Invoke core/console.rb (first_time, not_needed)
** Invoke core/constant_cache.rb (first_time, not_needed)
** Invoke core/lexical_scope.rb (first_time, not_needed)
** Invoke core/constant_table.rb (first_time, not_needed)
** Invoke core/continuation.rb (first_time, not_needed)
** Invoke core/ctype.rb (first_time, not_needed)
** Invoke core/delegated_method.rb (first_time, not_needed)
** Invoke core/dir.rb (first_time, not_needed)
** Invoke core/dir_glob.rb (first_time, not_needed)
** Invoke core/encoding.rb (first_time, not_needed)
** Invoke core/enumerable.rb (first_time, not_needed)
** Invoke core/enumerable_helper.rb (first_time, not_needed)
** Invoke core/enumerator.rb (first_time, not_needed)
** Invoke core/env.rb (first_time, not_needed)
** Invoke core/errno.rb (first_time, not_needed)
** Invoke core/exception.rb (first_time, not_needed)
** Invoke core/executable.rb (first_time, not_needed)
** Invoke core/false.rb (first_time, not_needed)
** Invoke core/ffi.rb (first_time, not_needed)
** Invoke core/fiber.rb (first_time, not_needed)
** Invoke core/file.rb (first_time, not_needed)
** Invoke core/file_test.rb (first_time, not_needed)
** Invoke core/fixnum.rb (first_time, not_needed)
** Invoke core/float.rb (first_time, not_needed)
** Invoke core/fsevent.rb (first_time, not_needed)
** Invoke core/gc.rb (first_time, not_needed)
** Invoke core/global.rb (first_time, not_needed)
** Invoke core/hash.rb (first_time, not_needed)
** Invoke core/hook.rb (first_time, not_needed)
** Invoke core/identity_map.rb (first_time, not_needed)
** Invoke core/immediate.rb (first_time, not_needed)
** Invoke core/integer.rb (first_time, not_needed)
** Invoke core/io.rb (first_time, not_needed)
** Invoke core/iseq.rb (first_time, not_needed)
** Invoke core/jit.rb (first_time, not_needed)
** Invoke core/kernel.rb (first_time, not_needed)
** Invoke core/library.rb (first_time, not_needed)
** Invoke core/loaded_features.rb (first_time, not_needed)
** Invoke core/location.rb (first_time, not_needed)
** Invoke core/logger.rb (first_time, not_needed)
** Invoke core/lookup_table.rb (first_time, not_needed)
** Invoke core/lru_cache.rb (first_time, not_needed)
** Invoke core/main.rb (first_time, not_needed)
** Invoke core/marshal.rb (first_time, not_needed)
** Invoke core/match_data.rb (first_time, not_needed)
** Invoke core/math.rb (first_time, not_needed)
** Invoke core/method.rb (first_time, not_needed)
** Invoke core/method_equality.rb (first_time, not_needed)
** Invoke core/method_table.rb (first_time, not_needed)
** Invoke core/metrics.rb (first_time, not_needed)
** Invoke core/mirror.rb (first_time, not_needed)
** Invoke core/missing_method.rb (first_time, not_needed)
** Invoke core/module.rb (first_time, not_needed)
** Invoke core/mutex.rb (first_time, not_needed)
** Invoke core/native_method.rb (first_time, not_needed)
** Invoke core/nil.rb (first_time, not_needed)
** Invoke core/numeric.rb (first_time, not_needed)
** Invoke core/numeric_mirror.rb (first_time, not_needed)
** Invoke core/object_space.rb (first_time, not_needed)
** Invoke core/options.rb (first_time, not_needed)
** Invoke core/pack.rb (first_time, not_needed)
** Invoke core/pointer.rb (first_time, not_needed)
** Invoke core/pointer_accessors.rb (first_time, not_needed)
** Invoke core/proc.rb (first_time, not_needed)
** Invoke core/proc_mirror.rb (first_time, not_needed)
** Invoke core/process.rb (first_time, not_needed)
** Invoke core/process_mirror.rb (first_time, not_needed)
** Invoke core/random.rb (first_time, not_needed)
** Invoke core/range.rb (first_time, not_needed)
** Invoke core/range_mirror.rb (first_time, not_needed)
** Invoke core/rational.rb (first_time, not_needed)
** Invoke core/rationalizer.rb (first_time, not_needed)
** Invoke core/regexp.rb (first_time, not_needed)
** Invoke core/respond_to_cache.rb (first_time, not_needed)
** Invoke core/rubinius.rb (first_time, not_needed)
** Invoke core/runtime.rb (first_time, not_needed)
** Invoke core/signal.rb (first_time, not_needed)
** Invoke core/splitter.rb (first_time, not_needed)
** Invoke core/sprinter.rb (first_time, not_needed)
** Invoke core/stat.rb (first_time, not_needed)
** Invoke core/stats.rb (first_time, not_needed)
** Invoke core/string.rb (first_time, not_needed)
** Invoke core/string_mirror.rb (first_time, not_needed)
** Invoke core/struct.rb (first_time, not_needed)
** Invoke core/symbol.rb (first_time, not_needed)
** Invoke core/thread.rb (first_time, not_needed)
** Invoke core/thread_group.rb (first_time, not_needed)
** Invoke core/thread_group_mirror.rb (first_time, not_needed)
** Invoke core/thread_mirror.rb (first_time, not_needed)
** Invoke core/throw_catch.rb (first_time, not_needed)
** Invoke core/thunk.rb (first_time, not_needed)
** Invoke core/time.rb (first_time, not_needed)
** Invoke core/true.rb (first_time, not_needed)
** Invoke core/tuple.rb (first_time, not_needed)
** Invoke core/type.rb (first_time, not_needed)
** Invoke core/undefined.rb (first_time, not_needed)
** Invoke core/variable_scope.rb (first_time, not_needed)
** Invoke core/vm.rb (first_time, not_needed)
** Invoke core/weakref.rb (first_time, not_needed)
** Invoke core/zed.rb (first_time, not_needed)
** Invoke core/ruby_constants.rb (first_time, not_needed)
** Invoke core/build_config.rb (first_time, not_needed)
** Invoke core/rbconfig.rb (first_time, not_needed)
** Invoke core/deprecations.rb (first_time, not_needed)
** Invoke core/loader.rb (first_time, not_needed)
** Invoke Rakefile (first_time, not_needed)
** Invoke config.rb (not_needed)
** Invoke rakelib/blueprint.rb (first_time, not_needed)
** Invoke rakelib/build_signature.rb (first_time, not_needed)
** Invoke rakelib/configure.rb (first_time, not_needed)
** Invoke rakelib/dependency_grapher.rb (first_time, not_needed)
** Invoke rakelib/digest_files.rb (first_time, not_needed)
** Invoke rakelib/generator_task.rb (first_time, not_needed)
** Invoke rakelib/git.rb (first_time, not_needed)
** Invoke rakelib/instruction_parser.rb (first_time, not_needed)
** Invoke rakelib/package.rb (first_time, not_needed)
** Invoke rakelib/preinstall_gems.rb (first_time, not_needed)
** Invoke rakelib/release.rb (first_time, not_needed)
** Invoke rakelib/transcheck.rb (first_time, not_needed)
** Invoke rakelib/bench.rake (first_time, not_needed)
** Invoke rakelib/committers.rake (first_time, not_needed)
** Invoke rakelib/core.rake (first_time, not_needed)
** Invoke rakelib/doc.rake (first_time, not_needed)
** Invoke rakelib/gems.rake (first_time, not_needed)
** Invoke rakelib/git.rake (first_time, not_needed)
** Invoke rakelib/install.rake (first_time, not_needed)
** Invoke rakelib/jit.rake (first_time, not_needed)
** Invoke rakelib/mspec.rake (first_time, not_needed)
** Invoke rakelib/oniguruma.rake (first_time, not_needed)
** Invoke rakelib/package.rake (first_time, not_needed)
** Invoke rakelib/platform.rake (first_time, not_needed)
** Invoke rakelib/rapa.rake (first_time, not_needed)
** Invoke rakelib/release.rake (first_time, not_needed)
** Invoke rakelib/rubyspec.rake (first_time, not_needed)
** Invoke rakelib/stress.rake (first_time, not_needed)
** Invoke rakelib/tasks.rake (first_time, not_needed)
** Invoke rakelib/todo.rake (first_time, not_needed)
** Invoke rakelib/vm.rake (first_time, not_needed)
** Invoke rakelib/web.rake (first_time, not_needed)
** Invoke rakelib/winpthreads.rake (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/constants.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/control_flow.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/data.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/definitions.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/encoding.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/exceptions.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/file.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/grapher.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/literals.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/node.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/operators.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/self.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/sends.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/transforms.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/values.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/variables.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/version.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiled_file.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiler.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/evaluator.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator_methods.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/iseq.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/locals.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/opcodes.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/printers.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/stages.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/version.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/extconf.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/version.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/processor.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/version.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset.rb (first_time, not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset/version.rb (first_time, not_needed)
** Execute core/signature.rb
** Execute machine/gen/signature.h
** Invoke machine/dtrace/probes.h (first_time)
** Execute machine/dtrace/probes.h
** Invoke machine/gen/encoding_database.cpp (first_time)
** Invoke machine/codegen/encoding_extract.rb (first_time, not_needed)
** Execute machine/gen/encoding_database.cpp
/home/test/.rvm/rubies/ruby-2.4.0/bin/ruby machine/codegen/encoding_extract.rb /home/test/.rvm/src/rbx-3.69/vendor/oniguruma machine/gen/encoding_database.cpp
** Invoke machine/gen/transcoder_database.cpp (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter
mkdir -p /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter
** Invoke machine/codegen/transcoders_extract.rb (first_time, not_needed)
** Execute machine/gen/transcoder_database.cpp
/home/test/.rvm/rubies/ruby-2.4.0/bin/ruby machine/codegen/transcoders_extract.rb /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans machine/gen/transcoder_database.cpp
** Invoke /home/test/.rvm/src/rbx-3.69/machine/gen/release.h (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/machine/gen/release.h
** Invoke machine/gen/includes.hpp (first_time)
** Invoke machine/class/basic_object.hpp (first_time, not_needed)
** Invoke machine/class/object.hpp (first_time, not_needed)
** Invoke machine/class/integer.hpp (first_time, not_needed)
** Invoke machine/class/fixnum.hpp (first_time, not_needed)
** Invoke machine/class/array.hpp (first_time, not_needed)
** Invoke machine/class/bignum.hpp (first_time, not_needed)
** Invoke machine/class/executable.hpp (first_time, not_needed)
** Invoke machine/class/access_variable.hpp (first_time, not_needed)
** Invoke machine/class/alias.hpp (first_time, not_needed)
** Invoke machine/class/block_environment.hpp (first_time, not_needed)
** Invoke machine/class/block_as_method.hpp (first_time, not_needed)
** Invoke machine/class/byte_array.hpp (first_time, not_needed)
** Invoke machine/class/io.hpp (first_time, not_needed)
** Invoke machine/class/channel.hpp (first_time, not_needed)
** Invoke machine/class/module.hpp (first_time, not_needed)
** Invoke machine/class/constant_table.hpp (first_time, not_needed)
** Invoke machine/class/class.hpp (first_time, not_needed)
** Invoke machine/class/compiled_code.hpp (first_time, not_needed)
** Invoke machine/class/data.hpp (first_time, not_needed)
** Invoke machine/class/dir.hpp (first_time, not_needed)
** Invoke machine/class/exception.hpp (first_time, not_needed)
** Invoke machine/class/float.hpp (first_time, not_needed)
** Invoke machine/class/fsevent.hpp (first_time, not_needed)
** Invoke machine/class/immediates.hpp (first_time, not_needed)
** Invoke machine/class/iseq.hpp (first_time, not_needed)
** Invoke machine/class/list.hpp (first_time, not_needed)
** Invoke machine/class/logger.hpp (first_time, not_needed)
** Invoke machine/class/lookup_table.hpp (first_time, not_needed)
** Invoke machine/class/ffi_pointer.hpp (first_time, not_needed)
** Invoke machine/class/method_table.hpp (first_time, not_needed)
** Invoke machine/class/native_function.hpp (first_time, not_needed)
** Invoke machine/class/packed_object.hpp (first_time, not_needed)
** Invoke machine/class/randomizer.hpp (first_time, not_needed)
** Invoke machine/class/regexp.hpp (first_time, not_needed)
** Invoke machine/class/lexical_scope.hpp (first_time, not_needed)
** Invoke machine/class/encoding.hpp (first_time, not_needed)
** Invoke machine/class/string.hpp (first_time, not_needed)
** Invoke machine/class/symbol.hpp (first_time, not_needed)
** Invoke machine/class/thread.hpp (first_time, not_needed)
** Invoke machine/class/tuple.hpp (first_time, not_needed)
** Invoke machine/class/compact_lookup_table.hpp (first_time, not_needed)
** Invoke machine/class/time.hpp (first_time, not_needed)
** Invoke machine/class/stat.hpp (first_time, not_needed)
** Invoke machine/class/native_method.hpp (first_time, not_needed)
** Invoke machine/class/system.hpp (first_time, not_needed)
** Invoke machine/class/autoload.hpp (first_time, not_needed)
** Invoke machine/class/proc.hpp (first_time, not_needed)
** Invoke machine/class/variable_scope.hpp (first_time, not_needed)
** Invoke machine/class/location.hpp (first_time, not_needed)
** Invoke machine/class/constant_cache.hpp (first_time, not_needed)
** Invoke machine/class/call_site.hpp (first_time, not_needed)
** Invoke machine/class/weakref.hpp (first_time, not_needed)
** Invoke machine/class/fiber.hpp (first_time, not_needed)
** Invoke machine/class/thunk.hpp (first_time, not_needed)
** Invoke machine/class/atomic.hpp (first_time, not_needed)
** Invoke machine/class/character.hpp (first_time, not_needed)
** Invoke machine/class/thread_state.hpp (first_time, not_needed)
** Invoke machine/class/jit.hpp (first_time, not_needed)
** Invoke machine/class/code_db.hpp (first_time, not_needed)
** Invoke machine/class/diagnostics.hpp (first_time, not_needed)
** Invoke machine/class/trie.hpp (first_time, not_needed)
** Invoke machine/codegen/field_extract.rb (first_time, not_needed)
** Invoke machine/gen (first_time, not_needed)
** Invoke run_field_extract (first_time)
** Execute run_field_extract
/home/test/.rvm/rubies/ruby-2.4.0/bin/ruby machine/codegen/field_extract.rb machine/class/basic_object.hpp machine/class/object.hpp machine/class/integer.hpp machine/class/fixnum.hpp machine/class/array.hpp machine/class/bignum.hpp machine/class/executable.hpp machine/class/access_variable.hpp machine/class/alias.hpp machine/class/block_environment.hpp machine/class/block_as_method.hpp machine/class/byte_array.hpp machine/class/io.hpp machine/class/channel.hpp machine/class/module.hpp machine/class/constant_table.hpp machine/class/class.hpp machine/class/compiled_code.hpp machine/class/data.hpp machine/class/dir.hpp machine/class/exception.hpp machine/class/float.hpp machine/class/fsevent.hpp machine/class/immediates.hpp machine/class/iseq.hpp machine/class/list.hpp machine/class/logger.hpp machine/class/lookup_table.hpp machine/class/ffi_pointer.hpp machine/class/method_table.hpp machine/class/native_function.hpp machine/class/packed_object.hpp machine/class/randomizer.hpp machine/class/regexp.hpp machine/class/lexical_scope.hpp machine/class/encoding.hpp machine/class/string.hpp machine/class/symbol.hpp machine/class/thread.hpp machine/class/tuple.hpp machine/class/compact_lookup_table.hpp machine/class/time.hpp machine/class/stat.hpp machine/class/native_method.hpp machine/class/system.hpp machine/class/autoload.hpp machine/class/proc.hpp machine/class/variable_scope.hpp machine/class/location.hpp machine/class/constant_cache.hpp machine/class/call_site.hpp machine/class/weakref.hpp machine/class/fiber.hpp machine/class/thunk.hpp machine/class/atomic.hpp machine/class/character.hpp machine/class/thread_state.hpp machine/class/jit.hpp machine/class/code_db.hpp machine/class/diagnostics.hpp machine/class/trie.hpp
** Execute machine/gen/includes.hpp
** Invoke machine/gen/kind_of.hpp (first_time)
** Invoke machine/class/basic_object.hpp (not_needed)
** Invoke machine/class/object.hpp (not_needed)
** Invoke machine/class/integer.hpp (not_needed)
** Invoke machine/class/fixnum.hpp (not_needed)
** Invoke machine/class/array.hpp (not_needed)
** Invoke machine/class/bignum.hpp (not_needed)
** Invoke machine/class/executable.hpp (not_needed)
** Invoke machine/class/access_variable.hpp (not_needed)
** Invoke machine/class/alias.hpp (not_needed)
** Invoke machine/class/block_environment.hpp (not_needed)
** Invoke machine/class/block_as_method.hpp (not_needed)
** Invoke machine/class/byte_array.hpp (not_needed)
** Invoke machine/class/io.hpp (not_needed)
** Invoke machine/class/channel.hpp (not_needed)
** Invoke machine/class/module.hpp (not_needed)
** Invoke machine/class/constant_table.hpp (not_needed)
** Invoke machine/class/class.hpp (not_needed)
** Invoke machine/class/compiled_code.hpp (not_needed)
** Invoke machine/class/data.hpp (not_needed)
** Invoke machine/class/dir.hpp (not_needed)
** Invoke machine/class/exception.hpp (not_needed)
** Invoke machine/class/float.hpp (not_needed)
** Invoke machine/class/fsevent.hpp (not_needed)
** Invoke machine/class/immediates.hpp (not_needed)
** Invoke machine/class/iseq.hpp (not_needed)
** Invoke machine/class/list.hpp (not_needed)
** Invoke machine/class/logger.hpp (not_needed)
** Invoke machine/class/lookup_table.hpp (not_needed)
** Invoke machine/class/ffi_pointer.hpp (not_needed)
** Invoke machine/class/method_table.hpp (not_needed)
** Invoke machine/class/native_function.hpp (not_needed)
** Invoke machine/class/packed_object.hpp (not_needed)
** Invoke machine/class/randomizer.hpp (not_needed)
** Invoke machine/class/regexp.hpp (not_needed)
** Invoke machine/class/lexical_scope.hpp (not_needed)
** Invoke machine/class/encoding.hpp (not_needed)
** Invoke machine/class/string.hpp (not_needed)
** Invoke machine/class/symbol.hpp (not_needed)
** Invoke machine/class/thread.hpp (not_needed)
** Invoke machine/class/tuple.hpp (not_needed)
** Invoke machine/class/compact_lookup_table.hpp (not_needed)
** Invoke machine/class/time.hpp (not_needed)
** Invoke machine/class/stat.hpp (not_needed)
** Invoke machine/class/native_method.hpp (not_needed)
** Invoke machine/class/system.hpp (not_needed)
** Invoke machine/class/autoload.hpp (not_needed)
** Invoke machine/class/proc.hpp (not_needed)
** Invoke machine/class/variable_scope.hpp (not_needed)
** Invoke machine/class/location.hpp (not_needed)
** Invoke machine/class/constant_cache.hpp (not_needed)
** Invoke machine/class/call_site.hpp (not_needed)
** Invoke machine/class/weakref.hpp (not_needed)
** Invoke machine/class/fiber.hpp (not_needed)
** Invoke machine/class/thunk.hpp (not_needed)
** Invoke machine/class/atomic.hpp (not_needed)
** Invoke machine/class/character.hpp (not_needed)
** Invoke machine/class/thread_state.hpp (not_needed)
** Invoke machine/class/jit.hpp (not_needed)
** Invoke machine/class/code_db.hpp (not_needed)
** Invoke machine/class/diagnostics.hpp (not_needed)
** Invoke machine/class/trie.hpp (not_needed)
** Invoke machine/codegen/field_extract.rb (not_needed)
** Invoke run_field_extract
** Execute machine/gen/kind_of.hpp
** Invoke machine/gen/object_types.hpp (first_time)
** Invoke machine/class/basic_object.hpp (not_needed)
** Invoke machine/class/object.hpp (not_needed)
** Invoke machine/class/integer.hpp (not_needed)
** Invoke machine/class/fixnum.hpp (not_needed)
** Invoke machine/class/array.hpp (not_needed)
** Invoke machine/class/bignum.hpp (not_needed)
** Invoke machine/class/executable.hpp (not_needed)
** Invoke machine/class/access_variable.hpp (not_needed)
** Invoke machine/class/alias.hpp (not_needed)
** Invoke machine/class/block_environment.hpp (not_needed)
** Invoke machine/class/block_as_method.hpp (not_needed)
** Invoke machine/class/byte_array.hpp (not_needed)
** Invoke machine/class/io.hpp (not_needed)
** Invoke machine/class/channel.hpp (not_needed)
** Invoke machine/class/module.hpp (not_needed)
** Invoke machine/class/constant_table.hpp (not_needed)
** Invoke machine/class/class.hpp (not_needed)
** Invoke machine/class/compiled_code.hpp (not_needed)
** Invoke machine/class/data.hpp (not_needed)
** Invoke machine/class/dir.hpp (not_needed)
** Invoke machine/class/exception.hpp (not_needed)
** Invoke machine/class/float.hpp (not_needed)
** Invoke machine/class/fsevent.hpp (not_needed)
** Invoke machine/class/immediates.hpp (not_needed)
** Invoke machine/class/iseq.hpp (not_needed)
** Invoke machine/class/list.hpp (not_needed)
** Invoke machine/class/logger.hpp (not_needed)
** Invoke machine/class/lookup_table.hpp (not_needed)
** Invoke machine/class/ffi_pointer.hpp (not_needed)
** Invoke machine/class/method_table.hpp (not_needed)
** Invoke machine/class/native_function.hpp (not_needed)
** Invoke machine/class/packed_object.hpp (not_needed)
** Invoke machine/class/randomizer.hpp (not_needed)
** Invoke machine/class/regexp.hpp (not_needed)
** Invoke machine/class/lexical_scope.hpp (not_needed)
** Invoke machine/class/encoding.hpp (not_needed)
** Invoke machine/class/string.hpp (not_needed)
** Invoke machine/class/symbol.hpp (not_needed)
** Invoke machine/class/thread.hpp (not_needed)
** Invoke machine/class/tuple.hpp (not_needed)
** Invoke machine/class/compact_lookup_table.hpp (not_needed)
** Invoke machine/class/time.hpp (not_needed)
** Invoke machine/class/stat.hpp (not_needed)
** Invoke machine/class/native_method.hpp (not_needed)
** Invoke machine/class/system.hpp (not_needed)
** Invoke machine/class/autoload.hpp (not_needed)
** Invoke machine/class/proc.hpp (not_needed)
** Invoke machine/class/variable_scope.hpp (not_needed)
** Invoke machine/class/location.hpp (not_needed)
** Invoke machine/class/constant_cache.hpp (not_needed)
** Invoke machine/class/call_site.hpp (not_needed)
** Invoke machine/class/weakref.hpp (not_needed)
** Invoke machine/class/fiber.hpp (not_needed)
** Invoke machine/class/thunk.hpp (not_needed)
** Invoke machine/class/atomic.hpp (not_needed)
** Invoke machine/class/character.hpp (not_needed)
** Invoke machine/class/thread_state.hpp (not_needed)
** Invoke machine/class/jit.hpp (not_needed)
** Invoke machine/class/code_db.hpp (not_needed)
** Invoke machine/class/diagnostics.hpp (not_needed)
** Invoke machine/class/trie.hpp (not_needed)
** Invoke machine/codegen/field_extract.rb (not_needed)
** Invoke run_field_extract
** Execute machine/gen/object_types.hpp
** Invoke machine/gen/typechecks.gen.cpp (first_time)
** Invoke machine/class/basic_object.hpp (not_needed)
** Invoke machine/class/object.hpp (not_needed)
** Invoke machine/class/integer.hpp (not_needed)
** Invoke machine/class/fixnum.hpp (not_needed)
** Invoke machine/class/array.hpp (not_needed)
** Invoke machine/class/bignum.hpp (not_needed)
** Invoke machine/class/executable.hpp (not_needed)
** Invoke machine/class/access_variable.hpp (not_needed)
** Invoke machine/class/alias.hpp (not_needed)
** Invoke machine/class/block_environment.hpp (not_needed)
** Invoke machine/class/block_as_method.hpp (not_needed)
** Invoke machine/class/byte_array.hpp (not_needed)
** Invoke machine/class/io.hpp (not_needed)
** Invoke machine/class/channel.hpp (not_needed)
** Invoke machine/class/module.hpp (not_needed)
** Invoke machine/class/constant_table.hpp (not_needed)
** Invoke machine/class/class.hpp (not_needed)
** Invoke machine/class/compiled_code.hpp (not_needed)
** Invoke machine/class/data.hpp (not_needed)
** Invoke machine/class/dir.hpp (not_needed)
** Invoke machine/class/exception.hpp (not_needed)
** Invoke machine/class/float.hpp (not_needed)
** Invoke machine/class/fsevent.hpp (not_needed)
** Invoke machine/class/immediates.hpp (not_needed)
** Invoke machine/class/iseq.hpp (not_needed)
** Invoke machine/class/list.hpp (not_needed)
** Invoke machine/class/logger.hpp (not_needed)
** Invoke machine/class/lookup_table.hpp (not_needed)
** Invoke machine/class/ffi_pointer.hpp (not_needed)
** Invoke machine/class/method_table.hpp (not_needed)
** Invoke machine/class/native_function.hpp (not_needed)
** Invoke machine/class/packed_object.hpp (not_needed)
** Invoke machine/class/randomizer.hpp (not_needed)
** Invoke machine/class/regexp.hpp (not_needed)
** Invoke machine/class/lexical_scope.hpp (not_needed)
** Invoke machine/class/encoding.hpp (not_needed)
** Invoke machine/class/string.hpp (not_needed)
** Invoke machine/class/symbol.hpp (not_needed)
** Invoke machine/class/thread.hpp (not_needed)
** Invoke machine/class/tuple.hpp (not_needed)
** Invoke machine/class/compact_lookup_table.hpp (not_needed)
** Invoke machine/class/time.hpp (not_needed)
** Invoke machine/class/stat.hpp (not_needed)
** Invoke machine/class/native_method.hpp (not_needed)
** Invoke machine/class/system.hpp (not_needed)
** Invoke machine/class/autoload.hpp (not_needed)
** Invoke machine/class/proc.hpp (not_needed)
** Invoke machine/class/variable_scope.hpp (not_needed)
** Invoke machine/class/location.hpp (not_needed)
** Invoke machine/class/constant_cache.hpp (not_needed)
** Invoke machine/class/call_site.hpp (not_needed)
** Invoke machine/class/weakref.hpp (not_needed)
** Invoke machine/class/fiber.hpp (not_needed)
** Invoke machine/class/thunk.hpp (not_needed)
** Invoke machine/class/atomic.hpp (not_needed)
** Invoke machine/class/character.hpp (not_needed)
** Invoke machine/class/thread_state.hpp (not_needed)
** Invoke machine/class/jit.hpp (not_needed)
** Invoke machine/class/code_db.hpp (not_needed)
** Invoke machine/class/diagnostics.hpp (not_needed)
** Invoke machine/class/trie.hpp (not_needed)
** Invoke machine/codegen/field_extract.rb (not_needed)
** Invoke run_field_extract
** Execute machine/gen/typechecks.gen.cpp
** Invoke machine/gen/primitives_declare.hpp (first_time)
** Invoke machine/class/basic_object.hpp (not_needed)
** Invoke machine/class/object.hpp (not_needed)
** Invoke machine/class/integer.hpp (not_needed)
** Invoke machine/class/fixnum.hpp (not_needed)
** Invoke machine/class/array.hpp (not_needed)
** Invoke machine/class/bignum.hpp (not_needed)
** Invoke machine/class/executable.hpp (not_needed)
** Invoke machine/class/access_variable.hpp (not_needed)
** Invoke machine/class/alias.hpp (not_needed)
** Invoke machine/class/block_environment.hpp (not_needed)
** Invoke machine/class/block_as_method.hpp (not_needed)
** Invoke machine/class/byte_array.hpp (not_needed)
** Invoke machine/class/io.hpp (not_needed)
** Invoke machine/class/channel.hpp (not_needed)
** Invoke machine/class/module.hpp (not_needed)
** Invoke machine/class/constant_table.hpp (not_needed)
** Invoke machine/class/class.hpp (not_needed)
** Invoke machine/class/compiled_code.hpp (not_needed)
** Invoke machine/class/data.hpp (not_needed)
** Invoke machine/class/dir.hpp (not_needed)
** Invoke machine/class/exception.hpp (not_needed)
** Invoke machine/class/float.hpp (not_needed)
** Invoke machine/class/fsevent.hpp (not_needed)
** Invoke machine/class/immediates.hpp (not_needed)
** Invoke machine/class/iseq.hpp (not_needed)
** Invoke machine/class/list.hpp (not_needed)
** Invoke machine/class/logger.hpp (not_needed)
** Invoke machine/class/lookup_table.hpp (not_needed)
** Invoke machine/class/ffi_pointer.hpp (not_needed)
** Invoke machine/class/method_table.hpp (not_needed)
** Invoke machine/class/native_function.hpp (not_needed)
** Invoke machine/class/packed_object.hpp (not_needed)
** Invoke machine/class/randomizer.hpp (not_needed)
** Invoke machine/class/regexp.hpp (not_needed)
** Invoke machine/class/lexical_scope.hpp (not_needed)
** Invoke machine/class/encoding.hpp (not_needed)
** Invoke machine/class/string.hpp (not_needed)
** Invoke machine/class/symbol.hpp (not_needed)
** Invoke machine/class/thread.hpp (not_needed)
** Invoke machine/class/tuple.hpp (not_needed)
** Invoke machine/class/compact_lookup_table.hpp (not_needed)
** Invoke machine/class/time.hpp (not_needed)
** Invoke machine/class/stat.hpp (not_needed)
** Invoke machine/class/native_method.hpp (not_needed)
** Invoke machine/class/system.hpp (not_needed)
** Invoke machine/class/autoload.hpp (not_needed)
** Invoke machine/class/proc.hpp (not_needed)
** Invoke machine/class/variable_scope.hpp (not_needed)
** Invoke machine/class/location.hpp (not_needed)
** Invoke machine/class/constant_cache.hpp (not_needed)
** Invoke machine/class/call_site.hpp (not_needed)
** Invoke machine/class/weakref.hpp (not_needed)
** Invoke machine/class/fiber.hpp (not_needed)
** Invoke machine/class/thunk.hpp (not_needed)
** Invoke machine/class/atomic.hpp (not_needed)
** Invoke machine/class/character.hpp (not_needed)
** Invoke machine/class/thread_state.hpp (not_needed)
** Invoke machine/class/jit.hpp (not_needed)
** Invoke machine/class/code_db.hpp (not_needed)
** Invoke machine/class/diagnostics.hpp (not_needed)
** Invoke machine/class/trie.hpp (not_needed)
** Invoke machine/codegen/field_extract.rb (not_needed)
** Invoke run_field_extract
** Execute machine/gen/primitives_declare.hpp
** Invoke machine/gen/invoke_functions.cpp (first_time)
** Invoke machine/class/basic_object.hpp (not_needed)
** Invoke machine/class/object.hpp (not_needed)
** Invoke machine/class/integer.hpp (not_needed)
** Invoke machine/class/fixnum.hpp (not_needed)
** Invoke machine/class/array.hpp (not_needed)
** Invoke machine/class/bignum.hpp (not_needed)
** Invoke machine/class/executable.hpp (not_needed)
** Invoke machine/class/access_variable.hpp (not_needed)
** Invoke machine/class/alias.hpp (not_needed)
** Invoke machine/class/block_environment.hpp (not_needed)
** Invoke machine/class/block_as_method.hpp (not_needed)
** Invoke machine/class/byte_array.hpp (not_needed)
** Invoke machine/class/io.hpp (not_needed)
** Invoke machine/class/channel.hpp (not_needed)
** Invoke machine/class/module.hpp (not_needed)
** Invoke machine/class/constant_table.hpp (not_needed)
** Invoke machine/class/class.hpp (not_needed)
** Invoke machine/class/compiled_code.hpp (not_needed)
** Invoke machine/class/data.hpp (not_needed)
** Invoke machine/class/dir.hpp (not_needed)
** Invoke machine/class/exception.hpp (not_needed)
** Invoke machine/class/float.hpp (not_needed)
** Invoke machine/class/fsevent.hpp (not_needed)
** Invoke machine/class/immediates.hpp (not_needed)
** Invoke machine/class/iseq.hpp (not_needed)
** Invoke machine/class/list.hpp (not_needed)
** Invoke machine/class/logger.hpp (not_needed)
** Invoke machine/class/lookup_table.hpp (not_needed)
** Invoke machine/class/ffi_pointer.hpp (not_needed)
** Invoke machine/class/method_table.hpp (not_needed)
** Invoke machine/class/native_function.hpp (not_needed)
** Invoke machine/class/packed_object.hpp (not_needed)
** Invoke machine/class/randomizer.hpp (not_needed)
** Invoke machine/class/regexp.hpp (not_needed)
** Invoke machine/class/lexical_scope.hpp (not_needed)
** Invoke machine/class/encoding.hpp (not_needed)
** Invoke machine/class/string.hpp (not_needed)
** Invoke machine/class/symbol.hpp (not_needed)
** Invoke machine/class/thread.hpp (not_needed)
** Invoke machine/class/tuple.hpp (not_needed)
** Invoke machine/class/compact_lookup_table.hpp (not_needed)
** Invoke machine/class/time.hpp (not_needed)
** Invoke machine/class/stat.hpp (not_needed)
** Invoke machine/class/native_method.hpp (not_needed)
** Invoke machine/class/system.hpp (not_needed)
** Invoke machine/class/autoload.hpp (not_needed)
** Invoke machine/class/proc.hpp (not_needed)
** Invoke machine/class/variable_scope.hpp (not_needed)
** Invoke machine/class/location.hpp (not_needed)
** Invoke machine/class/constant_cache.hpp (not_needed)
** Invoke machine/class/call_site.hpp (not_needed)
** Invoke machine/class/weakref.hpp (not_needed)
** Invoke machine/class/fiber.hpp (not_needed)
** Invoke machine/class/thunk.hpp (not_needed)
** Invoke machine/class/atomic.hpp (not_needed)
** Invoke machine/class/character.hpp (not_needed)
** Invoke machine/class/thread_state.hpp (not_needed)
** Invoke machine/class/jit.hpp (not_needed)
** Invoke machine/class/code_db.hpp (not_needed)
** Invoke machine/class/diagnostics.hpp (not_needed)
** Invoke machine/class/trie.hpp (not_needed)
** Invoke machine/codegen/field_extract.rb (not_needed)
** Invoke run_field_extract
** Execute machine/gen/invoke_functions.cpp
** Invoke machine/gen/accessor_functions.cpp (first_time)
** Invoke machine/class/basic_object.hpp (not_needed)
** Invoke machine/class/object.hpp (not_needed)
** Invoke machine/class/integer.hpp (not_needed)
** Invoke machine/class/fixnum.hpp (not_needed)
** Invoke machine/class/array.hpp (not_needed)
** Invoke machine/class/bignum.hpp (not_needed)
** Invoke machine/class/executable.hpp (not_needed)
** Invoke machine/class/access_variable.hpp (not_needed)
** Invoke machine/class/alias.hpp (not_needed)
** Invoke machine/class/block_environment.hpp (not_needed)
** Invoke machine/class/block_as_method.hpp (not_needed)
** Invoke machine/class/byte_array.hpp (not_needed)
** Invoke machine/class/io.hpp (not_needed)
** Invoke machine/class/channel.hpp (not_needed)
** Invoke machine/class/module.hpp (not_needed)
** Invoke machine/class/constant_table.hpp (not_needed)
** Invoke machine/class/class.hpp (not_needed)
** Invoke machine/class/compiled_code.hpp (not_needed)
** Invoke machine/class/data.hpp (not_needed)
** Invoke machine/class/dir.hpp (not_needed)
** Invoke machine/class/exception.hpp (not_needed)
** Invoke machine/class/float.hpp (not_needed)
** Invoke machine/class/fsevent.hpp (not_needed)
** Invoke machine/class/immediates.hpp (not_needed)
** Invoke machine/class/iseq.hpp (not_needed)
** Invoke machine/class/list.hpp (not_needed)
** Invoke machine/class/logger.hpp (not_needed)
** Invoke machine/class/lookup_table.hpp (not_needed)
** Invoke machine/class/ffi_pointer.hpp (not_needed)
** Invoke machine/class/method_table.hpp (not_needed)
** Invoke machine/class/native_function.hpp (not_needed)
** Invoke machine/class/packed_object.hpp (not_needed)
** Invoke machine/class/randomizer.hpp (not_needed)
** Invoke machine/class/regexp.hpp (not_needed)
** Invoke machine/class/lexical_scope.hpp (not_needed)
** Invoke machine/class/encoding.hpp (not_needed)
** Invoke machine/class/string.hpp (not_needed)
** Invoke machine/class/symbol.hpp (not_needed)
** Invoke machine/class/thread.hpp (not_needed)
** Invoke machine/class/tuple.hpp (not_needed)
** Invoke machine/class/compact_lookup_table.hpp (not_needed)
** Invoke machine/class/time.hpp (not_needed)
** Invoke machine/class/stat.hpp (not_needed)
** Invoke machine/class/native_method.hpp (not_needed)
** Invoke machine/class/system.hpp (not_needed)
** Invoke machine/class/autoload.hpp (not_needed)
** Invoke machine/class/proc.hpp (not_needed)
** Invoke machine/class/variable_scope.hpp (not_needed)
** Invoke machine/class/location.hpp (not_needed)
** Invoke machine/class/constant_cache.hpp (not_needed)
** Invoke machine/class/call_site.hpp (not_needed)
** Invoke machine/class/weakref.hpp (not_needed)
** Invoke machine/class/fiber.hpp (not_needed)
** Invoke machine/class/thunk.hpp (not_needed)
** Invoke machine/class/atomic.hpp (not_needed)
** Invoke machine/class/character.hpp (not_needed)
** Invoke machine/class/thread_state.hpp (not_needed)
** Invoke machine/class/jit.hpp (not_needed)
** Invoke machine/class/code_db.hpp (not_needed)
** Invoke machine/class/diagnostics.hpp (not_needed)
** Invoke machine/class/trie.hpp (not_needed)
** Invoke machine/codegen/field_extract.rb (not_needed)
** Invoke run_field_extract
** Execute machine/gen/accessor_functions.cpp
** Invoke machine/gen/invoke_resolver.cpp (first_time)
** Invoke machine/class/basic_object.hpp (not_needed)
** Invoke machine/class/object.hpp (not_needed)
** Invoke machine/class/integer.hpp (not_needed)
** Invoke machine/class/fixnum.hpp (not_needed)
** Invoke machine/class/array.hpp (not_needed)
** Invoke machine/class/bignum.hpp (not_needed)
** Invoke machine/class/executable.hpp (not_needed)
** Invoke machine/class/access_variable.hpp (not_needed)
** Invoke machine/class/alias.hpp (not_needed)
** Invoke machine/class/block_environment.hpp (not_needed)
** Invoke machine/class/block_as_method.hpp (not_needed)
** Invoke machine/class/byte_array.hpp (not_needed)
** Invoke machine/class/io.hpp (not_needed)
** Invoke machine/class/channel.hpp (not_needed)
** Invoke machine/class/module.hpp (not_needed)
** Invoke machine/class/constant_table.hpp (not_needed)
** Invoke machine/class/class.hpp (not_needed)
** Invoke machine/class/compiled_code.hpp (not_needed)
** Invoke machine/class/data.hpp (not_needed)
** Invoke machine/class/dir.hpp (not_needed)
** Invoke machine/class/exception.hpp (not_needed)
** Invoke machine/class/float.hpp (not_needed)
** Invoke machine/class/fsevent.hpp (not_needed)
** Invoke machine/class/immediates.hpp (not_needed)
** Invoke machine/class/iseq.hpp (not_needed)
** Invoke machine/class/list.hpp (not_needed)
** Invoke machine/class/logger.hpp (not_needed)
** Invoke machine/class/lookup_table.hpp (not_needed)
** Invoke machine/class/ffi_pointer.hpp (not_needed)
** Invoke machine/class/method_table.hpp (not_needed)
** Invoke machine/class/native_function.hpp (not_needed)
** Invoke machine/class/packed_object.hpp (not_needed)
** Invoke machine/class/randomizer.hpp (not_needed)
** Invoke machine/class/regexp.hpp (not_needed)
** Invoke machine/class/lexical_scope.hpp (not_needed)
** Invoke machine/class/encoding.hpp (not_needed)
** Invoke machine/class/string.hpp (not_needed)
** Invoke machine/class/symbol.hpp (not_needed)
** Invoke machine/class/thread.hpp (not_needed)
** Invoke machine/class/tuple.hpp (not_needed)
** Invoke machine/class/compact_lookup_table.hpp (not_needed)
** Invoke machine/class/time.hpp (not_needed)
** Invoke machine/class/stat.hpp (not_needed)
** Invoke machine/class/native_method.hpp (not_needed)
** Invoke machine/class/system.hpp (not_needed)
** Invoke machine/class/autoload.hpp (not_needed)
** Invoke machine/class/proc.hpp (not_needed)
** Invoke machine/class/variable_scope.hpp (not_needed)
** Invoke machine/class/location.hpp (not_needed)
** Invoke machine/class/constant_cache.hpp (not_needed)
** Invoke machine/class/call_site.hpp (not_needed)
** Invoke machine/class/weakref.hpp (not_needed)
** Invoke machine/class/fiber.hpp (not_needed)
** Invoke machine/class/thunk.hpp (not_needed)
** Invoke machine/class/atomic.hpp (not_needed)
** Invoke machine/class/character.hpp (not_needed)
** Invoke machine/class/thread_state.hpp (not_needed)
** Invoke machine/class/jit.hpp (not_needed)
** Invoke machine/class/code_db.hpp (not_needed)
** Invoke machine/class/diagnostics.hpp (not_needed)
** Invoke machine/class/trie.hpp (not_needed)
** Invoke machine/codegen/field_extract.rb (not_needed)
** Invoke run_field_extract
** Execute machine/gen/invoke_resolver.cpp
** Invoke machine/gen/instruction_names.cpp (first_time)
** Invoke machine/gen (not_needed)
** Invoke machine/instructions.def (first_time, not_needed)
** Invoke rakelib/instruction_parser.rb (not_needed)
** Execute machine/gen/instruction_names.cpp
** Invoke machine/gen/instruction_names.hpp (first_time)
** Invoke machine/gen (not_needed)
** Invoke machine/instructions.def (not_needed)
** Invoke rakelib/instruction_parser.rb (not_needed)
** Execute machine/gen/instruction_names.hpp
** Invoke machine/gen/instruction_sizes.hpp (first_time)
** Invoke machine/gen (not_needed)
** Invoke machine/instructions.def (not_needed)
** Invoke rakelib/instruction_parser.rb (not_needed)
** Execute machine/gen/instruction_sizes.hpp
** Invoke machine/gen/instruction_prototypes.hpp (first_time)
** Invoke machine/gen (not_needed)
** Invoke machine/instructions.def (not_needed)
** Invoke rakelib/instruction_parser.rb (not_needed)
** Execute machine/gen/instruction_prototypes.hpp
** Invoke machine/gen/instruction_defines.hpp (first_time)
** Invoke machine/gen (not_needed)
** Invoke machine/instructions.def (not_needed)
** Invoke rakelib/instruction_parser.rb (not_needed)
** Execute machine/gen/instruction_defines.hpp
** Invoke machine/gen/instruction_locations.hpp (first_time)
** Invoke machine/gen (not_needed)
** Invoke machine/instructions.def (not_needed)
** Invoke rakelib/instruction_parser.rb (not_needed)
** Execute machine/gen/instruction_locations.hpp
** Invoke machine/gen/instruction_implementations.hpp (first_time)
** Invoke machine/gen (not_needed)
** Invoke machine/instructions.def (not_needed)
** Invoke rakelib/instruction_parser.rb (not_needed)
** Execute machine/gen/instruction_implementations.hpp
** Invoke machine/gen/instruction_visitors.hpp (first_time)
** Invoke machine/gen (not_needed)
** Invoke machine/instructions.def (not_needed)
** Invoke rakelib/instruction_parser.rb (not_needed)
** Execute machine/gen/instruction_visitors.hpp
** Invoke machine/gen/instruction_effects.hpp (first_time)
** Invoke machine/gen (not_needed)
** Invoke machine/instructions.def (not_needed)
** Invoke rakelib/instruction_parser.rb (not_needed)
** Execute machine/gen/instruction_effects.hpp
** Execute machine/vm
GEN machine/gen/instruction_names.cpp
GEN machine/gen/instruction_names.hpp
GEN machine/gen/instruction_sizes.hpp
GEN machine/gen/instruction_prototypes.hpp
GEN machine/gen/instruction_defines.hpp
GEN machine/gen/instruction_locations.hpp
GEN machine/gen/instruction_implementations.hpp
GEN machine/gen/instruction_visitors.hpp
GEN machine/gen/instruction_effects.hpp
1: LB vendor/double-conversion
clang++ -Wall -g -O2 -c src/bignum-dtoa.cc -o src/bignum-dtoa.o
clang++ -Wall -g -O2 -c src/bignum.cc -o src/bignum.o
clang++ -Wall -g -O2 -c src/cached-powers.cc -o src/cached-powers.o
clang++ -Wall -g -O2 -c src/diy-fp.cc -o src/diy-fp.o
clang++ -Wall -g -O2 -c src/double-conversion.cc -o src/double-conversion.o
clang++ -Wall -g -O2 -c src/fast-dtoa.cc -o src/fast-dtoa.o
clang++ -Wall -g -O2 -c src/fixed-dtoa.cc -o src/fixed-dtoa.o
clang++ -Wall -g -O2 -c src/strtod.cc -o src/strtod.o
ar rv libdoubleconversion.a src/bignum-dtoa.o src/bignum.o src/cached-powers.o src/diy-fp.o src/double-conversion.o src/fast-dtoa.o src/fixed-dtoa.o src/strtod.o
ar: creating libdoubleconversion.a
a - src/bignum-dtoa.o
a - src/bignum.o
a - src/cached-powers.o
a - src/diy-fp.o
a - src/double-conversion.o
a - src/fast-dtoa.o
a - src/fixed-dtoa.o
a - src/strtod.o
ranlib libdoubleconversion.a
1: LB vendor/libffi
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gsed... sed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of clang... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... gcc3
checking dependency style of clang... gcc3
checking whether clang and cc understand -c and -o together... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... clang -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for clang++ option to produce PIC... -fPIC -DPIC
checking if clang++ PIC flag -fPIC -DPIC works... yes
checking if clang++ static flag -static works... yes
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking size of size_t... 8
checking for C compiler vendor... clang
********************************************************
* WARNING: Don't know the best CFLAGS for this system *
* Use ./configure CFLAGS=... to specify your own flags *
* (otherwise, a default of CFLAGS=-O3 will be used) *
********************************************************
checking whether C compiler accepts -O3... yes
checking CFLAGS for maximum warnings... -Wall
checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for mkostemp... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for ANSI C header files... (cached) yes
checking for memcpy... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking size of double... 8
checking size of long double... 16
checking whether byte ordering is bigendian... no
checking assembler .cfi pseudo-op support... yes
checking assembler supports pc related relocs... yes
checking assembler .ascii pseudo-op support... yes
checking assembler .string pseudo-op support... yes
checking for _ prefix in compiled symbols... no
checking toolchain supports unwind section type... yes
checking whether .eh_frame section should be read-only... yes
checking for __attribute__((visibility("hidden")))... yes
clang-3.9: error: unsupported option '-print-multi-os-directory'
clang-3.9: error: no input files
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating include/ffi.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating man/Makefile
config.status: creating libffi.pc
config.status: creating fficonfig.h
config.status: linking src/x86/ffitarget.h to include/ffitarget.h
config.status: executing buildir commands
config.status: skipping top_srcdir/Makefile - not created
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing include commands
config.status: executing src commands
make 'AR_FLAGS=' 'CC_FOR_BUILD=' 'CFLAGS=-O3 -Wall -fexceptions' 'CXXFLAGS=-g -O2' 'CFLAGS_FOR_BUILD=' 'CFLAGS_FOR_TARGET=' 'INSTALL=/usr/bin/install -c' 'INSTALL_DATA=/usr/bin/install -c -m 644' 'INSTALL_PROGRAM=/usr/bin/install -c' 'INSTALL_SCRIPT=/usr/bin/install -c' 'JC1FLAGS=' 'LDFLAGS=' 'LIBCFLAGS=' 'LIBCFLAGS_FOR_TARGET=' 'MAKE=make' 'MAKEINFO=/bin/sh /home/test/.rvm/src/rbx-3.69/vendor/libffi/missing makeinfo ' 'PICFLAG=' 'PICFLAG_FOR_TARGET=' 'RUNTESTFLAGS=' 'SHELL=/bin/sh' 'exec_prefix=/usr/local' 'infodir=/usr/local/share/info' 'libdir=/usr/local/lib' 'mandir=/usr/local/share/man' 'prefix=/usr/local' 'AR=ar' 'AS=as' 'CC=clang' 'CXX=clang++' 'LD=/usr/bin/ld -m elf_x86_64' 'NM=/usr/bin/nm -B' 'RANLIB=ranlib' 'DESTDIR=' all-recursive
make[1]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libffi'
Making all in include
make[2]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libffi/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libffi/include'
Making all in testsuite
make[2]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libffi/testsuite'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libffi/testsuite'
Making all in man
make[2]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libffi/man'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libffi/man'
make[2]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libffi'
depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo src/prep_cif.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -fPIC -DPIC -o src/.libs/prep_cif.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1
depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o src/types.lo src/types.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -fPIC -DPIC -o src/.libs/types.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -o src/types.o >/dev/null 2>&1
depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo src/raw_api.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -fPIC -DPIC -o src/.libs/raw_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -o src/raw_api.o >/dev/null 2>&1
depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo src/java_raw_api.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -fPIC -DPIC -o src/.libs/java_raw_api.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1
depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo src/closures.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -fPIC -DPIC -o src/.libs/closures.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -o src/closures.o >/dev/null 2>&1
depbase=`echo src/x86/ffi64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi64.lo src/x86/ffi64.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -fPIC -DPIC -o src/x86/.libs/ffi64.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -o src/x86/ffi64.o >/dev/null 2>&1
depbase=`echo src/x86/unix64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/x86/unix64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/unix64.lo src/x86/unix64.S &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c src/x86/unix64.S -fPIC -DPIC -o src/x86/.libs/unix64.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c src/x86/unix64.S -o src/x86/unix64.o >/dev/null 2>&1
depbase=`echo src/x86/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi.lo src/x86/ffi.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -fPIC -DPIC -o src/x86/.libs/ffi.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -O3 -Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -o src/x86/ffi.o >/dev/null 2>&1
depbase=`echo src/x86/sysv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/x86/sysv.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/sysv.lo src/x86/sysv.S &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/x86/sysv.lo -MD -MP -MF src/x86/.deps/sysv.Tpo -c src/x86/sysv.S -fPIC -DPIC -o src/x86/.libs/sysv.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/x86/sysv.lo -MD -MP -MF src/x86/.deps/sysv.Tpo -c src/x86/sysv.S -o src/x86/sysv.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link clang -O3 -Wall -fexceptions -o libffi_convenience.la src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffi.lo src/x86/sysv.lo
libtool: link: ar cru .libs/libffi_convenience.a src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffi.o src/x86/.libs/sysv.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libffi_convenience.a
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
/bin/sh ./libtool --tag=CC --mode=link clang -O3 -Wall -fexceptions -no-undefined -version-info `grep -v '^#' ./libtool-version` -o libffi.la -rpath /usr/local/lib src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffi.lo src/x86/sysv.lo
libtool: link: clang -shared -fPIC -DPIC src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffi.o src/x86/.libs/sysv.o -O3 -Wl,-soname -Wl,libffi.so.6 -o .libs/libffi.so.6.0.4
libtool: link: (cd ".libs" && rm -f "libffi.so.6" && ln -s "libffi.so.6.0.4" "libffi.so.6")
libtool: link: (cd ".libs" && rm -f "libffi.so" && ln -s "libffi.so.6.0.4" "libffi.so")
libtool: link: ar cru .libs/libffi.a src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi64.o src/x86/unix64.o src/x86/ffi.o src/x86/sysv.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libffi.a
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
make[2]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libffi'
make[1]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libffi'
1: LB vendor/libsodium
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether clang is Clang... yes
checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for clang option to accept ISO C99... none needed
checking dependency style of clang... gcc3
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for __native_client__ defined... no
checking for _FORTIFY_SOURCE defined... no
checking whether C compiler accepts -D_FORTIFY_SOURCE=2... yes
checking whether C compiler accepts -fvisibility=hidden... yes
checking whether C compiler accepts -fPIC... yes
checking whether the linker accepts -fPIC... yes
checking whether C compiler accepts -fPIE... yes
checking whether the linker accepts -fPIE... yes
checking whether the linker accepts -pie... yes
checking whether C compiler accepts -fno-strict-aliasing... yes
checking whether C compiler accepts -fno-strict-overflow... yes
checking whether C compiler accepts -fstack-protector... yes
checking whether the linker accepts -fstack-protector... yes
checking whether C compiler accepts -Wwrite-strings... yes
checking whether C compiler accepts -Wdiv-by-zero... yes
checking whether C compiler accepts -Wsometimes-uninitialized... yes
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wall -Wextra... yes
checking for clang... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align -Wcast-qual... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wpointer-arith... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wpointer-arith -Wredundant-decls... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wpointer-arith -Wredundant-decls -Wstrict-prototypes... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum... yes
checking whether C compiler accepts -Wall -Wextra -Wno-unknown-warning-option -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... yes
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether the linker accepts -Wl,-z,noexecstack... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ar... (cached) ar
checking for MMX instructions set... checking whether C compiler accepts -mmmx... yes
yes
checking whether C compiler accepts -mmmx... (cached) yes
checking for SSE2 instructions set... checking whether C compiler accepts -msse2... yes
yes
checking whether C compiler accepts -msse2... (cached) yes
checking whether C compiler accepts -msse3... yes
checking for SSE3 instructions set... yes
checking whether C compiler accepts -msse3... (cached) yes
checking whether C compiler accepts -mssse3... yes
checking for SSSE3 instructions set... yes
checking whether C compiler accepts -mssse3... (cached) yes
checking whether C compiler accepts -msse4.1... yes
checking for SSE4.1 instructions set... yes
checking whether C compiler accepts -msse4.1... (cached) yes
checking whether C compiler accepts -mavx... yes
checking for AVX instructions set... yes
checking whether C compiler accepts -mavx... (cached) yes
checking whether C compiler accepts -mavx2... yes
checking for AVX2 instructions set... yes
checking whether C compiler accepts -mavx2... (cached) yes
checking if _mm256_broadcastsi128_si256 is correctly defined... yes
checking whether C compiler accepts -maes... yes
checking whether C compiler accepts -mpclmul... yes
checking for AESNI instructions set and PCLMULQDQ... yes
checking whether C compiler accepts -maes... (cached) yes
checking whether C compiler accepts -mpclmul... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for inline... inline
checking whether byte ordering is bigendian... (cached) no
checking whether __STDC_LIMIT_MACROS is required... no
checking whether we can use x86_64 asm code... yes
checking whether we can assemble AVX opcodes... yes
checking for 128-bit arithmetic... yes
checking for cpuid instruction... yes
checking if the .private_extern asm directive is supported... no
checking if the .hidden asm directive is supported... yes
checking if weak symbols are supported... yes
checking if data alignment is required... no
checking for arc4random... no
checking for arc4random_buf... no
checking for mmap... yes
checking for mlock... yes
checking for madvise... yes
checking for mprotect... yes
checking for explicit_bzero... no
checking for nanosleep... yes
checking for posix_memalign... yes
checking for getpid... yes
checking if gcc/ld supports -Wl,--output-def... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dist-build/Makefile
config.status: creating libsodium.pc
config.status: creating libsodium-uninstalled.pc
config.status: creating msvc-scripts/Makefile
config.status: creating src/Makefile
config.status: creating src/libsodium/Makefile
config.status: creating src/libsodium/include/Makefile
config.status: creating src/libsodium/include/sodium/version.h
config.status: creating test/default/Makefile
config.status: creating test/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in dist-build
make[1]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/dist-build'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/dist-build'
Making all in msvc-scripts
make[1]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/msvc-scripts'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/msvc-scripts'
Making all in src
make[1]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/src'
Making all in libsodium
make[2]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/src/libsodium'
Making all in include
make[3]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/src/libsodium/include'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/src/libsodium/include'
make[3]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/src/libsodium'
CC crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo
CC crypto_auth/libsodium_la-crypto_auth.lo
CC crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256_api.lo
CC crypto_auth/hmacsha256/cp/libsodium_la-hmac_hmacsha256.lo
CC crypto_auth/hmacsha256/cp/libsodium_la-verify_hmacsha256.lo
CC crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo
CC crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo
CC crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo
CC crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo
CC crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo
CC crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo
CC crypto_box/libsodium_la-crypto_box.lo
CC crypto_box/libsodium_la-crypto_box_easy.lo
CC crypto_box/libsodium_la-crypto_box_seal.lo
CC crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305_api.lo
CC crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo
CC crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo
CC crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo
CC crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo
CC crypto_core/curve25519/ref10/libsodium_la-curve25519_ref10.lo
CC crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20.lo
CC crypto_core/hsalsa20/libsodium_la-core_hsalsa20_api.lo
CC crypto_core/salsa20/ref/libsodium_la-core_salsa20.lo
CC crypto_core/salsa20/libsodium_la-core_salsa20_api.lo
CC crypto_generichash/libsodium_la-crypto_generichash.lo
CC crypto_generichash/blake2/libsodium_la-generichash_blake2_api.lo
CC crypto_generichash/blake2/ref/libsodium_la-blake2b-compress-ref.lo
CC crypto_generichash/blake2/ref/libsodium_la-blake2b-ref.lo
CC crypto_generichash/blake2/ref/libsodium_la-generichash_blake2b.lo
CC crypto_hash/libsodium_la-crypto_hash.lo
CC crypto_hash/sha256/libsodium_la-hash_sha256_api.lo
CC crypto_hash/sha256/cp/libsodium_la-hash_sha256.lo
CC crypto_hash/sha512/libsodium_la-hash_sha512_api.lo
CC crypto_hash/sha512/cp/libsodium_la-hash_sha512.lo
CC crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo
CC crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo
CC crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo
CC crypto_pwhash/argon2/libsodium_la-argon2-core.lo
CC crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo
CC crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo
CC crypto_pwhash/argon2/libsodium_la-argon2.lo
CC crypto_pwhash/argon2/libsodium_la-blake2b-long.lo
CC crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo
CC crypto_pwhash/libsodium_la-crypto_pwhash.lo
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo
CC crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo
CC crypto_scalarmult/libsodium_la-crypto_scalarmult.lo
CC crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo
CC crypto_secretbox/libsodium_la-crypto_secretbox.lo
CC crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo
CC crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305_api.lo
CC crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo
CC crypto_shorthash/libsodium_la-crypto_shorthash.lo
CC crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24_api.lo
CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24.lo
CC crypto_sign/libsodium_la-crypto_sign.lo
CC crypto_sign/ed25519/libsodium_la-sign_ed25519_api.lo
CC crypto_sign/ed25519/ref10/libsodium_la-keypair.lo
CC crypto_sign/ed25519/ref10/libsodium_la-open.lo
CC crypto_sign/ed25519/ref10/libsodium_la-sign.lo
CC crypto_stream/chacha20/libsodium_la-stream_chacha20.lo
CC crypto_stream/chacha20/ref/libsodium_la-stream_chacha20_ref.lo
CC crypto_stream/libsodium_la-crypto_stream.lo
CC crypto_stream/salsa20/libsodium_la-stream_salsa20_api.lo
CC crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20_api.lo
CC crypto_stream/xsalsa20/ref/libsodium_la-stream_xsalsa20.lo
CC crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo
CC crypto_verify/16/libsodium_la-verify_16_api.lo
CC crypto_verify/16/ref/libsodium_la-verify_16.lo
CC crypto_verify/32/libsodium_la-verify_32_api.lo
CC crypto_verify/32/ref/libsodium_la-verify_32.lo
CC crypto_verify/64/libsodium_la-verify_64_api.lo
CC crypto_verify/64/ref/libsodium_la-verify_64.lo
CC randombytes/libsodium_la-randombytes.lo
CC sodium/libsodium_la-core.lo
CC sodium/libsodium_la-runtime.lo
CC sodium/libsodium_la-utils.lo
CC sodium/libsodium_la-version.lo
CC randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo
CC randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo
CC crypto_scalarmult/curve25519/donna_c64/libsodium_la-curve25519_donna_c64.lo
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe51_invert.lo
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo
CPPAS crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo
CPPAS crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo
CC crypto_core/hchacha20/libsodium_la-core_hchacha20.lo
CC crypto_core/salsa2012/ref/libsodium_la-core_salsa2012.lo
CC crypto_core/salsa2012/libsodium_la-core_salsa2012_api.lo
CC crypto_core/salsa208/ref/libsodium_la-core_salsa208.lo
CC crypto_core/salsa208/libsodium_la-core_salsa208_api.lo
CC crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo
CC crypto_stream/aes128ctr/portable/libsodium_la-afternm_aes128ctr.lo
CC crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr_api.lo
CC crypto_stream/aes128ctr/portable/libsodium_la-beforenm_aes128ctr.lo
CC crypto_stream/aes128ctr/portable/libsodium_la-consts_aes128ctr.lo
CC crypto_stream/aes128ctr/portable/libsodium_la-int128_aes128ctr.lo
CC crypto_stream/aes128ctr/portable/libsodium_la-stream_aes128ctr.lo
CC crypto_stream/aes128ctr/portable/libsodium_la-xor_afternm_aes128ctr.lo
CC crypto_stream/salsa2012/libsodium_la-stream_salsa2012_api.lo
CC crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012.lo
CC crypto_stream/salsa2012/ref/libsodium_la-xor_salsa2012.lo
CC crypto_stream/salsa208/libsodium_la-stream_salsa208_api.lo
CC crypto_stream/salsa208/ref/libsodium_la-stream_salsa208.lo
CC crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.lo
CC crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo
CCLD libaesni.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
CC crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo
CC crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo
CCLD libsse2.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
CC crypto_generichash/blake2/ref/libssse3_la-blake2b-compress-ssse3.lo
CC crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo
CC crypto_stream/chacha20/vec/libssse3_la-stream_chacha20_vec.lo
CCLD libssse3.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
CC crypto_generichash/blake2/ref/libsse41_la-blake2b-compress-sse41.lo
CCLD libsse41.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
CC crypto_generichash/blake2/ref/libavx2_la-blake2b-compress-avx2.lo
CCLD libavx2.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD libsodium.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/src/libsodium'
make[2]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/src/libsodium'
make[2]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/src'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/src'
make[1]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/src'
Making all in test
make[1]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/test'
Making all in default
make[2]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/test/default'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/test/default'
make[2]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/test'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/test'
make[1]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium/test'
make[1]: Entering directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/test/.rvm/src/rbx-3.69/vendor/libsodium'
1: LB vendor/libtommath
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bncore.o bncore.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init.o bn_mp_init.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_clear.o bn_mp_clear.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exch.o bn_mp_exch.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_grow.o bn_mp_grow.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_shrink.o bn_mp_shrink.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_clamp.o bn_mp_clamp.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_zero.o bn_mp_zero.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_set.o bn_mp_set.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_set_int.o bn_mp_set_int.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_size.o bn_mp_init_size.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_copy.o bn_mp_copy.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_copy.o bn_mp_init_copy.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_abs.o bn_mp_abs.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_neg.o bn_mp_neg.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cmp_mag.o bn_mp_cmp_mag.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cmp.o bn_mp_cmp.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cmp_d.o bn_mp_cmp_d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_rshd.o bn_mp_rshd.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_lshd.o bn_mp_lshd.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mod_2d.o bn_mp_mod_2d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_2d.o bn_mp_div_2d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul_2d.o bn_mp_mul_2d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_2.o bn_mp_div_2.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul_2.o bn_mp_mul_2.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_add.o bn_s_mp_add.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_sub.o bn_s_mp_sub.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_s_mp_mul_digs.o bn_fast_s_mp_mul_digs.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_mul_digs.o bn_s_mp_mul_digs.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_s_mp_mul_high_digs.o bn_fast_s_mp_mul_high_digs.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_s_mp_sqr.o bn_fast_s_mp_sqr.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_sqr.o bn_s_mp_sqr.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_add.o bn_mp_add.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sub.o bn_mp_sub.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_karatsuba_mul.o bn_mp_karatsuba_mul.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul.o bn_mp_mul.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_karatsuba_sqr.o bn_mp_karatsuba_sqr.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sqr.o bn_mp_sqr.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div.o bn_mp_div.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mod.o bn_mp_mod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_add_d.o bn_mp_add_d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sub_d.o bn_mp_sub_d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mul_d.o bn_mp_mul_d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_d.o bn_mp_div_d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mod_d.o bn_mp_mod_d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_expt_d.o bn_mp_expt_d.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_addmod.o bn_mp_addmod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_submod.o bn_mp_submod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_mulmod.o bn_mp_mulmod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sqrmod.o bn_mp_sqrmod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_gcd.o bn_mp_gcd.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_lcm.o bn_mp_lcm.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_mp_invmod.o bn_fast_mp_invmod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_invmod.o bn_mp_invmod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce.o bn_mp_reduce.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_montgomery_setup.o bn_mp_montgomery_setup.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_fast_mp_montgomery_reduce.o bn_fast_mp_montgomery_reduce.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_montgomery_reduce.o bn_mp_montgomery_reduce.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exptmod_fast.o bn_mp_exptmod_fast.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exptmod.o bn_mp_exptmod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_2expt.o bn_mp_2expt.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_n_root.o bn_mp_n_root.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_jacobi.o bn_mp_jacobi.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_reverse.o bn_reverse.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_count_bits.o bn_mp_count_bits.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_read_unsigned_bin.o bn_mp_read_unsigned_bin.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_read_signed_bin.o bn_mp_read_signed_bin.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_to_unsigned_bin.o bn_mp_to_unsigned_bin.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_to_signed_bin.o bn_mp_to_signed_bin.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_unsigned_bin_size.o bn_mp_unsigned_bin_size.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_signed_bin_size.o bn_mp_signed_bin_size.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_xor.o bn_mp_xor.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_and.o bn_mp_and.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_or.o bn_mp_or.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_rand.o bn_mp_rand.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_montgomery_calc_normalization.o bn_mp_montgomery_calc_normalization.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_is_divisible.o bn_mp_prime_is_divisible.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_prime_tab.o bn_prime_tab.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_fermat.o bn_mp_prime_fermat.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_miller_rabin.o bn_mp_prime_miller_rabin.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_is_prime.o bn_mp_prime_is_prime.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_next_prime.o bn_mp_prime_next_prime.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_dr_reduce.o bn_mp_dr_reduce.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_dr_is_modulus.o bn_mp_dr_is_modulus.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_dr_setup.o bn_mp_dr_setup.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_setup.o bn_mp_reduce_setup.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toom_mul.o bn_mp_toom_mul.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toom_sqr.o bn_mp_toom_sqr.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_div_3.o bn_mp_div_3.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_s_mp_exptmod.o bn_s_mp_exptmod.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_2k.o bn_mp_reduce_2k.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_is_2k.o bn_mp_reduce_is_2k.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_setup.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_2k_l.o bn_mp_reduce_2k_l.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_is_2k_l.o bn_mp_reduce_is_2k_l.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_reduce_2k_setup_l.o bn_mp_reduce_2k_setup_l.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_radix_smap.o bn_mp_radix_smap.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_read_radix.o bn_mp_read_radix.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toradix.o bn_mp_toradix.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_radix_size.o bn_mp_radix_size.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_radix_bits_size.o bn_mp_radix_bits_size.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_fread.o bn_mp_fread.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_fwrite.o bn_mp_fwrite.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_cnt_lsb.o bn_mp_cnt_lsb.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_error.o bn_error.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_multi.o bn_mp_init_multi.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_clear_multi.o bn_mp_clear_multi.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_exteuclid.o bn_mp_exteuclid.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toradix_n.o bn_mp_toradix_n.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_toradix_nd.o bn_mp_toradix_nd.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_random_ex.o bn_mp_prime_random_ex.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_get_int.o bn_mp_get_int.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_sqrt.o bn_mp_sqrt.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_is_square.o bn_mp_is_square.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_set.o bn_mp_init_set.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_set_int.o bn_mp_init_set_int.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_invmod_slow.o bn_mp_invmod_slow.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_prime_rabin_miller_trials.o bn_mp_prime_rabin_miller_trials.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_to_signed_bin_n.o bn_mp_to_signed_bin_n.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_to_unsigned_bin_n.o bn_mp_to_unsigned_bin_n.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_set_long.o bn_mp_set_long.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_init_set_long.o bn_mp_init_set_long.c
clang -I. -Wall -W -Wshadow -Wsign-compare -fPIC -O2 -funroll-loops -g -c -o bn_mp_get_long.o bn_mp_get_long.c
ar rv libtommath.a bncore.o bn_mp_init.o bn_mp_clear.o bn_mp_exch.o bn_mp_grow.o bn_mp_shrink.o bn_mp_clamp.o bn_mp_zero.o bn_mp_set.o bn_mp_set_int.o bn_mp_init_size.o bn_mp_copy.o bn_mp_init_copy.o bn_mp_abs.o bn_mp_neg.o bn_mp_cmp_mag.o bn_mp_cmp.o bn_mp_cmp_d.o bn_mp_rshd.o bn_mp_lshd.o bn_mp_mod_2d.o bn_mp_div_2d.o bn_mp_mul_2d.o bn_mp_div_2.o bn_mp_mul_2.o bn_s_mp_add.o bn_s_mp_sub.o bn_fast_s_mp_mul_digs.o bn_s_mp_mul_digs.o bn_fast_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.o bn_fast_s_mp_sqr.o bn_s_mp_sqr.o bn_mp_add.o bn_mp_sub.o bn_mp_karatsuba_mul.o bn_mp_mul.o bn_mp_karatsuba_sqr.o bn_mp_sqr.o bn_mp_div.o bn_mp_mod.o bn_mp_add_d.o bn_mp_sub_d.o bn_mp_mul_d.o bn_mp_div_d.o bn_mp_mod_d.o bn_mp_expt_d.o bn_mp_addmod.o bn_mp_submod.o bn_mp_mulmod.o bn_mp_sqrmod.o bn_mp_gcd.o bn_mp_lcm.o bn_fast_mp_invmod.o bn_mp_invmod.o bn_mp_reduce.o bn_mp_montgomery_setup.o bn_fast_mp_montgomery_reduce.o bn_mp_montgomery_reduce.o bn_mp_exptmod_fast.o bn_mp_exptmod.o bn_mp_2expt.o bn_mp_n_root.o bn_mp_jacobi.o bn_reverse.o bn_mp_count_bits.o bn_mp_read_unsigned_bin.o bn_mp_read_signed_bin.o bn_mp_to_unsigned_bin.o bn_mp_to_signed_bin.o bn_mp_unsigned_bin_size.o bn_mp_signed_bin_size.o bn_mp_xor.o bn_mp_and.o bn_mp_or.o bn_mp_rand.o bn_mp_montgomery_calc_normalization.o bn_mp_prime_is_divisible.o bn_prime_tab.o bn_mp_prime_fermat.o bn_mp_prime_miller_rabin.o bn_mp_prime_is_prime.o bn_mp_prime_next_prime.o bn_mp_dr_reduce.o bn_mp_dr_is_modulus.o bn_mp_dr_setup.o bn_mp_reduce_setup.o bn_mp_toom_mul.o bn_mp_toom_sqr.o bn_mp_div_3.o bn_s_mp_exptmod.o bn_mp_reduce_2k.o bn_mp_reduce_is_2k.o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_l.o bn_mp_reduce_is_2k_l.o bn_mp_reduce_2k_setup_l.o bn_mp_radix_smap.o bn_mp_read_radix.o bn_mp_toradix.o bn_mp_radix_size.o bn_mp_radix_bits_size.o bn_mp_fread.o bn_mp_fwrite.o bn_mp_cnt_lsb.o bn_error.o bn_mp_init_multi.o bn_mp_clear_multi.o bn_mp_exteuclid.o bn_mp_toradix_n.o bn_mp_toradix_nd.o bn_mp_prime_random_ex.o bn_mp_get_int.o bn_mp_sqrt.o bn_mp_is_square.o bn_mp_init_set.o bn_mp_init_set_int.o bn_mp_invmod_slow.o bn_mp_prime_rabin_miller_trials.o bn_mp_to_signed_bin_n.o bn_mp_to_unsigned_bin_n.o bn_mp_set_long.o bn_mp_init_set_long.o bn_mp_get_long.o
ar: creating libtommath.a
a - bncore.o
a - bn_mp_init.o
a - bn_mp_clear.o
a - bn_mp_exch.o
a - bn_mp_grow.o
a - bn_mp_shrink.o
a - bn_mp_clamp.o
a - bn_mp_zero.o
a - bn_mp_set.o
a - bn_mp_set_int.o
a - bn_mp_init_size.o
a - bn_mp_copy.o
a - bn_mp_init_copy.o
a - bn_mp_abs.o
a - bn_mp_neg.o
a - bn_mp_cmp_mag.o
a - bn_mp_cmp.o
a - bn_mp_cmp_d.o
a - bn_mp_rshd.o
a - bn_mp_lshd.o
a - bn_mp_mod_2d.o
a - bn_mp_div_2d.o
a - bn_mp_mul_2d.o
a - bn_mp_div_2.o
a - bn_mp_mul_2.o
a - bn_s_mp_add.o
a - bn_s_mp_sub.o
a - bn_fast_s_mp_mul_digs.o
a - bn_s_mp_mul_digs.o
a - bn_fast_s_mp_mul_high_digs.o
a - bn_s_mp_mul_high_digs.o
a - bn_fast_s_mp_sqr.o
a - bn_s_mp_sqr.o
a - bn_mp_add.o
a - bn_mp_sub.o
a - bn_mp_karatsuba_mul.o
a - bn_mp_mul.o
a - bn_mp_karatsuba_sqr.o
a - bn_mp_sqr.o
a - bn_mp_div.o
a - bn_mp_mod.o
a - bn_mp_add_d.o
a - bn_mp_sub_d.o
a - bn_mp_mul_d.o
a - bn_mp_div_d.o
a - bn_mp_mod_d.o
a - bn_mp_expt_d.o
a - bn_mp_addmod.o
a - bn_mp_submod.o
a - bn_mp_mulmod.o
a - bn_mp_sqrmod.o
a - bn_mp_gcd.o
a - bn_mp_lcm.o
a - bn_fast_mp_invmod.o
a - bn_mp_invmod.o
a - bn_mp_reduce.o
a - bn_mp_montgomery_setup.o
a - bn_fast_mp_montgomery_reduce.o
a - bn_mp_montgomery_reduce.o
a - bn_mp_exptmod_fast.o
a - bn_mp_exptmod.o
a - bn_mp_2expt.o
a - bn_mp_n_root.o
a - bn_mp_jacobi.o
a - bn_reverse.o
a - bn_mp_count_bits.o
a - bn_mp_read_unsigned_bin.o
a - bn_mp_read_signed_bin.o
a - bn_mp_to_unsigned_bin.o
a - bn_mp_to_signed_bin.o
a - bn_mp_unsigned_bin_size.o
a - bn_mp_signed_bin_size.o
a - bn_mp_xor.o
a - bn_mp_and.o
a - bn_mp_or.o
a - bn_mp_rand.o
a - bn_mp_montgomery_calc_normalization.o
a - bn_mp_prime_is_divisible.o
a - bn_prime_tab.o
a - bn_mp_prime_fermat.o
a - bn_mp_prime_miller_rabin.o
a - bn_mp_prime_is_prime.o
a - bn_mp_prime_next_prime.o
a - bn_mp_dr_reduce.o
a - bn_mp_dr_is_modulus.o
a - bn_mp_dr_setup.o
a - bn_mp_reduce_setup.o
a - bn_mp_toom_mul.o
a - bn_mp_toom_sqr.o
a - bn_mp_div_3.o
a - bn_s_mp_exptmod.o
a - bn_mp_reduce_2k.o
a - bn_mp_reduce_is_2k.o
a - bn_mp_reduce_2k_setup.o
a - bn_mp_reduce_2k_l.o
a - bn_mp_reduce_is_2k_l.o
a - bn_mp_reduce_2k_setup_l.o
a - bn_mp_radix_smap.o
a - bn_mp_read_radix.o
a - bn_mp_toradix.o
a - bn_mp_radix_size.o
a - bn_mp_radix_bits_size.o
a - bn_mp_fread.o
a - bn_mp_fwrite.o
a - bn_mp_cnt_lsb.o
a - bn_error.o
a - bn_mp_init_multi.o
a - bn_mp_clear_multi.o
a - bn_mp_exteuclid.o
a - bn_mp_toradix_n.o
a - bn_mp_toradix_nd.o
a - bn_mp_prime_random_ex.o
a - bn_mp_get_int.o
a - bn_mp_sqrt.o
a - bn_mp_is_square.o
a - bn_mp_init_set.o
a - bn_mp_init_set_int.o
a - bn_mp_invmod_slow.o
a - bn_mp_prime_rabin_miller_trials.o
a - bn_mp_to_signed_bin_n.o
a - bn_mp_to_unsigned_bin_n.o
a - bn_mp_set_long.o
a - bn_mp_init_set_long.o
a - bn_mp_get_long.o
ranlib libtommath.a
1: CC regenc.c
1: CC regparse.c
1: CC regerror.c
1: CC st.c
1: CC regexec.c
1: CC regcomp.c
1: CC regsyntax.c
1: CC regversion.c
1: CC regtrav.c
1: CC transcoder.c
1: CC enc/koi8_u.c
1: CC enc/shift_jis.c
1: CC enc/iso_8859_9.c
1: CC enc/utf_32be.c
1: CC enc/iso_8859_5.c
1: CC enc/euc_tw.c
1: CC enc/iso_8859_2.c
1: CC enc/us_ascii.c
1: CC enc/utf_32le.c
1: CC enc/euc_jp.c
1: CC enc/iso_8859_10.c
1: CC enc/utf_8.c
1: CC enc/iso_8859_1.c
1: CC enc/iso_8859_7.c
1: CC enc/emacs_mule.c
1: CC enc/iso_8859_13.c
1: CC enc/iso_8859_3.c
1: CC enc/utf_16le.c
1: CC enc/windows_31j.c
1: CC enc/ascii.c
1: CC enc/unicode.c
1: CC enc/gb18030.c
1: CC enc/iso_8859_11.c
1: CC enc/mktable.c
1: CC enc/gbk.c
1: CC enc/iso_8859_16.c
1: CC enc/koi8_r.c
1: CC enc/euc_kr.c
1: CC enc/cp949.c
1: CC enc/iso_8859_15.c
1: CC enc/iso_8859_4.c
1: CC enc/iso_8859_14.c
1: CC enc/windows_1251.c
1: CC enc/iso_8859_6.c
1: CC enc/iso_8859_8.c
1: CC enc/utf_16be.c
1: CC enc/big5.c
1: AR ./libonig.a
ar: creating ./libonig.a
a - ./artifacts/regenc.c.o
a - ./artifacts/regparse.c.o
a - ./artifacts/regerror.c.o
a - ./artifacts/st.c.o
a - ./artifacts/regexec.c.o
a - ./artifacts/regcomp.c.o
a - ./artifacts/regsyntax.c.o
a - ./artifacts/regversion.c.o
a - ./artifacts/regtrav.c.o
a - ./artifacts/transcoder.c.o
a - enc/artifacts/koi8_u.c.o
a - enc/artifacts/shift_jis.c.o
a - enc/artifacts/iso_8859_9.c.o
a - enc/artifacts/utf_32be.c.o
a - enc/artifacts/iso_8859_5.c.o
a - enc/artifacts/euc_tw.c.o
a - enc/artifacts/iso_8859_2.c.o
a - enc/artifacts/us_ascii.c.o
a - enc/artifacts/utf_32le.c.o
a - enc/artifacts/euc_jp.c.o
a - enc/artifacts/iso_8859_10.c.o
a - enc/artifacts/utf_8.c.o
a - enc/artifacts/iso_8859_1.c.o
a - enc/artifacts/iso_8859_7.c.o
a - enc/artifacts/emacs_mule.c.o
a - enc/artifacts/iso_8859_13.c.o
a - enc/artifacts/iso_8859_3.c.o
a - enc/artifacts/utf_16le.c.o
a - enc/artifacts/windows_31j.c.o
a - enc/artifacts/ascii.c.o
a - enc/artifacts/unicode.c.o
a - enc/artifacts/gb18030.c.o
a - enc/artifacts/iso_8859_11.c.o
a - enc/artifacts/mktable.c.o
a - enc/artifacts/gbk.c.o
a - enc/artifacts/iso_8859_16.c.o
a - enc/artifacts/koi8_r.c.o
a - enc/artifacts/euc_kr.c.o
a - enc/artifacts/cp949.c.o
a - enc/artifacts/iso_8859_15.c.o
a - enc/artifacts/iso_8859_4.c.o
a - enc/artifacts/iso_8859_14.c.o
a - enc/artifacts/windows_1251.c.o
a - enc/artifacts/iso_8859_6.c.o
a - enc/artifacts/iso_8859_8.c.o
a - enc/artifacts/utf_16be.c.o
a - enc/artifacts/big5.c.o
1: CC enc/trans/big5.c
1: LDSHARED enc/trans/big5.so
1: CC enc/trans/chinese.c
1: LDSHARED enc/trans/chinese.so
1: CC enc/trans/emoji.c
1: LDSHARED enc/trans/emoji.so
1: CC enc/trans/emoji_iso2022_kddi.c
1: LDSHARED enc/trans/emoji_iso2022_kddi.so
1: CC enc/trans/emoji_sjis_docomo.c
1: LDSHARED enc/trans/emoji_sjis_docomo.so
1: CC enc/trans/emoji_sjis_kddi.c
1: LDSHARED enc/trans/emoji_sjis_kddi.so
1: CC enc/trans/emoji_sjis_softbank.c
1: LDSHARED enc/trans/emoji_sjis_softbank.so
1: CC enc/trans/escape.c
1: LDSHARED enc/trans/escape.so
1: CC enc/trans/gb18030.c
1: LDSHARED enc/trans/gb18030.so
1: CC enc/trans/gbk.c
1: LDSHARED enc/trans/gbk.so
1: CC enc/trans/iso2022.c
1: LDSHARED enc/trans/iso2022.so
1: CC enc/trans/japanese.c
1: LDSHARED enc/trans/japanese.so
1: CC enc/trans/japanese_euc.c
1: LDSHARED enc/trans/japanese_euc.so
1: CC enc/trans/japanese_sjis.c
1: LDSHARED enc/trans/japanese_sjis.so
1: CC enc/trans/korean.c
1: LDSHARED enc/trans/korean.so
1: CC enc/trans/newline.c
1: LDSHARED enc/trans/newline.so
1: CC enc/trans/single_byte.c
1: LDSHARED enc/trans/single_byte.so
1: CC enc/trans/utf8_mac.c
1: LDSHARED enc/trans/utf8_mac.so
1: CC enc/trans/utf_16_32.c
1: LDSHARED enc/trans/utf_16_32.so
Running 272 tasks using 4 parallel threads
2: CXX machine/arguments.cpp
3: CXX machine/bytecode_verifier.cpp
4: CXX machine/call_frame.cpp
5: CXX machine/accessor_primitives.cpp
4: CXX machine/capi/array.cpp
2: CXX machine/capi/bignum.cpp
3: CXX machine/capi/capi.cpp
2: CXX machine/capi/class.cpp
4: CXX machine/capi/complex.cpp
3: CXX machine/capi/data.cpp
5: CXX machine/capi/encoding.cpp
4: CXX machine/capi/enumerator.cpp
3: CXX machine/capi/exception.cpp
2: CXX machine/capi/file.cpp
5: CXX machine/capi/fixnum.cpp
4: CXX machine/capi/float.cpp
3: CXX machine/capi/gc.cpp
5: CXX machine/capi/globals.cpp
2: CXX machine/capi/handle.cpp
3: CXX machine/capi/handles.cpp
4: CXX machine/capi/hash.cpp
5: CXX machine/capi/integer.cpp
2: CXX machine/capi/io.cpp
4: CXX machine/capi/kernel.cpp
5: CXX machine/capi/marshal.cpp
3: CXX machine/capi/module.cpp
2: CXX machine/capi/mutex.cpp
4: CXX machine/capi/numeric.cpp
5: CXX machine/capi/object.cpp
3: CXX machine/capi/proc.cpp
2: CXX machine/capi/range.cpp
4: CXX machine/capi/rational.cpp
5: CXX machine/capi/regexp.cpp
3: CXX machine/capi/string.cpp
2: CXX machine/capi/struct.cpp
4: CXX machine/capi/symbol.cpp
5: CXX machine/capi/thread.cpp
3: CXX machine/capi/time.cpp
4: CXX machine/capi/util.cpp
2: CXX machine/class/access_variable.cpp
5: CXX machine/class/alias.cpp
3: CXX machine/class/array.cpp
2: CXX machine/class/atomic.cpp
4: CXX machine/class/autoload.cpp
5: CXX machine/class/basic_object.cpp
3: CXX machine/class/bignum.cpp
4: CXX machine/class/block_as_method.cpp
2: CXX machine/class/block_environment.cpp
5: CXX machine/class/byte_array.cpp
3: CXX machine/class/call_site.cpp
4: CXX machine/class/channel.cpp
2: CXX machine/class/character.cpp
5: CXX machine/class/class.cpp
3: CXX machine/class/code_db.cpp
4: CXX machine/class/compact_lookup_table.cpp
2: CXX machine/class/compiled_code.cpp
5: CXX machine/class/constant_cache.cpp
3: CXX machine/class/constant_table.cpp
4: CXX machine/class/data.cpp
2: CXX machine/class/diagnostics.cpp
5: CXX machine/class/dir.cpp
2: CXX machine/class/encoding.cpp
4: CXX machine/class/exception.cpp
5: CXX machine/class/executable.cpp
3: CXX machine/class/ffi_pointer.cpp
5: CXX machine/class/fiber.cpp
2: CXX machine/class/find_object.cpp
3: CXX machine/class/fixnum.cpp
4: CXX machine/class/float.cpp
5: CXX machine/class/fsevent.cpp
3: CXX machine/class/heap_dump.cpp
2: CXX machine/class/immediates.cpp
4: CXX machine/class/integer.cpp
2: CXX machine/class/io.cpp
5: CXX machine/class/iseq.cpp
4: CXX machine/class/jit.cpp
3: CXX machine/class/lexical_scope.cpp
2: CXX machine/class/list.cpp
5: CXX machine/class/location.cpp
4: CXX machine/class/logger.cpp
3: CXX machine/class/lookup_table.cpp
2: CXX machine/class/method_table.cpp
5: CXX machine/class/module.cpp
4: CXX machine/class/native_function.cpp
3: CXX machine/class/native_method.cpp
5: CXX machine/class/object.cpp
2: CXX machine/class/pack.cpp
4: CXX machine/class/packed_object.cpp
3: CXX machine/class/proc.cpp
5: CXX machine/class/randomizer.cpp
4: CXX machine/class/regexp.cpp
2: CXX machine/class/stat.cpp
3: CXX machine/class/string.cpp
5: CXX machine/class/symbol.cpp
2: CXX machine/class/thread.cpp
4: CXX machine/class/system.cpp
5: CXX machine/class/thread_state.cpp
3: CXX machine/class/thunk.cpp
2: CXX machine/class/time.cpp
5: CXX machine/class/trie.cpp
3: CXX machine/class/tuple.cpp
4: CXX machine/class/unpack.cpp
5: CXX machine/class/variable_scope.cpp
2: CXX machine/class/weakref.cpp
3: CXX machine/compiled_file.cpp
4: CXX machine/config_parser.cpp
5: CXX machine/console.cpp
2: CXX machine/diagnostics.cpp
3: CXX machine/dispatch.cpp
4: CXX machine/drivers/cli.cpp
5: CXX machine/environment.cpp
2: CXX machine/exception.cpp
3: CXX machine/exception_point.cpp
4: CXX machine/ffi.cpp
2: CXX machine/ffi_util.cpp
2: CXX machine/global_cache.cpp
3: CXX machine/helpers.cpp
4: CXX machine/instructions.cpp
2: CXX machine/instructions/data.cpp
3: CXX machine/interpreter.cpp
5: LL machine/interpreter/add_scope.cpp
2: LL machine/interpreter/allow_private.cpp
3: LL machine/interpreter/cast_array.cpp
5: CXX machine/interpreter/artifacts/add_scope.ll
5: LL machine/interpreter/cast_for_multi_block_arg.cpp
2: CXX machine/interpreter/artifacts/allow_private.ll
2: LL machine/interpreter/cast_for_single_block_arg.cpp
3: CXX machine/interpreter/artifacts/cast_array.ll
3: LL machine/interpreter/cast_for_splat_block_arg.cpp
5: CXX machine/interpreter/artifacts/cast_for_multi_block_arg.ll
5: LL machine/interpreter/cast_multi_value.cpp
2: CXX machine/interpreter/artifacts/cast_for_single_block_arg.ll
2: LL machine/interpreter/check_frozen.cpp
5: CXX machine/interpreter/artifacts/cast_multi_value.ll
5: LL machine/interpreter/check_interrupts.cpp
3: CXX machine/interpreter/artifacts/cast_for_splat_block_arg.ll
3: LL machine/interpreter/check_serial.cpp
4: LL machine/interpreter/check_serial_private.cpp
2: CXX machine/interpreter/artifacts/check_frozen.ll
2: LL machine/interpreter/clear_exception.cpp
5: CXX machine/interpreter/artifacts/check_interrupts.ll
5: LL machine/interpreter/create_block.cpp
4: CXX machine/interpreter/artifacts/check_serial_private.ll
3: CXX machine/interpreter/artifacts/check_serial.ll
4: LL machine/interpreter/dup.cpp
2: CXX machine/interpreter/artifacts/clear_exception.ll
3: LL machine/interpreter/dup_many.cpp
2: LL machine/interpreter/ensure_return.cpp
5: CXX machine/interpreter/artifacts/create_block.ll
5: LL machine/interpreter/find_const.cpp
4: CXX machine/interpreter/artifacts/dup.ll
4: LL machine/interpreter/goto.cpp
2: CXX machine/interpreter/artifacts/ensure_return.ll
3: CXX machine/interpreter/artifacts/dup_many.ll
2: LL machine/interpreter/goto_if_equal.cpp
3: LL machine/interpreter/goto_if_false.cpp
2: CXX machine/interpreter/artifacts/goto_if_equal.ll
5: CXX machine/interpreter/artifacts/find_const.ll
2: LL machine/interpreter/goto_if_nil.cpp
5: LL machine/interpreter/goto_if_not_equal.cpp
3: CXX machine/interpreter/artifacts/goto_if_false.ll
4: CXX machine/interpreter/artifacts/goto.ll
3: LL machine/interpreter/goto_if_not_nil.cpp
4: LL machine/interpreter/goto_if_not_undefined.cpp
2: CXX machine/interpreter/artifacts/goto_if_nil.ll
5: CXX machine/interpreter/artifacts/goto_if_not_equal.ll
2: LL machine/interpreter/goto_if_true.cpp
3: CXX machine/interpreter/artifacts/goto_if_not_nil.ll
5: LL machine/interpreter/goto_if_undefined.cpp
3: LL machine/interpreter/instance_of.cpp
4: CXX machine/interpreter/artifacts/goto_if_not_undefined.ll
4: LL machine/interpreter/invoke_primitive.cpp
3: CXX machine/interpreter/artifacts/instance_of.ll
3: LL machine/interpreter/kind_of.cpp
2: CXX machine/interpreter/artifacts/goto_if_true.ll
5: CXX machine/interpreter/artifacts/goto_if_undefined.ll
2: LL machine/interpreter/make_array.cpp
5: LL machine/interpreter/move_down.cpp
4: CXX machine/interpreter/artifacts/invoke_primitive.ll
4: LL machine/interpreter/noop.cpp
3: CXX machine/interpreter/artifacts/kind_of.ll
3: LL machine/interpreter/object_to_s.cpp
2: CXX machine/interpreter/artifacts/make_array.ll
2: LL machine/interpreter/passed_arg.cpp
5: CXX machine/interpreter/artifacts/move_down.ll
5: LL machine/interpreter/passed_blockarg.cpp
4: CXX machine/interpreter/artifacts/noop.ll
4: LL machine/interpreter/pop.cpp
3: CXX machine/interpreter/artifacts/object_to_s.ll
3: LL machine/interpreter/pop_many.cpp
5: CXX machine/interpreter/artifacts/passed_blockarg.ll
5: LL machine/interpreter/pop_unwind.cpp
2: CXX machine/interpreter/artifacts/passed_arg.ll
2: LL machine/interpreter/push_block.cpp
4: CXX machine/interpreter/artifacts/pop.ll
4: LL machine/interpreter/push_block_arg.cpp
3: CXX machine/interpreter/artifacts/pop_many.ll
3: LL machine/interpreter/push_const.cpp
5: CXX machine/interpreter/artifacts/pop_unwind.ll
5: LL machine/interpreter/push_cpath_top.cpp
2: CXX machine/interpreter/artifacts/push_block.ll
2: LL machine/interpreter/push_current_exception.cpp
4: CXX machine/interpreter/artifacts/push_block_arg.ll
4: LL machine/interpreter/push_exception_state.cpp
3: CXX machine/interpreter/artifacts/push_const.ll
3: LL machine/interpreter/push_false.cpp
2: CXX machine/interpreter/artifacts/push_current_exception.ll
2: LL machine/interpreter/push_has_block.cpp
5: CXX machine/interpreter/artifacts/push_cpath_top.ll
5: LL machine/interpreter/push_int.cpp
4: CXX machine/interpreter/artifacts/push_exception_state.ll
4: LL machine/interpreter/push_ivar.cpp
3: CXX machine/interpreter/artifacts/push_false.ll
3: LL machine/interpreter/push_literal.cpp
2: CXX machine/interpreter/artifacts/push_has_block.ll
5: CXX machine/interpreter/artifacts/push_int.ll
2: LL machine/interpreter/push_local.cpp
4: CXX machine/interpreter/artifacts/push_ivar.ll
5: LL machine/interpreter/push_local_depth.cpp
4: LL machine/interpreter/push_memo.cpp
3: CXX machine/interpreter/artifacts/push_literal.ll
3: LL machine/interpreter/push_mirror.cpp
5: CXX machine/interpreter/artifacts/push_local_depth.ll
2: CXX machine/interpreter/artifacts/push_local.ll
4: CXX machine/interpreter/artifacts/push_memo.ll
5: LL machine/interpreter/push_my_field.cpp
2: LL machine/interpreter/push_my_offset.cpp
4: LL machine/interpreter/push_nil.cpp
3: CXX machine/interpreter/artifacts/push_mirror.ll
3: LL machine/interpreter/push_proc.cpp
5: CXX machine/interpreter/artifacts/push_my_field.ll
5: LL machine/interpreter/push_rubinius.cpp
2: CXX machine/interpreter/artifacts/push_my_offset.ll
2: LL machine/interpreter/push_scope.cpp
4: CXX machine/interpreter/artifacts/push_nil.ll
4: LL machine/interpreter/push_self.cpp
3: CXX machine/interpreter/artifacts/push_proc.ll
3: LL machine/interpreter/push_stack_local.cpp
2: CXX machine/interpreter/artifacts/push_scope.ll
2: LL machine/interpreter/push_true.cpp
5: CXX machine/interpreter/artifacts/push_rubinius.ll
5: LL machine/interpreter/push_type.cpp
4: CXX machine/interpreter/artifacts/push_self.ll
4: LL machine/interpreter/push_undef.cpp
3: CXX machine/interpreter/artifacts/push_stack_local.ll
3: LL machine/interpreter/push_variables.cpp
2: CXX machine/interpreter/artifacts/push_true.ll
2: LL machine/interpreter/raise_break.cpp
5: CXX machine/interpreter/artifacts/push_type.ll
5: LL machine/interpreter/raise_exc.cpp
4: CXX machine/interpreter/artifacts/push_undef.ll
4: LL machine/interpreter/raise_return.cpp
3: CXX machine/interpreter/artifacts/push_variables.ll
3: LL machine/interpreter/reraise.cpp
2: CXX machine/interpreter/artifacts/raise_break.ll
2: LL machine/interpreter/restore_exception_state.cpp
5: CXX machine/interpreter/artifacts/raise_exc.ll
4: CXX machine/interpreter/artifacts/raise_return.ll
5: LL machine/interpreter/ret.cpp
4: LL machine/interpreter/rotate.cpp
3: CXX machine/interpreter/artifacts/reraise.ll
3: LL machine/interpreter/run_exception.cpp
2: CXX machine/interpreter/artifacts/restore_exception_state.ll
2: LL machine/interpreter/send_method.cpp
5: CXX machine/interpreter/artifacts/ret.ll
5: LL machine/interpreter/send_stack.cpp
4: CXX machine/interpreter/artifacts/rotate.ll
4: LL machine/interpreter/send_stack_with_block.cpp
3: CXX machine/interpreter/artifacts/run_exception.ll
3: LL machine/interpreter/send_stack_with_splat.cpp
2: CXX machine/interpreter/artifacts/send_method.ll
2: LL machine/interpreter/send_super_stack_with_block.cpp
5: CXX machine/interpreter/artifacts/send_stack.ll
4: CXX machine/interpreter/artifacts/send_stack_with_block.ll
5: LL machine/interpreter/send_super_stack_with_splat.cpp
4: LL machine/interpreter/send_vcall.cpp
3: CXX machine/interpreter/artifacts/send_stack_with_splat.ll
3: LL machine/interpreter/set_call_flags.cpp
2: CXX machine/interpreter/artifacts/send_super_stack_with_block.ll
2: LL machine/interpreter/set_const.cpp
5: CXX machine/interpreter/artifacts/send_super_stack_with_splat.ll
4: CXX machine/interpreter/artifacts/send_vcall.ll
5: LL machine/interpreter/set_const_at.cpp
4: LL machine/interpreter/set_ivar.cpp
3: CXX machine/interpreter/artifacts/set_call_flags.ll
3: LL machine/interpreter/set_local.cpp
2: CXX machine/interpreter/artifacts/set_const.ll
2: LL machine/interpreter/set_local_depth.cpp
5: CXX machine/interpreter/artifacts/set_const_at.ll
5: LL machine/interpreter/set_stack_local.cpp
4: CXX machine/interpreter/artifacts/set_ivar.ll
4: LL machine/interpreter/setup_unwind.cpp
3: CXX machine/interpreter/artifacts/set_local.ll
3: LL machine/interpreter/shift_array.cpp
2: CXX machine/interpreter/artifacts/set_local_depth.ll
2: LL machine/interpreter/store_my_field.cpp
5: CXX machine/interpreter/artifacts/set_stack_local.ll
5: LL machine/interpreter/string_append.cpp
4: CXX machine/interpreter/artifacts/setup_unwind.ll
4: LL machine/interpreter/string_build.cpp
2: CXX machine/interpreter/artifacts/store_my_field.ll
2: LL machine/interpreter/string_dup.cpp
3: CXX machine/interpreter/artifacts/shift_array.ll
3: LL machine/interpreter/swap.cpp
5: CXX machine/interpreter/artifacts/string_append.ll
5: LL machine/interpreter/yield_debugger.cpp
4: CXX machine/interpreter/artifacts/string_build.ll
4: LL machine/interpreter/yield_splat.cpp
3: CXX machine/interpreter/artifacts/swap.ll
3: LL machine/interpreter/yield_stack.cpp
2: CXX machine/interpreter/artifacts/string_dup.ll
2: LL machine/interpreter/zsuper.cpp
5: CXX machine/interpreter/artifacts/yield_debugger.ll
5: CXX machine/invoke_primitives.cpp
4: CXX machine/interpreter/artifacts/yield_splat.ll
4: CXX machine/jit.cpp
3: CXX machine/interpreter/artifacts/yield_stack.ll
3: CXX machine/linkedlist.cpp
2: CXX machine/interpreter/artifacts/zsuper.ll
2: CXX machine/logger.cpp
3: CXX machine/machine_code.cpp
4: CXX machine/machine_threads.cpp
2: CXX machine/marshal.cpp
3: CXX machine/memory/code_manager.cpp
4: CXX machine/memory.cpp
2: CXX machine/memory/debug.cpp
3: CXX machine/memory/finalizer.cpp
5: CXX machine/memory/gc.cpp
4: CXX machine/memory/header.cpp
2: CXX machine/memory/immix_collector.cpp
5: CXX machine/memory/immix_marker.cpp
3: CXX machine/memory/inflated_headers.cpp
4: CXX machine/memory/managed.cpp
2: CXX machine/memory/mark_sweep.cpp
3: CXX machine/memory/object_mark.cpp
5: CXX machine/memory/root.cpp
4: CXX machine/memory/walker.cpp
5: CXX machine/memory/write_barrier.cpp
2: CXX machine/metrics.cpp
3: CXX machine/method_primitives.cpp
5: CC machine/missing/crypt.c
5: CXX machine/missing/gettid.cpp
5: CC machine/missing/setproctitle.c
5: CXX machine/missing/string.cpp
5: CXX machine/missing/windows.cpp
5: CXX machine/ontology.cpp
4: CXX machine/park.cpp
2: CXX machine/profiler.cpp
4: CXX machine/shared_state.cpp
5: CXX machine/signal.cpp
2: CXX machine/stack_variables.cpp
5: CXX machine/state.cpp
4: CXX machine/symbol_table.cpp
2: CXX machine/thread_nexus.cpp
5: CXX machine/type_info.cpp
4: CXX machine/unwind_info.cpp
3: CXX machine/util/file.cpp
3: CXX machine/util/murmur_hash3.cpp
4: CC machine/util/random.c
3: CC machine/util/sha1.c
2: CC machine/util/siphash.c
4: CXX machine/util/spinlock.cpp
2: CC machine/util/strftime.c
4: CC machine/util/time64.c
3: CXX machine/util/timer.cpp
4: CC machine/util/timing.c
2: CC machine/util/utf8.c
4: CC machine/util/vsnprintf.c
3: CXX machine/vm.cpp
2: CXX machine/vm_thread_state.cpp
Build time: 212.258634781 seconds
1: LD machine/vm
** Invoke compiler:generate (first_time)
** Invoke core/signature.rb (not_needed)
** Execute compiler:generate
** Invoke stage:bin (first_time)
** Execute stage:bin
install -c -m 755 /home/test/.rvm/src/rbx-3.69/machine/vm /home/test/.rvm/src/rbx-3.69/bin/rbx
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/bin
install -c -m 755 /home/test/.rvm/src/rbx-3.69/machine/vm /home/test/.rvm/src/rbx-3.69/staging/bin/rbx
** Invoke stage:extra_bins (first_time)
** Execute stage:extra_bins
install -c -m 755 /home/test/.rvm/src/rbx-3.69/bin/testrb /home/test/.rvm/src/rbx-3.69/staging/bin/testrb
** Invoke stage:capi_include (first_time)
** Execute stage:capi_include
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/capi_constants.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/capi_constants.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/capi_oop.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/capi_oop.h
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/gen
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/gen/rbx_config.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/gen/rbx_config.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/gen/rbx_release.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/gen/rbx_release.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/rbx_config.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/rbx_config.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby.h
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/backward
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/backward/rubyio.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/backward/rubyio.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/backward/rubysig.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/backward/rubysig.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/backward/st.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/backward/st.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/backward/util.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/backward/util.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/config.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/config.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/defines.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/defines.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/dl.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/dl.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/encoding.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/encoding.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/intern.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/intern.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/io.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/io.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/missing.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/missing.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/oniguruma.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/oniguruma.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/re.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/re.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/regenc.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/regenc.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/regex.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/regex.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/ruby.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/ruby.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/st.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/st.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/subst.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/subst.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/thread.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/thread.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/thread_native.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/thread_native.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/transcoder.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/transcoder.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/util.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/util.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/version.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/version.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/machine/include/capi/ruby/win32.h /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/win32.h
** Invoke core:build (first_time)
** Invoke compiler:load (first_time)
** Invoke compiler:generate
** Execute compiler:load
/home/test/.rvm/gems/ruby-2.4.0@rubinius/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiler.rb:270: warning: constant ::Fixnum is deprecated
/home/test/.rvm/gems/ruby-2.4.0@rubinius/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/iseq.rb:27: warning: constant ::Fixnum is deprecated
/home/test/.rvm/gems/ruby-2.4.0@rubinius/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/iseq.rb:28: warning: constant ::Fixnum is deprecated
/home/test/.rvm/gems/ruby-2.4.0@rubinius/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/iseq.rb:40: warning: constant ::Fixnum is deprecated
** Invoke runtime/platform.conf (first_time)
** Invoke Rakefile (not_needed)
** Invoke rakelib/platform.rake (not_needed)
** Invoke runtime (first_time)
** Execute runtime
mkdir -p runtime
** Execute runtime/platform.conf
GEN runtime/platform.conf
** Invoke runtime (not_needed)
** Invoke runtime/signature (first_time)
** Invoke core/signature.rb (not_needed)
** Execute runtime/signature
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast.rbc
/home/test/.rvm/gems/ruby-2.4.0@rubinius/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator.rb:541: warning: constant ::Fixnum is deprecated
/home/test/.rvm/gems/ruby-2.4.0@rubinius/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiled_file.rb:272: warning: constant ::Fixnum is deprecated
/home/test/.rvm/gems/ruby-2.4.0@rubinius/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiled_file.rb:272: warning: constant ::Bignum is deprecated
/home/test/.rvm/gems/ruby-2.4.0@rubinius/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiled_file.rb:313: warning: constant ::Fixnum is deprecated
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/constants.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/constants.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/constants.rbc
/home/test/.rvm/gems/ruby-2.4.0@rubinius/gems/rubinius-processor-3.2/lib/rubinius/code/processor/processor.rb:448: warning: constant ::Fixnum is deprecated
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/control_flow.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/control_flow.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/control_flow.rbc
/home/test/.rvm/gems/ruby-2.4.0@rubinius/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator.rb:555: warning: constant ::Fixnum is deprecated
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/data.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/data.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/data.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/definitions.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/definitions.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/definitions.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/encoding.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/encoding.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/encoding.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/exceptions.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/exceptions.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/exceptions.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/file.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/file.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/file.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/grapher.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/grapher.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/grapher.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/literals.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/literals.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/literals.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/node.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/node.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/node.rbc
/home/test/.rvm/gems/ruby-2.4.0@rubinius/gems/rubinius-bridge-2.2/lib/rubinius/bridge/compiled_code.rb:33: warning: constant ::Fixnum is deprecated
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/operators.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/operators.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/operators.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/self.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/self.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/self.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/sends.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/sends.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/sends.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/transforms.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/transforms.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/transforms.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/values.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/values.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/values.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/variables.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/variables.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/variables.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/version.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiled_file.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiled_file.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiled_file.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiler.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiler.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiler.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/evaluator.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/evaluator.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/evaluator.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator_methods.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator_methods.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator_methods.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/iseq.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/iseq.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/iseq.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/locals.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/locals.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/locals.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/opcodes.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/opcodes.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/opcodes.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/printers.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/printers.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/printers.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/stages.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/stages.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/stages.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/version.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/extconf.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/extconf.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/extconf.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/version.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/processor.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/processor.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/processor.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/version.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset/version.rb (not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/constants.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/constants.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/constants.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/file_processor.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/file_processor.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/file_processor.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/structures.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/structures.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/structures.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/types.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/types.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/types.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/ext/psych/extconf.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/ext/psych/extconf.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/ext/psych/extconf.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/class_loader.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/class_loader.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/class_loader.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/coder.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/coder.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/coder.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/core_ext.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/core_ext.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/core_ext.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/deprecated.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/deprecated.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/deprecated.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/exception.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/exception.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/exception.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/handler.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/handler.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/handler.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/handlers/document_stream.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/handlers/document_stream.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/handlers/document_stream.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/handlers/recorder.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/handlers/recorder.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/handlers/recorder.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/ruby_events.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/ruby_events.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/ruby_events.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/stream.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/stream.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/stream.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/tree_builder.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/tree_builder.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/tree_builder.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/yaml_events.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/yaml_events.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/yaml_events.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/alias.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/alias.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/alias.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/document.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/document.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/document.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/mapping.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/mapping.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/mapping.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/node.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/node.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/node.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/scalar.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/scalar.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/scalar.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/sequence.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/sequence.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/sequence.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/stream.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/stream.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/stream.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/omap.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/omap.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/omap.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/parser.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/parser.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/parser.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/scalar_scanner.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/scalar_scanner.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/scalar_scanner.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/set.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/set.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/set.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/stream.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/stream.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/stream.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/streaming.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/streaming.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/streaming.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/syntax_error.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/syntax_error.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/syntax_error.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/tree_builder.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/tree_builder.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/tree_builder.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/versions.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/versions.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/versions.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/depth_first.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/depth_first.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/depth_first.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/emitter.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/emitter.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/emitter.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/json_tree.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/json_tree.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/json_tree.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/to_ruby.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/to_ruby.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/to_ruby.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/visitor.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/visitor.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/visitor.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/yaml_tree.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/yaml_tree.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/yaml_tree.rbc
GEN runtime/signature
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/constants.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/control_flow.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/data.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/definitions.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/encoding.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/exceptions.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/file.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/grapher.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/literals.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/node.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/operators.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/self.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/sends.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/transforms.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/values.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/variables.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/version.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiled_file.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiler.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/evaluator.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator_methods.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/iseq.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/locals.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/opcodes.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/printers.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/stages.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/version.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/extconf.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/version.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/processor.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/version.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset.rb
RBC /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/constants.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/file_processor.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/structures.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/types.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/ext/psych/extconf.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/class_loader.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/coder.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/core_ext.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/deprecated.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/exception.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/handler.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/handlers/document_stream.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/handlers/recorder.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/ruby_events.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/stream.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/tree_builder.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/yaml_events.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/alias.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/document.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/mapping.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/node.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/scalar.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/sequence.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/stream.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/omap.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/parser.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/scalar_scanner.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/set.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/stream.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/streaming.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/syntax_error.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/tree_builder.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/versions.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/depth_first.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/emitter.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/json_tree.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/to_ruby.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/visitor.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/yaml_tree.rb** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/y.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/y.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/y.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych_jars.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych_jars.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych_jars.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date/delta.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date/delta.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date/delta.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date/delta/parser.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date/delta/parser.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date/delta/parser.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date/format.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date/format.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date/format.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/rubysl/date.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/rubysl/date.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/rubysl/date.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/rubysl/date/date.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/rubysl/date/date.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/rubysl/date/date.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/rubysl/date/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/rubysl/date/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/rubysl/date/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/delegate.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/delegate.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/delegate.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/rubysl/delegate.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/rubysl/delegate.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/rubysl/delegate.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/rubysl/delegate/delegate.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/rubysl/delegate/delegate.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/rubysl/delegate/delegate.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/rubysl/delegate/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/rubysl/delegate/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/rubysl/delegate/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/bubblebabble/extconf.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/bubblebabble/extconf.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/bubblebabble/extconf.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/digest_conf.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/digest_conf.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/digest_conf.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/extconf.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/extconf.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/extconf.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/md5/extconf.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/md5/extconf.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/md5/extconf.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/rmd160/extconf.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/rmd160/extconf.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/rmd160/extconf.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/sha1/extconf.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/sha1/extconf.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/sha1/extconf.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/sha2/extconf.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/sha2/extconf.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/sha2/extconf.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/openssl/deprecation.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/openssl/deprecation.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/openssl/deprecation.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/bubblebabble.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/bubblebabble.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/bubblebabble.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/hmac.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/hmac.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/hmac.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/md5.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/md5.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/md5.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/rmd160.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/rmd160.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/rmd160.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/sha1.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/sha1.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/sha1.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/sha2.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/sha2.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/sha2.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/rubysl/digest.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/rubysl/digest.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/rubysl/digest.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/rubysl/digest/digest.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/rubysl/digest/digest.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/rubysl/digest/digest.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/rubysl/digest/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/rubysl/digest/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/rubysl/digest/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/etc.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/etc.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/etc.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/rubysl/etc.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/rubysl/etc.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/rubysl/etc.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/rubysl/etc/extconf.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/rubysl/etc/extconf.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/rubysl/etc/extconf.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/rubysl/etc/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/rubysl/etc/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/rubysl/etc/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/fcntl.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/fcntl.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/fcntl.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/rubysl/fcntl.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/rubysl/fcntl.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/rubysl/fcntl.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/rubysl/fcntl/extconf.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/rubysl/fcntl/extconf.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/rubysl/fcntl/extconf.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/rubysl/fcntl/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/rubysl/fcntl/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/rubysl/fcntl/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/fileutils.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/fileutils.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/fileutils.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/rubysl/fileutils.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/rubysl/fileutils.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/rubysl/fileutils.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/rubysl/fileutils/fileutils.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/rubysl/fileutils/fileutils.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/rubysl/fileutils/fileutils.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/rubysl/fileutils/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/rubysl/fileutils/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/rubysl/fileutils/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/io/nonblock.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/io/nonblock.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/io/nonblock.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/rubysl/io/nonblock.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/rubysl/io/nonblock.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/rubysl/io/nonblock.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/rubysl/io/nonblock/nonblock.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/rubysl/io/nonblock/nonblock.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/rubysl/io/nonblock/nonblock.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/rubysl/io/nonblock/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/rubysl/io/nonblock/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/rubysl/io/nonblock/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-mkmf-2.1/lib/mkmf.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-mkmf-2.1/lib/mkmf.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-mkmf-2.1/lib/mkmf.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-mkmf-2.1/lib/rubysl/mkmf.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-mkmf-2.1/lib/rubysl/mkmf.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-mkmf-2.1/lib/rubysl/mkmf.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-mkmf-2.1/lib/rubysl/mkmf/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-mkmf-2.1/lib/rubysl/mkmf/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-mkmf-2.1/lib/rubysl/mkmf/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/monitor.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/monitor.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/monitor.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor/monitor.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor/monitor.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor/monitor.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/ext/rubysl/openssl/deprecation.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/ext/rubysl/openssl/deprecation.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/ext/rubysl/openssl/deprecation.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/ext/rubysl/openssl/extconf.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/ext/rubysl/openssl/extconf.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/ext/rubysl/openssl/extconf.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/bn.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/bn.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/bn.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/buffering.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/buffering.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/buffering.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/cipher.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/cipher.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/cipher.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/config.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/config.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/config.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/digest.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/digest.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/digest.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/pkey.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/pkey.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/pkey.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/ssl.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/ssl.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/ssl.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/x509.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/x509.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/x509.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/rubysl/openssl.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/rubysl/openssl.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/rubysl/openssl.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/rubysl/openssl/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/rubysl/openssl/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/rubysl/openssl/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/ac.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/ac.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/ac.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/date.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/date.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/date.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/shellwords.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/shellwords.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/shellwords.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/time.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/time.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/time.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/uri.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/uri.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/uri.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse/optparse.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse/optparse.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse/optparse.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords/shellwords.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords/shellwords.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords/shellwords.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/shellwords.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/shellwords.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/shellwords.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/rubysl/stringio.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/rubysl/stringio.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/rubysl/stringio.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/rubysl/stringio/stringio.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/rubysl/stringio/stringio.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/rubysl/stringio/stringio.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/rubysl/stringio/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/rubysl/stringio/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/rubysl/stringio/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/stringio.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/stringio.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/stringio.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan/strscan.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan/strscan.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan/strscan.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/strscan.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/strscan.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/strscan.rbc
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/y.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych_jars.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date/delta.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date/delta/parser.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date/format.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/rubysl/date.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/rubysl/date/date.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/rubysl/date/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/delegate.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/rubysl/delegate.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/rubysl/delegate/delegate.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/rubysl/delegate/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/bubblebabble/extconf.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/digest_conf.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/extconf.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/md5/extconf.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/rmd160/extconf.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/sha1/extconf.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/sha2/extconf.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/openssl/deprecation.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/bubblebabble.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/hmac.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/md5.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/rmd160.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/sha1.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/sha2.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/rubysl/digest.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/rubysl/digest/digest.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/rubysl/digest/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/etc.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/rubysl/etc.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/rubysl/etc/extconf.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/rubysl/etc/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/fcntl.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/rubysl/fcntl.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/rubysl/fcntl/extconf.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/rubysl/fcntl/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/fileutils.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/rubysl/fileutils.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/rubysl/fileutils/fileutils.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/rubysl/fileutils/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/io/nonblock.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/rubysl/io/nonblock.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/rubysl/io/nonblock/nonblock.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/rubysl/io/nonblock/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-mkmf-2.1/lib/mkmf.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-mkmf-2.1/lib/rubysl/mkmf.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-mkmf-2.1/lib/rubysl/mkmf/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/monitor.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor/monitor.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/ext/rubysl/openssl/deprecation.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/ext/rubysl/openssl/extconf.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/bn.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/buffering.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/cipher.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/config.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/digest.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/pkey.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/ssl.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/x509.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/rubysl/openssl.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/rubysl/openssl/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/ac.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/date.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/shellwords.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/time.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/uri.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse/optparse.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords/shellwords.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/shellwords.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/rubysl/stringio.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/rubysl/stringio/stringio.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/rubysl/stringio/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/stringio.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan/strscan.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/strscan.rb** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/rubysl/tempfile.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/rubysl/tempfile.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/rubysl/tempfile.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/rubysl/tempfile/tempfile.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/rubysl/tempfile/tempfile.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/rubysl/tempfile/tempfile.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/rubysl/tempfile/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/rubysl/tempfile/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/rubysl/tempfile/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/tempfile.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/tempfile.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/tempfile.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/rubysl/thread.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/rubysl/thread.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/rubysl/thread.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/rubysl/thread/thread.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/rubysl/thread/thread.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/rubysl/thread/thread.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/rubysl/thread/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/rubysl/thread/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/rubysl/thread/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/thread.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/thread.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/thread.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/rubysl/tmpdir.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/rubysl/tmpdir.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/rubysl/tmpdir.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/rubysl/tmpdir/tmpdir.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/rubysl/tmpdir/tmpdir.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/rubysl/tmpdir/tmpdir.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/rubysl/tmpdir/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/rubysl/tmpdir/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/rubysl/tmpdir/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/tmpdir.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/tmpdir.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/tmpdir.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/rubysl/uri.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/rubysl/uri.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/rubysl/uri.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/rubysl/uri/uri.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/rubysl/uri/uri.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/rubysl/uri/uri.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/rubysl/uri/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/rubysl/uri/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/rubysl/uri/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/common.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/common.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/common.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/ftp.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/ftp.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/ftp.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/generic.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/generic.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/generic.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/http.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/http.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/http.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/https.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/https.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/https.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/ldap.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/ldap.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/ldap.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/ldaps.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/ldaps.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/ldaps.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/mailto.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/mailto.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/mailto.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/rubysl/yaml.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/rubysl/yaml.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/rubysl/yaml.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/rubysl/yaml/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/rubysl/yaml/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/rubysl/yaml/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/yaml.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/yaml.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/yaml.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/yaml/dbm.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/yaml/dbm.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/yaml/dbm.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/yaml/store.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/yaml/store.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/yaml/store.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/ext/rubysl/zlib/extconf.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/ext/rubysl/zlib/extconf.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/ext/rubysl/zlib/extconf.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/lib/rubysl/zlib.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/lib/rubysl/zlib.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/lib/rubysl/zlib.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/lib/rubysl/zlib/version.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/lib/rubysl/zlib/version.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/lib/rubysl/zlib/version.rbc
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/lib/zlib.rbc (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/lib/zlib.rb (first_time, not_needed)
** Invoke core/signature.rb (not_needed)
** Execute /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/lib/zlib.rbc
** Invoke runtime/core/contents (first_time)
** Invoke runtime/core/data (first_time)
** Invoke runtime/core (first_time)
** Execute runtime/core
mkdir -p runtime/core
** Invoke core/load_order.txt (first_time, not_needed)
** Invoke runtime/platform.conf (not_needed)
** Invoke runtime (not_needed)
** Invoke runtime/signature (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/constants.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/control_flow.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/data.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/definitions.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/encoding.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/exceptions.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/file.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/grapher.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/literals.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/node.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/operators.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/self.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/sends.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/transforms.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/values.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/variables.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiled_file.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiler.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/evaluator.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator_methods.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/iseq.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/locals.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/opcodes.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/printers.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/stages.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/extconf.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/processor.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/constants.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/file_processor.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/structures.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/types.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/ffi2-generators-0.1.1/lib/ffi2/generators/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/ext/psych/extconf.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/class_loader.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/coder.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/core_ext.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/deprecated.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/exception.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/handler.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/handlers/document_stream.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/handlers/recorder.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/ruby_events.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/stream.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/tree_builder.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/json/yaml_events.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/alias.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/document.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/mapping.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/node.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/scalar.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/sequence.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/nodes/stream.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/omap.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/parser.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/scalar_scanner.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/set.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/stream.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/streaming.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/syntax_error.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/tree_builder.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/versions.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/depth_first.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/emitter.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/json_tree.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/to_ruby.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/visitor.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/visitors/yaml_tree.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych/y.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17/lib/psych_jars.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date/delta.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date/delta/parser.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/date/format.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/rubysl/date.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/rubysl/date/date.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-date-2.0.9/lib/rubysl/date/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/delegate.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/rubysl/delegate.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/rubysl/delegate/delegate.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-delegate-2.0.1/lib/rubysl/delegate/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/bubblebabble/extconf.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/digest_conf.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/extconf.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/md5/extconf.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/rmd160/extconf.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/sha1/extconf.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/digest/sha2/extconf.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/ext/rubysl/openssl/deprecation.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/bubblebabble.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/hmac.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/md5.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/rmd160.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/sha1.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/digest/sha2.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/rubysl/digest.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/rubysl/digest/digest.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8/lib/rubysl/digest/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/etc.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/rubysl/etc.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/rubysl/etc/extconf.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-etc-2.0.3/lib/rubysl/etc/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/fcntl.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/rubysl/fcntl.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/rubysl/fcntl/extconf.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fcntl-2.0.4/lib/rubysl/fcntl/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/fileutils.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/rubysl/fileutils.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/rubysl/fileutils/fileutils.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-fileutils-2.0.3/lib/rubysl/fileutils/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/io/nonblock.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/rubysl/io/nonblock.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/rubysl/io/nonblock/nonblock.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-io-nonblock-2.0.0/lib/rubysl/io/nonblock/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-mkmf-2.1/lib/mkmf.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-mkmf-2.1/lib/rubysl/mkmf.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-mkmf-2.1/lib/rubysl/mkmf/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/monitor.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor/monitor.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-monitor-2.0.0/lib/rubysl/monitor/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/ext/rubysl/openssl/deprecation.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/ext/rubysl/openssl/extconf.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/bn.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/buffering.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/cipher.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/config.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/digest.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/pkey.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/ssl.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/openssl/x509.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/rubysl/openssl.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9/lib/rubysl/openssl/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/ac.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/date.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/shellwords.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/time.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/uri.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/optparse/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse/optparse.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-optparse-2.0.1/lib/rubysl/optparse/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords/shellwords.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/rubysl/shellwords/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-shellwords-2.0.0/lib/shellwords.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/rubysl/stringio.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/rubysl/stringio/stringio.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/rubysl/stringio/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-stringio-2.1.0/lib/stringio.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan/strscan.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/rubysl/strscan/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-strscan-2.0.0/lib/strscan.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/rubysl/tempfile.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/rubysl/tempfile/tempfile.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/rubysl/tempfile/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/tempfile.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/rubysl/thread.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/rubysl/thread/thread.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/rubysl/thread/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/thread.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/rubysl/tmpdir.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/rubysl/tmpdir/tmpdir.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/rubysl/tmpdir/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/tmpdir.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/rubysl/uri.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/rubysl/uri/uri.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/rubysl/uri/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/common.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/ftp.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/generic.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/http.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/https.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/ldap.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/ldaps.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/mailto.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/rubysl/yaml.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/rubysl/yaml/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/yaml.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/yaml/dbm.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/yaml/store.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/ext/rubysl/zlib/extconf.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/lib/rubysl/zlib.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/lib/rubysl/zlib/version.rbc (not_needed)
** Invoke /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/lib/zlib.rbc (not_needed)
** Execute runtime/core/data
** Execute runtime/core/contents
** Invoke runtime/core/data (not_needed)
** Invoke runtime/core/index (first_time)
** Invoke runtime/core/data (not_needed)
** Execute runtime/core/index
** Invoke runtime/core/initialize (first_time)
** Invoke runtime/core/data (not_needed)
** Execute runtime/core/initialize
** Invoke runtime/core/signature (first_time)
** Invoke core/signature.rb (not_needed)
** Execute runtime/core/signature
** Execute core:build
** Invoke stage:core (first_time)
** Execute stage:core
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/core
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/alias.rb /home/test/.rvm/src/rbx-3.69/staging/core/alias.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/alpha.rb /home/test/.rvm/src/rbx-3.69/staging/core/alpha.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/argf.rb /home/test/.rvm/src/rbx-3.69/staging/core/argf.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/array.rb /home/test/.rvm/src/rbx-3.69/staging/core/array.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/array_mirror.rb /home/test/.rvm/src/rbx-3.69/staging/core/array_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/atomic.rb /home/test/.rvm/src/rbx-3.69/staging/core/atomic.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/autoload.rb /home/test/.rvm/src/rbx-3.69/staging/core/autoload.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/backtrace.rb /home/test/.rvm/src/rbx-3.69/staging/core/backtrace.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/basic_object.rb /home/test/.rvm/src/rbx-3.69/staging/core/basic_object.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/bignum.rb /home/test/.rvm/src/rbx-3.69/staging/core/bignum.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/binding.rb /home/test/.rvm/src/rbx-3.69/staging/core/binding.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/block_environment.rb /home/test/.rvm/src/rbx-3.69/staging/core/block_environment.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/build_config.rb /home/test/.rvm/src/rbx-3.69/staging/core/build_config.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/byte_array.rb /home/test/.rvm/src/rbx-3.69/staging/core/byte_array.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/call_site.rb /home/test/.rvm/src/rbx-3.69/staging/core/call_site.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/capi.rb /home/test/.rvm/src/rbx-3.69/staging/core/capi.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/channel.rb /home/test/.rvm/src/rbx-3.69/staging/core/channel.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/character.rb /home/test/.rvm/src/rbx-3.69/staging/core/character.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/class.rb /home/test/.rvm/src/rbx-3.69/staging/core/class.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/code_db.rb /home/test/.rvm/src/rbx-3.69/staging/core/code_db.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/code_loader.rb /home/test/.rvm/src/rbx-3.69/staging/core/code_loader.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/compact_lookup_table.rb /home/test/.rvm/src/rbx-3.69/staging/core/compact_lookup_table.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/comparable.rb /home/test/.rvm/src/rbx-3.69/staging/core/comparable.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/compiled_code.rb /home/test/.rvm/src/rbx-3.69/staging/core/compiled_code.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/complex.rb /home/test/.rvm/src/rbx-3.69/staging/core/complex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/complexifier.rb /home/test/.rvm/src/rbx-3.69/staging/core/complexifier.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/configuration.rb /home/test/.rvm/src/rbx-3.69/staging/core/configuration.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/console.rb /home/test/.rvm/src/rbx-3.69/staging/core/console.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/constant_cache.rb /home/test/.rvm/src/rbx-3.69/staging/core/constant_cache.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/constant_table.rb /home/test/.rvm/src/rbx-3.69/staging/core/constant_table.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/continuation.rb /home/test/.rvm/src/rbx-3.69/staging/core/continuation.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/converter_paths.rb /home/test/.rvm/src/rbx-3.69/staging/core/converter_paths.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/ctype.rb /home/test/.rvm/src/rbx-3.69/staging/core/ctype.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/delegated_method.rb /home/test/.rvm/src/rbx-3.69/staging/core/delegated_method.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/deprecations.rb /home/test/.rvm/src/rbx-3.69/staging/core/deprecations.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/dir.rb /home/test/.rvm/src/rbx-3.69/staging/core/dir.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/dir_glob.rb /home/test/.rvm/src/rbx-3.69/staging/core/dir_glob.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/encoding.rb /home/test/.rvm/src/rbx-3.69/staging/core/encoding.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/enumerable.rb /home/test/.rvm/src/rbx-3.69/staging/core/enumerable.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/enumerable_helper.rb /home/test/.rvm/src/rbx-3.69/staging/core/enumerable_helper.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/enumerator.rb /home/test/.rvm/src/rbx-3.69/staging/core/enumerator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/env.rb /home/test/.rvm/src/rbx-3.69/staging/core/env.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/errno.rb /home/test/.rvm/src/rbx-3.69/staging/core/errno.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/exception.rb /home/test/.rvm/src/rbx-3.69/staging/core/exception.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/executable.rb /home/test/.rvm/src/rbx-3.69/staging/core/executable.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/false.rb /home/test/.rvm/src/rbx-3.69/staging/core/false.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/ffi.rb /home/test/.rvm/src/rbx-3.69/staging/core/ffi.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/fiber.rb /home/test/.rvm/src/rbx-3.69/staging/core/fiber.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/file.rb /home/test/.rvm/src/rbx-3.69/staging/core/file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/file_test.rb /home/test/.rvm/src/rbx-3.69/staging/core/file_test.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/fixnum.rb /home/test/.rvm/src/rbx-3.69/staging/core/fixnum.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/float.rb /home/test/.rvm/src/rbx-3.69/staging/core/float.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/fsevent.rb /home/test/.rvm/src/rbx-3.69/staging/core/fsevent.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/gc.rb /home/test/.rvm/src/rbx-3.69/staging/core/gc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/global.rb /home/test/.rvm/src/rbx-3.69/staging/core/global.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/hash.rb /home/test/.rvm/src/rbx-3.69/staging/core/hash.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/hook.rb /home/test/.rvm/src/rbx-3.69/staging/core/hook.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/identity_map.rb /home/test/.rvm/src/rbx-3.69/staging/core/identity_map.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/immediate.rb /home/test/.rvm/src/rbx-3.69/staging/core/immediate.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/integer.rb /home/test/.rvm/src/rbx-3.69/staging/core/integer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/io.rb /home/test/.rvm/src/rbx-3.69/staging/core/io.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/iseq.rb /home/test/.rvm/src/rbx-3.69/staging/core/iseq.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/jit.rb /home/test/.rvm/src/rbx-3.69/staging/core/jit.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/kernel.rb /home/test/.rvm/src/rbx-3.69/staging/core/kernel.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/lexical_scope.rb /home/test/.rvm/src/rbx-3.69/staging/core/lexical_scope.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/library.rb /home/test/.rvm/src/rbx-3.69/staging/core/library.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/loaded_features.rb /home/test/.rvm/src/rbx-3.69/staging/core/loaded_features.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/loader.rb /home/test/.rvm/src/rbx-3.69/staging/core/loader.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/location.rb /home/test/.rvm/src/rbx-3.69/staging/core/location.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/logger.rb /home/test/.rvm/src/rbx-3.69/staging/core/logger.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/lookup_table.rb /home/test/.rvm/src/rbx-3.69/staging/core/lookup_table.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/lru_cache.rb /home/test/.rvm/src/rbx-3.69/staging/core/lru_cache.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/main.rb /home/test/.rvm/src/rbx-3.69/staging/core/main.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/marshal.rb /home/test/.rvm/src/rbx-3.69/staging/core/marshal.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/match_data.rb /home/test/.rvm/src/rbx-3.69/staging/core/match_data.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/math.rb /home/test/.rvm/src/rbx-3.69/staging/core/math.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/method.rb /home/test/.rvm/src/rbx-3.69/staging/core/method.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/method_equality.rb /home/test/.rvm/src/rbx-3.69/staging/core/method_equality.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/method_table.rb /home/test/.rvm/src/rbx-3.69/staging/core/method_table.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/metrics.rb /home/test/.rvm/src/rbx-3.69/staging/core/metrics.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/mirror.rb /home/test/.rvm/src/rbx-3.69/staging/core/mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/missing_method.rb /home/test/.rvm/src/rbx-3.69/staging/core/missing_method.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/module.rb /home/test/.rvm/src/rbx-3.69/staging/core/module.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/mutex.rb /home/test/.rvm/src/rbx-3.69/staging/core/mutex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/native_method.rb /home/test/.rvm/src/rbx-3.69/staging/core/native_method.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/nil.rb /home/test/.rvm/src/rbx-3.69/staging/core/nil.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/numeric.rb /home/test/.rvm/src/rbx-3.69/staging/core/numeric.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/numeric_mirror.rb /home/test/.rvm/src/rbx-3.69/staging/core/numeric_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/object_space.rb /home/test/.rvm/src/rbx-3.69/staging/core/object_space.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/options.rb /home/test/.rvm/src/rbx-3.69/staging/core/options.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/pack.rb /home/test/.rvm/src/rbx-3.69/staging/core/pack.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/pointer.rb /home/test/.rvm/src/rbx-3.69/staging/core/pointer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/pointer_accessors.rb /home/test/.rvm/src/rbx-3.69/staging/core/pointer_accessors.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/proc.rb /home/test/.rvm/src/rbx-3.69/staging/core/proc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/proc_mirror.rb /home/test/.rvm/src/rbx-3.69/staging/core/proc_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/process.rb /home/test/.rvm/src/rbx-3.69/staging/core/process.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/process_mirror.rb /home/test/.rvm/src/rbx-3.69/staging/core/process_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/random.rb /home/test/.rvm/src/rbx-3.69/staging/core/random.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/range.rb /home/test/.rvm/src/rbx-3.69/staging/core/range.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/range_mirror.rb /home/test/.rvm/src/rbx-3.69/staging/core/range_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/rational.rb /home/test/.rvm/src/rbx-3.69/staging/core/rational.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/rationalizer.rb /home/test/.rvm/src/rbx-3.69/staging/core/rationalizer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/rbconfig.rb /home/test/.rvm/src/rbx-3.69/staging/core/rbconfig.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/regexp.rb /home/test/.rvm/src/rbx-3.69/staging/core/regexp.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/respond_to_cache.rb /home/test/.rvm/src/rbx-3.69/staging/core/respond_to_cache.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/rubinius.rb /home/test/.rvm/src/rbx-3.69/staging/core/rubinius.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/ruby_constants.rb /home/test/.rvm/src/rbx-3.69/staging/core/ruby_constants.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/runtime.rb /home/test/.rvm/src/rbx-3.69/staging/core/runtime.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/signal.rb /home/test/.rvm/src/rbx-3.69/staging/core/signal.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/signature.rb /home/test/.rvm/src/rbx-3.69/staging/core/signature.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/splitter.rb /home/test/.rvm/src/rbx-3.69/staging/core/splitter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/sprinter.rb /home/test/.rvm/src/rbx-3.69/staging/core/sprinter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/stat.rb /home/test/.rvm/src/rbx-3.69/staging/core/stat.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/stats.rb /home/test/.rvm/src/rbx-3.69/staging/core/stats.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/string.rb /home/test/.rvm/src/rbx-3.69/staging/core/string.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/string_mirror.rb /home/test/.rvm/src/rbx-3.69/staging/core/string_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/struct.rb /home/test/.rvm/src/rbx-3.69/staging/core/struct.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/symbol.rb /home/test/.rvm/src/rbx-3.69/staging/core/symbol.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/thread.rb /home/test/.rvm/src/rbx-3.69/staging/core/thread.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/thread_group.rb /home/test/.rvm/src/rbx-3.69/staging/core/thread_group.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/thread_group_mirror.rb /home/test/.rvm/src/rbx-3.69/staging/core/thread_group_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/thread_mirror.rb /home/test/.rvm/src/rbx-3.69/staging/core/thread_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/throw_catch.rb /home/test/.rvm/src/rbx-3.69/staging/core/throw_catch.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/thunk.rb /home/test/.rvm/src/rbx-3.69/staging/core/thunk.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/time.rb /home/test/.rvm/src/rbx-3.69/staging/core/time.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/true.rb /home/test/.rvm/src/rbx-3.69/staging/core/true.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/tuple.rb /home/test/.rvm/src/rbx-3.69/staging/core/tuple.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/type.rb /home/test/.rvm/src/rbx-3.69/staging/core/type.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/undefined.rb /home/test/.rvm/src/rbx-3.69/staging/core/undefined.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/variable_scope.rb /home/test/.rvm/src/rbx-3.69/staging/core/variable_scope.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/vm.rb /home/test/.rvm/src/rbx-3.69/staging/core/vm.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/weakref.rb /home/test/.rvm/src/rbx-3.69/staging/core/weakref.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/core/zed.rb /home/test/.rvm/src/rbx-3.69/staging/core/zed.rb
** Invoke stage:runtime (first_time)
** Execute stage:runtime
install -c -m 644 /home/test/.rvm/src/rbx-3.69/runtime/platform.conf /home/test/.rvm/src/rbx-3.69/staging/runtime/platform.conf
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/runtime/core
install -c -m 644 /home/test/.rvm/src/rbx-3.69/runtime/core/contents /home/test/.rvm/src/rbx-3.69/staging/runtime/core/contents
install -c -m 644 /home/test/.rvm/src/rbx-3.69/runtime/core/data /home/test/.rvm/src/rbx-3.69/staging/runtime/core/data
install -c -m 644 /home/test/.rvm/src/rbx-3.69/runtime/core/index /home/test/.rvm/src/rbx-3.69/staging/runtime/core/index
install -c -m 644 /home/test/.rvm/src/rbx-3.69/runtime/core/initialize /home/test/.rvm/src/rbx-3.69/staging/runtime/core/initialize
install -c -m 644 /home/test/.rvm/src/rbx-3.69/runtime/core/signature /home/test/.rvm/src/rbx-3.69/staging/runtime/core/signature
install -c -m 644 /home/test/.rvm/src/rbx-3.69/runtime/signature /home/test/.rvm/src/rbx-3.69/staging/runtime/signature
** Invoke stage:lib (first_time)
** Execute stage:lib
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/bin
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/bin/compile.rb /home/test/.rvm/src/rbx-3.69/staging/library/bin/compile.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/bin/erb.rb /home/test/.rvm/src/rbx-3.69/staging/library/bin/erb.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/bin/gem.rb /home/test/.rvm/src/rbx-3.69/staging/library/bin/gem.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/bin/irb.rb /home/test/.rvm/src/rbx-3.69/staging/library/bin/irb.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/ffi
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/ffi/file_processor.rb /home/test/.rvm/src/rbx-3.69/staging/library/ffi/file_processor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/ffi/generator.rb /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/ffi/generators.rb /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generators.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generators
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/ffi/generators/constants.rb /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generators/constants.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/ffi/generators/structures.rb /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generators/structures.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/ffi/generators/types.rb /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generators/types.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/gauntlet_rubygems.rb /home/test/.rvm/src/rbx-3.69/staging/library/gauntlet_rubygems.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rbconfig.rb /home/test/.rvm/src/rbx-3.69/staging/library/rbconfig.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubinius
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubinius/configuration.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubinius/configuration.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubinius/configuration_variables.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubinius/configuration_variables.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubinius/ffi.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubinius/ffi.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/LICENSE.txt /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/LICENSE.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/MIT.txt /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/MIT.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/available_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/available_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/basic_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/basic_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/command_manager.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/command_manager.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/build_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/build_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/cert_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/cert_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/check_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/check_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/cleanup_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/cleanup_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/contents_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/contents_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/dependency_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/dependency_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/environment_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/environment_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/fetch_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/fetch_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/generate_index_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/generate_index_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/help_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/help_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/install_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/install_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/list_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/list_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/lock_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/lock_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/mirror_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/mirror_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/open_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/open_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/outdated_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/outdated_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/owner_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/owner_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/pristine_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/pristine_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/push_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/push_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/query_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/query_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/rdoc_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/rdoc_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/search_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/search_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/server_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/server_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/setup_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/setup_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/sources_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/sources_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/specification_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/specification_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/stale_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/stale_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/uninstall_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/uninstall_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/unpack_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/unpack_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/update_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/update_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/which_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/which_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/yank_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/yank_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/compatibility.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/compatibility.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/config_file.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/config_file.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/core_ext
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/core_ext/kernel_gem.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/core_ext/kernel_gem.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/core_ext/kernel_require.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/core_ext/kernel_require.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/defaults.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/defaults.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/defaults
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/defaults/rbx.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/defaults/rbx.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_installer.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_installer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_list.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/activation_request.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/activation_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/api_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/api_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/api_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/api_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/composed_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/composed_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/current_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/current_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/dependency_conflict.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/dependency_conflict.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/dependency_request.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/dependency_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/index_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/index_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/index_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/index_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/installed_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/installed_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/installer_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/installer_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/deprecate.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/deprecate.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/doctor.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/doctor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/errors.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/errors.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/exceptions.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/exceptions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ext.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ext/build_error.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/build_error.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ext/builder.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ext/cmake_builder.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/cmake_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ext/configure_builder.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/configure_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ext/ext_conf_builder.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/ext_conf_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ext/rake_builder.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/rake_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/gem_runner.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/gem_runner.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/gemcutter_utilities.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/gemcutter_utilities.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/indexer.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/indexer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/install_default_message.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/install_default_message.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/install_message.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/install_message.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/install_update_options.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/install_update_options.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/installer.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/installer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/installer_test_case.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/installer_test_case.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/local_remote_options.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/local_remote_options.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/mock_gem_ui.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/mock_gem_ui.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/name_tuple.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/name_tuple.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/digest_io.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/digest_io.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/file_source.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/file_source.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/io_source.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/io_source.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/old.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/old.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/source.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/source.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/tar_header.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_header.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/tar_reader.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_reader.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_reader
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/tar_reader/entry.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_reader/entry.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/tar_test_case.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_test_case.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/tar_writer.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_writer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package_task.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package_task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/path_support.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/path_support.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/platform.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/platform.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/psych_additions.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/psych_additions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/psych_tree.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/psych_tree.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/rdoc.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/rdoc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/remote_fetcher.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/remote_fetcher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request/connection_pools.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request/connection_pools.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request/http_pool.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request/http_pool.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request/https_pool.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request/https_pool.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request_set/gem_dependency_api.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/gem_dependency_api.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request_set/lockfile.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/lockfile.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/lockfile
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request_set/lockfile/parser.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/lockfile/parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request_set/lockfile/tokenizer.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/lockfile/tokenizer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/requirement.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/requirement.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/activation_request.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/activation_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/api_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/api_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/api_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/api_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/best_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/best_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/composed_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/composed_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/conflict.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/conflict.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/current_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/current_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/dependency_request.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/dependency_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/git_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/git_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/git_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/git_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/index_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/index_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/index_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/index_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/installed_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/installed_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/installer_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/installer_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/local_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/local_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/lock_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/lock_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/lock_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/lock_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/delegates
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/errors.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/errors.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/modules
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/resolution.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/resolution.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/resolver.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/resolver.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/state.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/state.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/requirement_list.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/requirement_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/source_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/source_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/spec_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/spec_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/stats.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/stats.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/vendor_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/vendor_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/vendor_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/vendor_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/security.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/security/policies.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/policies.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/security/policy.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/policy.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/security/signer.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/signer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/security/trust_dir.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/trust_dir.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/server.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/server.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source/git.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/git.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source/installed.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/installed.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source/local.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/local.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source/lock.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/lock.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source/specific_file.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/specific_file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source/vendor.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/vendor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source_list.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source_local.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source_local.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source_specific_file.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source_specific_file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/spec_fetcher.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/spec_fetcher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/specification.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/AddTrustExternalCARoot-2048.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/AddTrustExternalCARoot-2048.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/AddTrustExternalCARoot.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/AddTrustExternalCARoot.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/GeoTrustGlobalCA.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/GeoTrustGlobalCA.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/GeoTrust_Global_CA.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/GeoTrust_Global_CA.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/ca-bundle.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/ca-bundle.pem
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/index.rubygems.org
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/rubygems.global.ssl.fastly.net
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/rubygems.org
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/stub_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/stub_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/syck_hack.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/syck_hack.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/test_case.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/test_case.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/test_utilities.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/test_utilities.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/text.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/text.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/uninstaller.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/uninstaller.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/uri_formatter.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/uri_formatter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/user_interaction.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/user_interaction.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/util.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util.rb
mkdir -p /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/util/licenses.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util/licenses.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/util/list.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util/list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/util/stringio.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util/stringio.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/validator.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/validator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/version.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/version_option.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/version_option.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/ubygems.rb /home/test/.rvm/src/rbx-3.69/staging/library/ubygems.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/bin/compile.rb /home/test/.rvm/src/rbx-3.69/staging/library/bin/compile.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/bin/erb.rb /home/test/.rvm/src/rbx-3.69/staging/library/bin/erb.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/bin/gem.rb /home/test/.rvm/src/rbx-3.69/staging/library/bin/gem.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/bin/irb.rb /home/test/.rvm/src/rbx-3.69/staging/library/bin/irb.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/ffi/file_processor.rb /home/test/.rvm/src/rbx-3.69/staging/library/ffi/file_processor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/ffi/generator.rb /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/ffi/generators.rb /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generators.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/ffi/generators/constants.rb /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generators/constants.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/ffi/generators/structures.rb /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generators/structures.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/ffi/generators/types.rb /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generators/types.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/gauntlet_rubygems.rb /home/test/.rvm/src/rbx-3.69/staging/library/gauntlet_rubygems.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rbconfig.rb /home/test/.rvm/src/rbx-3.69/staging/library/rbconfig.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubinius/configuration.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubinius/configuration.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubinius/configuration_variables.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubinius/configuration_variables.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubinius/ffi.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubinius/ffi.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/LICENSE.txt /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/LICENSE.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/MIT.txt /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/MIT.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/available_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/available_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/basic_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/basic_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/command_manager.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/command_manager.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/build_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/build_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/cert_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/cert_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/check_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/check_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/cleanup_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/cleanup_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/contents_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/contents_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/dependency_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/dependency_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/environment_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/environment_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/fetch_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/fetch_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/generate_index_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/generate_index_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/help_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/help_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/install_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/install_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/list_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/list_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/lock_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/lock_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/mirror_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/mirror_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/open_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/open_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/outdated_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/outdated_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/owner_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/owner_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/pristine_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/pristine_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/push_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/push_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/query_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/query_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/rdoc_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/rdoc_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/search_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/search_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/server_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/server_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/setup_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/setup_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/sources_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/sources_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/specification_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/specification_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/stale_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/stale_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/uninstall_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/uninstall_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/unpack_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/unpack_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/update_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/update_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/which_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/which_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/commands/yank_command.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/yank_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/compatibility.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/compatibility.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/config_file.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/config_file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/core_ext/kernel_gem.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/core_ext/kernel_gem.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/core_ext/kernel_require.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/core_ext/kernel_require.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/defaults.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/defaults.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/defaults/rbx.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/defaults/rbx.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_installer.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_installer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_list.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/activation_request.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/activation_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/api_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/api_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/api_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/api_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/composed_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/composed_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/current_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/current_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/dependency_conflict.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/dependency_conflict.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/dependency_request.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/dependency_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/index_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/index_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/index_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/index_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/installed_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/installed_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/dependency_resolver/installer_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/installer_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/deprecate.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/deprecate.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/doctor.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/doctor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/errors.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/errors.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/exceptions.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/exceptions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ext.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ext/build_error.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/build_error.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ext/builder.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ext/cmake_builder.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/cmake_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ext/configure_builder.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/configure_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ext/ext_conf_builder.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/ext_conf_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ext/rake_builder.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/rake_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/gem_runner.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/gem_runner.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/gemcutter_utilities.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/gemcutter_utilities.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/indexer.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/indexer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/install_default_message.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/install_default_message.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/install_message.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/install_message.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/install_update_options.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/install_update_options.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/installer.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/installer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/installer_test_case.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/installer_test_case.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/local_remote_options.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/local_remote_options.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/mock_gem_ui.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/mock_gem_ui.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/name_tuple.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/name_tuple.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/digest_io.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/digest_io.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/file_source.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/file_source.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/io_source.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/io_source.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/old.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/old.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/source.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/source.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/tar_header.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_header.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/tar_reader.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_reader.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/tar_reader/entry.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_reader/entry.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/tar_test_case.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_test_case.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package/tar_writer.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_writer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/package_task.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package_task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/path_support.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/path_support.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/platform.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/platform.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/psych_additions.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/psych_additions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/psych_tree.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/psych_tree.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/rdoc.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/rdoc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/remote_fetcher.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/remote_fetcher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request/connection_pools.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request/connection_pools.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request/http_pool.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request/http_pool.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request/https_pool.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request/https_pool.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request_set/gem_dependency_api.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/gem_dependency_api.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request_set/lockfile.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/lockfile.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request_set/lockfile/parser.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/lockfile/parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/request_set/lockfile/tokenizer.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/lockfile/tokenizer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/requirement.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/requirement.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/activation_request.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/activation_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/api_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/api_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/api_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/api_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/best_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/best_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/composed_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/composed_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/conflict.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/conflict.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/current_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/current_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/dependency_request.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/dependency_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/git_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/git_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/git_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/git_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/index_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/index_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/index_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/index_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/installed_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/installed_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/installer_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/installer_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/local_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/local_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/lock_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/lock_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/lock_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/lock_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/errors.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/errors.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/resolution.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/resolution.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/resolver.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/resolver.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/state.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/state.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/requirement_list.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/requirement_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/source_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/source_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/spec_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/spec_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/stats.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/stats.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/vendor_set.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/vendor_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/resolver/vendor_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/vendor_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/security.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/security/policies.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/policies.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/security/policy.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/policy.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/security/signer.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/signer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/security/trust_dir.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/trust_dir.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/server.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/server.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source/git.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/git.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source/installed.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/installed.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source/local.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/local.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source/lock.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/lock.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source/specific_file.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/specific_file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source/vendor.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/vendor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source_list.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source_local.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source_local.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/source_specific_file.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source_specific_file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/spec_fetcher.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/spec_fetcher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/AddTrustExternalCARoot-2048.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/AddTrustExternalCARoot-2048.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/AddTrustExternalCARoot.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/AddTrustExternalCARoot.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/GeoTrustGlobalCA.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/GeoTrustGlobalCA.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/GeoTrust_Global_CA.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/GeoTrust_Global_CA.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/ca-bundle.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/ca-bundle.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/stub_specification.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/stub_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/syck_hack.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/syck_hack.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/test_case.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/test_case.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/test_utilities.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/test_utilities.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/text.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/text.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/uninstaller.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/uninstaller.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/uri_formatter.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/uri_formatter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/user_interaction.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/user_interaction.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/util.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/util/licenses.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util/licenses.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/util/list.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util/list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/util/stringio.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util/stringio.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/validator.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/validator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/version.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/rubygems/version_option.rb /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/version_option.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/library/ubygems.rb /home/test/.rvm/src/rbx-3.69/staging/library/ubygems.rb
** Invoke gems:melbourne (first_time)
** Execute gems:melbourne
/home/test/.rvm/src/rbx-3.69/staging/bin/rbx ./extconf.rbc
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/rubysl/tempfile.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/rubysl/tempfile/tempfile.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/rubysl/tempfile/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tempfile-2.0.1/lib/tempfile.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/rubysl/thread.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/rubysl/thread/thread.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/rubysl/thread/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-thread-2.0.3/lib/thread.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/rubysl/tmpdir.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/rubysl/tmpdir/tmpdir.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/rubysl/tmpdir/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-tmpdir-2.0.1/lib/tmpdir.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/rubysl/uri.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/rubysl/uri/uri.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/rubysl/uri/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/common.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/ftp.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/generic.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/http.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/https.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/ldap.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/ldaps.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-uri-2.0.0/lib/uri/mailto.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/rubysl/yaml.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/rubysl/yaml/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/yaml.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/yaml/dbm.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-yaml-2.1.0/lib/yaml/store.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/ext/rubysl/zlib/extconf.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/lib/rubysl/zlib.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/lib/rubysl/zlib/version.rb
RBC /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1/lib/zlib.rb
CodeDB: writing data...
CodeDB: writing contents...
CodeDB: writing index...
CodeDB: writing initialize...
CodeDB: writing signature...
make && make install
compiling symbols.cpp
compiling encoding_compat.cpp
compiling var_table.cpp
compiling melbourne.cpp
compiling node_types.cpp
compiling visitor.cpp
compiling grammar.cpp
In file included from grammar.y:4849:
./lex.c.blt:75:3: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
register int hval = len;
^~~~~~~~~
./lex.c.blt:142:5: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
register int key = hash(str, len);
^~~~~~~~~
./lex.c.blt:145:7: warning: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
register const char *s = wordlist[key].name;
^~~~~~~~~
3 warnings generated.
linking shared-object melbourne.so
** Invoke gems:extensions (first_time)
** Execute gems:extensions
/home/test/.rvm/src/rbx-3.69/staging/bin/rbx extconf.rb
/home/test/.rvm/src/rbx-3.69/staging/bin/rbx extconf.rb
/home/test/.rvm/src/rbx-3.69/staging/bin/rbx extconf.rb
Building /home/test/.rvm/src/rbx-3.69/bootstrap/gems/psych-2.0.17...
checking for yaml.h... yes
checking for yaml_get_version() in -lyaml... yes
creating Makefile
make
compiling psych_to_ruby.c
compiling psych_yaml_tree.c
compiling psych_emitter.c
compiling psych_parser.c
psych_parser.c:120:17: warning: expression result unused [-Wunused-value]
RB_GC_GUARD(src);
^~~
1 warning generated.
compiling psych.c
linking shared-object psych.so
/home/test/.rvm/src/rbx-3.69/staging/bin/rbx extconf.rb
Building /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8...
creating Makefile
make
compiling bubblebabble.c
linking shared-object digest/bubblebabble/bubblebabble.so
/home/test/.rvm/src/rbx-3.69/staging/bin/rbx extconf.rb
Building /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8...
creating Makefile
make
compiling digest.c
linking shared-object digest/digest.so
/home/test/.rvm/src/rbx-3.69/staging/bin/rbx extconf.rb
Building /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8...
checking for main() in -lcrypto... yes
checking for MD5_Transform() in openssl/md5.h with -Werror=deprecated-declarations... yes
checking for openssl/md5.h... yes
checking for MD5_CTX in openssl/md5.h... yes
checking for sys/cdefs.h... yes
creating Makefile
make
compiling md5init.c
linking shared-object digest/md5/md5.so
/home/test/.rvm/src/rbx-3.69/staging/bin/rbx extconf.rb
Building /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8...
checking for main() in -lcrypto... yes
checking for RIPEMD160_Transform() in openssl/ripemd.h with -Werror=deprecated-declarations... yes
checking for openssl/ripemd.h... yes
checking for RIPEMD160_CTX in openssl/ripemd.h... yes
checking for sys/cdefs.h... yes
creating Makefile
make
compiling rmd160init.c
linking shared-object digest/rmd160/rmd160.so
/home/test/.rvm/src/rbx-3.69/staging/bin/rbx extconf.rb
Building /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8...
checking for main() in -lcrypto... yes
checking for SHA1_Transform() in openssl/sha.h with -Werror=deprecated-declarations... yes
checking for openssl/sha.h... yes
checking for SHA1_CTX in openssl/sha.h... no
checking for sys/cdefs.h... yes
creating Makefile
make
compiling sha1init.c
compiling sha1.c
linking shared-object digest/sha1/sha1.so
/home/test/.rvm/src/rbx-3.69/staging/bin/rbx extconf.rb
Building /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-digest-2.0.8...
checking for main() in -lcrypto... yes
checking for SHA256_Transform() in openssl/sha.h with -Werror=deprecated-declarations... yes
checking for openssl/sha.h... yes
checking for SHA512_Transform() in openssl/sha.h with -Werror=deprecated-declarations... yes
checking for openssl/sha.h... yes
checking for SHA256_CTX in openssl/sha.h... yes
checking for SHA512_CTX in openssl/sha.h... yes
checking for sys/cdefs.h... yes
checking for uint64_t in defs.h with -DHAVE_CONFIG_H -DHAVE_SHA256_TRANSFORM -DHAVE_OPENSSL_SHA_H -DHAVE_SHA512_TRANSFORM -DHAVE_OPENSSL_SHA_H -DHAVE_TYPE_SHA256_CTX -DHAVE_TYPE_SHA512_CTX -DSHA2_USE_OPENSSL -DHAVE_SYS_CDEFS_H... yes
creating Makefile
make
compiling sha2init.c
linking shared-object digest/sha2/sha2.so
/home/test/.rvm/src/rbx-3.69/staging/bin/rbx extconf.rb
Building /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-openssl-2.9...
checking for t_open() in -lnsl... no
checking for socket() in -lsocket... no
checking for assert.h... yes
checking for openssl/ssl.h... yes
checking for OpenSSL_add_all_digests() in -lcrypto... yes
checking for SSL_library_init() in -lssl... yes
checking for openssl/conf_api.h... yes
checking for SSL_library_init() in openssl/ssl.h with -Werror=deprecated-declarations... yes
checking for openssl/ssl.h... yes
checking for ERR_peek_last_error()... yes
checking for ASN1_put_eoc()... yes
checking for BN_mod_add()... yes
checking for BN_mod_sqr()... yes
checking for BN_mod_sub()... yes
checking for BN_pseudo_rand_range()... yes
checking for BN_rand_range()... yes
checking for CONF_get1_default_config_file()... yes
checking for EVP_CIPHER_CTX_copy()... yes
checking for EVP_CIPHER_CTX_set_padding()... yes
checking for EVP_CipherFinal_ex()... yes
checking for EVP_CipherInit_ex()... yes
checking for EVP_DigestFinal_ex()... yes
checking for EVP_DigestInit_ex()... yes
checking for EVP_MD_CTX_cleanup()... yes
checking for EVP_MD_CTX_create()... yes
checking for EVP_MD_CTX_destroy()... yes
checking for EVP_MD_CTX_init()... yes
checking for HMAC_CTX_cleanup()... yes
checking for HMAC_CTX_copy()... yes
checking for HMAC_CTX_init()... yes
checking for PEM_def_callback()... yes
checking for PKCS5_PBKDF2_HMAC()... yes
checking for PKCS5_PBKDF2_HMAC_SHA1()... yes
checking for RAND_egd()... yes
checking for X509V3_set_nconf()... yes
checking for X509V3_EXT_nconf_nid()... yes
checking for X509_CRL_add0_revoked()... yes
checking for X509_CRL_set_issuer_name()... yes
checking for X509_CRL_set_version()... yes
checking for X509_CRL_sort()... yes
checking for X509_NAME_hash_old()... yes
checking for X509_STORE_get_ex_data()... no
checking for X509_STORE_set_ex_data()... no
checking for OBJ_NAME_do_all_sorted()... yes
checking for SSL_SESSION_get_id()... yes
checking for SSL_SESSION_cmp()... no
checking for OPENSSL_cleanse()... yes
checking for SSLv2_method()... yes
checking for SSLv2_server_method()... yes
checking for SSLv2_client_method()... yes
checking for SSLv3_method()... no
checking for SSLv3_server_method()... no
checking for SSLv3_client_method()... no
checking for TLSv1_1_method()... yes
checking for TLSv1_1_server_method()... yes
checking for TLSv1_1_client_method()... yes
checking for TLSv1_2_method()... yes
checking for TLSv1_2_server_method()... yes
checking for TLSv1_2_client_method()... yes
checking for SSL_CTX_set_alpn_select_cb()... yes
checking for SSL_CTX_set_alpn_protos()... yes
checking for OPENSSL_NPN_NEGOTIATED in openssl/ssl.h... yes
checking for SSL_set_tlsext_host_name() in openssl/ssl.h... no
checking for SSL_set_tlsext_host_name in openssl/ssl.h... yes
checking for openssl/engine.h... yes
checking for ENGINE_add()... yes
checking for ENGINE_load_builtin_engines()... yes
checking for ENGINE_load_openbsd_dev_crypto()... no
checking for ENGINE_get_digest()... yes
checking for ENGINE_get_cipher()... yes
checking for ENGINE_cleanup()... yes
checking for ENGINE_load_dynamic()... yes
checking for ENGINE_load_4758cca()... no
checking for ENGINE_load_aep()... no
checking for ENGINE_load_atalla()... no
checking for ENGINE_load_chil()... no
checking for ENGINE_load_cswift()... no
checking for ENGINE_load_nuron()... no
checking for ENGINE_load_sureware()... no
checking for ENGINE_load_ubsec()... no
checking for ENGINE_load_padlock()... no
checking for ENGINE_load_capi()... no
checking for ENGINE_load_gmp()... no
checking for ENGINE_load_gost()... no
checking for ENGINE_load_cryptodev()... yes
checking for ENGINE_load_aesni()... no
checking for DH_generate_parameters_ex()... yes
checking for DSA_generate_parameters_ex()... yes
checking for RSA_generate_key_ex()... yes
checking for OpenSSL version is 0.9.7 or later... yes
checking for openssl/ocsp.h... yes
checking for CRYPTO_THREADID.ptr in openssl/crypto.h... yes
checking for EVP_CIPHER_CTX.flags in openssl/evp.h... yes
checking for EVP_CIPHER_CTX.engine in openssl/evp.h... yes
checking for X509_ATTRIBUTE.single in openssl/x509.h... yes
checking for OPENSSL_FIPS in openssl/opensslconf.h... no
checking for EVP_CTRL_GCM_GET_TAG in openssl/evp.h... yes
creating extconf.h
creating Makefile
make
compiling ossl_pkey_ec.c
In file included from ossl_pkey_ec.c:5:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_pkcs5.c
In file included from ossl_pkcs5.c:4:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_ns_spki.c
In file included from ossl_ns_spki.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_pkey_rsa.c
In file included from ossl_pkey_rsa.c:12:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_rsa.c:80:42: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if defined(HAVE_RSA_GENERATE_KEY_EX) && HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_rsa.c:80:42: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_rsa.c:80:42: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_rsa.c:101:42: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if defined(HAVE_RSA_GENERATE_KEY_EX) && HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_rsa.c:101:42: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_rsa.c:101:42: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
9 warnings generated.
compiling ossl_x509name.c
In file included from ossl_x509name.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_x509name.c:341:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (result < 0) return INT2FIX(-1);
^~~~~~~~~~~
/home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/ruby.h:650:27: note: expanded from macro 'INT2FIX'
#define INT2FIX(i) CAPI_TAG_FIXNUM(i)
^~~~~~~~~~~~~~~~~~
/home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/capi_oop.h:107:50: note: expanded from macro 'CAPI_TAG_FIXNUM'
#define CAPI_TAG_FIXNUM(v) ((VALUE)(((VALUE)(v) << TAG_FIXNUM_SHIFT) | TAG_FIXNUM))
~~~~~~~~~~ ^
4 warnings generated.
compiling ossl_bio.c
In file included from ossl_bio.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_ssl.c
In file included from ossl_ssl.c:12:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_rand.c
In file included from ossl_rand.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_x509.c
In file included from ossl_x509.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_x509ext.c
In file included from ossl_x509ext.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_hmac.c
In file included from ossl_hmac.c:12:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_x509revoked.c
In file included from ossl_x509revoked.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling openssl_missing.c
compiling ossl_bn.c
In file included from ossl_bn.c:11:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_engine.c
In file included from ossl_engine.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_x509crl.c
In file included from ossl_x509crl.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_ocsp.c
In file included from ossl_ocsp.c:11:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_pkey_dh.c
In file included from ossl_pkey_dh.c:12:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_dh.c:85:48: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if defined(HAVE_DH_GENERATE_PARAMETERS_EX) && HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_dh.c:85:48: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_dh.c:85:48: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_dh.c:106:48: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if defined(HAVE_DH_GENERATE_PARAMETERS_EX) && HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_dh.c:106:48: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_dh.c:106:48: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
9 warnings generated.
compiling ossl.c
In file included from ossl.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_cipher.c
In file included from ossl_cipher.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_x509store.c
In file included from ossl_x509store.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_x509cert.c
In file included from ossl_x509cert.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_x509req.c
In file included from ossl_x509req.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_x509req.c:433:9: warning: implicit declaration of function 'GetX509AttrPtr' is invalid in C99 [-Wimplicit-function-declaration]
attr = GetX509AttrPtr(item);
^
ossl_x509req.c:433:7: warning: incompatible integer to pointer conversion assigning to 'X509_ATTRIBUTE *' (aka 'struct x509_attributes_st *') from 'int' [-Wint-conversion]
attr = GetX509AttrPtr(item);
^ ~~~~~~~~~~~~~~~~~~~~
ossl_x509req.c:447:34: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'X509_ATTRIBUTE *' (aka 'struct x509_attributes_st *') [-Wint-conversion]
if (!X509_REQ_add1_attr(req, GetX509AttrPtr(attr))) {
^~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/x509.h:932:55: note: passing argument to parameter 'attr' here
int X509_REQ_add1_attr(X509_REQ *req, X509_ATTRIBUTE *attr);
^
6 warnings generated.
compiling ossl_asn1.c
In file included from ossl_asn1.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_asn1.c:1039:17: warning: expression result unused [-Wunused-value]
RB_GC_GUARD(tmp);
^~~
ossl_asn1.c:1069:17: warning: expression result unused [-Wunused-value]
RB_GC_GUARD(tmp);
^~~
ossl_asn1.c:1108:17: warning: expression result unused [-Wunused-value]
RB_GC_GUARD(tmp);
^~~
6 warnings generated.
compiling ossl_ssl_session.c
In file included from ossl_ssl_session.c:5:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_pkcs7.c
In file included from ossl_pkcs7.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_pkey_dsa.c
In file included from ossl_pkey_dsa.c:12:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_dsa.c:79:49: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if defined(HAVE_DSA_GENERATE_PARAMETERS_EX) && HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_dsa.c:79:49: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_dsa.c:79:49: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_dsa.c:103:49: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if defined(HAVE_DSA_GENERATE_PARAMETERS_EX) && HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_dsa.c:103:49: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey_dsa.c:103:49: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
9 warnings generated.
compiling ossl_x509attr.c
In file included from ossl_x509attr.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_pkcs12.c
In file included from ossl_pkcs12.c:5:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_digest.c
In file included from ossl_digest.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_config.c
In file included from ossl_config.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
3 warnings generated.
compiling ossl_pkey.c
In file included from ossl_pkey.c:10:
In file included from ./ossl.h:235:
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
./ossl_pkey.h:45:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey.c:35:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if HAVE_BN_GENCB
^
./ossl_pkey.h:44:23: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey.c:35:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:60: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
ossl_pkey.c:35:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
./ossl_pkey.h:44:103: note: expanded from macro 'HAVE_BN_GENCB'
#define HAVE_BN_GENCB defined(HAVE_RSA_GENERATE_KEY_EX) || defined(HAVE_DH_GENERATE_PARAMETERS_EX) || defined(HAVE_DSA_GENERATE_PARAMETERS_EX)
^
6 warnings generated.
linking shared-object openssl/openssl.so
/home/test/.rvm/src/rbx-3.69/staging/bin/rbx extconf.rb
Building /home/test/.rvm/src/rbx-3.69/bootstrap/gems/rubysl-zlib-2.0.1...
checking for deflateReset() in -lz... yes
checking for zlib.h... yes
checking for crc32_combine() in zlib.h... yes
checking for adler32_combine() in zlib.h... yes
checking for z_crc_t in zlib.h... yes
creating Makefile
make
compiling zlib.c
zlib.c:638:23: warning: expression result unused [-Wunused-value]
rb_obj_reveal(z->buf, rb_cString);
~ ^~~
/home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/ruby.h:2267:35: note: expanded from macro 'rb_obj_reveal'
#define rb_obj_reveal(obj, klass) obj
^~~
zlib.c:683:17: warning: expression result unused [-Wunused-value]
rb_obj_hide(z->buf);
~ ^~~
/home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/ruby.h:2266:26: note: expanded from macro 'rb_obj_hide'
#define rb_obj_hide(obj) obj
^~~
zlib.c:712:17: warning: expression result unused [-Wunused-value]
rb_obj_hide(z->buf);
~ ^~~
/home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/ruby.h:2266:26: note: expanded from macro 'rb_obj_hide'
#define rb_obj_hide(obj) obj
^~~
zlib.c:754:16: warning: expression result unused [-Wunused-value]
rb_obj_reveal(dst, rb_cString);
^~~
/home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/ruby.h:2267:35: note: expanded from macro 'rb_obj_reveal'
#define rb_obj_reveal(obj, klass) obj
^~~
zlib.c:783:19: warning: expression result unused [-Wunused-value]
rb_obj_reveal(dst, rb_cString);
^~~
/home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/ruby.h:2267:35: note: expanded from macro 'rb_obj_reveal'
#define rb_obj_reveal(obj, klass) obj
^~~
zlib.c:838:17: warning: expression result unused [-Wunused-value]
rb_obj_hide(z->input);
~ ^~~~~
/home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/ruby.h:2266:26: note: expanded from macro 'rb_obj_hide'
#define rb_obj_hide(obj) obj
^~~
zlib.c:887:16: warning: expression result unused [-Wunused-value]
rb_obj_reveal(dst, rb_cString);
^~~
/home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/ruby.h:2267:35: note: expanded from macro 'rb_obj_reveal'
#define rb_obj_reveal(obj, klass) obj
^~~
zlib.c:890:19: warning: expression result unused [-Wunused-value]
rb_obj_reveal(dst, rb_cString);
^~~
/home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/ruby.h:2267:35: note: expanded from macro 'rb_obj_reveal'
#define rb_obj_reveal(obj, klass) obj
^~~
zlib.c:2340:32: warning: expression result unused [-Wunused-value]
zstream_append_input2(&gz->z, str);
^~~
zlib.c:846:17: note: expanded from macro 'zstream_append_input2'
RB_GC_GUARD(v),\
^
zlib.c:2360:32: warning: expression result unused [-Wunused-value]
zstream_append_input2(&gz->z, str);
^~~
zlib.c:846:17: note: expanded from macro 'zstream_append_input2'
RB_GC_GUARD(v),\
^
zlib.c:4288:7: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
INT2FIX(Z_DEFAULT_COMPRESSION));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/ruby.h:650:27: note: expanded from macro 'INT2FIX'
#define INT2FIX(i) CAPI_TAG_FIXNUM(i)
^~~~~~~~~~~~~~~~~~
/home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/capi_oop.h:107:50: note: expanded from macro 'CAPI_TAG_FIXNUM'
#define CAPI_TAG_FIXNUM(v) ((VALUE)(((VALUE)(v) << TAG_FIXNUM_SHIFT) | TAG_FIXNUM))
~~~~~~~~~~ ^
11 warnings generated.
linking shared-object zlib/zlib.so
** Invoke stage:documentation (first_time)
** Execute stage:documentation
** Invoke stage:manpages (first_time)
** Execute stage:manpages
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/chinese.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/chinese.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/chinese.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/chinese.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/chinese.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/chinese.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/japanese_sjis.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/japanese_sjis.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/japanese_sjis.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/japanese_sjis.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/japanese_sjis.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/japanese_sjis.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/iso2022.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/iso2022.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/iso2022.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/iso2022.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/iso2022.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/iso2022.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/single_byte.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/single_byte.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/single_byte.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/single_byte.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/single_byte.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/single_byte.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/emoji_sjis_docomo.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/emoji_sjis_docomo.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/emoji_sjis_docomo.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/emoji_sjis_docomo.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/emoji_sjis_docomo.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/emoji_sjis_docomo.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/japanese.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/japanese.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/japanese.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/japanese.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/japanese.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/japanese.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/utf_16_32.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/utf_16_32.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/utf_16_32.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/utf_16_32.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/utf_16_32.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/utf_16_32.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/escape.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/escape.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/escape.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/escape.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/escape.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/escape.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/emoji_iso2022_kddi.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/emoji_iso2022_kddi.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/emoji_iso2022_kddi.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/emoji_iso2022_kddi.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/emoji_iso2022_kddi.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/emoji_iso2022_kddi.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/gb18030.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/gb18030.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/gb18030.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/gb18030.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/gb18030.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/gb18030.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/emoji.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/emoji.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/emoji.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/emoji.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/emoji.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/emoji.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/gbk.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/gbk.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/gbk.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/gbk.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/gbk.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/gbk.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/utf8_mac.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/utf8_mac.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/utf8_mac.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/utf8_mac.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/utf8_mac.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/utf8_mac.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/emoji_sjis_softbank.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/emoji_sjis_softbank.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/emoji_sjis_softbank.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/emoji_sjis_softbank.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/emoji_sjis_softbank.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/emoji_sjis_softbank.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/japanese_euc.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/japanese_euc.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/japanese_euc.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/japanese_euc.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/japanese_euc.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/japanese_euc.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/newline.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/newline.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/newline.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/newline.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/newline.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/newline.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/korean.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/korean.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/korean.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/korean.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/korean.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/korean.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/emoji_sjis_kddi.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/emoji_sjis_kddi.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/emoji_sjis_kddi.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/emoji_sjis_kddi.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/emoji_sjis_kddi.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/emoji_sjis_kddi.so
** Invoke /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/big5.so (first_time)
** Invoke /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/big5.so (first_time)
** Execute /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/big5.so
** Execute /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/big5.so
cp -p /home/test/.rvm/src/rbx-3.69/vendor/oniguruma/enc/trans/big5.so /home/test/.rvm/src/rbx-3.69/staging//library/encoding/converter/big5.so
** Execute build:build
** Invoke gems:install (first_time)
** Execute gems:install
/home/test/.rvm/src/rbx-3.69/staging/bin/rbx /home/test/.rvm/src/rbx-3.69/rakelib/preinstall_gems.rb
Pre-installing gems for 2.3.1...
Installed bundler (1.11.2)
Installed daedalus-core (0.5.0)
Installed daedalus-core (1.3)
Installed ffi2-generators (0.1.1)
Building native extensions. This could take a while...
Installed json (1.8.3)
Installed minitest (4.7.5)
Building native extensions. This could take a while...
Installed psych (2.0.17)
Building native extensions. This could take a while...
Installed racc (1.4.14)
Installed rake (10.5.0)
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Installed rdoc (4.2.2)
Installed redcard (1.1.0)
Installed rubinius-ast (3.8)
Installed rubinius-bridge (2.2)
Installed rubinius-code (3.0)
Installed rubinius-compiler (3.10)
Installed rubinius-coverage (2.1)
Installed rubinius-debugger (2.6)
Installed rubinius-developer_tools (2.0.0)
Installed rubinius-instructions (3.0)
Building native extensions. This could take a while...
Installed rubinius-melbourne (3.8)
Installed rubinius-processor (3.2)
Installed rubinius-profiler (2.1)
Installed rubinius-toolset (3.0)
Installed rubysl (2.2.0)
Installed rubysl-abbrev (2.0.4)
Installed rubysl-base64 (2.0.0)
Installed rubysl-benchmark (2.0.1)
Building native extensions. This could take a while...
Installed rubysl-bigdecimal (2.0.2)
Installed rubysl-cgi (2.0.1)
Installed rubysl-cgi-session (2.1.0)
Installed rubysl-cmath (2.0.0)
Installed rubysl-complex (2.0.0)
Installed rubysl-continuation (2.0.0)
Installed rubysl-coverage (2.1)
Installed rubysl-csv (2.0.2)
Building native extensions. This could take a while...
Installed rubysl-curses (2.0.1)
Installed rubysl-date (2.0.9)
Installed rubysl-delegate (2.0.1)
Building native extensions. This could take a while...
Installed rubysl-digest (2.0.8)
Installed rubysl-drb (2.0.1)
Installed rubysl-e2mmap (2.0.0)
Installed rubysl-english (2.0.0)
Installed rubysl-enumerator (2.0.0)
Installed rubysl-erb (2.0.2)
Building native extensions. This could take a while...
Installed rubysl-etc (2.0.3)
Installed rubysl-expect (2.0.0)
Building native extensions. This could take a while...
Installed rubysl-fcntl (2.0.4)
Installed rubysl-fiber (2.0.0)
Installed rubysl-fileutils (2.0.3)
Installed rubysl-find (2.0.1)
Installed rubysl-forwardable (2.0.1)
Installed rubysl-getoptlong (2.0.0)
Installed rubysl-gserver (2.0.0)
Building native extensions. This could take a while...
Installed rubysl-io-console (2.0.0)
Installed rubysl-io-nonblock (2.0.0)
Installed rubysl-io-wait (2.0.0)
Installed rubysl-ipaddr (2.0.0)
Installed rubysl-irb (2.1.1)
Installed rubysl-logger (2.1.0)
Installed rubysl-mathn (2.0.0)
Installed rubysl-matrix (2.1.0)
Installed rubysl-mkmf (2.1)
Installed rubysl-monitor (2.0.0)
Installed rubysl-mutex_m (2.0.0)
Installed rubysl-net-ftp (2.0.1)
Installed rubysl-net-http (2.0.4)
Installed rubysl-net-imap (2.0.1)
Installed rubysl-net-pop (2.0.1)
Installed rubysl-net-protocol (2.0.1)
Installed rubysl-net-smtp (2.0.1)
Installed rubysl-net-telnet (2.0.0)
Building native extensions. This could take a while...
Installed rubysl-nkf (2.0.1)
Installed rubysl-observer (2.0.0)
Installed rubysl-open-uri (2.0.0)
Installed rubysl-open3 (2.0.0)
Building native extensions. This could take a while...
Installed rubysl-openssl (2.9)
Installed rubysl-optparse (2.0.1)
Installed rubysl-ostruct (2.1.0)
Installed rubysl-pathname (2.3)
Installed rubysl-prettyprint (2.0.3)
Installed rubysl-prime (2.0.1)
Installed rubysl-profile (2.0.0)
Installed rubysl-profiler (2.1)
Installed rubysl-pstore (2.0.0)
Building native extensions. This could take a while...
Installed rubysl-pty (2.0.3)
Installed rubysl-rational (2.0.1)
Installed rubysl-resolv (2.1.2)
Installed rubysl-rexml (2.0.4)
Installed rubysl-rinda (2.0.1)
Installed rubysl-rss (2.0.0)
Installed rubysl-scanf (2.0.0)
Installed rubysl-securerandom (2.0.0)
Installed rubysl-set (2.0.1)
Installed rubysl-shellwords (2.0.0)
Installed rubysl-singleton (2.0.0)
Installed rubysl-socket (2.2)
Installed rubysl-stringio (2.1.0)
Installed rubysl-strscan (2.0.0)
Installed rubysl-sync (2.0.0)
Building native extensions. This could take a while...
Installed rubysl-syslog (2.1.0)
Installed rubysl-tempfile (2.0.1)
Installed rubysl-test-unit (2.0.3)
Installed rubysl-thread (2.0.3)
Installed rubysl-thwait (2.0.0)
Installed rubysl-time (2.0.3)
Installed rubysl-timeout (2.0.0)
Installed rubysl-tmpdir (2.0.1)
Installed rubysl-tsort (2.0.1)
Installed rubysl-un (2.0.0)
Installed rubysl-unicode_normalize (2.0)
Installed rubysl-uri (2.0.0)
Installed rubysl-weakref (2.0.0)
Installed rubysl-webrick (2.0.0)
Installed rubysl-xmlrpc (2.0.0)
Installed rubysl-yaml (2.1.0)
Building native extensions. This could take a while...
Installed rubysl-zlib (2.0.1)
Installed rb-readline (0.5.3)
** Invoke install:files (first_time)
** Execute install:files
mkdir -p /home/test/.rvm/rubies/rbx-3.69/machine/include/capi
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/capi_constants.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/capi_constants.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/capi_oop.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/capi_oop.h
mkdir -p /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/gen
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/gen/rbx_config.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/gen/rbx_config.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/gen/rbx_release.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/gen/rbx_release.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/rbx_config.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/rbx_config.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby.h
mkdir -p /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/backward
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/backward/rubyio.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/backward/rubyio.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/backward/rubysig.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/backward/rubysig.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/backward/st.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/backward/st.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/backward/util.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/backward/util.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/config.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/config.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/defines.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/defines.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/digest.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/digest.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/dl.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/dl.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/encoding.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/encoding.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/intern.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/intern.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/io.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/io.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/missing.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/missing.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/oniguruma.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/oniguruma.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/re.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/re.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/regenc.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/regenc.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/regex.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/regex.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/ruby.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/ruby.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/st.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/st.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/subst.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/subst.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/thread.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/thread.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/thread_native.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/thread_native.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/transcoder.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/transcoder.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/util.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/util.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/version.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/version.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/machine/include/capi/ruby/win32.h /home/test/.rvm/rubies/rbx-3.69/machine/include/capi/ruby/win32.h
mkdir -p /home/test/.rvm/rubies/rbx-3.69/runtime
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/platform.conf /home/test/.rvm/rubies/rbx-3.69/runtime/platform.conf
mkdir -p /home/test/.rvm/rubies/rbx-3.69/runtime/core
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/core/contents /home/test/.rvm/rubies/rbx-3.69/runtime/core/contents
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/core/data /home/test/.rvm/rubies/rbx-3.69/runtime/core/data
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/core/index /home/test/.rvm/rubies/rbx-3.69/runtime/core/index
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/core/initialize /home/test/.rvm/rubies/rbx-3.69/runtime/core/initialize
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/core/signature /home/test/.rvm/rubies/rbx-3.69/runtime/core/signature
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/signature /home/test/.rvm/rubies/rbx-3.69/runtime/signature
mkdir -p /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/constants.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/constants.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/control_flow.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/control_flow.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/data.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/data.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/definitions.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/definitions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/encoding.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/encoding.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/exceptions.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/exceptions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/file.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/grapher.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/grapher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/literals.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/literals.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/node.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/node.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/operators.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/operators.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/self.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/self.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/sends.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/sends.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/transforms.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/transforms.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/values.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/values.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/variables.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/variables.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/version.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/version.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiled_file.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiled_file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiler.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiler.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/evaluator.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/evaluator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator_methods.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator_methods.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/iseq.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/iseq.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/locals.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/locals.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/opcodes.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/opcodes.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/printers.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/printers.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/stages.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/stages.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/version.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/version.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/extconf.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/extconf.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/version.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/version.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-processor-3.2/lib/rubinius/code
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/processor.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/processor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/version.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/version.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset/version.rb /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/constants.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/constants.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/control_flow.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/control_flow.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/data.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/data.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/definitions.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/definitions.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/encoding.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/encoding.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/exceptions.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/exceptions.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/file.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/file.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/grapher.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/grapher.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/literals.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/literals.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/node.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/node.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/operators.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/operators.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/self.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/self.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/sends.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/sends.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/transforms.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/transforms.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/values.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/values.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/variables.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/variables.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/version.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-ast-3.8/lib/rubinius/code/ast/version.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiled_file.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiled_file.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiler.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiler.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/evaluator.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/evaluator.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator_methods.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator_methods.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/iseq.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/iseq.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/locals.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/locals.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/opcodes.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/opcodes.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/printers.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/printers.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/stages.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/stages.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/version.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/version.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/extconf.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/extconf.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/version.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/version.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/processor.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/processor.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/version.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-processor-3.2/lib/rubinius/code/processor/version.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset/version.rbc /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset/version.rbc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/encoding_compat.cpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/encoding_compat.cpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/encoding_compat.hpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/encoding_compat.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/grammar.cpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/grammar.cpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/grammar.hpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/grammar.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/melbourne.cpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/melbourne.cpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/melbourne.hpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/melbourne.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node.hpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.cpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.cpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.hpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/parser_state.hpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/parser_state.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/symbols.cpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/symbols.cpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/symbols.hpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/symbols.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/var_table.cpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/var_table.cpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/var_table.hpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/var_table.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/visitor.cpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/visitor.cpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/visitor.hpp /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/visitor.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/namespace.h /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/namespace.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/lex.c.blt /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/lex.c.blt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/melbourne.so /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/melbourne.so
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/melbourne.so /home/test/.rvm/rubies/rbx-3.69/runtime/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/melbourne.so
mkdir -p /home/test/.rvm/rubies/rbx-3.69/core
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/alias.rb /home/test/.rvm/rubies/rbx-3.69/core/alias.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/alpha.rb /home/test/.rvm/rubies/rbx-3.69/core/alpha.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/argf.rb /home/test/.rvm/rubies/rbx-3.69/core/argf.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/array.rb /home/test/.rvm/rubies/rbx-3.69/core/array.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/array_mirror.rb /home/test/.rvm/rubies/rbx-3.69/core/array_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/atomic.rb /home/test/.rvm/rubies/rbx-3.69/core/atomic.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/autoload.rb /home/test/.rvm/rubies/rbx-3.69/core/autoload.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/backtrace.rb /home/test/.rvm/rubies/rbx-3.69/core/backtrace.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/basic_object.rb /home/test/.rvm/rubies/rbx-3.69/core/basic_object.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/bignum.rb /home/test/.rvm/rubies/rbx-3.69/core/bignum.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/binding.rb /home/test/.rvm/rubies/rbx-3.69/core/binding.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/block_environment.rb /home/test/.rvm/rubies/rbx-3.69/core/block_environment.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/build_config.rb /home/test/.rvm/rubies/rbx-3.69/core/build_config.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/byte_array.rb /home/test/.rvm/rubies/rbx-3.69/core/byte_array.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/call_site.rb /home/test/.rvm/rubies/rbx-3.69/core/call_site.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/capi.rb /home/test/.rvm/rubies/rbx-3.69/core/capi.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/channel.rb /home/test/.rvm/rubies/rbx-3.69/core/channel.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/character.rb /home/test/.rvm/rubies/rbx-3.69/core/character.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/class.rb /home/test/.rvm/rubies/rbx-3.69/core/class.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/code_db.rb /home/test/.rvm/rubies/rbx-3.69/core/code_db.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/code_loader.rb /home/test/.rvm/rubies/rbx-3.69/core/code_loader.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/compact_lookup_table.rb /home/test/.rvm/rubies/rbx-3.69/core/compact_lookup_table.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/comparable.rb /home/test/.rvm/rubies/rbx-3.69/core/comparable.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/compiled_code.rb /home/test/.rvm/rubies/rbx-3.69/core/compiled_code.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/complex.rb /home/test/.rvm/rubies/rbx-3.69/core/complex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/complexifier.rb /home/test/.rvm/rubies/rbx-3.69/core/complexifier.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/configuration.rb /home/test/.rvm/rubies/rbx-3.69/core/configuration.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/console.rb /home/test/.rvm/rubies/rbx-3.69/core/console.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/constant_cache.rb /home/test/.rvm/rubies/rbx-3.69/core/constant_cache.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/constant_table.rb /home/test/.rvm/rubies/rbx-3.69/core/constant_table.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/continuation.rb /home/test/.rvm/rubies/rbx-3.69/core/continuation.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/converter_paths.rb /home/test/.rvm/rubies/rbx-3.69/core/converter_paths.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/ctype.rb /home/test/.rvm/rubies/rbx-3.69/core/ctype.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/delegated_method.rb /home/test/.rvm/rubies/rbx-3.69/core/delegated_method.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/deprecations.rb /home/test/.rvm/rubies/rbx-3.69/core/deprecations.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/dir.rb /home/test/.rvm/rubies/rbx-3.69/core/dir.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/dir_glob.rb /home/test/.rvm/rubies/rbx-3.69/core/dir_glob.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/encoding.rb /home/test/.rvm/rubies/rbx-3.69/core/encoding.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/enumerable.rb /home/test/.rvm/rubies/rbx-3.69/core/enumerable.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/enumerable_helper.rb /home/test/.rvm/rubies/rbx-3.69/core/enumerable_helper.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/enumerator.rb /home/test/.rvm/rubies/rbx-3.69/core/enumerator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/env.rb /home/test/.rvm/rubies/rbx-3.69/core/env.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/errno.rb /home/test/.rvm/rubies/rbx-3.69/core/errno.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/exception.rb /home/test/.rvm/rubies/rbx-3.69/core/exception.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/executable.rb /home/test/.rvm/rubies/rbx-3.69/core/executable.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/false.rb /home/test/.rvm/rubies/rbx-3.69/core/false.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/ffi.rb /home/test/.rvm/rubies/rbx-3.69/core/ffi.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/fiber.rb /home/test/.rvm/rubies/rbx-3.69/core/fiber.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/file.rb /home/test/.rvm/rubies/rbx-3.69/core/file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/file_test.rb /home/test/.rvm/rubies/rbx-3.69/core/file_test.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/fixnum.rb /home/test/.rvm/rubies/rbx-3.69/core/fixnum.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/float.rb /home/test/.rvm/rubies/rbx-3.69/core/float.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/fsevent.rb /home/test/.rvm/rubies/rbx-3.69/core/fsevent.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/gc.rb /home/test/.rvm/rubies/rbx-3.69/core/gc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/global.rb /home/test/.rvm/rubies/rbx-3.69/core/global.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/hash.rb /home/test/.rvm/rubies/rbx-3.69/core/hash.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/hook.rb /home/test/.rvm/rubies/rbx-3.69/core/hook.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/identity_map.rb /home/test/.rvm/rubies/rbx-3.69/core/identity_map.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/immediate.rb /home/test/.rvm/rubies/rbx-3.69/core/immediate.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/integer.rb /home/test/.rvm/rubies/rbx-3.69/core/integer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/io.rb /home/test/.rvm/rubies/rbx-3.69/core/io.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/iseq.rb /home/test/.rvm/rubies/rbx-3.69/core/iseq.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/jit.rb /home/test/.rvm/rubies/rbx-3.69/core/jit.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/kernel.rb /home/test/.rvm/rubies/rbx-3.69/core/kernel.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/lexical_scope.rb /home/test/.rvm/rubies/rbx-3.69/core/lexical_scope.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/library.rb /home/test/.rvm/rubies/rbx-3.69/core/library.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/loaded_features.rb /home/test/.rvm/rubies/rbx-3.69/core/loaded_features.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/loader.rb /home/test/.rvm/rubies/rbx-3.69/core/loader.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/location.rb /home/test/.rvm/rubies/rbx-3.69/core/location.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/logger.rb /home/test/.rvm/rubies/rbx-3.69/core/logger.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/lookup_table.rb /home/test/.rvm/rubies/rbx-3.69/core/lookup_table.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/lru_cache.rb /home/test/.rvm/rubies/rbx-3.69/core/lru_cache.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/main.rb /home/test/.rvm/rubies/rbx-3.69/core/main.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/marshal.rb /home/test/.rvm/rubies/rbx-3.69/core/marshal.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/match_data.rb /home/test/.rvm/rubies/rbx-3.69/core/match_data.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/math.rb /home/test/.rvm/rubies/rbx-3.69/core/math.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/method.rb /home/test/.rvm/rubies/rbx-3.69/core/method.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/method_equality.rb /home/test/.rvm/rubies/rbx-3.69/core/method_equality.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/method_table.rb /home/test/.rvm/rubies/rbx-3.69/core/method_table.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/metrics.rb /home/test/.rvm/rubies/rbx-3.69/core/metrics.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/mirror.rb /home/test/.rvm/rubies/rbx-3.69/core/mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/missing_method.rb /home/test/.rvm/rubies/rbx-3.69/core/missing_method.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/module.rb /home/test/.rvm/rubies/rbx-3.69/core/module.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/mutex.rb /home/test/.rvm/rubies/rbx-3.69/core/mutex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/native_method.rb /home/test/.rvm/rubies/rbx-3.69/core/native_method.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/nil.rb /home/test/.rvm/rubies/rbx-3.69/core/nil.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/numeric.rb /home/test/.rvm/rubies/rbx-3.69/core/numeric.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/numeric_mirror.rb /home/test/.rvm/rubies/rbx-3.69/core/numeric_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/object_space.rb /home/test/.rvm/rubies/rbx-3.69/core/object_space.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/options.rb /home/test/.rvm/rubies/rbx-3.69/core/options.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/pack.rb /home/test/.rvm/rubies/rbx-3.69/core/pack.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/pointer.rb /home/test/.rvm/rubies/rbx-3.69/core/pointer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/pointer_accessors.rb /home/test/.rvm/rubies/rbx-3.69/core/pointer_accessors.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/proc.rb /home/test/.rvm/rubies/rbx-3.69/core/proc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/proc_mirror.rb /home/test/.rvm/rubies/rbx-3.69/core/proc_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/process.rb /home/test/.rvm/rubies/rbx-3.69/core/process.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/process_mirror.rb /home/test/.rvm/rubies/rbx-3.69/core/process_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/random.rb /home/test/.rvm/rubies/rbx-3.69/core/random.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/range.rb /home/test/.rvm/rubies/rbx-3.69/core/range.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/range_mirror.rb /home/test/.rvm/rubies/rbx-3.69/core/range_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/rational.rb /home/test/.rvm/rubies/rbx-3.69/core/rational.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/rationalizer.rb /home/test/.rvm/rubies/rbx-3.69/core/rationalizer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/rbconfig.rb /home/test/.rvm/rubies/rbx-3.69/core/rbconfig.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/regexp.rb /home/test/.rvm/rubies/rbx-3.69/core/regexp.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/respond_to_cache.rb /home/test/.rvm/rubies/rbx-3.69/core/respond_to_cache.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/rubinius.rb /home/test/.rvm/rubies/rbx-3.69/core/rubinius.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/ruby_constants.rb /home/test/.rvm/rubies/rbx-3.69/core/ruby_constants.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/runtime.rb /home/test/.rvm/rubies/rbx-3.69/core/runtime.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/signal.rb /home/test/.rvm/rubies/rbx-3.69/core/signal.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/signature.rb /home/test/.rvm/rubies/rbx-3.69/core/signature.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/splitter.rb /home/test/.rvm/rubies/rbx-3.69/core/splitter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/sprinter.rb /home/test/.rvm/rubies/rbx-3.69/core/sprinter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/stat.rb /home/test/.rvm/rubies/rbx-3.69/core/stat.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/stats.rb /home/test/.rvm/rubies/rbx-3.69/core/stats.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/string.rb /home/test/.rvm/rubies/rbx-3.69/core/string.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/string_mirror.rb /home/test/.rvm/rubies/rbx-3.69/core/string_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/struct.rb /home/test/.rvm/rubies/rbx-3.69/core/struct.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/symbol.rb /home/test/.rvm/rubies/rbx-3.69/core/symbol.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/thread.rb /home/test/.rvm/rubies/rbx-3.69/core/thread.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/thread_group.rb /home/test/.rvm/rubies/rbx-3.69/core/thread_group.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/thread_group_mirror.rb /home/test/.rvm/rubies/rbx-3.69/core/thread_group_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/thread_mirror.rb /home/test/.rvm/rubies/rbx-3.69/core/thread_mirror.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/throw_catch.rb /home/test/.rvm/rubies/rbx-3.69/core/throw_catch.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/thunk.rb /home/test/.rvm/rubies/rbx-3.69/core/thunk.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/time.rb /home/test/.rvm/rubies/rbx-3.69/core/time.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/true.rb /home/test/.rvm/rubies/rbx-3.69/core/true.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/tuple.rb /home/test/.rvm/rubies/rbx-3.69/core/tuple.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/type.rb /home/test/.rvm/rubies/rbx-3.69/core/type.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/undefined.rb /home/test/.rvm/rubies/rbx-3.69/core/undefined.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/variable_scope.rb /home/test/.rvm/rubies/rbx-3.69/core/variable_scope.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/vm.rb /home/test/.rvm/rubies/rbx-3.69/core/vm.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/weakref.rb /home/test/.rvm/rubies/rbx-3.69/core/weakref.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/core/zed.rb /home/test/.rvm/rubies/rbx-3.69/core/zed.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/bin
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/bin/compile.rb /home/test/.rvm/rubies/rbx-3.69/library/bin/compile.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/bin/erb.rb /home/test/.rvm/rubies/rbx-3.69/library/bin/erb.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/bin/gem.rb /home/test/.rvm/rubies/rbx-3.69/library/bin/gem.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/bin/irb.rb /home/test/.rvm/rubies/rbx-3.69/library/bin/irb.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/ffi
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/ffi/file_processor.rb /home/test/.rvm/rubies/rbx-3.69/library/ffi/file_processor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generator.rb /home/test/.rvm/rubies/rbx-3.69/library/ffi/generator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generators.rb /home/test/.rvm/rubies/rbx-3.69/library/ffi/generators.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/ffi/generators
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generators/constants.rb /home/test/.rvm/rubies/rbx-3.69/library/ffi/generators/constants.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generators/structures.rb /home/test/.rvm/rubies/rbx-3.69/library/ffi/generators/structures.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/ffi/generators/types.rb /home/test/.rvm/rubies/rbx-3.69/library/ffi/generators/types.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/gauntlet_rubygems.rb /home/test/.rvm/rubies/rbx-3.69/library/gauntlet_rubygems.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rbconfig.rb /home/test/.rvm/rubies/rbx-3.69/library/rbconfig.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubinius
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubinius/configuration.rb /home/test/.rvm/rubies/rbx-3.69/library/rubinius/configuration.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubinius/configuration_variables.rb /home/test/.rvm/rubies/rbx-3.69/library/rubinius/configuration_variables.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubinius/ffi.rb /home/test/.rvm/rubies/rbx-3.69/library/rubinius/ffi.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/available_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/available_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/basic_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/basic_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/command_manager.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/command_manager.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/build_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/build_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/cert_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/cert_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/check_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/check_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/cleanup_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/cleanup_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/contents_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/contents_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/dependency_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/dependency_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/environment_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/environment_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/fetch_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/fetch_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/generate_index_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/generate_index_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/help_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/help_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/install_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/install_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/list_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/list_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/lock_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/lock_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/mirror_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/mirror_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/open_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/open_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/outdated_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/outdated_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/owner_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/owner_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/pristine_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/pristine_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/push_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/push_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/query_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/query_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/rdoc_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/rdoc_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/search_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/search_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/server_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/server_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/setup_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/setup_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/sources_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/sources_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/specification_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/specification_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/stale_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/stale_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/uninstall_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/uninstall_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/unpack_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/unpack_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/update_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/update_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/which_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/which_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/yank_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/yank_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/compatibility.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/compatibility.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/config_file.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/config_file.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/core_ext
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/core_ext/kernel_gem.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/core_ext/kernel_gem.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/core_ext/kernel_require.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/core_ext/kernel_require.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/defaults.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/defaults.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/defaults
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/defaults/rbx.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/defaults/rbx.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_installer.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_installer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_list.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/activation_request.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/activation_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/api_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/api_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/api_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/api_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/composed_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/composed_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/current_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/current_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/dependency_conflict.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/dependency_conflict.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/dependency_request.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/dependency_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/index_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/index_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/index_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/index_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/installed_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/installed_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/installer_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/installer_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/deprecate.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/deprecate.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/doctor.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/doctor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/errors.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/errors.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/exceptions.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/exceptions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ext.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ext
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/build_error.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ext/build_error.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/builder.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ext/builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/cmake_builder.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ext/cmake_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/configure_builder.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ext/configure_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/ext_conf_builder.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ext/ext_conf_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/rake_builder.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ext/rake_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/gem_runner.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/gem_runner.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/gemcutter_utilities.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/gemcutter_utilities.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/indexer.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/indexer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/install_default_message.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/install_default_message.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/install_message.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/install_message.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/install_update_options.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/install_update_options.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/installer.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/installer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/installer_test_case.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/installer_test_case.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/local_remote_options.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/local_remote_options.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/mock_gem_ui.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/mock_gem_ui.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/name_tuple.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/name_tuple.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/digest_io.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/digest_io.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/file_source.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/file_source.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/io_source.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/io_source.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/old.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/old.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/source.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/source.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_header.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/tar_header.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_reader.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/tar_reader.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/tar_reader
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_reader/entry.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/tar_reader/entry.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_test_case.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/tar_test_case.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_writer.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/tar_writer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package_task.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package_task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/path_support.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/path_support.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/platform.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/platform.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/psych_additions.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/psych_additions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/psych_tree.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/psych_tree.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/rdoc.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/rdoc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/remote_fetcher.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/remote_fetcher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request/connection_pools.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request/connection_pools.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request/http_pool.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request/http_pool.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request/https_pool.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request/https_pool.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request_set.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request_set
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/gem_dependency_api.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request_set/gem_dependency_api.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/lockfile.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request_set/lockfile.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request_set/lockfile
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/lockfile/parser.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request_set/lockfile/parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/lockfile/tokenizer.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request_set/lockfile/tokenizer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/requirement.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/requirement.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/activation_request.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/activation_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/api_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/api_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/api_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/api_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/best_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/best_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/composed_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/composed_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/conflict.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/conflict.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/current_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/current_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/dependency_request.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/dependency_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/git_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/git_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/git_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/git_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/index_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/index_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/index_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/index_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/installed_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/installed_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/installer_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/installer_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/local_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/local_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/lock_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/lock_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/lock_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/lock_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/delegates
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/errors.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/errors.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/modules
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/resolution.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/resolution.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/resolver.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/resolver.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/state.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/state.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/requirement_list.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/requirement_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/source_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/source_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/spec_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/spec_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/stats.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/stats.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/vendor_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/vendor_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/vendor_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/vendor_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/security.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/security
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/policies.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/security/policies.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/policy.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/security/policy.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/signer.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/security/signer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/trust_dir.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/security/trust_dir.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/server.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/server.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/git.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source/git.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/installed.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source/installed.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/local.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source/local.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/lock.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source/lock.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/specific_file.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source/specific_file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/vendor.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source/vendor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source_list.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source_local.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source_local.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source_specific_file.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source_specific_file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/spec_fetcher.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/spec_fetcher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/stub_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/stub_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/syck_hack.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/syck_hack.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/test_case.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/test_case.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/test_utilities.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/test_utilities.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/text.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/text.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/uninstaller.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/uninstaller.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/uri_formatter.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/uri_formatter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/user_interaction.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/user_interaction.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/util.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/util
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util/licenses.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/util/licenses.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util/list.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/util/list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util/stringio.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/util/stringio.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/validator.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/validator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/version.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/version_option.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/version_option.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/ubygems.rb /home/test/.rvm/rubies/rbx-3.69/library/ubygems.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/LICENSE.txt /home/test/.rvm/rubies/rbx-3.69/library/rubygems/LICENSE.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/MIT.txt /home/test/.rvm/rubies/rbx-3.69/library/rubygems/MIT.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/available_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/available_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/basic_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/basic_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/command_manager.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/command_manager.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/build_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/build_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/cert_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/cert_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/check_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/check_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/cleanup_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/cleanup_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/contents_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/contents_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/dependency_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/dependency_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/environment_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/environment_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/fetch_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/fetch_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/generate_index_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/generate_index_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/help_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/help_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/install_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/install_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/list_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/list_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/lock_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/lock_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/mirror_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/mirror_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/open_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/open_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/outdated_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/outdated_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/owner_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/owner_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/pristine_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/pristine_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/push_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/push_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/query_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/query_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/rdoc_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/rdoc_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/search_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/search_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/server_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/server_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/setup_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/setup_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/sources_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/sources_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/specification_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/specification_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/stale_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/stale_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/uninstall_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/uninstall_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/unpack_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/unpack_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/update_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/update_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/which_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/which_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/commands/yank_command.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/commands/yank_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/compatibility.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/compatibility.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/config_file.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/config_file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/core_ext/kernel_gem.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/core_ext/kernel_gem.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/core_ext/kernel_require.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/core_ext/kernel_require.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/defaults.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/defaults.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/defaults/rbx.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/defaults/rbx.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_installer.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_installer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_list.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/activation_request.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/activation_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/api_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/api_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/api_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/api_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/composed_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/composed_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/current_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/current_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/dependency_conflict.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/dependency_conflict.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/dependency_request.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/dependency_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/index_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/index_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/index_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/index_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/installed_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/installed_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/dependency_resolver/installer_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/dependency_resolver/installer_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/deprecate.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/deprecate.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/doctor.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/doctor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/errors.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/errors.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/exceptions.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/exceptions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ext.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/build_error.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ext/build_error.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/builder.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ext/builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/cmake_builder.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ext/cmake_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/configure_builder.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ext/configure_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/ext_conf_builder.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ext/ext_conf_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ext/rake_builder.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ext/rake_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/gem_runner.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/gem_runner.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/gemcutter_utilities.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/gemcutter_utilities.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/indexer.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/indexer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/install_default_message.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/install_default_message.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/install_message.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/install_message.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/install_update_options.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/install_update_options.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/installer.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/installer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/installer_test_case.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/installer_test_case.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/local_remote_options.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/local_remote_options.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/mock_gem_ui.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/mock_gem_ui.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/name_tuple.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/name_tuple.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/digest_io.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/digest_io.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/file_source.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/file_source.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/io_source.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/io_source.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/old.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/old.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/source.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/source.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_header.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/tar_header.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_reader.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/tar_reader.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_reader/entry.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/tar_reader/entry.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_test_case.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/tar_test_case.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package/tar_writer.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package/tar_writer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/package_task.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/package_task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/path_support.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/path_support.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/platform.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/platform.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/psych_additions.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/psych_additions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/psych_tree.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/psych_tree.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/rdoc.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/rdoc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/remote_fetcher.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/remote_fetcher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request/connection_pools.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request/connection_pools.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request/http_pool.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request/http_pool.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request/https_pool.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request/https_pool.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/gem_dependency_api.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request_set/gem_dependency_api.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/lockfile.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request_set/lockfile.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/lockfile/parser.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request_set/lockfile/parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/request_set/lockfile/tokenizer.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/request_set/lockfile/tokenizer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/requirement.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/requirement.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/activation_request.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/activation_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/api_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/api_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/api_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/api_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/best_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/best_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/composed_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/composed_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/conflict.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/conflict.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/current_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/current_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/dependency_request.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/dependency_request.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/git_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/git_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/git_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/git_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/index_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/index_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/index_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/index_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/installed_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/installed_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/installer_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/installer_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/local_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/local_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/lock_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/lock_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/lock_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/lock_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/errors.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/errors.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/resolution.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/resolution.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/resolver.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/resolver.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/molinillo/lib/molinillo/state.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/molinillo/lib/molinillo/state.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/requirement_list.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/requirement_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/source_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/source_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/spec_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/spec_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/stats.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/stats.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/vendor_set.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/vendor_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/resolver/vendor_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/resolver/vendor_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/security.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/policies.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/security/policies.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/policy.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/security/policy.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/signer.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/security/signer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/security/trust_dir.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/security/trust_dir.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/server.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/server.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/git.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source/git.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/installed.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source/installed.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/local.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source/local.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/lock.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source/lock.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/specific_file.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source/specific_file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source/vendor.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source/vendor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source_list.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source_local.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source_local.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/source_specific_file.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/source_specific_file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/spec_fetcher.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/spec_fetcher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/specification.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/AddTrustExternalCARoot-2048.pem /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/AddTrustExternalCARoot-2048.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/AddTrustExternalCARoot.pem /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/AddTrustExternalCARoot.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/GeoTrustGlobalCA.pem /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/GeoTrustGlobalCA.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/GeoTrust_Global_CA.pem /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/GeoTrust_Global_CA.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/ca-bundle.pem /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/ca-bundle.pem
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/index.rubygems.org
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/rubygems.global.ssl.fastly.net
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/rubygems.org
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem /home/test/.rvm/rubies/rbx-3.69/library/rubygems/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/stub_specification.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/stub_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/syck_hack.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/syck_hack.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/test_case.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/test_case.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/test_utilities.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/test_utilities.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/text.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/text.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/uninstaller.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/uninstaller.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/uri_formatter.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/uri_formatter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/user_interaction.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/user_interaction.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/util.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util/licenses.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/util/licenses.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util/list.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/util/list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/util/stringio.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/util/stringio.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/validator.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/validator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/version.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/library/rubygems/version_option.rb /home/test/.rvm/rubies/rbx-3.69/library/rubygems/version_option.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/big5.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/big5.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/chinese.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/chinese.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/emoji.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/emoji.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/emoji_iso2022_kddi.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/emoji_iso2022_kddi.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/emoji_sjis_docomo.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/emoji_sjis_docomo.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/emoji_sjis_kddi.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/emoji_sjis_kddi.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/emoji_sjis_softbank.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/emoji_sjis_softbank.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/escape.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/escape.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/gb18030.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/gb18030.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/gbk.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/gbk.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/iso2022.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/iso2022.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/japanese.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/japanese.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/japanese_euc.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/japanese_euc.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/japanese_sjis.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/japanese_sjis.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/korean.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/korean.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/newline.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/newline.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/single_byte.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/single_byte.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/utf8_mac.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/utf8_mac.so
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/library/encoding/converter/utf_16_32.so /home/test/.rvm/rubies/rbx-3.69/library/encoding/converter/utf_16_32.so
mkdir -p /home/test/.rvm/rubies/rbx-3.69/bin
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging/bin/rbx /home/test/.rvm/rubies/rbx-3.69/bin/rbx
install -c -m 755 /home/test/.rvm/src/rbx-3.69/staging//bin/testrb /home/test/.rvm/rubies/rbx-3.69/bin/testrb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/cache
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/bundler-1.11.2.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/bundler-1.11.2.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/daedalus-core-0.5.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/daedalus-core-0.5.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/daedalus-core-1.3.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/daedalus-core-1.3.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/ffi2-generators-0.1.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/ffi2-generators-0.1.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/json-1.8.3.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/json-1.8.3.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/minitest-4.7.5.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/minitest-4.7.5.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/psych-2.0.17.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/psych-2.0.17.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/racc-1.4.14.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/racc-1.4.14.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rake-10.5.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rake-10.5.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rb-readline-0.5.3.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rb-readline-0.5.3.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rdoc-4.2.2.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rdoc-4.2.2.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/redcard-1.1.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/redcard-1.1.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubinius-ast-3.8.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubinius-ast-3.8.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubinius-bridge-2.2.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubinius-bridge-2.2.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubinius-code-3.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubinius-code-3.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubinius-compiler-3.10.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubinius-compiler-3.10.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubinius-coverage-2.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubinius-coverage-2.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubinius-debugger-2.6.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubinius-debugger-2.6.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubinius-developer_tools-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubinius-developer_tools-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubinius-instructions-3.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubinius-instructions-3.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubinius-melbourne-3.8.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubinius-melbourne-3.8.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubinius-processor-3.2.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubinius-processor-3.2.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubinius-profiler-2.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubinius-profiler-2.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubinius-toolset-3.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubinius-toolset-3.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-2.2.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-2.2.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-abbrev-2.0.4.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-abbrev-2.0.4.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-base64-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-base64-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-benchmark-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-benchmark-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-bigdecimal-2.0.2.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-bigdecimal-2.0.2.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-cgi-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-cgi-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-cgi-session-2.1.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-cgi-session-2.1.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-cmath-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-cmath-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-complex-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-complex-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-continuation-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-continuation-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-coverage-2.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-coverage-2.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-csv-2.0.2.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-csv-2.0.2.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-curses-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-curses-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-date-2.0.9.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-date-2.0.9.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-delegate-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-delegate-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-digest-2.0.8.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-digest-2.0.8.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-drb-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-drb-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-e2mmap-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-e2mmap-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-english-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-english-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-enumerator-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-enumerator-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-erb-2.0.2.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-erb-2.0.2.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-etc-2.0.3.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-etc-2.0.3.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-expect-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-expect-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-fcntl-2.0.4.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-fcntl-2.0.4.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-fiber-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-fiber-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-fileutils-2.0.3.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-fileutils-2.0.3.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-find-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-find-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-forwardable-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-forwardable-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-getoptlong-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-getoptlong-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-gserver-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-gserver-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-io-console-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-io-console-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-io-nonblock-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-io-nonblock-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-io-wait-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-io-wait-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-ipaddr-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-ipaddr-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-irb-2.1.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-irb-2.1.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-logger-2.1.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-logger-2.1.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-mathn-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-mathn-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-matrix-2.1.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-matrix-2.1.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-mkmf-2.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-mkmf-2.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-monitor-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-monitor-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-mutex_m-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-mutex_m-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-net-ftp-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-net-ftp-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-net-http-2.0.4.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-net-http-2.0.4.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-net-imap-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-net-imap-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-net-pop-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-net-pop-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-net-protocol-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-net-protocol-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-net-smtp-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-net-smtp-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-net-telnet-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-net-telnet-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-nkf-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-nkf-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-observer-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-observer-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-open-uri-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-open-uri-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-open3-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-open3-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-openssl-2.9.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-openssl-2.9.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-optparse-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-optparse-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-ostruct-2.1.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-ostruct-2.1.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-pathname-2.3.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-pathname-2.3.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-prettyprint-2.0.3.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-prettyprint-2.0.3.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-prime-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-prime-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-profile-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-profile-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-profiler-2.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-profiler-2.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-pstore-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-pstore-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-pty-2.0.3.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-pty-2.0.3.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-rational-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-rational-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-resolv-2.1.2.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-resolv-2.1.2.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-rexml-2.0.4.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-rexml-2.0.4.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-rinda-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-rinda-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-rss-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-rss-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-scanf-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-scanf-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-securerandom-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-securerandom-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-set-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-set-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-shellwords-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-shellwords-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-singleton-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-singleton-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-socket-2.2.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-socket-2.2.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-stringio-2.1.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-stringio-2.1.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-strscan-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-strscan-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-sync-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-sync-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-syslog-2.1.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-syslog-2.1.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-tempfile-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-tempfile-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-test-unit-2.0.3.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-test-unit-2.0.3.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-thread-2.0.3.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-thread-2.0.3.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-thwait-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-thwait-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-time-2.0.3.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-time-2.0.3.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-timeout-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-timeout-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-tmpdir-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-tmpdir-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-tsort-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-tsort-2.0.1.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-un-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-un-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-unicode_normalize-2.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-unicode_normalize-2.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-uri-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-uri-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-weakref-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-weakref-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-webrick-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-webrick-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-xmlrpc-2.0.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-xmlrpc-2.0.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-yaml-2.1.0.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-yaml-2.1.0.gem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/cache/rubysl-zlib-2.0.1.gem /home/test/.rvm/rubies/rbx-3.69/gems/cache/rubysl-zlib-2.0.1.gem
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/CHANGELOG.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/CHANGELOG.md
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/CODE_OF_CONDUCT.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/CODE_OF_CONDUCT.md
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/CONTRIBUTING.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/CONTRIBUTING.md
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/DEVELOPMENT.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/DEVELOPMENT.md
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/ISSUES.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/ISSUES.md
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/LICENSE.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/LICENSE.md
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/README.md
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/bundler.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/bundler.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/capistrano.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/capistrano.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/binstubs.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/binstubs.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/cache.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/cache.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/check.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/check.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/clean.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/clean.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/common.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/common.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/config.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/config.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/console.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/console.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/exec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/exec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/gem.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/gem.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/init.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/init.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/inject.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/inject.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/install.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/install.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/lock.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/lock.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/open.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/open.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/outdated.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/outdated.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/package.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/package.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/platform.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/platform.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/show.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/show.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/update.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/update.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/cli/viz.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/cli/viz.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/constants.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/constants.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/current_ruby.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/current_ruby.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/definition.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/definition.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/dep_proxy.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/dep_proxy.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/dependency.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/dependency.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/deployment.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/deployment.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/deprecate.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/deprecate.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/dsl.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/dsl.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/endpoint_specification.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/endpoint_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/env.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/env.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/environment.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/environment.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/errors.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/errors.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/fetcher.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/fetcher.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/fetcher
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/fetcher/base.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/fetcher/base.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/fetcher/dependency.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/fetcher/dependency.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/fetcher/downloader.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/fetcher/downloader.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/fetcher/index.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/fetcher/index.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/friendly_errors.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/friendly_errors.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/gem_helper.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/gem_helper.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/gem_helpers.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/gem_helpers.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/gem_path_manipulation.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/gem_path_manipulation.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/gem_remote_fetcher.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/gem_remote_fetcher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/gem_tasks.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/gem_tasks.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/graph.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/graph.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/index.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/index.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/injector.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/injector.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/inline.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/inline.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/installer.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/installer.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/installer
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/installer/gem_installer.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/installer/gem_installer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/installer/parallel_installer.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/installer/parallel_installer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/installer/standalone.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/installer/standalone.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/lazy_specification.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/lazy_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/lockfile_parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/lockfile_parser.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/man
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-config.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-config.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-exec.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-exec.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-gem.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-gem.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-install.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-install.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-lock.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-lock.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-package.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-package.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-platform.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-platform.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-update.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/man/bundle-update.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/man/bundle.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/man/bundle.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/man/gemfile.5 /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/man/gemfile.5
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/man/gemfile.5.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/man/gemfile.5.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/match_platform.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/match_platform.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/psyched_yaml.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/psyched_yaml.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/remote_specification.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/remote_specification.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/resolver.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/resolver.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/retry.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/retry.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/ruby_dsl.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/ruby_dsl.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/ruby_version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/ruby_version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/rubygems_ext.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/rubygems_ext.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/rubygems_gem_installer.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/rubygems_gem_installer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/rubygems_integration.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/rubygems_integration.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/runtime.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/runtime.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/settings.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/settings.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/setup.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/setup.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/shared_helpers.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/shared_helpers.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/similarity_detector.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/similarity_detector.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/source.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/source.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/source
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/source/git.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/source/git.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/source/git
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/source/git/git_proxy.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/source/git/git_proxy.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/source/path.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/source/path.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/source/path
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/source/path/installer.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/source/path/installer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/source/rubygems.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/source/rubygems.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/source/rubygems
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/source/rubygems/remote.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/source/rubygems/remote.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/source_list.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/source_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/spec_set.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/spec_set.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/ssl_certs
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/ssl_certs/AddTrustExternalCARoot-2048.pem /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/ssl_certs/AddTrustExternalCARoot-2048.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/ssl_certs/AddTrustExternalCARoot.pem /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/ssl_certs/AddTrustExternalCARoot.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/ssl_certs/certificate_manager.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/ssl_certs/certificate_manager.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/stub_specification.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/stub_specification.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/Executable.standalone /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/Executable.standalone
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/Gemfile.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/Gemfile.tt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/LICENSE.txt.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/LICENSE.txt.tt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/README.md.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/README.md.tt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/Rakefile.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/Rakefile.tt
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/bin
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/bin/console.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/bin/console.tt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/bin/setup.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/bin/setup.tt
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/exe
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/exe/newgem.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/exe/newgem.tt
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/ext/newgem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/gitignore.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/gitignore.tt
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/lib/newgem.rb.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/lib/newgem.rb.tt
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/lib/newgem
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/lib/newgem/version.rb.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/lib/newgem/version.rb.tt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/newgem.gemspec.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/newgem.gemspec.tt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/rspec.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/rspec.tt
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/spec
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/spec/spec_helper.rb.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/spec/spec_helper.rb.tt
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/test
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/test/newgem_test.rb.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/test/newgem_test.rb.tt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/test/test_helper.rb.tt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/templates/newgem/test/test_helper.rb.tt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/ui.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/ui.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/ui
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/ui/rg_proxy.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/ui/rg_proxy.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/ui/shell.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/ui/shell.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/ui/silent.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/ui/silent.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/modules
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/state.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/molinillo/lib/molinillo/state.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/net/http
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/net/http/faster.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/net/http/faster.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/net/http/persistent.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/net/http/persistent.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/net/http/persistent
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/actions.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/actions.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/actions
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/actions/directory.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/actions/directory.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/base.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/base.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/command.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/command.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/core_ext
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/error.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/error.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/group.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/group.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/invocation.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/invocation.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/line_editor.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/line_editor.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/line_editor
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/parser.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/parser
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/parser/argument.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/parser/argument.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/parser/option.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/parser/option.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/parser/options.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/parser/options.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/rake_compat.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/rake_compat.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/runner.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/runner.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/shell.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/shell.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/shell
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/shell/basic.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/shell/basic.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/shell/color.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/shell/color.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/shell/html.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/shell/html.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/util.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/util.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendor/thor/lib/thor/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendored_molinillo.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendored_molinillo.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendored_persistent.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendored_persistent.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vendored_thor.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vendored_thor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/vlad.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/vlad.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/lib/bundler/worker.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/lib/bundler/worker.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/man
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/man/bundle-config.ronn /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/man/bundle-config.ronn
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/man/bundle-exec.ronn /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/man/bundle-exec.ronn
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/man/bundle-gem.ronn /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/man/bundle-gem.ronn
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/man/bundle-install.ronn /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/man/bundle-install.ronn
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/man/bundle-lock.ronn /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/man/bundle-lock.ronn
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/man/bundle-package.ronn /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/man/bundle-package.ronn
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/man/bundle-platform.ronn /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/man/bundle-platform.ronn
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/man/bundle-update.ronn /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/man/bundle-update.ronn
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/man/bundle.ronn /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/man/bundle.ronn
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/man/gemfile.5.ronn /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/man/gemfile.5.ronn
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/bundler-1.11.2/man/index.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/bundler-1.11.2/man/index.txt
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-0.5.0
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/daedalus-core-0.5.0/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-0.5.0/README.md
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/daedalus-core-0.5.0/daedalus-core.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-0.5.0/daedalus-core.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-0.5.0/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/daedalus-core-0.5.0/lib/daedalus.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-0.5.0/lib/daedalus.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-0.5.0/lib/daedalus
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/daedalus-core-0.5.0/lib/daedalus/dependency_grapher.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-0.5.0/lib/daedalus/dependency_grapher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/daedalus-core-0.5.0/lib/daedalus/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-0.5.0/lib/daedalus/version.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-1.3
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/daedalus-core-1.3/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-1.3/README.md
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/daedalus-core-1.3/daedalus-core.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-1.3/daedalus-core.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-1.3/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/daedalus-core-1.3/lib/daedalus.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-1.3/lib/daedalus.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-1.3/lib/daedalus
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/daedalus-core-1.3/lib/daedalus/dependency_grapher.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-1.3/lib/daedalus/dependency_grapher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/daedalus-core-1.3/lib/daedalus/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/daedalus-core-1.3/lib/daedalus/version.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/ffi2-generators-0.1.1
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/ffi2-generators-0.1.1/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/ffi2-generators-0.1.1/README.md
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/ffi2-generators-0.1.1/ffi2-generators.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/ffi2-generators-0.1.1/ffi2-generators.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/ffi2-generators-0.1.1/lib/ffi2
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/ffi2-generators-0.1.1/lib/ffi2/generators.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/ffi2-generators-0.1.1/lib/ffi2/generators.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/ffi2-generators-0.1.1/lib/ffi2/generators
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/ffi2-generators-0.1.1/lib/ffi2/generators/constants.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/ffi2-generators-0.1.1/lib/ffi2/generators/constants.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/ffi2-generators-0.1.1/lib/ffi2/generators/file_processor.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/ffi2-generators-0.1.1/lib/ffi2/generators/file_processor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/ffi2-generators-0.1.1/lib/ffi2/generators/structures.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/ffi2-generators-0.1.1/lib/ffi2/generators/structures.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/ffi2-generators-0.1.1/lib/ffi2/generators/types.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/ffi2-generators-0.1.1/lib/ffi2/generators/types.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/ffi2-generators-0.1.1/lib/ffi2/generators/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/ffi2-generators-0.1.1/lib/ffi2/generators/version.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/README-json-jruby.markdown /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/README-json-jruby.markdown
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/README.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/README.rdoc
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/data
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/data/example.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/data/example.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/data/index.html /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/data/index.html
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/data/prototype.js /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/data/prototype.js
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/ext/fbuffer
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/ext/json/ext/fbuffer/fbuffer.h /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/ext/fbuffer/fbuffer.h
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/ext/generator
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/ext/json/ext/generator/extconf.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/ext/generator/extconf.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/ext/json/ext/generator/generator.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/ext/generator/generator.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/ext/json/ext/generator/generator.h /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/ext/generator/generator.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/ext/json/ext/generator/generator.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/ext/generator/generator.o
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/ext/json/ext/generator/generator.so /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/ext/generator/generator.so
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/ext/parser
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/ext/json/ext/parser/extconf.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/ext/parser/extconf.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/ext/json/ext/parser/parser.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/ext/parser/parser.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/ext/json/ext/parser/parser.h /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/ext/parser/parser.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/ext/json/ext/parser/parser.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/ext/parser/parser.o
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/ext/json/ext/parser/parser.rl /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/ext/parser/parser.rl
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/ext/json/ext/parser/parser.so /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/ext/parser/parser.so
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/ext/json/extconf.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/ext/json/extconf.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/install.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/install.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/java/src/json/ext
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/java/src/json/ext/ByteListTranscoder.java /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/java/src/json/ext/ByteListTranscoder.java
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/java/src/json/ext/Generator.java /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/java/src/json/ext/Generator.java
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/java/src/json/ext/GeneratorMethods.java /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/java/src/json/ext/GeneratorMethods.java
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/java/src/json/ext/GeneratorService.java /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/java/src/json/ext/GeneratorService.java
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/java/src/json/ext/GeneratorState.java /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/java/src/json/ext/GeneratorState.java
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/java/src/json/ext/OptionsReader.java /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/java/src/json/ext/OptionsReader.java
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/java/src/json/ext/Parser.java /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/java/src/json/ext/Parser.java
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/java/src/json/ext/Parser.rl /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/java/src/json/ext/Parser.rl
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/java/src/json/ext/ParserService.java /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/java/src/json/ext/ParserService.java
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/java/src/json/ext/RuntimeInfo.java /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/java/src/json/ext/RuntimeInfo.java
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/java/src/json/ext/StringDecoder.java /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/java/src/json/ext/StringDecoder.java
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/java/src/json/ext/StringEncoder.java /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/java/src/json/ext/StringEncoder.java
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/java/src/json/ext/Utils.java /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/java/src/json/ext/Utils.java
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/json-java.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/json-java.gemspec
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/json.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/json.gemspec
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/json_pure.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/json_pure.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/add
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/add/bigdecimal.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/add/bigdecimal.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/add/complex.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/add/complex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/add/core.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/add/core.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/add/date.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/add/date.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/add/date_time.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/add/date_time.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/add/exception.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/add/exception.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/add/ostruct.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/add/ostruct.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/add/range.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/add/range.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/add/rational.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/add/rational.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/add/regexp.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/add/regexp.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/add/struct.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/add/struct.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/add/symbol.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/add/symbol.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/add/time.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/add/time.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/common.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/common.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/ext.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/ext.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/ext
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/ext/generator.so /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/ext/generator.so
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/ext/parser.so /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/ext/parser.so
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/generic_object.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/generic_object.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/pure.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/pure.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/pure
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/pure/generator.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/pure/generator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/pure/parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/pure/parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/lib/json/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/lib/json/version.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail1.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail1.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail10.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail10.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail11.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail11.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail12.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail12.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail13.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail13.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail14.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail14.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail18.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail18.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail19.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail19.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail2.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail2.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail20.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail20.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail21.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail21.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail22.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail22.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail23.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail23.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail24.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail24.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail25.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail25.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail27.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail27.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail28.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail28.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail3.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail3.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail4.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail4.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail5.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail5.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail6.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail6.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail7.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail7.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail8.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail8.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/fail9.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/fail9.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/pass1.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/pass1.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/pass15.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/pass15.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/pass16.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/pass16.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/pass17.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/pass17.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/pass2.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/pass2.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/pass26.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/pass26.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/fixtures/pass3.json /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/fixtures/pass3.json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/setup_variant.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/setup_variant.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/test_json.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/test_json.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/test_json_addition.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/test_json_addition.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/test_json_encoding.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/test_json_encoding.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/test_json_fixtures.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/test_json_fixtures.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/test_json_generate.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/test_json_generate.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/test_json_generic_object.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/test_json_generic_object.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/test_json_string_matching.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/test_json_string_matching.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tests/test_json_unicode.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tests/test_json_unicode.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tools
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tools/fuzz.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tools/fuzz.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/json-1.8.3/tools/server.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/json-1.8.3/tools/server.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/History.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/History.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/Manifest.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/Manifest.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/README.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/README.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/design_rationale.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/design_rationale.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/lib/hoe
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/lib/hoe/minitest.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/lib/hoe/minitest.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/lib/minitest
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/lib/minitest/autorun.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/lib/minitest/autorun.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/lib/minitest/benchmark.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/lib/minitest/benchmark.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/lib/minitest/hell.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/lib/minitest/hell.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/lib/minitest/mock.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/lib/minitest/mock.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/lib/minitest/parallel_each.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/lib/minitest/parallel_each.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/lib/minitest/pride.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/lib/minitest/pride.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/lib/minitest/spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/lib/minitest/spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/lib/minitest/unit.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/lib/minitest/unit.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/test/minitest
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/test/minitest/metametameta.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/test/minitest/metametameta.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/test/minitest/test_minitest_benchmark.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/test/minitest/test_minitest_benchmark.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/test/minitest/test_minitest_mock.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/test/minitest/test_minitest_mock.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/test/minitest/test_minitest_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/test/minitest/test_minitest_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/minitest-4.7.5/test/minitest/test_minitest_unit.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/minitest-4.7.5/test/minitest/test_minitest_unit.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/CHANGELOG.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/CHANGELOG.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/Manifest.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/Manifest.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/README.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/README.rdoc
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/extconf.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/extconf.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych.h /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych.o
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych.so /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych.so
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych_emitter.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych_emitter.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych_emitter.h /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych_emitter.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych_emitter.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych_emitter.o
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych_parser.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych_parser.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych_parser.h /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych_parser.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych_parser.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych_parser.o
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych_to_ruby.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych_to_ruby.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych_to_ruby.h /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych_to_ruby.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych_to_ruby.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych_to_ruby.o
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych_yaml_tree.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych_yaml_tree.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych_yaml_tree.h /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych_yaml_tree.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/psych_yaml_tree.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/psych_yaml_tree.o
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/yaml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/yaml/api.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/yaml/api.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/yaml/config.h /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/yaml/config.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/yaml/dumper.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/yaml/dumper.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/yaml/emitter.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/yaml/emitter.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/yaml/loader.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/yaml/loader.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/yaml/parser.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/yaml/parser.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/yaml/reader.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/yaml/reader.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/yaml/scanner.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/yaml/scanner.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/yaml/writer.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/yaml/writer.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/yaml/yaml.h /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/yaml/yaml.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/ext/psych/yaml/yaml_private.h /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/ext/psych/yaml/yaml_private.h
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych.so /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych.so
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/class_loader.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/class_loader.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/coder.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/coder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/core_ext.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/core_ext.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/deprecated.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/deprecated.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/exception.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/exception.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/handler.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/handler.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/handlers
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/handlers/document_stream.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/handlers/document_stream.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/handlers/recorder.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/handlers/recorder.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/json/ruby_events.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/json/ruby_events.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/json/stream.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/json/stream.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/json/tree_builder.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/json/tree_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/json/yaml_events.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/json/yaml_events.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/nodes.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/nodes.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/nodes
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/nodes/alias.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/nodes/alias.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/nodes/document.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/nodes/document.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/nodes/mapping.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/nodes/mapping.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/nodes/node.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/nodes/node.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/nodes/scalar.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/nodes/scalar.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/nodes/sequence.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/nodes/sequence.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/nodes/stream.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/nodes/stream.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/omap.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/omap.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/scalar_scanner.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/scalar_scanner.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/set.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/stream.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/stream.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/streaming.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/streaming.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/syntax_error.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/syntax_error.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/tree_builder.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/tree_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/versions.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/versions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/visitors.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/visitors.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/visitors
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/visitors/depth_first.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/visitors/depth_first.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/visitors/emitter.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/visitors/emitter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/visitors/json_tree.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/visitors/json_tree.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/visitors/to_ruby.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/visitors/to_ruby.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/visitors/visitor.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/visitors/visitor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/visitors/yaml_tree.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/visitors/yaml_tree.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych/y.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych/y.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/lib/psych_jars.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/lib/psych_jars.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/handlers
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/handlers/test_recorder.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/handlers/test_recorder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/helper.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/helper.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/json
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/json/test_stream.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/json/test_stream.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/nodes
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/nodes/test_enumerable.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/nodes/test_enumerable.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_alias_and_anchor.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_alias_and_anchor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_array.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_array.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_boolean.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_boolean.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_class.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_class.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_coder.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_coder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_date_time.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_date_time.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_deprecated.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_deprecated.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_document.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_document.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_emitter.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_emitter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_encoding.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_encoding.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_exception.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_exception.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_hash.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_hash.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_json_tree.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_json_tree.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_merge_keys.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_merge_keys.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_nil.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_nil.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_null.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_null.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_numeric.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_numeric.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_object.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_object.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_object_references.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_object_references.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_omap.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_omap.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_psych.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_psych.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_safe_load.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_safe_load.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_scalar.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_scalar.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_scalar_scanner.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_scalar_scanner.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_serialize_subclasses.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_serialize_subclasses.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_set.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_set.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_stream.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_stream.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_string.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_string.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_struct.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_struct.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_symbol.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_symbol.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_tainted.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_tainted.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_to_yaml_properties.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_to_yaml_properties.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_tree_builder.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_tree_builder.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_yaml.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_yaml.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_yamldbm.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_yamldbm.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/test_yamlstore.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/test_yamlstore.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/visitors
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/visitors/test_depth_first.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/visitors/test_depth_first.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/visitors/test_emitter.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/visitors/test_emitter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/visitors/test_to_ruby.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/visitors/test_to_ruby.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/psych-2.0.17/test/psych/visitors/test_yaml_tree.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/psych-2.0.17/test/psych/visitors/test_yaml_tree.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/Manifest.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/Manifest.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/README.ja.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/README.ja.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/README.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/README.rdoc
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/ext/racc/com/headius/racc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/ext/racc/com/headius/racc/Cparse.java /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/ext/racc/com/headius/racc/Cparse.java
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/ext/racc/cparse.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/ext/racc/cparse.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/ext/racc/cparse.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/ext/racc/cparse.o
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/ext/racc/cparse.so /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/ext/racc/cparse.so
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/ext/racc/extconf.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/ext/racc/extconf.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/fastcache
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/fastcache/extconf.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/fastcache/extconf.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/fastcache/fastcache.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/fastcache/fastcache.c
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/compat.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/compat.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/cparse.so /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/cparse.so
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/debugflags.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/debugflags.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/exception.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/exception.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/grammar.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/grammar.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/grammarfileparser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/grammarfileparser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/info.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/info.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/iset.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/iset.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/logfilegenerator.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/logfilegenerator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/parser-text.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/parser-text.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/parserfilegenerator.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/parserfilegenerator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/sourcetext.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/sourcetext.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/state.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/state.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/statetransitiontable.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/statetransitiontable.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/lib/racc/static.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/lib/racc/static.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/misc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/misc/dist.sh /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/misc/dist.sh
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/rdoc/en
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/rdoc/en/NEWS.en.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/rdoc/en/NEWS.en.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/rdoc/en/grammar.en.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/rdoc/en/grammar.en.rdoc
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/rdoc/ja
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/rdoc/ja/NEWS.ja.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/rdoc/ja/NEWS.ja.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/rdoc/ja/command.ja.html /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/rdoc/ja/command.ja.html
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/rdoc/ja/debug.ja.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/rdoc/ja/debug.ja.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/rdoc/ja/grammar.ja.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/rdoc/ja/grammar.ja.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/rdoc/ja/index.ja.html /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/rdoc/ja/index.ja.html
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/rdoc/ja/parser.ja.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/rdoc/ja/parser.ja.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/rdoc/ja/usage.ja.html /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/rdoc/ja/usage.ja.html
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/sample
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/sample/array.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/sample/array.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/sample/array2.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/sample/array2.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/sample/calc-ja.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/sample/calc-ja.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/sample/calc.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/sample/calc.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/sample/conflict.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/sample/conflict.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/sample/hash.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/sample/hash.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/sample/lalr.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/sample/lalr.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/sample/lists.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/sample/lists.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/sample/syntax.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/sample/syntax.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/sample/yyerr.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/sample/yyerr.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/setup.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/setup.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/tasks
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/tasks/doc.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/tasks/doc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/tasks/email.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/tasks/email.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/chk.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/chk.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/conf.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/conf.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/digraph.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/digraph.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/echk.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/echk.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/err.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/err.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/error_recovery.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/error_recovery.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/expect.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/expect.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/firstline.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/firstline.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/ichk.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/ichk.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/intp.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/intp.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/mailp.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/mailp.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/newsyn.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/newsyn.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/noend.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/noend.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/nonass.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/nonass.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/normal.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/normal.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/norule.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/norule.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/nullbug1.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/nullbug1.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/nullbug2.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/nullbug2.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/opt.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/opt.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/percent.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/percent.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/recv.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/recv.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/rrconf.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/rrconf.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/scan.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/scan.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/syntax.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/syntax.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/unterm.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/unterm.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/useless.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/useless.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/assets/yyerr.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/assets/yyerr.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/bench.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/bench.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/helper.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/helper.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/infini.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/infini.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/src.intp /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/src.intp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/start.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/start.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/test_chk_y.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/test_chk_y.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/test_grammar_file_parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/test_grammar_file_parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/test_racc_command.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/test_racc_command.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/test_scan_y.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/test_scan_y.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/test/testscanner.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/test/testscanner.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/web
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/web/racc.en.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/web/racc.en.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/racc-1.4.14/web/racc.ja.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/racc-1.4.14/web/racc.ja.rhtml
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/CONTRIBUTING.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/CONTRIBUTING.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/History.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/History.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/Manifest.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/Manifest.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/README.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/README.rdoc
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/command_line_usage.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/command_line_usage.rdoc
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/example
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/example/a.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/example/a.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/example/b.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/example/b.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/example/main.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/example/main.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/glossary.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/glossary.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/jamis.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/jamis.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/proto_rake.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/proto_rake.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/rake.1 /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/rake.1
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/rakefile.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/rakefile.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/rational.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/rational.rdoc
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.4.14.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.4.14.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.4.15.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.4.15.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.5.0.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.5.0.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.5.3.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.5.3.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.5.4.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.5.4.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.6.0.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.6.0.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.7.0.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.7.0.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.7.1.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.7.1.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.7.2.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.7.2.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.7.3.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.7.3.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.8.0.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.8.0.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.8.2.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.8.2.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.8.3.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.8.3.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.8.4.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.8.4.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.8.5.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.8.5.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.8.6.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.8.6.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.8.7.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.8.7.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.0.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.0.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.1.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.1.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.2.2.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.2.2.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.2.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.2.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.3.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.3.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.4.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.4.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.5.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.5.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.6.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-0.9.6.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-10.0.0.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-10.0.0.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-10.0.1.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-10.0.1.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-10.0.2.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-10.0.2.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-10.0.3.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-10.0.3.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/doc/release_notes/rake-10.1.0.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/doc/release_notes/rake-10.1.0.rdoc
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/alt_system.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/alt_system.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/application.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/application.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/backtrace.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/backtrace.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/clean.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/clean.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/cloneable.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/cloneable.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/contrib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/contrib/compositepublisher.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/contrib/compositepublisher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/contrib/ftptools.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/contrib/ftptools.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/contrib/publisher.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/contrib/publisher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/contrib/rubyforgepublisher.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/contrib/rubyforgepublisher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/contrib/sshpublisher.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/contrib/sshpublisher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/contrib/sys.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/contrib/sys.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/cpu_counter.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/cpu_counter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/default_loader.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/default_loader.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/dsl_definition.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/dsl_definition.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/early_time.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/early_time.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/ext
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/ext/core.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/ext/core.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/ext/module.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/ext/module.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/ext/pathname.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/ext/pathname.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/ext/string.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/ext/string.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/ext/time.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/ext/time.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/file_creation_task.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/file_creation_task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/file_list.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/file_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/file_task.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/file_task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/file_utils.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/file_utils.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/file_utils_ext.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/file_utils_ext.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/gempackagetask.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/gempackagetask.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/invocation_chain.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/invocation_chain.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/invocation_exception_mixin.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/invocation_exception_mixin.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/late_time.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/late_time.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/linked_list.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/linked_list.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/loaders
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/loaders/makefile.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/loaders/makefile.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/multi_task.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/multi_task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/name_space.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/name_space.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/packagetask.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/packagetask.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/pathmap.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/pathmap.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/phony.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/phony.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/private_reader.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/private_reader.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/promise.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/promise.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/pseudo_status.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/pseudo_status.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/rake_module.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/rake_module.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/rake_test_loader.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/rake_test_loader.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/rdoctask.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/rdoctask.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/ruby182_test_unit_fix.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/ruby182_test_unit_fix.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/rule_recursion_overflow_error.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/rule_recursion_overflow_error.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/runtest.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/runtest.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/scope.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/scope.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/task.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/task_argument_error.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/task_argument_error.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/task_arguments.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/task_arguments.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/task_manager.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/task_manager.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/tasklib.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/tasklib.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/testtask.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/testtask.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/thread_history_display.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/thread_history_display.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/thread_pool.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/thread_pool.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/trace_output.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/trace_output.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/lib/rake/win32.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/lib/rake/win32.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/rakelib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/rakelib/publish.rake /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/rakelib/publish.rake
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/rakelib/test_times.rake /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/rakelib/test_times.rake
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/file_creation.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/file_creation.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/helper.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/helper.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/support
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/support/rakefile_definitions.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/support/rakefile_definitions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/support/ruby_runner.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/support/ruby_runner.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_private_reader.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_private_reader.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_application.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_application.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_application_options.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_application_options.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_backtrace.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_backtrace.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_clean.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_clean.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_cpu_counter.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_cpu_counter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_definitions.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_definitions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_directory_task.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_directory_task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_dsl.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_dsl.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_early_time.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_early_time.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_extension.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_extension.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_file_creation_task.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_file_creation_task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_file_list.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_file_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_file_list_path_map.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_file_list_path_map.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_file_task.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_file_task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_file_utils.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_file_utils.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_ftp_file.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_ftp_file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_functional.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_functional.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_invocation_chain.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_invocation_chain.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_late_time.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_late_time.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_linked_list.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_linked_list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_makefile_loader.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_makefile_loader.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_multi_task.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_multi_task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_name_space.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_name_space.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_package_task.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_package_task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_path_map.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_path_map.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_path_map_explode.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_path_map_explode.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_path_map_partial.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_path_map_partial.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_pathname_extensions.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_pathname_extensions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_pseudo_status.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_pseudo_status.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_rake_test_loader.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_rake_test_loader.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_reduce_compat.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_reduce_compat.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_require.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_require.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_rules.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_rules.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_scope.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_scope.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_task.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_task_argument_parsing.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_task_argument_parsing.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_task_arguments.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_task_arguments.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_task_lib.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_task_lib.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_task_manager.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_task_manager.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_task_manager_argument_resolution.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_task_manager_argument_resolution.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_task_with_arguments.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_task_with_arguments.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_test_task.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_test_task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_thread_pool.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_thread_pool.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_top_level_functions.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_top_level_functions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_rake_win32.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_rake_win32.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_thread_history_display.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_thread_history_display.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rake-10.5.0/test/test_trace_output.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rake-10.5.0/test/test_trace_output.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/README.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/README.rdoc
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/bench
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/bench/_rl_adjust_point.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/bench/_rl_adjust_point.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/examples
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/examples/example_readline.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/examples/example_readline.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/examples/example_readline_with_completion.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/examples/example_readline_with_completion.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/examples/tinyirb.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/examples/tinyirb.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/lib/rb-readline.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/lib/rb-readline.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/lib/rbreadline.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/lib/rbreadline.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/lib/rbreadline
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/lib/rbreadline/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/lib/rbreadline/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/lib/readline.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/lib/readline.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/rb-readline.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/rb-readline.gemspec
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/setup.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/setup.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/test/support
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/test/support/filesystem_completion_helper.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/test/support/filesystem_completion_helper.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/test/test_completion.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/test/test_completion.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/test/test_filename_completion_proc.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/test/test_filename_completion_proc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/test/test_history.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/test/test_history.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/test/test_rbreadline.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/test/test_rbreadline.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rb-readline-0.5.3/test/test_readline.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rb-readline-0.5.3/test/test_readline.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/CONTRIBUTING.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/CONTRIBUTING.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/CVE-2013-0256.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/CVE-2013-0256.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/ExampleMarkdown.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/ExampleMarkdown.md
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/ExampleRDoc.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/ExampleRDoc.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/History.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/History.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/LEGAL.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/LEGAL.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/LICENSE.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/LICENSE.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/Manifest.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/Manifest.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/README.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/README.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/RI.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/RI.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/TODO.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/TODO.rdoc
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/gauntlet_rdoc.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/gauntlet_rdoc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/alias.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/alias.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/anon_class.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/anon_class.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/any_method.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/any_method.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/attr.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/attr.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/class_module.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/class_module.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/code_object.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/code_object.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/code_objects.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/code_objects.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/comment.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/comment.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/constant.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/constant.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/context.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/context.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/context
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/context/section.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/context/section.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/cross_reference.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/cross_reference.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/encoding.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/encoding.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/erb_partial.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/erb_partial.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/erbio.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/erbio.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/extend.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/extend.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/darkfish.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/darkfish.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/json_index.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/json_index.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/markup.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/markup.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/pot.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/pot.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/pot
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/pot/message_extractor.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/pot/message_extractor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/pot/po.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/pot/po.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/pot/po_entry.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/pot/po_entry.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/ri.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/ri.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_footer.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_footer.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_head.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_head.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_classes.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_classes.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_installed.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_installed.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_navigation.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_navigation.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_search.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_search.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/class.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/class.rhtml
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/css
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/css/fonts.css /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/css/fonts.css
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/css/rdoc.css /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/css/rdoc.css
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/Lato-Light.ttf /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/Lato-Light.ttf
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/Lato-LightItalic.ttf /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/Lato-LightItalic.ttf
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/Lato-Regular.ttf /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/Lato-Regular.ttf
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/Lato-RegularItalic.ttf /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/Lato-RegularItalic.ttf
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Bold.ttf /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Bold.ttf
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Regular.ttf /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Regular.ttf
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/add.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/add.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/arrow_up.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/arrow_up.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/brick.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/brick.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/brick_link.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/brick_link.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/bug.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/bug.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/bullet_black.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/bullet_black.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/bullet_toggle_minus.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/bullet_toggle_minus.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/bullet_toggle_plus.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/bullet_toggle_plus.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/date.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/date.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/delete.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/delete.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/find.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/find.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/loadingAnimation.gif /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/loadingAnimation.gif
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/macFFBgHack.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/macFFBgHack.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/package.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/package.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/page_green.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/page_green.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/page_white_text.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/page_white_text.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/page_white_width.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/page_white_width.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/plugin.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/plugin.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/ruby.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/ruby.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/tag_blue.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/tag_blue.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/tag_green.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/tag_green.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/transparent.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/transparent.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/wrench.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/wrench.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/wrench_orange.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/wrench_orange.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/zoom.png /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/images/zoom.png
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/index.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/index.rhtml
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/js
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/js/darkfish.js /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/js/darkfish.js
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/js/jquery.js /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/js/jquery.js
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/js/search.js /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/js/search.js
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/page.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/page.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/servlet_not_found.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/servlet_not_found.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/servlet_root.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/servlet_root.rhtml
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/table_of_contents.rhtml /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/darkfish/table_of_contents.rhtml
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/json_index/js
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/json_index/js/navigation.js /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/json_index/js/navigation.js
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/json_index/js/searcher.js /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/generator/template/json_index/js/searcher.js
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/ghost_method.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/ghost_method.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/i18n.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/i18n.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/i18n
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/i18n/locale.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/i18n/locale.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/i18n/text.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/i18n/text.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/include.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/include.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/known_classes.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/known_classes.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markdown.kpeg /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markdown.kpeg
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markdown.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markdown.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markdown
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markdown/entities.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markdown/entities.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markdown/literals_1_8.kpeg /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markdown/literals_1_8.kpeg
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markdown/literals_1_8.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markdown/literals_1_8.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markdown/literals_1_9.kpeg /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markdown/literals_1_9.kpeg
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markdown/literals_1_9.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markdown/literals_1_9.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/attr_changer.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/attr_changer.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/attr_span.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/attr_span.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/attribute_manager.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/attribute_manager.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/attributes.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/attributes.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/blank_line.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/blank_line.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/block_quote.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/block_quote.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/document.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/document.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/formatter.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/formatter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/formatter_test_case.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/formatter_test_case.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/hard_break.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/hard_break.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/heading.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/heading.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/include.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/include.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/indented_paragraph.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/indented_paragraph.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/inline.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/inline.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/list.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/list.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/list_item.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/list_item.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/paragraph.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/paragraph.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/pre_process.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/pre_process.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/raw.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/raw.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/rule.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/rule.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/special.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/special.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/text_formatter_test_case.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/text_formatter_test_case.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_ansi.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_ansi.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_bs.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_bs.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_html.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_html.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_html_crossref.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_html_crossref.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_html_snippet.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_html_snippet.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_joined_paragraph.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_joined_paragraph.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_label.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_label.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_markdown.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_markdown.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_rdoc.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_rdoc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_table_of_contents.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_table_of_contents.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_test.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_test.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_tt_only.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/to_tt_only.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/markup/verbatim.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/markup/verbatim.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/meta_method.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/meta_method.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/method_attr.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/method_attr.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/mixin.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/mixin.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/normal_class.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/normal_class.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/normal_module.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/normal_module.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/options.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/options.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/parser.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/parser
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/parser/c.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/parser/c.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/parser/changelog.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/parser/changelog.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/parser/markdown.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/parser/markdown.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/parser/rd.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/parser/rd.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/parser/ruby.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/parser/ruby.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/parser/ruby_tools.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/parser/ruby_tools.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/parser/simple.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/parser/simple.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/parser/text.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/parser/text.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/rd.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/rd.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/rd
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/rd/block_parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/rd/block_parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/rd/block_parser.ry /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/rd/block_parser.ry
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/rd/inline.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/rd/inline.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/rd/inline_parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/rd/inline_parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/rd/inline_parser.ry /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/rd/inline_parser.ry
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/rdoc.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/rdoc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/require.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/require.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/ri.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/ri.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/ri
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/ri/driver.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/ri/driver.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/ri/formatter.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/ri/formatter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/ri/paths.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/ri/paths.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/ri/store.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/ri/store.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/ruby_lex.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/ruby_lex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/ruby_token.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/ruby_token.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/rubygems_hook.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/rubygems_hook.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/servlet.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/servlet.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/single_class.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/single_class.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/stats.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/stats.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/stats
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/stats/normal.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/stats/normal.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/stats/quiet.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/stats/quiet.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/stats/verbose.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/stats/verbose.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/store.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/store.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/task.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/test_case.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/test_case.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/text.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/text.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/token_stream.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/token_stream.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/tom_doc.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/tom_doc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/lib/rdoc/top_level.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/lib/rdoc/top_level.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Amps and angle encoding.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Amps and angle encoding.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Auto links.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Auto links.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Backslash escapes.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Backslash escapes.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Blockquotes with code blocks.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Blockquotes with code blocks.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Code Blocks.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Code Blocks.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Code Spans.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Code Spans.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Hard-wrapped paragraphs with list-like lines.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Hard-wrapped paragraphs with list-like lines.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Horizontal rules.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Horizontal rules.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Inline HTML (Advanced).text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Inline HTML (Advanced).text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Inline HTML (Simple).text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Inline HTML (Simple).text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Inline HTML comments.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Inline HTML comments.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Links, inline style.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Links, inline style.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Links, reference style.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Links, reference style.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Links, shortcut references.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Links, shortcut references.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Literal quotes in titles.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Literal quotes in titles.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Markdown Documentation - Basics.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Markdown Documentation - Basics.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Markdown Documentation - Syntax.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Markdown Documentation - Syntax.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Nested blockquotes.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Nested blockquotes.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Ordered and unordered lists.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Ordered and unordered lists.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Strong and em together.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Strong and em together.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Tabs.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Tabs.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Tidyness.text /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/MarkdownTest_1.0.3/Tidyness.text
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/binary.dat /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/binary.dat
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/hidden.zip.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/hidden.zip.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test.ja.largedoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test.ja.largedoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test.ja.rdoc /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test.ja.rdoc
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test.ja.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test.ja.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_alias.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_alias.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_any_method.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_any_method.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_attr.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_attr.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_class_module.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_class_module.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_code_object.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_code_object.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_comment.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_comment.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_constant.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_constant.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_context.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_context.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_context_section.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_context_section.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_cross_reference.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_cross_reference.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_encoding.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_encoding.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_extend.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_extend.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_generator_darkfish.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_generator_darkfish.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_generator_json_index.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_generator_json_index.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_generator_markup.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_generator_markup.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_generator_pot.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_generator_pot.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_generator_pot_po.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_generator_pot_po.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_generator_pot_po_entry.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_generator_pot_po_entry.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_generator_ri.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_generator_ri.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_i18n_locale.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_i18n_locale.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_i18n_text.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_i18n_text.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_include.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_include.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markdown.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markdown.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markdown_test.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markdown_test.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_attribute_manager.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_attribute_manager.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_attributes.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_attributes.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_document.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_document.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_formatter.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_formatter.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_hard_break.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_hard_break.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_heading.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_heading.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_include.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_include.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_indented_paragraph.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_indented_paragraph.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_paragraph.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_paragraph.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_pre_process.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_pre_process.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_raw.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_raw.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_ansi.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_ansi.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_bs.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_bs.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_html.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_html.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_html_crossref.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_html_crossref.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_html_snippet.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_html_snippet.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_joined_paragraph.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_joined_paragraph.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_label.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_label.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_markdown.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_markdown.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_rdoc.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_rdoc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_table_of_contents.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_table_of_contents.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_tt_only.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_to_tt_only.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_verbatim.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_markup_verbatim.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_method_attr.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_method_attr.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_normal_class.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_normal_class.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_normal_module.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_normal_module.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_options.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_options.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_parser_c.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_parser_c.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_parser_changelog.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_parser_changelog.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_parser_markdown.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_parser_markdown.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_parser_rd.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_parser_rd.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_parser_ruby.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_parser_ruby.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_parser_simple.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_parser_simple.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_rd.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_rd.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_rd_block_parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_rd_block_parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_rd_inline.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_rd_inline.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_rd_inline_parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_rd_inline_parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_rdoc.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_rdoc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_require.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_require.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_ri_driver.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_ri_driver.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_ri_paths.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_ri_paths.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_ruby_lex.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_ruby_lex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_ruby_token.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_ruby_token.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_rubygems_hook.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_rubygems_hook.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_servlet.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_servlet.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_single_class.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_single_class.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_stats.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_stats.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_store.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_store.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_task.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_task.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_text.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_text.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_token_stream.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_token_stream.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_tom_doc.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_tom_doc.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/test_rdoc_top_level.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/test_rdoc_top_level.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/xref_data.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/xref_data.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rdoc-4.2.2/test/xref_test_case.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rdoc-4.2.2/test/xref_test_case.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard/1.8.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/1.8.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard/1.9.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/1.9.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard/2.0.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/2.0.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard/engine.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/engine.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard/ironruby.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/ironruby.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard/jruby.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/jruby.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/jruby
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard/jruby/1.7.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/jruby/1.7.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard/maglev.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/maglev.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/maglev
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard/maglev/1.0.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/maglev/1.0.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard/maglev/1.1.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/maglev/1.1.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard/maglev/2.0.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/maglev/2.0.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard/rubinius.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/rubinius.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/rubinius
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard/rubinius/2.0.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/rubinius/2.0.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard/topaz.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/topaz.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/lib/redcard/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/lib/redcard/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/redcard.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/redcard.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/spec
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/spec/1.9_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/spec/1.9_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/spec/check_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/spec/check_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/spec/maglev
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/spec/maglev/1.0_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/spec/maglev/1.0_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/spec/maglev/1.1_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/spec/maglev/1.1_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/spec/maglev/2.0_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/spec/maglev/2.0_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/spec/maglev_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/spec/maglev_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/spec/rubinius
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/spec/rubinius/2.0_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/spec/rubinius/2.0_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/spec/rubinius_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/spec/rubinius_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/spec/spec_helper.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/spec/spec_helper.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/redcard-1.1.0/spec/verify_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/redcard-1.1.0/spec/verify_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/constants.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/constants.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/control_flow.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/control_flow.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/data.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/data.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/definitions.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/definitions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/encoding.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/encoding.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/exceptions.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/exceptions.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/file.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/grapher.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/grapher.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/literals.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/literals.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/node.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/node.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/operators.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/operators.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/self.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/self.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/sends.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/sends.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/transforms.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/transforms.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/values.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/values.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/variables.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/variables.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-ast-3.8/lib/rubinius/code/ast/version.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-bridge-2.2/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/lib/rubinius
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/array.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/array.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/compiled_code.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/compiled_code.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/encoding.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/encoding.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/exception.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/exception.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/executable.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/executable.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/iseq.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/iseq.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/lookup_table.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/lookup_table.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/object.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/object.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/rubinius.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/rubinius.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/string.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/string.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/tuple.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/tuple.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/lib/rubinius/bridge/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-bridge-2.2/rubinius-bridge.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-bridge-2.2/rubinius-bridge.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-compiler-3.10/lib/rubinius/code
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiled_file.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiled_file.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiler.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/compiler.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/evaluator.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/evaluator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator_methods.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/generator_methods.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/iseq.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/iseq.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/locals.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/locals.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/opcodes.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/opcodes.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/printers.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/printers.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/stages.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/stages.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-compiler-3.10/lib/rubinius/code/compiler/version.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-coverage-2.1
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-coverage-2.1/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-coverage-2.1/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-coverage-2.1/lib/rubinius
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-coverage-2.1/lib/rubinius/coverage.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-coverage-2.1/lib/rubinius/coverage.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-coverage-2.1/lib/rubinius/coverage
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-coverage-2.1/lib/rubinius/coverage/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-coverage-2.1/lib/rubinius/coverage/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-coverage-2.1/rubinius-coverage.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-coverage-2.1/rubinius-coverage.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-coverage-2.1/spec/basic_block
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-coverage-2.1/spec/basic_block/double_branch_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-coverage-2.1/spec/basic_block/double_branch_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-coverage-2.1/spec/basic_block/loop_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-coverage-2.1/spec/basic_block/loop_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-coverage-2.1/spec/basic_block/single_branch_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-coverage-2.1/spec/basic_block/single_branch_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-coverage-2.1/spec/basic_block/single_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-coverage-2.1/spec/basic_block/single_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-coverage-2.1/spec/spec_helper.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-coverage-2.1/spec/spec_helper.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-debugger-2.6
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-debugger-2.6/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-debugger-2.6/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-debugger-2.6/lib/rubinius
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-debugger-2.6/lib/rubinius/debugger.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-debugger-2.6/lib/rubinius/debugger.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-debugger-2.6/lib/rubinius/debugger
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-debugger-2.6/lib/rubinius/debugger/breakpoint.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-debugger-2.6/lib/rubinius/debugger/breakpoint.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-debugger-2.6/lib/rubinius/debugger/commands.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-debugger-2.6/lib/rubinius/debugger/commands.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-debugger-2.6/lib/rubinius/debugger/display.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-debugger-2.6/lib/rubinius/debugger/display.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-debugger-2.6/lib/rubinius/debugger/frame.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-debugger-2.6/lib/rubinius/debugger/frame.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-debugger-2.6/lib/rubinius/debugger/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-debugger-2.6/lib/rubinius/debugger/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-debugger-2.6/rubinius-debugger.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-debugger-2.6/rubinius-debugger.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-instructions-3.0/lib/rubinius/code
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-instructions-3.0/lib/rubinius/code/instructions.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-instructions-3.0/lib/rubinius/code/instructions.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-instructions-3.0/lib/rubinius/code/instructions
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-instructions-3.0/lib/rubinius/code/instructions/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-instructions-3.0/lib/rubinius/code/instructions/version.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/encoding_compat.cpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/encoding_compat.cpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/encoding_compat.hpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/encoding_compat.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/encoding_compat.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/encoding_compat.o
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/extconf.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/extconf.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/grammar.cpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/grammar.cpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/grammar.hpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/grammar.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/grammar.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/grammar.o
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/grammar.y /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/grammar.y
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/lex.c.blt /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/lex.c.blt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/melbourne.cpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/melbourne.cpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/melbourne.hpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/melbourne.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/melbourne.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/melbourne.o
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/melbourne.so /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/melbourne.so
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/namespace.h /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/namespace.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node.hpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.cpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.cpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.hpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.o
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/node_types.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/parser_state.hpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/parser_state.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/symbols.cpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/symbols.cpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/symbols.hpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/symbols.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/symbols.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/symbols.o
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/var_table.cpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/var_table.cpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/var_table.hpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/var_table.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/var_table.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/var_table.o
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/visitor.cpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/visitor.cpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/visitor.hpp /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/visitor.hpp
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/visitor.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/ext/rubinius/code/melbourne/visitor.o
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/lib/rubinius/code
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/melbourne.so /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/melbourne.so
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-melbourne-3.8/lib/rubinius/code/melbourne/version.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-processor-3.2/lib/rubinius/code
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-processor-3.2/lib/rubinius/code/processor.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-processor-3.2/lib/rubinius/code/processor.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-processor-3.2/lib/rubinius/code/processor
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-processor-3.2/lib/rubinius/code/processor/processor.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-processor-3.2/lib/rubinius/code/processor/processor.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-processor-3.2/lib/rubinius/code/processor/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-processor-3.2/lib/rubinius/code/processor/version.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-profiler-2.1
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-profiler-2.1/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-profiler-2.1/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-profiler-2.1/lib/rubinius
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-profiler-2.1/lib/rubinius/profiler.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-profiler-2.1/lib/rubinius/profiler.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-profiler-2.1/lib/rubinius/profiler
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-profiler-2.1/lib/rubinius/profiler/profiler.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-profiler-2.1/lib/rubinius/profiler/profiler.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-profiler-2.1/lib/rubinius/profiler/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-profiler-2.1/lib/rubinius/profiler/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-profiler-2.1/rubinius-profiler.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-profiler-2.1/rubinius-profiler.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-toolset-3.0/lib/rubinius/code
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubinius-toolset-3.0/lib/rubinius/code/toolset/version.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-abbrev-2.0.4
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-abbrev-2.0.4/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-abbrev-2.0.4/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-abbrev-2.0.4/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-abbrev-2.0.4/lib/abbrev.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-abbrev-2.0.4/lib/abbrev.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-abbrev-2.0.4/lib/rubysl
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-abbrev-2.0.4/lib/rubysl/abbrev.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-abbrev-2.0.4/lib/rubysl/abbrev.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-abbrev-2.0.4/lib/rubysl/abbrev
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-abbrev-2.0.4/lib/rubysl/abbrev/abbrev.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-abbrev-2.0.4/lib/rubysl/abbrev/abbrev.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-abbrev-2.0.4/lib/rubysl/abbrev/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-abbrev-2.0.4/lib/rubysl/abbrev/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-abbrev-2.0.4/rubysl-abbrev.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-abbrev-2.0.4/rubysl-abbrev.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-abbrev-2.0.4/spec
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-abbrev-2.0.4/spec/abbrev_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-abbrev-2.0.4/spec/abbrev_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-base64-2.0.0
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-base64-2.0.0/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-base64-2.0.0/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-base64-2.0.0/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-base64-2.0.0/lib/base64.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-base64-2.0.0/lib/base64.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-base64-2.0.0/lib/rubysl
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-base64-2.0.0/lib/rubysl/base64.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-base64-2.0.0/lib/rubysl/base64.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-base64-2.0.0/lib/rubysl/base64
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-base64-2.0.0/lib/rubysl/base64/base64.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-base64-2.0.0/lib/rubysl/base64/base64.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-base64-2.0.0/lib/rubysl/base64/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-base64-2.0.0/lib/rubysl/base64/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-base64-2.0.0/rubysl-base64.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-base64-2.0.0/rubysl-base64.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-base64-2.0.0/spec
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-base64-2.0.0/spec/b64encode_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-base64-2.0.0/spec/b64encode_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-base64-2.0.0/spec/decode64_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-base64-2.0.0/spec/decode64_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-base64-2.0.0/spec/decode_b_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-base64-2.0.0/spec/decode_b_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-base64-2.0.0/spec/encode64_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-base64-2.0.0/spec/encode64_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-benchmark-2.0.1
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-benchmark-2.0.1/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-benchmark-2.0.1/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-benchmark-2.0.1/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-benchmark-2.0.1/lib/benchmark.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-benchmark-2.0.1/lib/benchmark.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-benchmark-2.0.1/lib/rubysl
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-benchmark-2.0.1/lib/rubysl/benchmark.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-benchmark-2.0.1/lib/rubysl/benchmark.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-benchmark-2.0.1/lib/rubysl/benchmark
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-benchmark-2.0.1/lib/rubysl/benchmark/benchmark.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-benchmark-2.0.1/lib/rubysl/benchmark/benchmark.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-benchmark-2.0.1/lib/rubysl/benchmark/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-benchmark-2.0.1/lib/rubysl/benchmark/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-benchmark-2.0.1/rubysl-benchmark.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-benchmark-2.0.1/rubysl-benchmark.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/README.md
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/bigdecimal_en.html /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/bigdecimal_en.html
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/bigdecimal_ja.html /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/bigdecimal_ja.html
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/ext/rubysl/bigdecimal
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/ext/rubysl/bigdecimal/bigdecimal.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/ext/rubysl/bigdecimal/bigdecimal.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/ext/rubysl/bigdecimal/bigdecimal.h /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/ext/rubysl/bigdecimal/bigdecimal.h
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/ext/rubysl/bigdecimal/bigdecimal.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/ext/rubysl/bigdecimal/bigdecimal.o
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/ext/rubysl/bigdecimal/bigdecimal.so /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/ext/rubysl/bigdecimal/bigdecimal.so
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/ext/rubysl/bigdecimal/extconf.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/ext/rubysl/bigdecimal/extconf.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/lib/bigdecimal.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/lib/bigdecimal.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/lib/bigdecimal
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/lib/bigdecimal/bigdecimal.so /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/lib/bigdecimal/bigdecimal.so
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/lib/bigdecimal/jacobian.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/lib/bigdecimal/jacobian.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/lib/bigdecimal/ludcmp.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/lib/bigdecimal/ludcmp.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/lib/bigdecimal/math.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/lib/bigdecimal/math.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/lib/bigdecimal/newton.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/lib/bigdecimal/newton.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/lib/bigdecimal/util.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/lib/bigdecimal/util.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/lib/rubysl
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/lib/rubysl/bigdecimal.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/lib/rubysl/bigdecimal.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/lib/rubysl/bigdecimal
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/lib/rubysl/bigdecimal/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/lib/rubysl/bigdecimal/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/rubysl-bigdecimal.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/rubysl-bigdecimal.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/abs_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/abs_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/add_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/add_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/case_compare_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/case_compare_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/ceil_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/ceil_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/coerce_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/coerce_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/comparison_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/comparison_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/div_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/div_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/divide_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/divide_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/divmod_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/divmod_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/double_fig_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/double_fig_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/eql_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/eql_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/equal_value_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/equal_value_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/exponent_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/exponent_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/finite_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/finite_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/fix_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/fix_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/fixtures
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/fixtures/classes.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/fixtures/classes.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/floor_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/floor_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/frac_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/frac_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/gt_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/gt_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/gte_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/gte_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/induced_from_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/induced_from_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/infinite_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/infinite_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/inspect_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/inspect_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/limit_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/limit_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/lt_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/lt_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/lte_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/lte_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/minus_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/minus_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/mode_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/mode_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/modulo_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/modulo_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/mult_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/mult_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/multiply_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/multiply_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/nan_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/nan_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/new_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/new_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/nonzero_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/nonzero_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/plus_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/plus_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/power_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/power_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/precs_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/precs_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/quo_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/quo_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/remainder_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/remainder_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/round_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/round_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/shared
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/shared/eql.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/shared/eql.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/shared/modulo.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/shared/modulo.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/shared/mult.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/shared/mult.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/shared/power.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/shared/power.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/shared/quo.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/shared/quo.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/shared/to_int.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/shared/to_int.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/sign_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/sign_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/split_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/split_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/sqrt_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/sqrt_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/sub_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/sub_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/to_f_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/to_f_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/to_i_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/to_i_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/to_int_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/to_int_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/to_s_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/to_s_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/truncate_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/truncate_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/uminus_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/uminus_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/uplus_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/uplus_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/ver_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/ver_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-bigdecimal-2.0.2/spec/zero_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-bigdecimal-2.0.2/spec/zero_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/LICENSE.txt /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/LICENSE.txt
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/lib/cgi.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/lib/cgi.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/lib/cgi
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/lib/cgi/cookie.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/lib/cgi/cookie.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/lib/cgi/core.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/lib/cgi/core.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/lib/cgi/html.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/lib/cgi/html.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/lib/cgi/util.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/lib/cgi/util.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/lib/rubysl
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/lib/rubysl/cgi.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/lib/rubysl/cgi.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/lib/rubysl/cgi
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/lib/rubysl/cgi/cgi.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/lib/rubysl/cgi/cgi.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/lib/rubysl/cgi/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/lib/rubysl/cgi/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/rubysl-cgi.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/rubysl-cgi.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/cookie
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/cookie/domain_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/cookie/domain_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/cookie/expires_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/cookie/expires_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/cookie/initialize_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/cookie/initialize_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/cookie/name_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/cookie/name_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/cookie/parse_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/cookie/parse_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/cookie/path_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/cookie/path_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/cookie/secure_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/cookie/secure_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/cookie/to_s_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/cookie/to_s_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/cookie/value_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/cookie/value_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/escapeElement_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/escapeElement_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/escapeHTML_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/escapeHTML_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/escape_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/escape_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/header_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/header_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/a_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/a_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/base_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/base_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/blockquote_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/blockquote_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/br_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/br_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/caption_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/caption_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/checkbox_group_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/checkbox_group_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/checkbox_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/checkbox_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/doctype_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/doctype_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/file_field_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/file_field_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/fixtures
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/fixtures/common.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/fixtures/common.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/form_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/form_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/frame_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/frame_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/frameset_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/frameset_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/hidden_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/hidden_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/html_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/html_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/image_button_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/image_button_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/img_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/img_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/multipart_form_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/multipart_form_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/password_field_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/password_field_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/popup_menu_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/popup_menu_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/radio_button_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/radio_button_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/radio_group_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/radio_group_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/reset_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/reset_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/scrolling_list_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/scrolling_list_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/shared
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/shared/popup_menu.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/shared/popup_menu.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/submit_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/submit_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/text_field_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/text_field_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/textarea_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/htmlextension/textarea_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/http_header_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/http_header_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/initialize_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/initialize_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/out_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/out_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/parse_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/parse_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/pretty_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/pretty_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/print_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/print_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/accept_charset_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/accept_charset_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/accept_encoding_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/accept_encoding_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/accept_language_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/accept_language_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/accept_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/accept_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/auth_type_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/auth_type_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/cache_control_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/cache_control_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/content_length_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/content_length_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/content_type_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/content_type_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/cookies_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/cookies_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/element_reference_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/element_reference_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/from_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/from_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/gateway_interface_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/gateway_interface_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/has_key_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/has_key_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/host_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/host_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/include_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/include_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/key_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/key_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/keys_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/keys_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/multipart_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/multipart_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/negotiate_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/negotiate_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/params_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/params_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/path_info_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/path_info_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/path_translated_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/path_translated_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/pragma_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/pragma_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/query_string_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/query_string_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/raw_cookie2_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/raw_cookie2_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/raw_cookie_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/raw_cookie_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/referer_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/referer_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/remote_addr_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/remote_addr_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/remote_host_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/remote_host_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/remote_ident_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/remote_ident_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/remote_user_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/remote_user_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/request_method_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/request_method_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/script_name_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/script_name_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/server_name_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/server_name_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/server_port_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/server_port_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/server_protocol_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/server_protocol_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/server_software_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/server_software_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/shared
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/shared/has_key.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/shared/has_key.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/user_agent_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/queryextension/user_agent_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/rfc1123_date_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/rfc1123_date_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/shared
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/shared/http_header.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/shared/http_header.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/unescapeElement_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/unescapeElement_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/unescapeHTML_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/unescapeHTML_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-2.0.1/spec/unescape_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-2.0.1/spec/unescape_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-session-2.1.0
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-session-2.1.0/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-session-2.1.0/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-session-2.1.0/lib/cgi
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-session-2.1.0/lib/cgi/session.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-session-2.1.0/lib/cgi/session.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-session-2.1.0/lib/cgi/session
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-session-2.1.0/lib/cgi/session/pstore.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-session-2.1.0/lib/cgi/session/pstore.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-session-2.1.0/lib/rubysl/cgi
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-session-2.1.0/lib/rubysl/cgi/session.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-session-2.1.0/lib/rubysl/cgi/session.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-session-2.1.0/lib/rubysl/cgi/session
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-session-2.1.0/lib/rubysl/cgi/session/session.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-session-2.1.0/lib/rubysl/cgi/session/session.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-session-2.1.0/lib/rubysl/cgi/session/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-session-2.1.0/lib/rubysl/cgi/session/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cgi-session-2.1.0/rubysl-cgi-session.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cgi-session-2.1.0/rubysl-cgi-session.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cmath-2.0.0
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cmath-2.0.0/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cmath-2.0.0/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cmath-2.0.0/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cmath-2.0.0/lib/cmath.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cmath-2.0.0/lib/cmath.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cmath-2.0.0/lib/rubysl
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cmath-2.0.0/lib/rubysl/cmath.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cmath-2.0.0/lib/rubysl/cmath.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cmath-2.0.0/lib/rubysl/cmath
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cmath-2.0.0/lib/rubysl/cmath/cmath.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cmath-2.0.0/lib/rubysl/cmath/cmath.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cmath-2.0.0/lib/rubysl/cmath/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cmath-2.0.0/lib/rubysl/cmath/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-cmath-2.0.0/rubysl-cmath.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-cmath-2.0.0/rubysl-cmath.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/lib/complex.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/lib/complex.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/lib/rubysl
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/lib/rubysl/complex.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/lib/rubysl/complex.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/lib/rubysl/complex
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/lib/rubysl/complex/complex.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/lib/rubysl/complex/complex.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/lib/rubysl/complex/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/lib/rubysl/complex/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/rubysl-complex.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/rubysl-complex.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/Complex_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/Complex_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/abs2_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/abs2_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/abs_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/abs_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/angle_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/angle_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/arg_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/arg_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/coerce_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/coerce_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/comparison_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/comparison_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/conj_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/conj_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/conjugate_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/conjugate_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/constants_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/constants_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/denominator_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/denominator_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/divide_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/divide_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/equal_value_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/equal_value_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/exponent_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/exponent_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/float
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/float/angle_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/float/angle_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/float/arg_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/float/arg_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/generic_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/generic_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/hash_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/hash_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/imag_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/imag_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/image_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/image_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/inspect_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/inspect_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/acos_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/acos_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/acosh_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/acosh_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/asin_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/asin_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/asinh_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/asinh_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/atan2_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/atan2_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/atan_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/atan_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/atanh_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/atanh_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/cos_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/cos_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/cosh_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/cosh_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/exp_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/exp_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/fixtures
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/fixtures/classes.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/fixtures/classes.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/log10_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/log10_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/log_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/log_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/acos.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/acos.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/acosh.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/acosh.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/asin.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/asin.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/asinh.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/asinh.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/atan.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/atan.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/atan2.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/atan2.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/atanh.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/atanh.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/cos.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/cos.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/cosh.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/cosh.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/exp.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/exp.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/log.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/log.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/log10.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/log10.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/sin.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/sin.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/sinh.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/sinh.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/sqrt.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/sqrt.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/tan.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/tan.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/shared/tanh.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/shared/tanh.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/sin_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/sin_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/sinh_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/sinh_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/sqrt_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/sqrt_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/tan_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/tan_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/math/tanh_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/math/tanh_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/minus_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/minus_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/modulo_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/modulo_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/multiply_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/multiply_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/new_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/new_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/numerator_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/numerator_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/numeric
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/numeric/angle_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/numeric/angle_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/numeric/arg_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/numeric/arg_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/numeric/conj_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/numeric/conj_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/numeric/conjugate_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/numeric/conjugate_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/numeric/im_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/numeric/im_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/numeric/imag_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/numeric/imag_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/numeric/image_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/numeric/image_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/numeric/polar_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/numeric/polar_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/numeric/real_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/numeric/real_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/plus_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/plus_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/polar_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/polar_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/real_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/real_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-complex-2.0.0/spec/to_s_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-complex-2.0.0/spec/to_s_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-continuation-2.0.0
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-continuation-2.0.0/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-continuation-2.0.0/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-continuation-2.0.0/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-continuation-2.0.0/lib/continuation.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-continuation-2.0.0/lib/continuation.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-continuation-2.0.0/lib/rubysl
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-continuation-2.0.0/lib/rubysl/continuation.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-continuation-2.0.0/lib/rubysl/continuation.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-continuation-2.0.0/lib/rubysl/continuation
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-continuation-2.0.0/lib/rubysl/continuation/continuation.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-continuation-2.0.0/lib/rubysl/continuation/continuation.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-continuation-2.0.0/lib/rubysl/continuation/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-continuation-2.0.0/lib/rubysl/continuation/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-continuation-2.0.0/rubysl-continuation.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-continuation-2.0.0/rubysl-continuation.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-coverage-2.1
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-coverage-2.1/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-coverage-2.1/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-coverage-2.1/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-coverage-2.1/lib/coverage.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-coverage-2.1/lib/coverage.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-coverage-2.1/lib/rubysl
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-coverage-2.1/lib/rubysl/coverage.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-coverage-2.1/lib/rubysl/coverage.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-coverage-2.1/lib/rubysl/coverage
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-coverage-2.1/lib/rubysl/coverage/coverage.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-coverage-2.1/lib/rubysl/coverage/coverage.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-coverage-2.1/lib/rubysl/coverage/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-coverage-2.1/lib/rubysl/coverage/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-coverage-2.1/rubysl-coverage.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-coverage-2.1/rubysl-coverage.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/lib/csv.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/lib/csv.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/lib/rubysl
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/lib/rubysl/csv.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/lib/rubysl/csv.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/lib/rubysl/csv
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/lib/rubysl/csv/csv.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/lib/rubysl/csv/csv.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/lib/rubysl/csv/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/lib/rubysl/csv/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/rubysl-csv.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/rubysl-csv.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/basicwriter
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/basicwriter/close_on_terminate_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/basicwriter/close_on_terminate_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/basicwriter/initialize_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/basicwriter/initialize_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/basicwriter/terminate_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/basicwriter/terminate_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/cell
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/cell/data_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/cell/data_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/cell/initialize_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/cell/initialize_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/fixtures
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/fixtures/one_line.csv /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/fixtures/one_line.csv
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/foreach_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/foreach_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/generate_line_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/generate_line_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/generate_row_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/generate_row_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/generate_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/generate_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/iobuf
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/iobuf/close_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/iobuf/close_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/iobuf/initialize_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/iobuf/initialize_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/iobuf/read_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/iobuf/read_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/iobuf/terminate_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/iobuf/terminate_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/ioreader
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/ioreader/close_on_terminate_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/ioreader/close_on_terminate_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/ioreader/get_row_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/ioreader/get_row_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/ioreader/initialize_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/ioreader/initialize_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/ioreader/terminate_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/ioreader/terminate_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/open_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/open_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/parse_row_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/parse_row_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/parse_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/parse_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/read_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/read_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/reader
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/reader/close_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/reader/close_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/reader/create_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/reader/create_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/reader/each_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/reader/each_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/reader/get_row_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/reader/get_row_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/reader/initialize_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/reader/initialize_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/reader/parse_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/reader/parse_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/reader/shift_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/reader/shift_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/reader/terminate_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/reader/terminate_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/readlines_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/readlines_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/streambuf
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/streambuf/add_buf_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/streambuf/add_buf_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/streambuf/buf_size_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/streambuf/buf_size_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/streambuf/drop_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/streambuf/drop_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/streambuf/element_reference_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/streambuf/element_reference_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/streambuf/get_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/streambuf/get_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/streambuf/idx_is_eos_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/streambuf/idx_is_eos_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/streambuf/initialize_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/streambuf/initialize_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/streambuf/is_eos_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/streambuf/is_eos_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/streambuf/read_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/streambuf/read_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/streambuf/rel_buf_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/streambuf/rel_buf_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/streambuf/terminate_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/streambuf/terminate_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/stringreader
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/stringreader/get_row_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/stringreader/get_row_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/stringreader/initialize_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/stringreader/initialize_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/writer
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/writer/add_row_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/writer/add_row_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/writer/append_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/writer/append_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/writer/close_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/writer/close_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/writer/create_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/writer/create_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/writer/generate_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/writer/generate_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/writer/initialize_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/writer/initialize_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-csv-2.0.2/spec/writer/terminate_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-csv-2.0.2/spec/writer/terminate_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-curses-2.0.1/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1/ext/rubysl/curses
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-curses-2.0.1/ext/rubysl/curses/curses.c /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1/ext/rubysl/curses/curses.c
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-curses-2.0.1/ext/rubysl/curses/curses.o /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1/ext/rubysl/curses/curses.o
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-curses-2.0.1/ext/rubysl/curses/curses.so /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1/ext/rubysl/curses/curses.so
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-curses-2.0.1/ext/rubysl/curses/extconf.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1/ext/rubysl/curses/extconf.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-curses-2.0.1/lib/curses.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1/lib/curses.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1/lib/curses
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-curses-2.0.1/lib/curses/curses.so /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1/lib/curses/curses.so
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1/lib/rubysl
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-curses-2.0.1/lib/rubysl/curses.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1/lib/rubysl/curses.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1/lib/rubysl/curses
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-curses-2.0.1/lib/rubysl/curses/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1/lib/rubysl/curses/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-curses-2.0.1/rubysl-curses.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-curses-2.0.1/rubysl-curses.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/README.md /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/README.md
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/lib
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/lib/date.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/lib/date.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/lib/date
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/lib/date/delta.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/lib/date/delta.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/lib/date/delta
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/lib/date/delta/parser.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/lib/date/delta/parser.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/lib/date/delta/parser.ry /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/lib/date/delta/parser.ry
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/lib/date/format.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/lib/date/format.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/lib/rubysl
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/lib/rubysl/date.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/lib/rubysl/date.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/lib/rubysl/date
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/lib/rubysl/date/date.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/lib/rubysl/date/date.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/lib/rubysl/date/version.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/lib/rubysl/date/version.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/rubysl-date.gemspec /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/rubysl-date.gemspec
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/_parse_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/_parse_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/accessor_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/accessor_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/add_month_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/add_month_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/add_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/add_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/ajd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/ajd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/ajd_to_amjd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/ajd_to_amjd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/ajd_to_jd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/ajd_to_jd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/amjd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/amjd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/amjd_to_ajd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/amjd_to_ajd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/append_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/append_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/asctime_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/asctime_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/boat_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/boat_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/case_compare_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/case_compare_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/civil_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/civil_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/civil_to_jd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/civil_to_jd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/commercial_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/commercial_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/commercial_to_jd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/commercial_to_jd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/comparison_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/comparison_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/constants_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/constants_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/conversions_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/conversions_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/ctime_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/ctime_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/cwday_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/cwday_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/cweek_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/cweek_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/cwyear_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/cwyear_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/day_fraction_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/day_fraction_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/day_fraction_to_time_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/day_fraction_to_time_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/day_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/day_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/downto_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/downto_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/england_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/england_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/eql_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/eql_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/exist1_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/exist1_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/exist2_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/exist2_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/exist3_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/exist3_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/exist_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/exist_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/existw_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/existw_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/format/bag
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/format/bag/method_missing_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/format/bag/method_missing_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/format/bag/to_hash_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/format/bag/to_hash_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/gregorian_leap_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/gregorian_leap_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/gregorian_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/gregorian_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/hash_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/hash_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/infinity
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/infinity/abs_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/infinity/abs_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/infinity/coerce_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/infinity/coerce_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/infinity/comparison_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/infinity/comparison_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/infinity/d_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/infinity/d_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/infinity/finite_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/infinity/finite_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/infinity/infinite_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/infinity/infinite_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/infinity/nan_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/infinity/nan_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/infinity/uminus_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/infinity/uminus_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/infinity/uplus_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/infinity/uplus_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/infinity/zero_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/infinity/zero_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/infinity_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/infinity_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/inspect_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/inspect_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/italy_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/italy_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/jd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/jd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/jd_to_ajd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/jd_to_ajd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/jd_to_civil_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/jd_to_civil_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/jd_to_commercial_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/jd_to_commercial_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/jd_to_ld_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/jd_to_ld_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/jd_to_mjd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/jd_to_mjd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/jd_to_ordinal_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/jd_to_ordinal_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/jd_to_wday_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/jd_to_wday_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/julian_leap_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/julian_leap_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/julian_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/julian_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/ld_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/ld_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/ld_to_jd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/ld_to_jd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/leap_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/leap_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/marshal_dump_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/marshal_dump_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/marshal_load_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/marshal_load_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/mday_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/mday_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/minus_month_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/minus_month_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/minus_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/minus_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/mjd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/mjd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/mjd_to_jd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/mjd_to_jd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/mon_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/mon_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/month_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/month_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/new0_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/new0_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/new1_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/new1_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/new2_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/new2_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/new3_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/new3_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/new_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/new_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/new_start_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/new_start_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/newsg_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/newsg_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/neww_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/neww_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/next_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/next_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/ns_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/ns_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/ordinal_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/ordinal_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/ordinal_to_jd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/ordinal_to_jd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/os_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/os_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/parse_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/parse_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/plus_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/plus_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/relationship_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/relationship_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/right_shift_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/right_shift_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/sg_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/sg_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/shared
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/shared/civil.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/shared/civil.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/shared/commercial.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/shared/commercial.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/shared/jd.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/shared/jd.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/shared/new_bang.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/shared/new_bang.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/shared/ordinal.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/shared/ordinal.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/shared/parse.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/shared/parse.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/shared/parse_eu.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/shared/parse_eu.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/shared/parse_us.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/shared/parse_us.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/shared/valid_civil.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/shared/valid_civil.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/shared/valid_commercial.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/shared/valid_commercial.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/shared/valid_jd.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/shared/valid_jd.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/shared/valid_ordinal.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/shared/valid_ordinal.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/start_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/start_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/step_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/step_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/strftime_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/strftime_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/strptime_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/strptime_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/succ_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/succ_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/time_to_day_fraction_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/time_to_day_fraction_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/to_s_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/to_s_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/today_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/today_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/upto_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/upto_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/valid_civil_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/valid_civil_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/valid_commercial_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/valid_commercial_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/valid_date_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/valid_date_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/valid_jd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/valid_jd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/valid_ordinal_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/valid_ordinal_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/valid_time_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/valid_time_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/wday_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/wday_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/yday_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/yday_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/year_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/year_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/date/zone_to_diff_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/date/zone_to_diff_spec.rb
mkdir -p /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/_strptime_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/_strptime_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/civil_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/civil_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/commercial_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/commercial_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/hour_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/hour_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/httpdate_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/httpdate_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/iso8601_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/iso8601_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/jd_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/jd_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/jisx0301_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/jisx0301_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/min_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/min_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/minute_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/minute_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/new_offset_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/new_offset_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/new_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/new_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/now_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/now_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/offset_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/offset_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/ordinal_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/ordinal_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/parse_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/parse_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/rfc2822_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/rfc2822_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/rfc3339_spec.rb /home/test/.rvm/rubies/rbx-3.69/gems/gems/rubysl-date-2.0.9/spec/datetime/rfc3339_spec.rb
install -c -m 644 /home/test/.rvm/src/rbx-3.69/staging/gems/gems/rubysl-date-2.0.9/spec/datetime/rfc8
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment