X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-vk0-f51.google.com (mail-vk0-f51.google.com [209.85.213.51]) by lists.alpinelinux.org (Postfix) with ESMTP id D88AA5C4769 for ; Thu, 6 Apr 2017 12:54:09 +0000 (GMT) Received: by mail-vk0-f51.google.com with SMTP id z204so39125654vkd.1 for ; Thu, 06 Apr 2017 05:54:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=0xGoFyVIJifSr+VjwyW5UdzlRkCSWkkmwPCxSL9uit8=; b=pFkCyUUZhMbmN/Tn0z0lyWsIY4ybXOtjovE+MEGqAZcyGohjXqwoWevtwixil36Ne4 at/UDBEX3YS8mNdMDc9odISmEfl/rPuvzsq6WK1QyrQNIoY9LX7mPINK54HdxvKjpcj8 XUkCRztJYyFA5jB3SDgnizo/PPpVjKu9gc3swOsBb6xBQAfIbjZkdzIF6s6+VBEsvsLa aUN/Bo/aANzxobKazlLnk+dE21zC0tEdX21wWOcOy6l40/lqDIL1etRSbRHWtM1bKZDS HYV9J4k3IrFt9SvGneuDJlHNONyM3AhbMJNJpntJ1QhynXRcQSBQgi9NaEnGnsjTL4di q9mQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=0xGoFyVIJifSr+VjwyW5UdzlRkCSWkkmwPCxSL9uit8=; b=HdtI3T1hKA2schcXBqgyjIqjYrQicDrnTLVEb8FR5JP1S/3olS9sN9Ko8n9LANXgE+ dNscPzFKjPh7waQygaraAI81TytvFnM2gtL4RmW5vVbJ0kjy4YY5+AxrtHmMOTgllvXg URaP2NkXB3fUwXpZVFX+qZuXOyUoQpNeB+r+gFIP37E/8xWDET+2u9eGgfFB/eZCTri9 xqIMsAj8hGtRMc02HqWO7IV+n6YawrBRKmvM22bnemDpB0hpfe6VvHQ2IhkoLVnbcLJD xH14vEpkD3FfzVliCEj/ytKZGIOfWAkhq8yy1ib/XeRX2Ur0JHQBsz5IYf2FTpl34WQs iqMA== X-Gm-Message-State: AFeK/H1ERZqt34nRqpmW+mxMhknajkFUUNfWOupacs84+hc5Y7Tq/r4Rn2SsmAbrwT6AH0YoPhiGA9YDBXbXZw== X-Received: by 10.176.91.85 with SMTP id v21mr17695116uae.133.1491483249266; Thu, 06 Apr 2017 05:54:09 -0700 (PDT) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.103.104.14 with HTTP; Thu, 6 Apr 2017 05:54:08 -0700 (PDT) In-Reply-To: <21198332-aa0d-1861-5b80-ebd1f3d2e92b@gmail.com> References: <20170323090937.1038-1-valery.kartel@gmail.com> <16e4def4-218a-dcf0-2ce1-c2808e3616e8@gmail.com> <21198332-aa0d-1861-5b80-ebd1f3d2e92b@gmail.com> From: Valery Kartel Date: Thu, 6 Apr 2017 15:54:08 +0300 Message-ID: Subject: Re: [alpine-aports] [PATCH] main/zeromq: upgrade to 4.2.2 To: Leonardo Arena Cc: alpine-aports Content-Type: multipart/alternative; boundary=f403045f8d3a42d9d0054c7f016f --f403045f8d3a42d9d0054c7f016f Content-Type: text/plain; charset=UTF-8 Hmm, check() pass OK only when runs interactively, but fails when runs via 'abuild check'. made a patch. 2017-04-03 11:21 GMT+03:00 Leonardo Arena : > Hi, > > On 23/03/2017 12:19, Leonardo Arena wrote: > > Hi, > > > > On 23/03/2017 10:09, Valery Kartel wrote: > >> - add check() > >> - cleanups > >> --- > >> main/zeromq/APKBUILD | 35 ++++++++++++++--------------------- > >> 1 file changed, 14 insertions(+), 21 deletions(-) > >> > > I've just tested the patch here and it fails on check() > > > PASS: tests/test_ancillaries > PASS: tests/test_pair_tcp > PASS: tests/test_pair_inproc > PASS: tests/test_reqrep_inproc > PASS: tests/test_system > PASS: tests/test_reqrep_tcp > PASS: tests/test_hwm > ./config/test-driver: line 107: 19351 Aborted "$@" > > $log_file 2>&1 > FAIL: tests/test_reqrep_device > PASS: tests/test_invalid_rep > PASS: tests/test_msg_flags > PASS: tests/test_connect_resolve > PASS: tests/test_sub_forward > PASS: tests/test_last_endpoint > ./config/test-driver: line 107: 19607 Aborted "$@" > > $log_file 2>&1 > FAIL: tests/test_term_endpoint > ./config/test-driver: line 107: 19718 Aborted "$@" > > $log_file 2>&1 > FAIL: tests/test_srcfd > PASS: tests/test_monitor > ./config/test-driver: line 107: 19777 Aborted "$@" > > $log_file 2>&1 > FAIL: tests/test_router_mandatory > ./config/test-driver: line 107: 19807 Aborted "$@" > > $log_file 2>&1 > FAIL: tests/test_router_mandatory_hwm > ./config/test-driver: line 107: 19841 Aborted "$@" > > $log_file 2>&1 > FAIL: tests/test_router_handover > PASS: tests/test_probe_router > PASS: tests/test_stream > ./config/test-driver: line 107: 20039 Aborted "$@" > > $log_file 2>&1 > FAIL: tests/test_stream_empty > PASS: tests/test_stream_disconnect > PASS: tests/test_hwm_pubsub > PASS: tests/test_msg_ffn > PASS: tests/test_unbind_inproc > ./config/test-driver: line 107: 20188 Aborted "$@" > > $log_file 2>&1 > FAIL: tests/test_unbind_wildcard > PASS: tests/test_stream_timeout > PASS: tests/test_ctx_options > PASS: tests/test_ctx_destroy > PASS: tests/test_disconnect_inproc > ./config/test-driver: line 107: 20338 Aborted "$@" > > $log_file 2>&1 > FAIL: tests/test_security_curve > PASS: tests/test_iov > PASS: tests/test_security_null > PASS: tests/test_security_plain > ./config/test-driver: line 107: 20427 Aborted "$@" > > $log_file 2>&1 > FAIL: tests/test_spec_rep > PASS: tests/test_immediate > PASS: tests/test_spec_req > PASS: tests/test_req_correlate > PASS: tests/test_spec_router > ./config/test-driver: line 107: 20607 Aborted "$@" > > $log_file 2>&1 > FAIL: tests/test_conflate > ./config/test-driver: line 107: 20458 Aborted "$@" > > $log_file 2>&1 > FAIL: tests/test_spec_dealer > ./config/test-driver: line 107: 20669 Aborted "$@" > > $log_file 2>&1 > FAIL: tests/test_issue_566 > PASS: tests/test_inproc_connect > ./config/test-driver: line 107: 20882 Segmentation fault "$@" > > $log_file 2>&1 > FAIL: tests/test_proxy_single_socket > PASS: tests/test_proxy > PASS: tests/test_getsockopt_memset > PASS: tests/test_setsockopt > PASS: tests/test_many_sockets > PASS: tests/test_diffserv > PASS: tests/test_connect_rid > PASS: tests/test_bind_src_address > ./config/test-driver: line 107: 20516 Aborted "$@" > > $log_file 2>&1 > FAIL: tests/test_spec_pushpull > PASS: tests/test_metadata > PASS: tests/test_capabilities > PASS: tests/test_xpub_nodrop > PASS: tests/test_xpub_welcome_msg > PASS: tests/test_atomics > PASS: tests/test_req_relaxed > PASS: tests/test_proxy_terminate > PASS: tests/test_sockopt_hwm > PASS: tests/test_stream_exceeds_buffer > PASS: tests/test_pub_invert_matching > PASS: tests/test_base85 > PASS: tests/test_sodium > PASS: tests/test_bind_after_connect_tcp > PASS: tests/test_shutdown_stress > PASS: tests/test_ipc_wildcard > PASS: tests/test_pair_ipc > PASS: tests/test_reqrep_ipc > PASS: tests/test_use_fd_ipc > PASS: tests/test_use_fd_tcp > PASS: tests/test_zmq_poll_fd > PASS: tests/test_timeo > PASS: tests/test_fork > PASS: tests/test_abstract_ipc > PASS: tests/test_heartbeats > ./config/test-driver: line 107: 22824 Aborted "$@" > > $log_file 2>&1 > FAIL: tests/test_filter_ipc > PASS: tests/test_xpub_manual > make[4]: Entering directory > '/home/larena/aports/main/zeromq/src/zeromq-4.2.2' > Making all in doc > make[5]: Entering directory > '/home/larena/aports/main/zeromq/src/zeromq-4.2.2/doc' > make[5]: Nothing to be done for 'all'. > make[5]: Leaving directory > '/home/larena/aports/main/zeromq/src/zeromq-4.2.2/doc' > make[5]: Entering directory > '/home/larena/aports/main/zeromq/src/zeromq-4.2.2' > make[5]: Leaving directory > '/home/larena/aports/main/zeromq/src/zeromq-4.2.2' > make[4]: Leaving directory > '/home/larena/aports/main/zeromq/src/zeromq-4.2.2' > ============================================================ > ================ > Testsuite summary for zeromq 4.2.2 > ============================================================ > ================ > # TOTAL: 79 > # PASS: 63 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 16 > # XPASS: 0 > # ERROR: 0 > ============================================================ > ================ > See ./test-suite.log > Please report to zeromq-dev@lists.zeromq.org > ============================================================ > ================ > make[3]: *** [Makefile:4159: test-suite.log] Error 1 > make[3]: Leaving directory > '/home/larena/aports/main/zeromq/src/zeromq-4.2.2' > make[2]: *** [Makefile:4267: check-TESTS] Error 2 > make[2]: Leaving directory > '/home/larena/aports/main/zeromq/src/zeromq-4.2.2' > make[1]: *** [Makefile:5170: check-am] Error 2 > make[1]: Leaving directory > '/home/larena/aports/main/zeromq/src/zeromq-4.2.2' > make: *** [Makefile:4044: check-recursive] Error 1 > make: Leaving directory '/home/larena/aports/main/zeromq/src/zeromq-4.2.2' > >>> ERROR: zeromq*: check failed > >>> ERROR: zeromq: all failed > > > |_eo > > --f403045f8d3a42d9d0054c7f016f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hmm, check() pass OK only when runs interactively, but fai= ls when runs via 'abuild check'.

made a patch.

2017-04-03 11:21 GMT+= 03:00 Leonardo Arena <rnalrd@gmail.com>:
Hi,

On 23/03/2017 12:19, Leonardo Arena wrote:
> Hi,
>
> On 23/03/2017 10:09, Valery Kartel wrote:
>> - add check()
>> - cleanups
>> ---
>>=C2=A0 main/zeromq/APKBUILD | 35 ++++++++++++++---------------------
>>=C2=A0 1 file changed, 14 insertions(+), 21 deletions(-)
>>

I've just tested the patch here and it fails on check()


PASS: tests/test_ancillaries
PASS: tests/test_pair_tcp
PASS: tests/test_pair_inproc
PASS: tests/test_reqrep_inproc
PASS: tests/test_system
PASS: tests/test_reqrep_tcp
PASS: tests/test_hwm
./config/test-driver: line 107: 19351 Aborted=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$@" >
$log_file 2>&1
FAIL: tests/test_reqrep_device
PASS: tests/test_invalid_rep
PASS: tests/test_msg_flags
PASS: tests/test_connect_resolve
PASS: tests/test_sub_forward
PASS: tests/test_last_endpoint
./config/test-driver: line 107: 19607 Aborted=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$@" >
$log_file 2>&1
FAIL: tests/test_term_endpoint
./config/test-driver: line 107: 19718 Aborted=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$@" >
$log_file 2>&1
FAIL: tests/test_srcfd
PASS: tests/test_monitor
./config/test-driver: line 107: 19777 Aborted=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$@" >
$log_file 2>&1
FAIL: tests/test_router_mandatory
./config/test-driver: line 107: 19807 Aborted=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$@" >
$log_file 2>&1
FAIL: tests/test_router_mandatory_hwm
./config/test-driver: line 107: 19841 Aborted=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$@" >
$log_file 2>&1
FAIL: tests/test_router_handover
PASS: tests/test_probe_router
PASS: tests/test_stream
./config/test-driver: line 107: 20039 Aborted=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$@" >
$log_file 2>&1
FAIL: tests/test_stream_empty
PASS: tests/test_stream_disconnect
PASS: tests/test_hwm_pubsub
PASS: tests/test_msg_ffn
PASS: tests/test_unbind_inproc
./config/test-driver: line 107: 20188 Aborted=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$@" >
$log_file 2>&1
FAIL: tests/test_unbind_wildcard
PASS: tests/test_stream_timeout
PASS: tests/test_ctx_options
PASS: tests/test_ctx_destroy
PASS: tests/test_disconnect_inproc
./config/test-driver: line 107: 20338 Aborted=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$@" >
$log_file 2>&1
FAIL: tests/test_security_curve
PASS: tests/test_iov
PASS: tests/test_security_null
PASS: tests/test_security_plain
./config/test-driver: line 107: 20427 Aborted=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$@" >
$log_file 2>&1
FAIL: tests/test_spec_rep
PASS: tests/test_immediate
PASS: tests/test_spec_req
PASS: tests/test_req_correlate
PASS: tests/test_spec_router
./config/test-driver: line 107: 20607 Aborted=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$@" >
$log_file 2>&1
FAIL: tests/test_conflate
./config/test-driver: line 107: 20458 Aborted=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$@" >
$log_file 2>&1
FAIL: tests/test_spec_dealer
./config/test-driver: line 107: 20669 Aborted=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$@" >
$log_file 2>&1
FAIL: tests/test_issue_566
PASS: tests/test_inproc_connect
./config/test-driver: line 107: 20882 Segmentation fault=C2=A0 =C2=A0 =C2= =A0 "$@" >
$log_file 2>&1
FAIL: tests/test_proxy_single_socket
PASS: tests/test_proxy
PASS: tests/test_getsockopt_memset
PASS: tests/test_setsockopt
PASS: tests/test_many_sockets
PASS: tests/test_diffserv
PASS: tests/test_connect_rid
PASS: tests/test_bind_src_address
./config/test-driver: line 107: 20516 Aborted=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$@" >
$log_file 2>&1
FAIL: tests/test_spec_pushpull
PASS: tests/test_metadata
PASS: tests/test_capabilities
PASS: tests/test_xpub_nodrop
PASS: tests/test_xpub_welcome_msg
PASS: tests/test_atomics
PASS: tests/test_req_relaxed
PASS: tests/test_proxy_terminate
PASS: tests/test_sockopt_hwm
PASS: tests/test_stream_exceeds_buffer
PASS: tests/test_pub_invert_matching
PASS: tests/test_base85
PASS: tests/test_sodium
PASS: tests/test_bind_after_connect_tcp
PASS: tests/test_shutdown_stress
PASS: tests/test_ipc_wildcard
PASS: tests/test_pair_ipc
PASS: tests/test_reqrep_ipc
PASS: tests/test_use_fd_ipc
PASS: tests/test_use_fd_tcp
PASS: tests/test_zmq_poll_fd
PASS: tests/test_timeo
PASS: tests/test_fork
PASS: tests/test_abstract_ipc
PASS: tests/test_heartbeats
./config/test-driver: line 107: 22824 Aborted=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"$@" >
$log_file 2>&1
FAIL: tests/test_filter_ipc
PASS: tests/test_xpub_manual
make[4]: Entering directory
'/home/larena/aports/main/zeromq/src/zeromq-4.2.2'
Making all in doc
make[5]: Entering directory
'/home/larena/aports/main/zeromq/src/zeromq-4.2.2/doc'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory
'/home/larena/aports/main/zeromq/src/zeromq-4.2.2/doc'
make[5]: Entering directory
'/home/larena/aports/main/zeromq/src/zeromq-4.2.2'
make[5]: Leaving directory
'/home/larena/aports/main/zeromq/src/zeromq-4.2.2'
make[4]: Leaving directory
'/home/larena/aports/main/zeromq/src/zeromq-4.2.2'
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D
Testsuite summary for zeromq 4.2.2
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D
# TOTAL: 79
# PASS:=C2=A0 63
# SKIP:=C2=A0 0
# XFAIL: 0
# FAIL:=C2=A0 16
# XPASS: 0
# ERROR: 0
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D
See ./test-suite.log
Please report to zeromq-dev@= lists.zeromq.org
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D
make[3]: *** [Makefile:4159: test-suite.log] Error 1
make[3]: Leaving directory
'/home/larena/aports/main/zeromq/src/zeromq-4.2.2'
make[2]: *** [Makefile:4267: check-TESTS] Error 2
make[2]: Leaving directory
'/home/larena/aports/main/zeromq/src/zeromq-4.2.2'
make[1]: *** [Makefile:5170: check-am] Error 2
make[1]: Leaving directory
'/home/larena/aports/main/zeromq/src/zeromq-4.2.2'
make: *** [Makefile:4044: check-recursive] Error 1
make: Leaving directory '/home/larena/aports/main/zeromq/src/zerom= q-4.2.2'
>>> ERROR: zeromq*: check failed
>>> ERROR: zeromq: all failed


|_eo


--f403045f8d3a42d9d0054c7f016f-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---