| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 24b587e..59db92a master -> origin/master |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS=\"--test-order=random\"" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=\"--test-order=random\"" exit with 512. |
| 1) Error: |
| TC_Set#test_keep_if: |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/test/set/test_set.rb:484:in 'TC_Set#test_keep_if' |
| 2) Error: |
| TC_Set#test_filter!: |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/lib/set.rb:586:in 'Set#select!' |
| /tmp/ruby/src/trunk-random0/test/set/test_set.rb:572:in 'TC_Set#test_filter!' |
| 3) Error: |
| TC_Set#test_select!: |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/lib/set.rb:586:in 'Set#select!' |
| /tmp/ruby/src/trunk-random0/test/set/test_set.rb:554:in 'TC_Set#test_select!' |
| make: *** [uncommon.mk:964: yes-test-all] Error 3 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=\"--test-order=random\"" exit with 512. |
| 1) |
| Set#select! yields every element of self ERROR |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/lib/set.rb:586:in 'Set#select!' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/shared/select.rb:11:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/select_spec.rb:4:in '<top (required)>' |
| 2) |
| Set#select! keeps every element from self for which the passed block returns true ERROR |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/lib/set.rb:586:in 'Set#select!' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/shared/select.rb:16:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/select_spec.rb:4:in '<top (required)>' |
| 3) |
| Set#select! returns self when self was modified ERROR |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/lib/set.rb:586:in 'Set#select!' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/shared/select.rb:25:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/select_spec.rb:4:in '<top (required)>' |
| 4) |
| Set#select! returns nil when self was not modified ERROR |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/lib/set.rb:586:in 'Set#select!' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/shared/select.rb:29:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/select_spec.rb:4:in '<top (required)>' |
| 5) |
| Set#select! returns an Enumerator when passed no block ERROR |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/lib/set.rb:586:in 'Set#select!' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/shared/select.rb:36:in 'Enumerator#each' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/shared/select.rb:36:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/select_spec.rb:4:in '<top (required)>' |
| 6) |
| Set#filter! yields every element of self ERROR |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/lib/set.rb:586:in 'Set#select!' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/shared/select.rb:11:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/filter_spec.rb:4:in '<top (required)>' |
| 7) |
| Set#filter! keeps every element from self for which the passed block returns true ERROR |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/lib/set.rb:586:in 'Set#select!' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/shared/select.rb:16:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/filter_spec.rb:4:in '<top (required)>' |
| 8) |
| Set#filter! returns self when self was modified ERROR |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/lib/set.rb:586:in 'Set#select!' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/shared/select.rb:25:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/filter_spec.rb:4:in '<top (required)>' |
| 9) |
| Set#filter! returns nil when self was not modified ERROR |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/lib/set.rb:586:in 'Set#select!' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/shared/select.rb:29:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/filter_spec.rb:4:in '<top (required)>' |
| 10) |
| Set#filter! returns an Enumerator when passed no block ERROR |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/lib/set.rb:586:in 'Set#select!' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/shared/select.rb:36:in 'Enumerator#each' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/shared/select.rb:36:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/filter_spec.rb:4:in '<top (required)>' |
| 11) |
| Set#keep_if yields every element of self ERROR |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/keep_if_spec.rb:11:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/keep_if_spec.rb:4:in '<top (required)>' |
| 12) |
| Set#keep_if keeps every element from self for which the passed block returns true ERROR |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/keep_if_spec.rb:16:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/keep_if_spec.rb:4:in '<top (required)>' |
| 13) |
| Set#keep_if returns self ERROR |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/keep_if_spec.rb:25:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/keep_if_spec.rb:4:in '<top (required)>' |
| 14) |
| Set#keep_if returns an Enumerator when passed no block ERROR |
| NameError: undefined local variable or method 'block' for an instance of Set |
| /tmp/ruby/src/trunk-random0/lib/set.rb:558:in 'Set#keep_if' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/keep_if_spec.rb:32:in 'Enumerator#each' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/keep_if_spec.rb:32:in 'block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-random0/spec/ruby/library/set/keep_if_spec.rb:4:in '<top (required)>' |
| make: *** [uncommon.mk:1014: yes-test-spec] Error 1 |