| "make update-unicode -j16" exit with 0. |
| "make update-download -j16" exit with 0. |
| "make update-rubyspec -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| From https://github.com/ruby/ruby |
| 9726736..a7fbdc3 master -> origin/master |
| "make after-update -j16" exit with 0. |
| "make miniruby -j16" exit with 0. |
| warning: unused variable: `start_addr` |
| --> /tmp/ruby/src/trunk/yjit/src/asm/mod.rs:359:39 |
| | |
| 359 | pub fn remove_comments(&mut self, start_addr: CodePtr, end_addr: CodePtr) { |
| | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_addr` |
| | |
| = note: `#[warn(unused_variables)]` on by default |
| warning: unused variable: `end_addr` |
| --> /tmp/ruby/src/trunk/yjit/src/asm/mod.rs:359:60 |
| | |
| 359 | pub fn remove_comments(&mut self, start_addr: CodePtr, end_addr: CodePtr) { |
| | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_end_addr` |
| warning: 2 warnings emitted |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 0. |
| "make install -j16" exit with 0. |
| "make yes-btest TESTOPTS='-q -j16'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j16'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0. |
| Skipping Gem::PackageTask tests. rake not found. |
| "make yes-test-rubyspec TESTS='-j16'" exit with 0. |
| $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec |