rev: 7f0b3fb906
test-all :
test-spec:
exit statuses:
"make update-unicode -j6" exit with 0.
"make update-download -j6" exit with 0.
"make update-rubyspec -j6" exit with 0.
"make update-src -j6" exit with 0.
"make after-update -j6" exit with 0.
"make miniruby -j6" exit with 0.
"make ruby -j6" exit with 0.
"make all -j6" exit with 512.
Logfile: /home/ko1/ruby/logs/brlog.trunk-random3.20210316-113946
#<BuildRuby:0x00005571664c8308
@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-random3",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-random3",
@TARGET_NAME="trunk-random3",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-random3",
@build_opts="-j6",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@git_worktree=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-random3.20210316-113946",
@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=\"--test-order=random --exclude=readline --exclude=reline\"",
@timeout=10800>
user system total real
checkout 0.000000 0.000000 0.000000 ( 0.000017)
autoconf 0.000000 0.000000 0.000000 ( 0.000038)
configure 0.000000 0.000000 0.000000 ( 0.000032)
build_up From https://github.com/ruby/ruby
fad3412..7f0b3fb master -> origin/master
0.004000 0.008000 4.512000 ( 14.857046)
build_miniruby 0.004000 0.000000 0.108000 ( 0.112916)
build_ruby 0.004000 0.000000 3.016000 ( 2.932541)
build_all In file included from /tmp/ruby/v3/src/trunk-random3/ext/openssl/ossl.h:155:0,
from /tmp/ruby/v3/src/trunk-random3/ext/openssl/ossl_hmac.c:10:
/tmp/ruby/v3/src/trunk-random3/ext/openssl/ossl_hmac.c: In function 'ossl_hmac_reset':
/tmp/ruby/v3/src/trunk-random3/ext/openssl/openssl_missing.h:58:37: error: dereferencing pointer to incomplete type 'EVP_MD_CTX {aka struct evp_md_ctx_st}'
# define EVP_MD_CTX_pkey_ctx(x) (x)->pctx
^
/tmp/ruby/v3/src/trunk-random3/ext/openssl/ossl_hmac.c:241:35: note: in expansion of macro 'EVP_MD_CTX_pkey_ctx'
pkey = EVP_PKEY_CTX_get0_pkey(EVP_MD_CTX_pkey_ctx(ctx));
^~~~~~~~~~~~~~~~~~~
/tmp/ruby/v3/src/trunk-random3/ext/openssl/ossl_hmac.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'
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
make[2]: *** [ossl_hmac.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [ext/openssl/all] Error 2
make: *** [build-ext] Error 2
0.016000 0.000000 20.768000 ( 4.917500)
$$$[end] "make all -j6" exit with 512.
/home/ko1/ruby/logs/brlog.trunk-random3.20210316-113946
total: 22.82 sec