automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |SUCCESS| pw97107 [PATCH v1 8/8] examples: remove unnecessary include of atomic
       [not found] <20210819070908.25773-9-joyce.kong@arm.com>
@ 2021-08-19  7:11 ` checkpatch
  2021-08-19  7:38 ` [dpdk-test-report] |FAILURE| pw97107 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-08-19  7:11 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/97107

_coding style OK_



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report] |FAILURE| pw97107 [dpdk-dev] [PATCH v1 8/8] examples: remove unnecessary include of atomic
       [not found] <20210819070908.25773-9-joyce.kong@arm.com>
  2021-08-19  7:11 ` [dpdk-test-report] |SUCCESS| pw97107 [PATCH v1 8/8] examples: remove unnecessary include of atomic checkpatch
@ 2021-08-19  7:38 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-08-19  7:38 UTC (permalink / raw)
  To: test-report; +Cc: joyce.kong, robot

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-----------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-19  7:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210819070908.25773-9-joyce.kong@arm.com>
2021-08-19  7:11 ` [dpdk-test-report] |SUCCESS| pw97107 [PATCH v1 8/8] examples: remove unnecessary include of atomic checkpatch
2021-08-19  7:38 ` [dpdk-test-report] |FAILURE| pw97107 [dpdk-dev] " 0-day Robot

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).