Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597808 - net-libs/zeromq-4.1.5-r1 fails parallel tests
Summary: net-libs/zeromq-4.1.5-r1 fails parallel tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Thomas Deutschmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-22 16:58 UTC by eroen
Modified: 2016-11-04 02:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,111.62 KB, text/plain)
2016-10-22 16:58 UTC, eroen
Details
test-suite.log (test-suite.log,1.76 KB, text/plain)
2016-10-22 16:59 UTC, eroen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eroen 2016-10-22 16:58:09 UTC
Created attachment 451050 [details]
build.log

The test suite passes with MAKEOPTS="-j1".

PASS: test_router_mandatory
./config/test-driver: line 107:  1564 Aborted                 "$@" > $log_file 2>&1
FAIL: test_router_handover
./config/test-driver: line 107:  1602 Aborted                 "$@" > $log_file 2>&1
FAIL: test_probe_router
./config/test-driver: line 107:  1410 Aborted                 "$@" > $log_file 2>&1
FAIL: test_immediate
PASS: test_stream
PASS: test_stream_empty
PASS: test_stream_disconnect
PASS: test_unbind_inproc
./config/test-driver: line 107:  1759 Aborted                 "$@" > $log_file 2>&1
FAIL: test_unbind_wildcard
PASS: test_ctx_options
PASS: test_ctx_destroy
PASS: test_stream_timeout
PASS: test_disconnect_inproc
./config/test-driver: line 107:  1877 Aborted                 "$@" > $log_file 2>&1
FAIL: test_security_curve
PASS: test_iov
PASS: test_router_mandatory_hwm
PASS: test_spec_rep
PASS: test_spec_req
PASS: test_security_null
PASS: test_spec_router
PASS: test_req_correlate
PASS: test_req_relaxed
PASS: test_conflate
PASS: test_security_plain
./config/test-driver: line 107:  1962 Aborted                 "$@" > $log_file 2>&1
FAIL: test_spec_dealer
PASS: test_inproc_connect
./config/test-driver: line 107:  2297 Aborted                 "$@" > $log_file 2>&1
FAIL: test_proxy_single_socket
./config/test-driver: line 107:  2004 Aborted                 "$@" > $log_file 2>&1
FAIL: test_spec_pushpull
PASS: test_issue_566
PASS: test_getsockopt_memset
PASS: test_proxy
PASS: test_many_sockets
PASS: test_ipc_wildcard
PASS: test_diffserv
PASS: test_connect_rid
PASS: test_metadata
PASS: test_bind_src_address
PASS: test_capabilities
PASS: test_xpub_nodrop
PASS: test_pair_ipc
PASS: test_reqrep_ipc
PASS: test_proxy_terminate
PASS: test_fork
PASS: test_abstract_ipc
PASS: test_timeo
PASS: test_shutdown_stress
PASS: test_filter_ipc
============================================================================
Testsuite summary for zeromq 4.1.5
============================================================================
# TOTAL: 63
# PASS:  55
# SKIP:  0
# XFAIL: 0
# FAIL:  8
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to zeromq-dev@lists.zeromq.org
============================================================================
Makefile:3279: recipe for target 'test-suite.log' failed
make[3]: *** [test-suite.log] Error 1
make[3]: Leaving directory '/var/tmp/portage/net-libs/zeromq-4.1.5-r1/work/zeromq-4.1.5'
Makefile:3385: recipe for target 'check-TESTS' failed
make[2]: *** [check-TESTS] Error 2
make[2]: Leaving directory '/var/tmp/portage/net-libs/zeromq-4.1.5-r1/work/zeromq-4.1.5'
Makefile:4108: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '/var/tmp/portage/net-libs/zeromq-4.1.5-r1/work/zeromq-4.1.5'
Makefile:3165: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
 * ERROR: net-libs/zeromq-4.1.5-r1::gentoo failed (test phase):
 *   Make check failed. See above for details.
 * 
 * Call stack:
 *            ebuild.sh, line  115:  Called src_test
 *          environment, line 2757:  Called default
 *   phase-functions.sh, line  805:  Called default_src_test
 *   phase-functions.sh, line  834:  Called __eapi0_src_test
 *     phase-helpers.sh, line  760:  Called die
 * The specific snippet of code:
 *   		$emake_cmd ${internal_opts} check || \
 *   			die "Make check failed. See above for details."
Comment 1 eroen 2016-10-22 16:59:57 UTC
Created attachment 451060 [details]
test-suite.log

FAIL: test_immediate
====================

test_immediate: tests/test_immediate.cpp:114: int main(): Assertion `rc == 0' failed.
FAIL test_immediate (exit status: 134)

FAIL: test_router_handover
==========================

test_router_handover: tests/test_router_handover.cpp:41: int main(): Assertion `rc == 0' failed.
FAIL test_router_handover (exit status: 134)

FAIL: test_probe_router
=======================

test_probe_router: tests/test_probe_router.cpp:42: int main(): Assertion `rc == 0' failed.
FAIL test_probe_router (exit status: 134)

FAIL: test_unbind_wildcard
==========================

test_unbind_wildcard: tests/test_unbind_wildcard.cpp:198: int main(): Assertion `rc == 0' failed.
FAIL test_unbind_wildcard (exit status: 134)

FAIL: test_security_curve
=========================

test_security_curve: tests/test_security_curve.cpp:140: int main(): Assertion `rc == 0' failed.
FAIL test_security_curve (exit status: 134)

FAIL: test_spec_dealer
======================

test_spec_dealer: tests/test_spec_dealer.cpp:95: void test_fair_queue_in(void*): Assertion `rc == 0' failed.
FAIL test_spec_dealer (exit status: 134)

FAIL: test_spec_pushpull
========================

test_spec_pushpull: tests/test_spec_pushpull.cpp:41: void test_push_round_robin_out(void*): Assertion `rc == 0' failed.
FAIL test_spec_pushpull (exit status: 134)

FAIL: test_proxy_single_socket
==============================

test_proxy_single_socket: tests/test_proxy_single_socket.cpp:44: void server_task(void*): Assertion `rc == 0' failed.
FAIL test_proxy_single_socket (exit status: 134)
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2016-11-04 02:43:09 UTC
Thanks for the report! This is now fixed:

> commit 30624abf0dab82565dfbade028c0c7d7aa56944d
> Author: Thomas Deutschmann
> Date:   Fri Nov 4 03:41:27 2016 +0100
> 
>     net-libs/zeromq: Restore parallel test restriction
> 
>     The parallel test restriction (-j1) was lost when the ebuild was bumped to
>     EAPI=6 but is still required.
> 
>     Gentoo-Bug: https://bugs.gentoo.org/597808
> 
>     Package-Manager: portage-2.3.2
>