zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.64k stars 2.35k forks source link

lt-test_monitor: tests/test_monitor.cpp:120: int main(): Assertion `event == 0x0400' failed. #1270

Closed meprem closed 8 years ago

meprem commented 9 years ago
1.16s$ git clone git://github.com/zeromq/libzmq.git
Cloning into 'libzmq'...
remote: Counting objects: 21613, done.
remote: Compressing objects: 100% (39/39), done.
remote: Total 21613 (delta 15), reused 0 (delta 0)
Receiving objects: 100% (21613/21613), 12.79 MiB | 0 bytes/s, done.
Resolving deltas: 100% (15516/15516), done.
Checking connectivity... done.
before_script.22
0.01s$ cd libzmq
before_script.23
12.08s$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I config --force -I config
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --install --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'.
libtoolize: copying file `config/config.guess'
libtoolize: copying file `config/config.sub'
libtoolize: copying file `config/install-sh'
libtoolize: copying file `config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `config'.
libtoolize: copying file `config/libtool.m4'
libtoolize: copying file `config/ltoptions.m4'
libtoolize: copying file `config/ltsugar.m4'
libtoolize: copying file `config/ltversion.m4'
libtoolize: copying file `config/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --include=config --force
autoreconf: running: /usr/bin/autoheader --include=config --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:48: installing `config/compile'
configure.ac:14: installing `config/missing'
Makefile.am: installing `config/depcomp'
autoreconf: Leaving directory `.'
155.48s$ ./configure --with-libsodium && make check
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking whether we are using the GNU C++ compiler... yes
checking whether g++-4.8 accepts -g... yes
checking dependency style of g++-4.8... gcc3
checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... (cached) gawk
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for xmlto... no
checking for asciidoc... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++-4.8 -E
checking for ld used by g++-4.8... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++-4.8 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++-4.8 option to produce PIC... -fPIC -DPIC
checking if g++-4.8 PIC flag -fPIC -DPIC works... yes
checking if g++-4.8 static flag -static works... yes
checking if g++-4.8 supports -c -o file.o... yes
checking if g++-4.8 supports -c -o file.o... (cached) yes
checking whether the g++-4.8 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether the C compiler works... yes
checking whether we are using Intel C compiler... no
checking whether we are using Sun Studio C compiler... no
checking whether we are using clang C compiler... no
checking whether we are using gcc >= 4 C compiler... yes
checking whether the C++ compiler works... yes
checking whether we are using Intel C++ compiler... no
checking whether we are using Sun Studio C++ compiler... no
checking whether we are using clang C++ compiler... no
checking whether we are using gcc >= 4 C++ compiler... yes
checking whether to enable debugging information... no
checking whether to enable code coverage... no
checking if TIPC is available and supports nonblocking connect... no
checking for pthread_create in -lpthread... yes
checking for clock_gettime in -lrt... yes
checking whether C++ compiler supports -fvisibility=hidden... yes
checking whether C++ compiler supports dso visibility... yes
checking for asciidoc... no
checking for xmlto... no
configure: WARNING: You are building an unreleased version of 0MQ and asciidoc or xmlto are not installed.
configure: WARNING: Documentation will not be built and manual pages will not be installed.
checking whether to build documentation... no
checking whether to install manpages... no
checking for suitable polling system... using epoll
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking whether SO_PEERCRED is declared... yes
checking whether LOCAL_PEERCRED is declared... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for ssize_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for uint32_t... yes
checking for working volatile... yes
checking for sodium... yes
checking "with_norm_ext = no"... checking how to enable additional warnings for C++ compiler... -Wall
checking how to turn warnings to errors in C++ compiler... -Werror
checking how to enable strict standards compliance in C++ compiler... -pedantic
checking return type of signal handlers... void
checking for perror... yes
checking for gettimeofday... yes
checking for clock_gettime... yes
checking for memset... yes
checking for socket... yes
checking for getifaddrs... yes
checking for freeifaddrs... yes
checking for fork... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking whether SOCK_CLOEXEC is supported... yes
checking whether SO_KEEPALIVE is supported... yes
checking whether TCP_KEEPCNT is supported... yes
checking whether TCP_KEEPIDLE is supported... yes
checking whether TCP_KEEPINTVL is supported... yes
checking whether TCP_KEEPALIVE is supported... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/libzmq.pc
config.status: creating doc/Makefile
config.status: creating builds/msvc/Makefile
config.status: creating builds/redhat/zeromq.spec
config.status: creating src/platform.hpp
config.status: executing depfiles commands
config.status: executing libtool commands
Making check in doc
make[1]: Entering directory `/home/travis/build/zeromq/zmqpp/libzmq/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/travis/build/zeromq/zmqpp/libzmq/doc'
make[1]: Entering directory `/home/travis/build/zeromq/zmqpp/libzmq'
  CXX    src/src_libzmq_la-address.lo
  CXX    src/src_libzmq_la-clock.lo
  CXX    src/src_libzmq_la-ctx.lo
  CXX    src/src_libzmq_la-curve_client.lo
  CXX    src/src_libzmq_la-curve_server.lo
  CXX    src/src_libzmq_la-dealer.lo
  CXX    src/src_libzmq_la-devpoll.lo
  CXX    src/src_libzmq_la-dist.lo
  CXX    src/src_libzmq_la-epoll.lo
  CXX    src/src_libzmq_la-err.lo
  CXX    src/src_libzmq_la-fq.lo
  CXX    src/src_libzmq_la-gssapi_mechanism_base.lo
  CXX    src/src_libzmq_la-gssapi_client.lo
  CXX    src/src_libzmq_la-gssapi_server.lo
  CXX    src/src_libzmq_la-io_object.lo
  CXX    src/src_libzmq_la-io_thread.lo
  CXX    src/src_libzmq_la-ip.lo
  CXX    src/src_libzmq_la-ipc_address.lo
  CXX    src/src_libzmq_la-ipc_connecter.lo
  CXX    src/src_libzmq_la-ipc_listener.lo
  CXX    src/src_libzmq_la-kqueue.lo
  CXX    src/src_libzmq_la-lb.lo
  CXX    src/src_libzmq_la-mailbox.lo
  CXX    src/src_libzmq_la-mechanism.lo
  CXX    src/src_libzmq_la-metadata.lo
  CXX    src/src_libzmq_la-msg.lo
  CXX    src/src_libzmq_la-mtrie.lo
  CXX    src/src_libzmq_la-norm_engine.lo
  CXX    src/src_libzmq_la-null_mechanism.lo
  CXX    src/src_libzmq_la-object.lo
  CXX    src/src_libzmq_la-options.lo
  CXX    src/src_libzmq_la-own.lo
  CXX    src/src_libzmq_la-pair.lo
  CXX    src/src_libzmq_la-pgm_receiver.lo
  CXX    src/src_libzmq_la-pgm_sender.lo
  CXX    src/src_libzmq_la-pgm_socket.lo
  CXX    src/src_libzmq_la-pipe.lo
  CXX    src/src_libzmq_la-plain_client.lo
  CXX    src/src_libzmq_la-plain_server.lo
  CXX    src/src_libzmq_la-poll.lo
  CXX    src/src_libzmq_la-poller_base.lo
  CXX    src/src_libzmq_la-proxy.lo
  CXX    src/src_libzmq_la-pub.lo
  CXX    src/src_libzmq_la-pull.lo
  CXX    src/src_libzmq_la-push.lo
  CXX    src/src_libzmq_la-random.lo
  CXX    src/src_libzmq_la-raw_decoder.lo
  CXX    src/src_libzmq_la-raw_encoder.lo
  CXX    src/src_libzmq_la-reaper.lo
  CXX    src/src_libzmq_la-rep.lo
  CXX    src/src_libzmq_la-req.lo
  CXX    src/src_libzmq_la-router.lo
  CXX    src/src_libzmq_la-select.lo
  CXX    src/src_libzmq_la-session_base.lo
  CXX    src/src_libzmq_la-signaler.lo
  CXX    src/src_libzmq_la-socket_base.lo
  CXX    src/src_libzmq_la-socks.lo
  CXX    src/src_libzmq_la-socks_connecter.lo
  CXX    src/src_libzmq_la-stream.lo
  CXX    src/src_libzmq_la-stream_engine.lo
  CXX    src/src_libzmq_la-sub.lo
  CXX    src/src_libzmq_la-tcp.lo
  CXX    src/src_libzmq_la-tcp_address.lo
  CXX    src/src_libzmq_la-tcp_connecter.lo
  CXX    src/src_libzmq_la-tcp_listener.lo
  CXX    src/src_libzmq_la-thread.lo
  CXX    src/src_libzmq_la-tipc_address.lo
  CXX    src/src_libzmq_la-tipc_connecter.lo
  CXX    src/src_libzmq_la-tipc_listener.lo
  CXX    src/src_libzmq_la-trie.lo
  CXX    src/src_libzmq_la-v1_decoder.lo
  CXX    src/src_libzmq_la-v2_decoder.lo
  CXX    src/src_libzmq_la-v1_encoder.lo
  CXX    src/src_libzmq_la-v2_encoder.lo
  CXX    src/src_libzmq_la-xpub.lo
  CXX    src/src_libzmq_la-xsub.lo
  CXX    src/src_libzmq_la-zmq.lo
  CXX    src/src_libzmq_la-zmq_utils.lo
  CXXLD  src/libzmq.la
  CXX    tools/curve_keygen.o
  CXXLD  tools/curve_keygen
  CXX    perf/local_lat.o
  CXXLD  perf/local_lat
  CXX    perf/remote_lat.o
  CXXLD  perf/remote_lat
  CXX    perf/local_thr.o
  CXXLD  perf/local_thr
  CXX    perf/remote_thr.o
  CXXLD  perf/remote_thr
  CXX    perf/inproc_lat.o
  CXXLD  perf/inproc_lat
  CXX    perf/inproc_thr.o
  CXXLD  perf/inproc_thr
make  tests/test_system tests/test_pair_inproc tests/test_pair_tcp tests/test_reqrep_inproc tests/test_reqrep_tcp tests/test_hwm tests/test_hwm_pubsub tests/test_reqrep_device tests/test_sub_forward tests/test_invalid_rep tests/test_msg_flags tests/test_connect_resolve tests/test_immediate tests/test_last_endpoint tests/test_term_endpoint tests/test_srcfd tests/test_monitor tests/test_router_mandatory tests/test_router_mandatory_hwm tests/test_router_handover tests/test_probe_router tests/test_stream tests/test_stream_empty tests/test_stream_disconnect tests/test_stream_timeout tests/test_disconnect_inproc tests/test_ctx_options tests/test_ctx_destroy tests/test_security_null tests/test_security_plain tests/test_security_curve tests/test_iov tests/test_spec_req tests/test_spec_rep tests/test_spec_dealer tests/test_spec_router tests/test_spec_pushpull tests/test_req_correlate tests/test_req_relaxed tests/test_conflate tests/test_inproc_connect tests/test_issue_566 tests/test_proxy tests/test_many_sockets tests/test_ipc_wildcard tests/test_diffserv tests/test_connect_rid tests/test_bind_src_address tests/test_metadata tests/test_id2fd tests/test_capabilities tests/test_xpub_nodrop tests/test_xpub_manual tests/test_xpub_welcome_msg tests/test_shutdown_stress tests/test_pair_ipc tests/test_reqrep_ipc tests/test_timeo tests/test_filter_ipc tests/test_fork  tests/test_abstract_ipc
make[2]: Entering directory `/home/travis/build/zeromq/zmqpp/libzmq'
  CXX    tests/test_system.o
  CXXLD  tests/test_system
  CXX    tests/test_pair_inproc.o
  CXXLD  tests/test_pair_inproc
  CXX    tests/test_pair_tcp.o
  CXXLD  tests/test_pair_tcp
  CXX    tests/test_reqrep_inproc.o
  CXXLD  tests/test_reqrep_inproc
  CXX    tests/test_reqrep_tcp.o
  CXXLD  tests/test_reqrep_tcp
  CXX    tests/test_hwm.o
  CXXLD  tests/test_hwm
  CXX    tests/test_hwm_pubsub.o
  CXXLD  tests/test_hwm_pubsub
  CXX    tests/test_reqrep_device.o
  CXXLD  tests/test_reqrep_device
  CXX    tests/test_sub_forward.o
  CXXLD  tests/test_sub_forward
  CXX    tests/test_invalid_rep.o
  CXXLD  tests/test_invalid_rep
  CXX    tests/test_msg_flags.o
  CXXLD  tests/test_msg_flags
  CXX    tests/test_connect_resolve.o
  CXXLD  tests/test_connect_resolve
  CXX    tests/test_immediate.o
  CXXLD  tests/test_immediate
  CXX    tests/test_last_endpoint.o
  CXXLD  tests/test_last_endpoint
  CXX    tests/test_term_endpoint.o
  CXXLD  tests/test_term_endpoint
  CXX    tests/test_srcfd.o
  CXXLD  tests/test_srcfd
  CXX    tests/test_monitor.o
  CXXLD  tests/test_monitor
  CXX    tests/test_router_mandatory.o
  CXXLD  tests/test_router_mandatory
  CXX    tests/test_router_mandatory_hwm.o
  CXXLD  tests/test_router_mandatory_hwm
  CXX    tests/test_router_handover.o
  CXXLD  tests/test_router_handover
  CXX    tests/test_probe_router.o
  CXXLD  tests/test_probe_router
  CXX    tests/test_stream.o
  CXXLD  tests/test_stream
  CXX    tests/test_stream_empty.o
  CXXLD  tests/test_stream_empty
  CXX    tests/test_stream_disconnect.o
  CXXLD  tests/test_stream_disconnect
  CXX    tests/test_stream_timeout.o
  CXXLD  tests/test_stream_timeout
  CXX    tests/test_disconnect_inproc.o
  CXXLD  tests/test_disconnect_inproc
  CXX    tests/test_ctx_options.o
  CXXLD  tests/test_ctx_options
  CXX    tests/test_ctx_destroy.o
  CXXLD  tests/test_ctx_destroy
  CXX    tests/test_security_null.o
  CXXLD  tests/test_security_null
  CXX    tests/test_security_plain.o
  CXXLD  tests/test_security_plain
  CXX    tests/test_security_curve.o
  CXXLD  tests/test_security_curve
  CXX    tests/test_iov.o
  CXXLD  tests/test_iov
  CXX    tests/test_spec_req.o
  CXXLD  tests/test_spec_req
  CXX    tests/test_spec_rep.o
  CXXLD  tests/test_spec_rep
  CXX    tests/test_spec_dealer.o
  CXXLD  tests/test_spec_dealer
  CXX    tests/test_spec_router.o
  CXXLD  tests/test_spec_router
  CXX    tests/test_spec_pushpull.o
  CXXLD  tests/test_spec_pushpull
  CXX    tests/test_req_correlate.o
  CXXLD  tests/test_req_correlate
  CXX    tests/test_req_relaxed.o
  CXXLD  tests/test_req_relaxed
  CXX    tests/test_conflate.o
  CXXLD  tests/test_conflate
  CXX    tests/test_inproc_connect.o
  CXXLD  tests/test_inproc_connect
  CXX    tests/test_issue_566.o
  CXXLD  tests/test_issue_566
  CXX    tests/test_proxy.o
  CXXLD  tests/test_proxy
  CXX    tests/test_many_sockets.o
  CXXLD  tests/test_many_sockets
  CXX    tests/test_ipc_wildcard.o
  CXXLD  tests/test_ipc_wildcard
  CXX    tests/test_diffserv.o
  CXXLD  tests/test_diffserv
  CXX    tests/test_connect_rid.o
  CXXLD  tests/test_connect_rid
  CXX    tests/test_bind_src_address.o
  CXXLD  tests/test_bind_src_address
  CXX    tests/test_metadata.o
  CXXLD  tests/test_metadata
  CXX    tests/test_id2fd.o
  CXXLD  tests/test_id2fd
  CXX    tests/test_capabilities.o
  CXXLD  tests/test_capabilities
  CXX    tests/test_xpub_nodrop.o
  CXXLD  tests/test_xpub_nodrop
  CXX    tests/test_xpub_manual.o
  CXXLD  tests/test_xpub_manual
  CXX    tests/test_xpub_welcome_msg.o
  CXXLD  tests/test_xpub_welcome_msg
  CXX    tests/test_shutdown_stress.o
  CXXLD  tests/test_shutdown_stress
  CXX    tests/test_pair_ipc.o
  CXXLD  tests/test_pair_ipc
  CXX    tests/test_reqrep_ipc.o
  CXXLD  tests/test_reqrep_ipc
  CXX    tests/test_timeo.o
  CXXLD  tests/test_timeo
  CXX    tests/test_filter_ipc.o
  CXXLD  tests/test_filter_ipc
  CXX    tests/test_fork.o
  CXXLD  tests/test_fork
  CXX    tests/test_abstract_ipc.o
  CXXLD  tests/test_abstract_ipc
make[2]: Leaving directory `/home/travis/build/zeromq/zmqpp/libzmq'
make  check-TESTS
make[2]: Entering directory `/home/travis/build/zeromq/zmqpp/libzmq'
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_connect_resolve
PASS: tests/test_immediate
PASS: tests/test_last_endpoint
PASS: tests/test_term_endpoint
PASS: tests/test_srcfd
lt-test_monitor: tests/test_monitor.cpp:120: int main(): Assertion `event == 0x0400' failed.
/bin/bash: line 5: 21134 Aborted                 ${dir}$tst
FAIL: 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_ctx_options
PASS: tests/test_ctx_destroy
PASS: tests/test_security_null
PASS: tests/test_security_plain
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client INITIATE vouch
CURVE I: cannot open client INITIATE vouch
CURVE I: cannot open client INITIATE vouch
CURVE I: cannot open client INITIATE vouch
CURVE I: cannot open client INITIATE vouch
CURVE I: cannot open client INITIATE vouch
PASS: tests/test_security_curve
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_many_sockets
PASS: tests/test_ipc_wildcard
PASS: tests/test_diffserv
PASS: tests/test_connect_rid
PASS: tests/test_bind_src_address
PASS: tests/test_metadata
PASS: tests/test_id2fd
PASS: tests/test_capabilities
PASS: tests/test_xpub_nodrop
PASS: tests/test_xpub_manual
PASS: tests/test_xpub_welcome_msg
PASS: tests/test_shutdown_stress
PASS: tests/test_pair_ipc
PASS: tests/test_reqrep_ipc
PASS: tests/test_timeo
PASS: tests/test_filter_ipc
PASS: tests/test_fork
PASS: tests/test_abstract_ipc
============================================
1 of 61 tests failed
Please report to zeromq-dev@lists.zeromq.org
============================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/travis/build/zeromq/zmqpp/libzmq'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/travis/build/zeromq/zmqpp/libzmq'
make: *** [check-recursive] Error 1
The command "./configure --with-libsodium && make check" failed and exited with 2 during .
hitstergtd commented 8 years ago

Thanks for the report. This error does not happen anymore, possibly due to #1493.

sigiesec commented 7 years ago

This error still happens, see #1464