rev: 7f0b3fb906
test-all :
test-spec:
exit statuses:
"make update-unicode -j8" exit with 0.
"make update-download -j8" exit with 0.
"make update-rubyspec -j8" exit with 0.
"make update-src -j8" exit with 0.
"make after-update -j8" exit with 0.
"make miniruby -j8" exit with 0.
"make ruby -j8" exit with 0.
"make all -j8" exit with 512.
Logfile: /home/ko1/ruby/logs/brlog.trunk-test.20210316-204003
#<BuildRuby:0x000055ded5b2bf10
@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-test",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-test",
@TARGET_NAME="trunk-test",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-test",
@build_opts="-j8",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@git_worktree=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-test.20210316-204003",
@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='-j8'",
@timeout=10800>
user system total real
checkout 0.000006 0.000001 0.000007 ( 0.000007)
autoconf 0.000011 0.000002 0.000013 ( 0.000014)
configure 0.000009 0.000001 0.000010 ( 0.000010)
build_up From https://github.com/ruby/ruby
fad3412..7f0b3fb master -> origin/master
0.005333 0.000232 2.278339 ( 2.226643)
build_miniruby 0.000536 0.000082 0.066096 ( 0.065122)
build_ruby 0.001406 0.000000 1.895534 ( 1.810575)
build_all In file included from /tmp/ruby/v3/src/trunk-test/ext/openssl/ossl.h:155:0,
from /tmp/ruby/v3/src/trunk-test/ext/openssl/ossl_hmac.c:10:
/tmp/ruby/v3/src/trunk-test/ext/openssl/ossl_hmac.c: In function ‘ossl_hmac_reset’:
/tmp/ruby/v3/src/trunk-test/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-test/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-test/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
make: *** Waiting for unfinished jobs....
0.006366 0.000000 8.544829 ( 1.584152)
$$$[end] "make all -j8" exit with 512.
/home/ko1/ruby/logs/brlog.trunk-test.20210316-204003
total: 5.69 sec