[zeromq-dev] building libzmq from master make check fail
Juergen Gnoss
jgnoss at hotmail.com
Sat Jul 25 07:49:43 CEST 2020
Ubuntu 18.04
Linux mav2 4.15.0-111-generic #112-Ubuntu SMP Thu Jul 9 20:32:34 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
git pull
make distclean
./configure --enable-drafts
make -j 4
make check
Making check in doc
make[1]: Entering directory '/home/jgnoss/Devel/C_PC/zmq/libzmq/doc'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/jgnoss/Devel/C_PC/zmq/libzmq/doc'
make[1]: Entering directory '/home/jgnoss/Devel/C_PC/zmq/libzmq'
---- snip------
CXX unittests/unittests_unittest_curve_encoding-unittest_curve_encoding.o
CXXLD unittests/unittest_curve_encoding
make[2]: Leaving directory '/home/jgnoss/Devel/C_PC/zmq/libzmq'
make check-TESTS
make[2]: Entering directory '/home/jgnoss/Devel/C_PC/zmq/libzmq'
make[3]: Entering directory '/home/jgnoss/Devel/C_PC/zmq/libzmq'
PASS: tests/test_ancillaries
PASS: tests/test_system
PASS: tests/test_pair_inproc
PASS: tests/test_pair_tcp
PASS: tests/test_reqrep_inproc
PASS: tests/test_reqrep_tcp
PASS: tests/test_hwm
PASS: tests/test_hwm_pubsub
PASS: tests/test_reqrep_device
PASS: tests/test_sub_forward
PASS: tests/test_invalid_rep
PASS: tests/test_msg_flags
PASS: tests/test_msg_ffn
PASS: tests/test_connect_resolve
PASS: tests/test_immediate
PASS: tests/test_last_endpoint
PASS: tests/test_term_endpoint
PASS: tests/test_srcfd
PASS: tests/test_monitor
PASS: tests/test_router_mandatory
PASS: tests/test_router_mandatory_hwm
PASS: tests/test_router_handover
PASS: tests/test_probe_router
PASS: tests/test_stream
PASS: tests/test_stream_empty
PASS: tests/test_stream_disconnect
PASS: tests/test_stream_timeout
PASS: tests/test_disconnect_inproc
PASS: tests/test_unbind_wildcard
PASS: tests/test_ctx_options
PASS: tests/test_ctx_destroy
PASS: tests/test_security_no_zap_handler
PASS: tests/test_security_null
PASS: tests/test_security_plain
PASS: tests/test_security_zap
PASS: tests/test_iov
PASS: tests/test_spec_req
PASS: tests/test_spec_rep
PASS: tests/test_spec_dealer
PASS: tests/test_spec_router
PASS: tests/test_spec_pushpull
PASS: tests/test_req_correlate
PASS: tests/test_req_relaxed
PASS: tests/test_conflate
PASS: tests/test_inproc_connect
PASS: tests/test_issue_566
PASS: tests/test_proxy
PASS: tests/test_proxy_hwm
PASS: tests/test_proxy_single_socket
PASS: tests/test_proxy_terminate
PASS: tests/test_getsockopt_memset
PASS: tests/test_setsockopt
PASS: tests/test_diffserv
PASS: tests/test_connect_rid
PASS: tests/test_bind_src_address
PASS: tests/test_metadata
PASS: tests/test_capabilities
PASS: tests/test_xpub_nodrop
PASS: tests/test_xpub_manual
PASS: tests/test_xpub_welcome_msg
PASS: tests/test_xpub_verbose
PASS: tests/test_atomics
PASS: tests/test_sockopt_hwm
PASS: tests/test_heartbeats
PASS: tests/test_stream_exceeds_buffer
PASS: tests/test_pub_invert_matching
PASS: tests/test_base85
PASS: tests/test_bind_after_connect_tcp
PASS: tests/test_sodium
PASS: tests/test_reconnect_ivl
PASS: tests/test_mock_pub_sub
PASS: tests/test_socket_null
PASS: tests/test_security_curve
PASS: tests/test_ws_transport
PASS: tests/test_shutdown_stress
PASS: tests/test_ipc_wildcard
PASS: tests/test_pair_ipc
PASS: tests/test_rebind_ipc
PASS: tests/test_reqrep_ipc
PASS: tests/test_use_fd
PASS: tests/test_zmq_poll_fd
PASS: tests/test_timeo
PASS: tests/test_filter_ipc
SKIP: tests/test_connect_delay_tipc
SKIP: tests/test_pair_tipc
SKIP: tests/test_reqrep_device_tipc
SKIP: tests/test_reqrep_tipc
PASS: tests/test_router_mandatory_tipc
SKIP: tests/test_shutdown_stress_tipc
SKIP: tests/test_sub_forward_tipc
PASS: tests/test_term_endpoint_tipc
SKIP: tests/test_address_tipc
PASS: tests/test_abstract_ipc
PASS: tests/test_socks
PASS: tests/test_many_sockets
PASS: tests/test_poller
PASS: tests/test_client_server
PASS: tests/test_thread_safe
PASS: tests/test_timers
./config/test-driver: line 107: 3080 Alarm clock "$@" > $log_file 2>&1
FAIL: tests/test_radio_dish
PASS: tests/test_scatter_gather
PASS: tests/test_dgram
PASS: tests/test_app_meta
PASS: tests/test_xpub_manual_last_value
PASS: tests/test_router_notify
PASS: tests/test_peer
PASS: tests/test_reconnect_options
PASS: tests/test_msg_init
PASS: tests/test_hello_msg
PASS: tests/test_disconnect_msg
PASS: tests/test_channel
SKIP: tests/test_bind_null_fuzzer
SKIP: tests/test_connect_null_fuzzer
SKIP: tests/test_bind_fuzzer
SKIP: tests/test_connect_fuzzer
SKIP: tests/test_bind_curve_fuzzer
SKIP: tests/test_connect_curve_fuzzer
SKIP: tests/test_z85_decode_fuzzer
SKIP: tests/test_connect_ws_fuzzer
SKIP: tests/test_bind_ws_fuzzer
PASS: unittests/unittest_poller
PASS: unittests/unittest_ypipe
PASS: unittests/unittest_mtrie
PASS: unittests/unittest_ip_resolver
PASS: unittests/unittest_udp_address
PASS: unittests/unittest_radix_tree
PASS: unittests/unittest_curve_encoding
============================================================================
Testsuite summary for zeromq 4.3.3
============================================================================
# TOTAL: 127
# PASS: 110
# SKIP: 16
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to zeromq-dev at lists.zeromq.org
============================================================================
Makefile:7878: recipe for target 'test-suite.log' failed
make[3]: *** [test-suite.log] Error 1
make[3]: Leaving directory '/home/jgnoss/Devel/C_PC/zmq/libzmq'
Makefile:7984: recipe for target 'check-TESTS' failed
make[2]: *** [check-TESTS] Error 2
make[2]: Leaving directory '/home/jgnoss/Devel/C_PC/zmq/libzmq'
Makefile:9134: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '/home/jgnoss/Devel/C_PC/zmq/libzmq'
Makefile:7764: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20200725/f6080198/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test-suite.log
Type: text/x-log
Size: 2544 bytes
Desc: test-suite.log
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20200725/f6080198/attachment.bin>
More information about the zeromq-dev
mailing list