rev: 2d4f29e77e
test-all :
test-spec:
exit statuses:
"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.
"make after-update -j16" exit with 0.
"make miniruby -j16" exit with 0.
"make ruby -j16" exit with 0.
"make all -j16" exit with 0.
"make install -j16" exit with 0.
"make yes-btest TESTS='-j16'" exit with 0.
"make yes-test-basic TESTS='-j16'" exit with 0.
Logfile: /home/ko1/ruby/logs/brlog.trunk.20210803-162302
#<BuildRuby:0x0000556b722d17b0
@BUILD_DIR="/tmp/ruby/v3/build",
@INSTALL_DIR="/tmp/ruby/v3/install",
@REPOSITORY="https://github.com/ruby/ruby.git",
@REPOSITORY_TYPE=:git,
@SRC_DIR="/tmp/ruby/v3/src",
@TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk",
@TARGET_NAME="trunk",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk",
@build_opts="-j16",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@git_worktree=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk.20210803-162302",
@make="make",
@quiet=false,
@ruby_env=[["RUBY_DEBUG", "ci"]],
@steps=
["checkout",
"autoconf",
"configure",
"build_up",
"build_miniruby",
"build_ruby",
"build_all",
"build_install",
"test_btest",
"test_basic",
"test_all",
"test_rubyspec"],
@svn_revision=nil,
@test_opts="TESTS='-j16'",
@timeout=10800>
user system total real
checkout 0.000006 0.000001 0.000007 ( 0.000008)
autoconf 0.000015 0.000003 0.000018 ( 0.000017)
configure 0.000009 0.000002 0.000011 ( 0.000009)
build_up 0.005978 0.004343 1.138905 ( 1.299562)
build_miniruby 0.001388 0.000297 0.074187 ( 0.072369)
build_ruby 0.001323 0.000284 0.073431 ( 0.071632)
build_all 0.007665 0.001643 1.408216 ( 0.531946)
build_install 0.015205 0.008500 2.906275 ( 2.042762)
test_btest test_attr.rb ..
test_autoload.rb ........
test_block.rb ..........................................................
test_class.rb ................................................
test_env.rb ..
test_eval.rb .....................................
test_exception.rb ..................................
test_fiber.rb .....
test_finalizer.rb .
test_flip.rb .
test_flow.rb ..............................................................
test_fork.rb ....
test_gc.rb ..
test_insns.rb ...............................................................................................................................................................................................................................................................................................................................................................................................
test_io.rb .........
test_jump.rb .............................
test_literal.rb ............................................................................................................................................................
test_literal_suffix.rb ................................................
test_load.rb ..
test_marshal.rb .
test_massign.rb ..................................
test_method.rb ...............................................................................................................................................................................................................................
test_objectspace.rb ......
test_proc.rb .....................................
test_ractor.rb ..........................................................................................
test_string.rb .
test_struct.rb .
test_syntax.rb ............................................................................................................................................................
test_thread.rb .................................................
Fiber count: 10000 (skipping)
PASS all 1489 tests
0.001047 0.000291 32.756880 ( 33.522279)
test_basic 0.006061 0.001683 0.322894 ( 0.410165)
test_all /tmp/ruby/v3/src/trunk/lib/set.rb:815: warning: already initialized constant Set::InspectKey
/tmp/ruby/v3/src/trunk/lib/set.rb:815: warning: previous definition of InspectKey was here
$$$ #<Timeout::Error: execution expired>
### enter analyzing mode for stuck processes
$$$ ps jx
PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND
1 789 789 789 ? -1 Ss 1000 0:04 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental
789 796 796 796 pts/0 796 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental
796 797 796 796 pts/0 796 S+ 1000 0:00 sh build-loop.sh trunk --incremental
797 921384 796 796 pts/0 796 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental
921384 921386 796 796 pts/0 796 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk --logfile=/home/ko1/ruby/logs/brlog.trunk.20210803-162302 --root_dir=/tmp/ruby --timeout=10800 --incremental
921386 924058 796 796 pts/0 796 S+ 1000 0:00 sh -c make yes-test-all TESTS='-j16'
924058 924059 796 796 pts/0 796 S+ 1000 0:00 make yes-test-all TESTS=-j16
924059 924066 796 796 pts/0 796 S+ 1000 0:03 /tmp/ruby/v3/build/trunk/ruby --disable-gems /tmp/ruby/v3/src/trunk/test/runner.rb --ruby=./miniruby -I/tmp/ruby/v3/src/trunk/lib -I. -I.ext/common /tmp/ruby/v3/src/trunk/tool/runruby.rb --extout=.ext -- --disable-gems --excludes-dir=/tmp/ruby/v3/src/trunk/test/excludes --name=!/memory_leak/ -j16
924066 924068 796 796 pts/0 796 Rl+ 1000 179:18 /tmp/ruby/v3/src/trunk/tool/lib/test/unit/parallel.rb: TestGCCompact::AutoCompact#test_implicit_compaction_does_something
921386 932902 796 796 pts/0 796 R+ 1000 0:00 ps jx
{1=>[789], 789=>[796], 796=>[797], 797=>[921384], 921384=>[921386], 921386=>[924058, 932902], 924058=>[924059], 924059=>[924066], 924066=>[924068]}
"timeout 60 gdb -p 924068 -x /home/ko1/build-ruby/gdbscript -batch -quiet"
Could not attach to process. If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
>>> ThreadsNo threads.
>>> Machine level backtrace
>>> Dump Ruby level backtrace
/home/ko1/build-ruby/gdbscript:12: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
[nil, 924068]
"timeout 60 gdb -p 924066 -x /home/ko1/build-ruby/gdbscript -batch -quiet"
running file: /tmp/ruby/v3/src/trunk/test/ruby/test_gc_compact.rb
Some worker was crashed. It seems ruby interpreter's bug
or, a bug of test/unit/parallel.rb. try again without -j
option.
924068:running:test_gc_compact: Broken pipe
/tmp/ruby/v3/src/trunk/test/reline/windows/test_key_event_record.rb: msvcrt.dll: cannot open shared object file: No such file or directory (Test::Unit::ProxyError)
make: *** [uncommon.mk:802: yes-test-all] Error 1
ptrace: No such process.
>>> ThreadsNo threads.
>>> Machine level backtrace
>>> Dump Ruby level backtrace
/home/ko1/build-ruby/gdbscript:12: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
[nil, 924066]
#<Errno::ESRCH: No such process>
"timeout 60 gdb -p 924059 -x /home/ko1/build-ruby/gdbscript -batch -quiet"
ptrace: No such process.
>>> ThreadsNo threads.
>>> Machine level backtrace
>>> Dump Ruby level backtrace
/home/ko1/build-ruby/gdbscript:12: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
[nil, 924059]
#<Errno::ESRCH: No such process>
"timeout 60 gdb -p 924058 -x /home/ko1/build-ruby/gdbscript -batch -quiet"
Could not attach to process. If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
warning: process 924058 is a zombie - the process has already terminated
ptrace: Operation not permitted.
>>> ThreadsNo threads.
>>> Machine level backtrace
>>> Dump Ruby level backtrace
/home/ko1/build-ruby/gdbscript:12: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
[nil, 924058]
"timeout 60 gdb -p 932902 -x /home/ko1/build-ruby/gdbscript -batch -quiet"
ptrace: No such process.
>>> ThreadsNo threads.
>>> Machine level backtrace
>>> Dump Ruby level backtrace
/home/ko1/build-ruby/gdbscript:12: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
[nil, 932902]
#<Errno::ESRCH: No such process>
0.003567 0.002610 11309.483499 (10800.429580)
/home/ko1/build-ruby/build-ruby.rb:174:in `each_line': execution expired (Timeout::Error)
from /home/ko1/build-ruby/build-ruby.rb:174:in `block (2 levels) in cmd'
from /usr/lib/ruby/2.7.0/timeout.rb:110:in `timeout'
from /home/ko1/build-ruby/build-ruby.rb:173:in `block in cmd'
from /home/ko1/build-ruby/build-ruby.rb:170:in `popen'
from /home/ko1/build-ruby/build-ruby.rb:170:in `cmd'
from /home/ko1/build-ruby/build-ruby.rb:320:in `block in test_all'
from /home/ko1/build-ruby/build-ruby.rb:243:in `block in builddir'
from /home/ko1/build-ruby/build-ruby.rb:242:in `chdir'
from /home/ko1/build-ruby/build-ruby.rb:242:in `builddir'
from /home/ko1/build-ruby/build-ruby.rb:319:in `test_all'
from /home/ko1/build-ruby/build-ruby.rb:382:in `block (4 levels) in run'
from /usr/lib/ruby/2.7.0/benchmark.rb:293:in `measure'
from /usr/lib/ruby/2.7.0/benchmark.rb:375:in `item'
from /home/ko1/build-ruby/build-ruby.rb:380:in `block (3 levels) in run'
from /home/ko1/build-ruby/build-ruby.rb:379:in `each'
from /home/ko1/build-ruby/build-ruby.rb:379:in `block (2 levels) in run'
from /usr/lib/ruby/2.7.0/benchmark.rb:173:in `benchmark'
from /usr/lib/ruby/2.7.0/benchmark.rb:205:in `bm'
from /home/ko1/build-ruby/build-ruby.rb:378:in `block in run'
from /usr/lib/ruby/2.7.0/benchmark.rb:293:in `measure'
from /home/ko1/build-ruby/build-ruby.rb:377:in `run'
from /home/ko1/build-ruby/build-ruby.rb:551:in `<main>'
total: 10838.38 sec