automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: joyce.kong@arm.com, robot@bytheb.org
Subject: [dpdk-test-report] |FAILURE| pw97107 [dpdk-dev] [PATCH v1 8/8] examples: remove unnecessary include of atomic
Date: Thu, 19 Aug 2021 03:38:51 -0400	[thread overview]
Message-ID: <20210819073851.1826-1-robot@bytheb.org> (raw)
In-Reply-To: <20210819070908.25773-9-joyce.kong@arm.com>

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/97107/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1146036501
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-clang-shared-doc+tests" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
[2965/3468] Linking target examples/dpdk-ntb.
[2966/3468] Compiling C object 'examples/c590b3c@@dpdk-l3fwd-thread@exe/performance-thread_l3fwd-thread_main.c.o'.
[2967/3468] Compiling C object 'examples/c590b3c@@dpdk-pthread_shim@exe/performance-thread_pthread_shim_main.c.o'.
[2968/3468] Compiling C object 'examples/c590b3c@@dpdk-pthread_shim@exe/performance-thread_common_lthread_sched.c.o'.
[2969/3468] Compiling C object 'examples/c590b3c@@dpdk-pthread_shim@exe/performance-thread_common_lthread_tls.c.o'.
[2970/3468] Compiling C object 'examples/c590b3c@@dpdk-packet_ordering@exe/packet_ordering_main.c.o'.
[2971/3468] Compiling C object 'examples/c590b3c@@dpdk-pthread_shim@exe/performance-thread_common_lthread_cond.c.o'.
[2972/3468] Linking target examples/dpdk-packet_ordering.
[2973/3468] Compiling C object 'examples/c590b3c@@dpdk-pthread_shim@exe/performance-thread_common_lthread_diag.c.o'.
[2974/3468] Compiling C object 'examples/c590b3c@@dpdk-l3fwd-thread@exe/performance-thread_common_lthread_cond.c.o'.
[2975/3468] Compiling C object 'examples/c590b3c@@dpdk-l3fwd-thread@exe/performance-thread_common_lthread_diag.c.o'.
[2976/3468] Compiling C object 'examples/c590b3c@@dpdk-l3fwd-thread@exe/performance-thread_common_lthread_mutex.c.o'.
FAILED: examples/c590b3c@@dpdk-l3fwd-thread@exe/performance-thread_common_lthread_mutex.c.o 
ccache clang -Iexamples/c590b3c@@dpdk-l3fwd-thread@exe -Iexamples -I../examples -Iexamples/performance-thread/l3fwd-thread -I../examples/performance-thread/l3fwd-thread -I../examples/performance-thread/l3fwd-thread/../common -I../examples/performance-thread/l3fwd-thread/../common/arch/x86 -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/timer -I../lib/timer -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -march=corei7 -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-l3fwd-thread@exe/performance-thread_common_lthread_mutex.c.o' -MF 'examples/c590b3c@@dpdk-l3fwd-thread@exe/performance-thread_common_lthread_mutex.c.o.d' -o 'examples/c590b3c@@dpdk-l3fwd-thread@exe/performance-thread_common_lthread_mutex.c.o' -c ../examples/performance-thread/common/lthread_mutex.c
../examples/performance-thread/common/lthread_mutex.c:121:47: error: incompatible pointer types passing 'uint64_t *' (aka 'unsigned long *') to parameter of type 'struct lthread **' [-Werror,-Wincompatible-pointer-types]
                        if (__atomic_compare_exchange_n(&m->owner, &lt_init, lt,
                                                                   ^~~~~~~~
../examples/performance-thread/common/lthread_mutex.c:166:45: error: incompatible pointer types passing 'uint64_t *' (aka 'unsigned long *') to parameter of type 'struct lthread **' [-Werror,-Wincompatible-pointer-types]
        if (__atomic_compare_exchange_n(&m->owner, &lt_init, lt,
                                                   ^~~~~~~~
2 errors generated.
[2977/3468] Compiling C object 'examples/c590b3c@@dpdk-l3fwd-thread@exe/performance-thread_common_lthread_sched.c.o'.
[2978/3468] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2021-08-19  7:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210819070908.25773-9-joyce.kong@arm.com>
2021-08-19  7:11 ` [dpdk-test-report] |SUCCESS| pw97107 " checkpatch
2021-08-19  7:38 ` 0-day Robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210819073851.1826-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=joyce.kong@arm.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).