[BUG] Continuous integration testing dies abnormally
Reported by oleg dashevskii | January 31st, 2008 @ 08:18 PM | in 1.0 preview
HEAD pre-cleanup-3035-ga32f16d:
Here is the output of "bin/ci -V -f ci":
spec/ruby/1.8/core/array/append_spec.rb
spec/ruby/1.8/core/array/array_spec.rb
...........running normally................
spec/ruby/1.8/core/module/class_variable_set_spec.rb
spec/ruby/1.8/core/module/class_variables_spec.rb
spec/ruby/1.8/core/module/comparison_spec.rb
spec/ruby/1.8/core/module/const_defined_spec.rb
spec/ruby/1.8/core/module/const_get_spec.rb
spec/ruby/1.8/core/module/const_missing_spec.rb Accessed outside bounds of object loading spec/ruby/1.8/core/module/const_missing_spec.rb
spec/ruby/1.8/core/module/const_set_spec.rb
spec/ruby/1.8/core/module/constants_spec.rb
spec/ruby/1.8/core/module/define_method_spec.rb
spec/ruby/1.8/core/module/eql_spec.rb
spec/ruby/1.8/core/module/equal_spec.rb
spec/ruby/1.8/core/module/equal_value_spec.rb
spec/ruby/1.8/core/module/extend_object_spec.rb
spec/ruby/1.8/core/module/extended_spec.rb
spec/ruby/1.8/core/module/freeze_spec.rb
spec/ruby/1.8/core/module/gt_spec.rb
spec/ruby/1.8/core/module/gte_spec.rb
spec/ruby/1.8/core/module/include_spec.rb
spec/ruby/1.8/core/module/included_modules_spec.rb
spec/ruby/1.8/core/module/included_spec.rb
spec/ruby/1.8/core/module/initialize_copy_spec.rb Attempted to access field 3 in an object with 0 fields.
Attempted to access field 3 in an object with 0 fields.
Attempted to access field 5 in an object with 0 fields.
Attempted to access field 17 in an object with 0 fields.
Attempted to access field 11 in an object with 0 fields.
Attempted to access field 11 in an object with 0 fields.
Attempted to access field 11 in an object with 0 fields.
....and it ends up repeating the last message forever.....
The compiler apparently "spoils" itself somehow during the testing, since running const_missing_spec.rb and initialize_copy_spec.rb by themselves is fairly OK.
I've done it several times, with the same result.
Linux localhost 2.6.24-gentoo #1 SMP Sun Jan 27 12:28:32 NOVT 2008 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ AuthenticAMD GNU/Linux
Comments and changes to this ticket
-
Dirkjan Bussink February 2nd, 2008 @ 02:56 PM
- → State changed from new to open
Could you check this with the latest version? I can't reproduce it anymore
-
oleg dashevskii February 3rd, 2008 @ 10:31 PM
HEAD pre-cleanup-3073-gf7d1139
4656 examples, 17064 expectations, 0 failures, 0 errors
-
Evan Phoenix February 3rd, 2008 @ 11:21 PM
There are a number of problems with 64bit currently. We are aware of the failures at present.
-
Dirkjan Bussink February 5th, 2008 @ 02:12 PM
- → State changed from open to resolved
The 64 bit rewrite for stuff like Fixnum is in and ./bin/ci passes all tests now.
-
Eero Saynatkari May 3rd, 2008 @ 04:22 AM
- → Assigned user changed from to Eero Saynatkari
Old one, resolved.
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
