| "git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0. |
| Cloning into 'trunk'... |
| Updating files: 51% (5796/11201) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk/configure --prefix=/tmp/ruby/install/trunk --disable-install-doc --enable-shared" exit with 0. |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk/gems/src/power_assert'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/matrix'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/prime'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/debug'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/repl_type_completor'... |
| Cloning into '/tmp/ruby/src/trunk/gems/src/ostruct'... |
| From https://github.com/ruby/power_assert |
| * branch a7dab941153b233d3412e249d25da52a6c5691de -> FETCH_HEAD |
| HEAD is now at a7dab94 Merge pull request #56 from k-tsj/fix-failures-on-head |
| From https://github.com/ruby/ostruct |
| * branch 50d51248bec5560a102a1024aff4174b31dca8cc -> FETCH_HEAD |
| HEAD is now at 50d5124 Use `Ractor#value` as `Ractor#take` is removed |
| From https://github.com/ruby/debug |
| * branch cf469f2b21710727abdd153b25a1e5123b002bb0 -> FETCH_HEAD |
| HEAD is now at cf469f2 The debug gem can abort when stepping into a rescue clause: |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk/enc/jis/props.h.blt /tmp/ruby/src/trunk/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’: |
| /tmp/ruby/src/trunk/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c:24:3: warning: multi-line comment [-Wcomment] |
| 24 | // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/parser.c \ |
| | ^ |
| At top level: |
| cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 512. |
| 1) |
| File.birthtime returns the birth time for the named file as a Time object FAILED |
| No behavior expectation was found in the example |
| /tmp/ruby/src/trunk/spec/ruby/core/file/birthtime_spec.rb:4:in 'block in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/file/birthtime_spec.rb:3:in '<top (required)>' |
| 2) |
| File.birthtime accepts an object that has a #to_path method FAILED |
| Expected "birthtime is unimplemented on this filesystem".start_with? "birthtime() function" |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/file/birthtime_spec.rb:24:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/file/birthtime_spec.rb:4:in 'block in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/file/birthtime_spec.rb:3:in '<top (required)>' |
| 3) |
| File#birthtime returns the birth time for self FAILED |
| Expected "birthtime is unimplemented on this filesystem".start_with? "birthtime() function" |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/file/birthtime_spec.rb:48:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/file/birthtime_spec.rb:34:in 'block in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/file/birthtime_spec.rb:3:in '<top (required)>' |
| 4) |
| File::Stat#birthtime returns the birthtime of a File::Stat object FAILED |
| Expected "birthtime is unimplemented on this filesystem".start_with? "birthtime() function" |
| to be truthy but was false |
| /tmp/ruby/src/trunk/spec/ruby/core/file/stat/birthtime_spec.rb:21:in 'block (3 levels) in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/file/stat/birthtime_spec.rb:6:in 'block in <top (required)>' |
| /tmp/ruby/src/trunk/spec/ruby/core/file/stat/birthtime_spec.rb:3:in '<top (required)>' |
| make: *** [uncommon.mk:1025: yes-test-spec] Error 1 |