| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat50" exit with 0. |
| Cloning into 'trunk-repeat50'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-repeat50/configure --prefix=/tmp/ruby/install/trunk-repeat50 --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk-repeat50/enc/jis/props.h.blt /tmp/ruby/src/trunk-repeat50/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-repeat50/ext/openssl/ossl_pkey_ec.c: In function 'ossl_ec_key_check_key': |
| /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_ec.c:24:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] |
| 24 | (key) = EVP_PKEY_get0_EC_KEY(_pkey); \ |
| | ^ |
| /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_ec.c:489:5: note: in expansion of macro 'GetEC' |
| 489 | GetEC(self, ec); |
| | ^~~~~ |
| /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_ec.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=--repeat-count=50" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 512. |
| /tmp/ruby/build/trunk-repeat50/.ext/common/openssl/pkey.rb:344:in `generate_key': EVP_PKEY_keygen (OpenSSL::PKey::PKeyError) |
| from /tmp/ruby/build/trunk-repeat50/.ext/common/openssl/pkey.rb:344:in `generate' |
| from /tmp/ruby/build/trunk-repeat50/.ext/common/openssl/pkey.rb:354:in `new' |
| from /tmp/ruby/src/trunk-repeat50/lib/drb/ssl.rb:165:in `setup_certificate' |
| from /tmp/ruby/src/trunk-repeat50/lib/drb/ssl.rb:280:in `open_server' |
| from /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:766:in `block in open_server' |
| from /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:764:in `each' |
| from /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:764:in `open_server' |
| from /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1462:in `initialize' |
| from /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1768:in `new' |
| from /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1768:in `start_service' |
| from /tmp/ruby/src/trunk-repeat50/test/drb/ut_drb_drbssl.rb:35:in `<main>' |
| 1) Error: |
| DRbTests::TestDRbSSLCore#test_07_send_missing: |
| RuntimeError: execution expired |
| /tmp/ruby/build/trunk-repeat50/.ext/common/monitor.rb:108:in `sleep' |
| /tmp/ruby/build/trunk-repeat50/.ext/common/monitor.rb:108:in `wait' |
| /tmp/ruby/build/trunk-repeat50/.ext/common/monitor.rb:108:in `wait_for_cond' |
| /tmp/ruby/build/trunk-repeat50/.ext/common/monitor.rb:108:in `wait' |
| /tmp/ruby/src/trunk-repeat50/lib/drb/extservm.rb:42:in `block in service' |
| /tmp/ruby/build/trunk-repeat50/.ext/common/monitor.rb:202:in `synchronize' |
| /tmp/ruby/build/trunk-repeat50/.ext/common/monitor.rb:202:in `mon_synchronize' |
| /tmp/ruby/src/trunk-repeat50/lib/drb/extservm.rb:37:in `service' |
| /tmp/ruby/src/trunk-repeat50/test/drb/drbtest.rb:37:in `block in ext_service' |
| /tmp/ruby/src/trunk-repeat50/lib/timeout.rb:189:in `block in timeout' |
| /tmp/ruby/src/trunk-repeat50/lib/timeout.rb:196:in `timeout' |
| /tmp/ruby/src/trunk-repeat50/tool/lib/envutil.rb:72:in `timeout' |
| /tmp/ruby/src/trunk-repeat50/test/drb/drbtest.rb:36:in `ext_service' |
| /tmp/ruby/src/trunk-repeat50/test/drb/drbtest.rb:88:in `setup_service' |
| /tmp/ruby/src/trunk-repeat50/test/drb/test_drbssl.rb:50:in `setup' |
| make: *** [uncommon.mk:855: yes-test-all] Error 1 |
| "make yes-test-rubyspec TESTS=--repeat-count=50" exit with 0. |
| $ /tmp/ruby/build/trunk-repeat50/miniruby -I/tmp/ruby/src/trunk-repeat50/lib /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat50 --extout=.ext -- /tmp/ruby/src/trunk-repeat50/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat50/spec/default.mspec |