rev: f36a5a7624
test-all : 21246 tests, 5757158 assertions, 0 failures, 0 errors, 100 skips
test-spec: 3790 files, 30327 examples, 195844 expectations, 3 failures, 0 errors, 0 tagged
exit statuses:
"git clone --depth 1 https://github.com/ruby/ruby.git trunk" exit with 0.
"autoconf" exit with 0.
"/tmp/ruby/v3/src/trunk/configure --prefix=/tmp/ruby/v3/install/trunk --disable-install-doc --enable-shared" exit with 0.
"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.
"make yes-test-all TESTS='-j16'" exit with 0.
"make yes-test-rubyspec TESTS='-j16'" exit with 512.
Logfile: /home/ko1/ruby/logs/brlog.trunk.20210717-025254
#<BuildRuby:0x000055f5087b54f0
@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.20210717-025254",
@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 Cloning into 'trunk'...
0.000934 0.000233 1.668744 ( 4.539539)
autoconf 0.000000 0.001312 0.768639 ( 0.763279)
configure configure: WARNING: something wrong with CXXFLAGS=""
0.144932 0.030016 34.443226 ( 35.127506)
build_up + cp /tmp/ruby/v3/src/trunk/enc/jis/props.h.blt /tmp/ruby/v3/src/trunk/enc/jis/props.h
0.049315 0.011439 231.392016 ( 50.391567)
build_miniruby 0.001280 0.000290 0.074412 ( 0.072407)
build_ruby 0.003075 0.000696 2.369738 ( 2.066545)
build_all /tmp/ruby/v3/src/trunk/ext/racc/cparse/cparse.c: In function ‘call_lexer’:
/tmp/ruby/v3/src/trunk/ext/racc/cparse/cparse.c:302:5: warning: ‘rb_iterate’ is deprecated: by: rb_block_call since 1.9 [-Wdeprecated-declarations]
302 | rb_iterate(lexer_iter, v->value_v, lexer_i, v->value_v);
| ^~~~~~~~~~
In file included from /tmp/ruby/v3/src/trunk/include/ruby/defines.h:73,
from /tmp/ruby/v3/src/trunk/include/ruby/ruby.h:23,
from /tmp/ruby/v3/src/trunk/include/ruby.h:39,
from /tmp/ruby/v3/src/trunk/ext/racc/cparse/cparse.c:14:
/tmp/ruby/v3/src/trunk/include/ruby/internal/iterator.h:48:46: note: declared here
48 | DEPRECATED_BY(rb_block_call since 1.9, VALUE rb_iterate(VALUE(*)(VALUE),VALUE,rb_block_call_func_t,VALUE));
| ^~~~~~~~~~
/tmp/ruby/v3/src/trunk/include/ruby/backward/2/attributes.h:60:65: note: in definition of macro ‘DEPRECATED_BY’
60 | #define DEPRECATED_BY(n,x) RBIMPL_ATTR_DEPRECATED(("by: " # n)) x
| ^
/tmp/ruby/v3/src/trunk/ext/racc/cparse/cparse.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
/tmp/ruby/v3/src/trunk/ext/openssl/ossl_ssl.c: In function ‘ssl_encode_npn_protocols’:
/tmp/ruby/v3/src/trunk/ext/openssl/ossl_ssl.c:595:5: warning: ‘rb_iterate’ is deprecated: by: rb_block_call since 1.9 [-Wdeprecated-declarations]
595 | rb_iterate(rb_each, protocols, ssl_npn_encode_protocol_i, encoded);
| ^~~~~~~~~~
In file included from /tmp/ruby/v3/src/trunk/include/ruby/defines.h:73,
from /tmp/ruby/v3/src/trunk/include/ruby/ruby.h:23,
from /tmp/ruby/v3/src/trunk/include/ruby.h:39,
from /tmp/ruby/v3/src/trunk/ext/openssl/ossl.h:16,
from /tmp/ruby/v3/src/trunk/ext/openssl/ossl_ssl.c:12:
/tmp/ruby/v3/src/trunk/include/ruby/internal/iterator.h:48:46: note: declared here
48 | DEPRECATED_BY(rb_block_call since 1.9, VALUE rb_iterate(VALUE(*)(VALUE),VALUE,rb_block_call_func_t,VALUE));
| ^~~~~~~~~~
/tmp/ruby/v3/src/trunk/include/ruby/backward/2/attributes.h:60:65: note: in definition of macro ‘DEPRECATED_BY’
60 | #define DEPRECATED_BY(n,x) RBIMPL_ATTR_DEPRECATED(("by: " # n)) x
| ^
/tmp/ruby/v3/src/trunk/ext/openssl/ossl_ssl.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
0.112530 0.047432 284.424965 ( 33.307223)
build_install 0.016198 0.003986 2.534580 ( 1.562133)
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.000889 0.000254 31.925136 ( 32.546170)
test_basic 0.006615 0.000601 0.321509 ( 0.410396)
test_all /tmp/ruby/v3/src/trunk/lib/set.rb:803: warning: already initialized constant Set::InspectKey
/tmp/ruby/v3/src/trunk/lib/set.rb:803: warning: previous definition of InspectKey was here
/tmp/ruby/v3/src/trunk/lib/set.rb:803: warning: already initialized constant Set::InspectKey
/tmp/ruby/v3/src/trunk/lib/set.rb:803: warning: previous definition of InspectKey was here
/tmp/ruby/v3/src/trunk/lib/set.rb:803: warning: already initialized constant Set::InspectKey
/tmp/ruby/v3/src/trunk/lib/set.rb:803: warning: previous definition of InspectKey was here
Skipping Gem::PackageTask tests. rake not found.
/tmp/ruby/v3/src/trunk/lib/rubygems/request_set/gem_dependency_api.rb:34: warning: already initialized constant Gem::RequestSet::GemDependencyAPI::ENGINE_MAP
/tmp/ruby/v3/src/trunk/lib/rubygems/request_set/gem_dependency_api.rb:34: warning: previous definition of ENGINE_MAP was here
/tmp/ruby/v3/src/trunk/lib/rubygems/request_set/gem_dependency_api.rb:58: warning: already initialized constant Gem::RequestSet::GemDependencyAPI::PLATFORM_MAP
/tmp/ruby/v3/src/trunk/lib/rubygems/request_set/gem_dependency_api.rb:58: warning: previous definition of PLATFORM_MAP was here
/tmp/ruby/v3/src/trunk/lib/rubygems/request_set/gem_dependency_api.rb:100: warning: already initialized constant Gem::RequestSet::GemDependencyAPI::VERSION_MAP
/tmp/ruby/v3/src/trunk/lib/rubygems/request_set/gem_dependency_api.rb:100: warning: previous definition of VERSION_MAP was here
/tmp/ruby/v3/src/trunk/lib/rubygems/request_set/gem_dependency_api.rb:136: warning: already initialized constant Gem::RequestSet::GemDependencyAPI::WINDOWS
/tmp/ruby/v3/src/trunk/lib/rubygems/request_set/gem_dependency_api.rb:136: warning: previous definition of WINDOWS was here
/tmp/ruby/v3/src/trunk/lib/rubygems/request_set/lockfile/tokenizer.rb:5: warning: already initialized constant Gem::RequestSet::Lockfile::Tokenizer::Token
/tmp/ruby/v3/src/trunk/lib/rubygems/request_set/lockfile/tokenizer.rb:5: warning: previous definition of Token was here
/tmp/ruby/v3/src/trunk/lib/rubygems/request_set/lockfile/tokenizer.rb:6: warning: already initialized constant Gem::RequestSet::Lockfile::Tokenizer::EOF
/tmp/ruby/v3/src/trunk/lib/rubygems/request_set/lockfile/tokenizer.rb:6: warning: previous definition of EOF was here
0.002173 0.000613 562.940414 ( 60.992971)
test_rubyspec $ /tmp/ruby/v3/build/trunk/miniruby -I/tmp/ruby/v3/src/trunk/lib /tmp/ruby/v3/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk --extout=.ext -- -I/tmp/ruby/v3/src/trunk/tool/lib /tmp/ruby/v3/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk/spec/default.mspec
array_spec.c: In function ‘array_spec_rb_iterate’:
array_spec.c:202:3: warning: ‘rb_iterate’ is deprecated: by: rb_block_call since 1.9 [-Wdeprecated-declarations]
202 | rb_iterate(rb_each, ary, copy_ary, new_ary);
| ^~~~~~~~~~
In file included from /tmp/ruby/v3/src/trunk/include/ruby/defines.h:73,
from /tmp/ruby/v3/src/trunk/include/ruby/ruby.h:23,
from /tmp/ruby/v3/src/trunk/include/ruby.h:39,
from array_spec.c:1:
/tmp/ruby/v3/src/trunk/include/ruby/internal/iterator.h:48:46: note: declared here
48 | DEPRECATED_BY(rb_block_call since 1.9, VALUE rb_iterate(VALUE(*)(VALUE),VALUE,rb_block_call_func_t,VALUE));
| ^~~~~~~~~~
/tmp/ruby/v3/src/trunk/include/ruby/backward/2/attributes.h:60:65: note: in definition of macro ‘DEPRECATED_BY’
60 | #define DEPRECATED_BY(n,x) RBIMPL_ATTR_DEPRECATED(("by: " # n)) x
| ^
array_spec.c: In function ‘array_spec_rb_iterate_each_pair’:
array_spec.c:218:3: warning: ‘rb_iterate’ is deprecated: by: rb_block_call since 1.9 [-Wdeprecated-declarations]
218 | rb_iterate(each_pair, obj, sub_pair, new_ary);
| ^~~~~~~~~~
In file included from /tmp/ruby/v3/src/trunk/include/ruby/defines.h:73,
from /tmp/ruby/v3/src/trunk/include/ruby/ruby.h:23,
from /tmp/ruby/v3/src/trunk/include/ruby.h:39,
from array_spec.c:1:
/tmp/ruby/v3/src/trunk/include/ruby/internal/iterator.h:48:46: note: declared here
48 | DEPRECATED_BY(rb_block_call since 1.9, VALUE rb_iterate(VALUE(*)(VALUE),VALUE,rb_block_call_func_t,VALUE));
| ^~~~~~~~~~
/tmp/ruby/v3/src/trunk/include/ruby/backward/2/attributes.h:60:65: note: in definition of macro ‘DEPRECATED_BY’
60 | #define DEPRECATED_BY(n,x) RBIMPL_ATTR_DEPRECATED(("by: " # n)) x
| ^
array_spec.c: In function ‘array_spec_rb_iterate_then_yield’:
array_spec.c:229:3: warning: ‘rb_iterate’ is deprecated: by: rb_block_call since 1.9 [-Wdeprecated-declarations]
229 | rb_iterate(rb_each, obj, iter_yield, obj);
| ^~~~~~~~~~
In file included from /tmp/ruby/v3/src/trunk/include/ruby/defines.h:73,
from /tmp/ruby/v3/src/trunk/include/ruby/ruby.h:23,
from /tmp/ruby/v3/src/trunk/include/ruby.h:39,
from array_spec.c:1:
/tmp/ruby/v3/src/trunk/include/ruby/internal/iterator.h:48:46: note: declared here
48 | DEPRECATED_BY(rb_block_call since 1.9, VALUE rb_iterate(VALUE(*)(VALUE),VALUE,rb_block_call_func_t,VALUE));
| ^~~~~~~~~~
/tmp/ruby/v3/src/trunk/include/ruby/backward/2/attributes.h:60:65: note: in definition of macro ‘DEPRECATED_BY’
60 | #define DEPRECATED_BY(n,x) RBIMPL_ATTR_DEPRECATED(("by: " # n)) x
| ^
array_spec.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
make: *** [uncommon.mk:842: yes-test-spec] Error 1
0.099467 0.058395 66.330790 ( 72.058299)
$$$[end] "make yes-test-rubyspec TESTS='-j16'" exit with 512.
/home/ko1/ruby/logs/brlog.trunk.20210717-025254
total: 293.84 sec