Report abuse


			
# running mspec tests on rbx installed in custom directory
#
#  See earlier steps:
# 
# 1) Problems getting rbx to build and install to custom dir
#   http://pastie.org/176772
#
# 2) Patch to common.mk that makes it work:
#   http://pastie.org/176851
#
# dir structure:
#   git clone:   ~/dev/rubinius/code
#   install loc: ~/dev/rubinius/install
#
# Running bin/mspec ci -trbx produces this result:
#
#   1855 files, 6334 examples, 22388 expectations, 0 failures, 0 errors
#
# djwhitt had the answer: unset RUBYOPT
#
# In my shell it was set like this:
#    RUBYOPT=rubygems
#
# Now I get:
#
#    1855 files, 6390 examples, 22484 expectations, 0 failures, 0 errors
#
# Here are the errors that were occurring when RUBYOPT=rubygems
#
# Except there are a bunch strange errors in the middle
# of the test run that don't show up in the summary. The first
# error occurs at line 5 of array_spec.rb (shown below):
#

array_spec.rb (ruby)


			
require File.dirname(__FILE__) + '/../spec_helper'
require File.dirname(__FILE__) + '/subtend_helper'

compile_extension('subtend_array')
require File.dirname(__FILE__) + '/ext/subtend_array'

results of running the test


			
[~/dev/rubinius/code]$ which rbx
/Users/stephen/dev/rubinius/install/bin/rbx

[~/dev/rubinius/code]$ bin/mspec ci -trbx
#
# 5248 "." chars
#
/Users/stephen/dev/rubinius/code/lib/rbconfig.rb:7: looks like you loaded rubinius' rbconfig from ruby (RuntimeError)
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11:in `require'
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10:in `require'
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10

An exception occurred in loading spec/subtend/array_spec.rb:
LoadError: "Did not find file to load: ./spec/subtend/ext/subtend_array"

kernel/core/compile.rb:154:in `unified_load'
kernel/core/compile.rb:450:in `require'
./spec/subtend/array_spec.rb:5:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:238:in `single_load'
kernel/core/compile.rb:149:in `__block__'
kernel/core/array.rb:573:in `each'
kernel/core/compile.rb:120:in `unified_load'
kernel/core/compile.rb:390:in `load'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/proc.rb:84:in `call'
./mspec/runner/mspec.rb:119:in `protect'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/array.rb:573:in `each'
./mspec/runner/mspec.rb:34:in `files'
./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:233:in `single_load'
kernel/core/compile.rb:310:in `load_from_extension'
kernel/loader.rb:190:in `__script__'/Users/stephen/dev/rubinius/code/lib/rbconfig.rb:7: looks like you loaded rubinius' rbconfig from ruby (RuntimeError)
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11:in `require'
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10:in `require'
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10

An exception occurred in loading spec/subtend/block_spec.rb:
LoadError: "Did not find file to load: ./spec/subtend/ext/subtend_block"

kernel/core/compile.rb:154:in `unified_load'
kernel/core/compile.rb:450:in `require'
./spec/subtend/block_spec.rb:5:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:238:in `single_load'
kernel/core/compile.rb:149:in `__block__'
kernel/core/array.rb:573:in `each'
kernel/core/compile.rb:120:in `unified_load'
kernel/core/compile.rb:390:in `load'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/proc.rb:84:in `call'
./mspec/runner/mspec.rb:119:in `protect'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/array.rb:573:in `each'
./mspec/runner/mspec.rb:34:in `files'
./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:233:in `single_load'
kernel/core/compile.rb:310:in `load_from_extension'
kernel/loader.rb:190:in `__script__'/Users/stephen/dev/rubinius/code/lib/rbconfig.rb:7: looks like you loaded rubinius' rbconfig from ruby (RuntimeError)
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11:in `require'
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10:in `require'
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10

An exception occurred in loading spec/subtend/class_spec.rb:
LoadError: "Did not find file to load: ./spec/subtend/ext/subtend_class"

kernel/core/compile.rb:154:in `unified_load'
kernel/core/compile.rb:450:in `require'
./spec/subtend/class_spec.rb:5:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:238:in `single_load'
kernel/core/compile.rb:149:in `__block__'
kernel/core/array.rb:573:in `each'
kernel/core/compile.rb:120:in `unified_load'
kernel/core/compile.rb:390:in `load'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/proc.rb:84:in `call'
./mspec/runner/mspec.rb:119:in `protect'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/array.rb:573:in `each'
./mspec/runner/mspec.rb:34:in `files'
./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:233:in `single_load'
kernel/core/compile.rb:310:in `load_from_extension'
kernel/loader.rb:190:in `__script__'/Users/stephen/dev/rubinius/code/lib/rbconfig.rb:7: looks like you loaded rubinius' rbconfig from ruby (RuntimeError)
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11:in `require'
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10:in `require'
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10

An exception occurred in loading spec/subtend/define_alloc_func_spec.rb:
LoadError: "Did not find file to load: ./spec/subtend/ext/subtend_define_alloc_func"

kernel/core/compile.rb:154:in `unified_load'
kernel/core/compile.rb:450:in `require'
./spec/subtend/define_alloc_func_spec.rb:5:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:238:in `single_load'
kernel/core/compile.rb:149:in `__block__'
kernel/core/array.rb:573:in `each'
kernel/core/compile.rb:120:in `unified_load'
kernel/core/compile.rb:390:in `load'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/proc.rb:84:in `call'
./mspec/runner/mspec.rb:119:in `protect'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/array.rb:573:in `each'
./mspec/runner/mspec.rb:34:in `files'
./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:233:in `single_load'
kernel/core/compile.rb:310:in `load_from_extension'
kernel/loader.rb:190:in `__script__'/Users/stephen/dev/rubinius/code/lib/rbconfig.rb:7: looks like you loaded rubinius' rbconfig from ruby (RuntimeError)
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11:in `require'
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10:in `require'
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10

An exception occurred in loading spec/subtend/define_method_vis_spec.rb:
LoadError: "Did not find file to load: ./spec/subtend/ext/subtend_define_method_vis"

kernel/core/compile.rb:154:in `unified_load'
kernel/core/compile.rb:450:in `require'
./spec/subtend/define_method_vis_spec.rb:5:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:238:in `single_load'
kernel/core/compile.rb:149:in `__block__'
kernel/core/array.rb:573:in `each'
kernel/core/compile.rb:120:in `unified_load'
kernel/core/compile.rb:390:in `load'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/proc.rb:84:in `call'
./mspec/runner/mspec.rb:119:in `protect'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/array.rb:573:in `each'
./mspec/runner/mspec.rb:34:in `files'
./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:233:in `single_load'
kernel/core/compile.rb:310:in `load_from_extension'
kernel/loader.rb:190:in `__script__'/Users/stephen/dev/rubinius/code/lib/rbconfig.rb:7: looks like you loaded rubinius' rbconfig from ruby (RuntimeError)
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11:in `require'
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10:in `require'
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10

An exception occurred in loading spec/subtend/exception_spec.rb:
LoadError: "Did not find file to load: ./spec/subtend/ext/subtend_exception"

kernel/core/compile.rb:154:in `unified_load'
kernel/core/compile.rb:450:in `require'
./spec/subtend/exception_spec.rb:5:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:238:in `single_load'
kernel/core/compile.rb:149:in `__block__'
kernel/core/array.rb:573:in `each'
kernel/core/compile.rb:120:in `unified_load'
kernel/core/compile.rb:390:in `load'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/proc.rb:84:in `call'
./mspec/runner/mspec.rb:119:in `protect'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/array.rb:573:in `each'
./mspec/runner/mspec.rb:34:in `files'
./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:233:in `single_load'
kernel/core/compile.rb:310:in `load_from_extension'
kernel/loader.rb:190:in `__script__'/Users/stephen/dev/rubinius/code/lib/rbconfig.rb:7: looks like you loaded rubinius' rbconfig from ruby (RuntimeError)
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11:in `require'
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10:in `require'
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10

An exception occurred in loading spec/subtend/float_spec.rb:
LoadError: "Did not find file to load: ./spec/subtend/ext/subtend_float"

kernel/core/compile.rb:154:in `unified_load'
kernel/core/compile.rb:450:in `require'
./spec/subtend/float_spec.rb:5:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:238:in `single_load'
kernel/core/compile.rb:149:in `__block__'
kernel/core/array.rb:573:in `each'
kernel/core/compile.rb:120:in `unified_load'
kernel/core/compile.rb:390:in `load'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/proc.rb:84:in `call'
./mspec/runner/mspec.rb:119:in `protect'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/array.rb:573:in `each'
./mspec/runner/mspec.rb:34:in `files'
./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:233:in `single_load'
kernel/core/compile.rb:310:in `load_from_extension'
kernel/loader.rb:190:in `__script__'/Users/stephen/dev/rubinius/code/lib/rbconfig.rb:7: looks like you loaded rubinius' rbconfig from ruby (RuntimeError)
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11:in `require'
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10:in `require'
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10

An exception occurred in loading spec/subtend/global_spec.rb:
LoadError: "Did not find file to load: ./spec/subtend/ext/subtend_global"

kernel/core/compile.rb:154:in `unified_load'
kernel/core/compile.rb:450:in `require'
./spec/subtend/global_spec.rb:5:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:238:in `single_load'
kernel/core/compile.rb:149:in `__block__'
kernel/core/array.rb:573:in `each'
kernel/core/compile.rb:120:in `unified_load'
kernel/core/compile.rb:390:in `load'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/proc.rb:84:in `call'
./mspec/runner/mspec.rb:119:in `protect'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/array.rb:573:in `each'
./mspec/runner/mspec.rb:34:in `files'
./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:233:in `single_load'
kernel/core/compile.rb:310:in `load_from_extension'
kernel/loader.rb:190:in `__script__'/Users/stephen/dev/rubinius/code/lib/rbconfig.rb:7: looks like you loaded rubinius' rbconfig from ruby (RuntimeError)
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11:in `require'
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10:in `require'
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10

An exception occurred in loading spec/subtend/hash_spec.rb:
LoadError: "Did not find file to load: ./spec/subtend/ext/subtend_hash"

kernel/core/compile.rb:154:in `unified_load'
kernel/core/compile.rb:450:in `require'
./spec/subtend/hash_spec.rb:5:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:238:in `single_load'
kernel/core/compile.rb:149:in `__block__'
kernel/core/array.rb:573:in `each'
kernel/core/compile.rb:120:in `unified_load'
kernel/core/compile.rb:390:in `load'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/proc.rb:84:in `call'
./mspec/runner/mspec.rb:119:in `protect'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/array.rb:573:in `each'
./mspec/runner/mspec.rb:34:in `files'
./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:233:in `single_load'
kernel/core/compile.rb:310:in `load_from_extension'
kernel/loader.rb:190:in `__script__'/Users/stephen/dev/rubinius/code/lib/rbconfig.rb:7: looks like you loaded rubinius' rbconfig from ruby (RuntimeError)
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11:in `require'
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10:in `require'
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10

An exception occurred in loading spec/subtend/module_spec.rb:
LoadError: "Did not find file to load: ./spec/subtend/ext/subtend_module"

kernel/core/compile.rb:154:in `unified_load'
kernel/core/compile.rb:450:in `require'
./spec/subtend/module_spec.rb:5:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:238:in `single_load'
kernel/core/compile.rb:149:in `__block__'
kernel/core/array.rb:573:in `each'
kernel/core/compile.rb:120:in `unified_load'
kernel/core/compile.rb:390:in `load'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/proc.rb:84:in `call'
./mspec/runner/mspec.rb:119:in `protect'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/array.rb:573:in `each'
./mspec/runner/mspec.rb:34:in `files'
./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:233:in `single_load'
kernel/core/compile.rb:310:in `load_from_extension'
kernel/loader.rb:190:in `__script__'/Users/stephen/dev/rubinius/code/lib/rbconfig.rb:7: looks like you loaded rubinius' rbconfig from ruby (RuntimeError)
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11:in `require'
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10:in `require'
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10

An exception occurred in loading spec/subtend/object_spec.rb:
LoadError: "Did not find file to load: ./spec/subtend/ext/subtend_object"

kernel/core/compile.rb:154:in `unified_load'
kernel/core/compile.rb:450:in `require'
./spec/subtend/object_spec.rb:5:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:238:in `single_load'
kernel/core/compile.rb:149:in `__block__'
kernel/core/array.rb:573:in `each'
kernel/core/compile.rb:120:in `unified_load'
kernel/core/compile.rb:390:in `load'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/proc.rb:84:in `call'
./mspec/runner/mspec.rb:119:in `protect'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/array.rb:573:in `each'
./mspec/runner/mspec.rb:34:in `files'
./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:233:in `single_load'
kernel/core/compile.rb:310:in `load_from_extension'
kernel/loader.rb:190:in `__script__'/Users/stephen/dev/rubinius/code/lib/rbconfig.rb:7: looks like you loaded rubinius' rbconfig from ruby (RuntimeError)
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11:in `require'
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10:in `require'
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10

An exception occurred in loading spec/subtend/safe_level_spec.rb:
LoadError: "Did not find file to load: ./spec/subtend/ext/subtend_safe_level"

kernel/core/compile.rb:154:in `unified_load'
kernel/core/compile.rb:450:in `require'
./spec/subtend/safe_level_spec.rb:5:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:238:in `single_load'
kernel/core/compile.rb:149:in `__block__'
kernel/core/array.rb:573:in `each'
kernel/core/compile.rb:120:in `unified_load'
kernel/core/compile.rb:390:in `load'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/proc.rb:84:in `call'
./mspec/runner/mspec.rb:119:in `protect'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/array.rb:573:in `each'
./mspec/runner/mspec.rb:34:in `files'
./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:233:in `single_load'
kernel/core/compile.rb:310:in `load_from_extension'
kernel/loader.rb:190:in `__script__'/Users/stephen/dev/rubinius/code/lib/rbconfig.rb:7: looks like you loaded rubinius' rbconfig from ruby (RuntimeError)
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11:in `require'
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10:in `require'
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10

An exception occurred in loading spec/subtend/string_spec.rb:
LoadError: "Did not find file to load: ./spec/subtend/ext/subtend_string"

kernel/core/compile.rb:154:in `unified_load'
kernel/core/compile.rb:450:in `require'
./spec/subtend/string_spec.rb:5:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:238:in `single_load'
kernel/core/compile.rb:149:in `__block__'
kernel/core/array.rb:573:in `each'
kernel/core/compile.rb:120:in `unified_load'
kernel/core/compile.rb:390:in `load'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/proc.rb:84:in `call'
./mspec/runner/mspec.rb:119:in `protect'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/array.rb:573:in `each'
./mspec/runner/mspec.rb:34:in `files'
./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:233:in `single_load'
kernel/core/compile.rb:310:in `load_from_extension'
kernel/loader.rb:190:in `__script__'/Users/stephen/dev/rubinius/code/lib/rbconfig.rb:7: looks like you loaded rubinius' rbconfig from ruby (RuntimeError)
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11:in `require'
	from /Users/stephen/dev/rubinius/code/lib/rubygems.rb:11
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10:in `require'
	from /Users/stephen/dev/rubinius/code/lib/ubygems.rb:10

An exception occurred in loading spec/subtend/wrapped_struct_spec.rb:
LoadError: "Did not find file to load: ./spec/subtend/ext/subtend_wrapped_struct"

kernel/core/compile.rb:154:in `unified_load'
kernel/core/compile.rb:450:in `require'
./spec/subtend/wrapped_struct_spec.rb:5:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:238:in `single_load'
kernel/core/compile.rb:149:in `__block__'
kernel/core/array.rb:573:in `each'
kernel/core/compile.rb:120:in `unified_load'
kernel/core/compile.rb:390:in `load'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/proc.rb:84:in `call'
./mspec/runner/mspec.rb:119:in `protect'
./mspec/runner/mspec.rb:37:in `__block__'
kernel/core/array.rb:573:in `each'
./mspec/runner/mspec.rb:34:in `files'
./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71:in `__script__'
kernel/core/compiled_method.rb:326:in `as_script'
kernel/core/compile.rb:233:in `single_load'
kernel/core/compile.rb:310:in `load_from_extension'
kernel/loader.rb:190:in `__script__'
#
# 1088 "." chars
#
Finished in 91.194252 seconds

1855 files, 6334 examples, 22388 expectations, 0 failures, 0 errors
[~/dev/rubinius/code]$