| "git clone --depth 1 https://github.com/ruby/ruby.git master" exit with 0. |
| Cloning into 'master'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/home/opc/ruby/src/master/configure --prefix=/home/opc/ruby/install/master --disable-install-doc --disable-dtrace --disable-yjit" exit with 0. |
| configure: WARNING: does not work; ignore |
| "make update-unicode -j3" exit with 0. |
| "make update-download -j3" exit with 0. |
| "make update-rubyspec -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| "make after-update -j3" exit with 0. |
| + cp /home/opc/ruby/src/master/enc/jis/props.h.blt /home/opc/ruby/src/master/enc/jis/props.h |
| "make miniruby -j3" exit with 0. |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| libffi_version: 3.1.0 |
| "make install -j3" exit with 0. |
| "make yes-btest TESTOPTS='-q -j3'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j3'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j3'" exit with 512. |
| $ /home/opc/ruby/build/master/miniruby -I/home/opc/ruby/src/master/lib /home/opc/ruby/src/master/tool/runruby.rb --archdir=/home/opc/ruby/build/master --extout=.ext -- /home/opc/ruby/src/master/spec/mspec/bin/mspec-run -B /home/opc/ruby/src/master/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-4041470-fdfggo/1-mspec-multi-0 |
| $ /home/opc/ruby/build/master/miniruby -I/home/opc/ruby/src/master/lib /home/opc/ruby/src/master/tool/runruby.rb --archdir=/home/opc/ruby/build/master --extout=.ext -- /home/opc/ruby/src/master/spec/mspec/bin/mspec-run -B /home/opc/ruby/src/master/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-4041470-fdfggo/2-mspec-multi-1 |
| $ /home/opc/ruby/build/master/miniruby -I/home/opc/ruby/src/master/lib /home/opc/ruby/src/master/tool/runruby.rb --archdir=/home/opc/ruby/build/master --extout=.ext -- /home/opc/ruby/src/master/spec/mspec/bin/mspec-run -B /home/opc/ruby/src/master/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-4041470-fdfggo/3-mspec-multi-2 |
| Dir.home raises an ArgumentError if the named user doesn't exist |
| Leaked file descriptor: 6 |
| Leaked file descriptor: 7 |
| File.expand_path converts a pathname to an absolute pathname |
| Leaked file descriptor: 6 |
| File.expand_path raises an ArgumentError if the path is not valid |
| Leaked file descriptor: 7 |
| Process.egid= sets the effective group id to its own gid if given the username corresponding to its own gid |
| Leaked file descriptor: 8 |
| Process.initgroups initializes the supplemental group access list |
| Leaked file descriptor: 6 |
| Leaked file descriptor: 7 |
| Process.uid= raises Errno::ERPERM if run by a non privileged user trying to set the superuser id from username |
| Leaked file descriptor: 8 |
| Etc.getgrnam returns a Etc::Group struct instance for the given group |
| Leaked file descriptor: 8 |
| Etc::Group returns group name |
| Leaked file descriptor: 9 |
| Socket.getservbyport raises SocketError for an unknown port number |
| Closed file descriptor: 7 |
| Socket#pack_sockaddr_in resolves the service name to a port |
| Leaked file descriptor: 7 |
| make: *** [uncommon.mk:991: yes-test-spec] Error 1 |