automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: mattias.ronnblom@ericsson.com, robot@bytheb.org
Subject: |FAILURE| pw143061 [PATCH] service: extend service function call statistics
Date: Fri,  9 Aug 2024 17:22:47 -0400	[thread overview]
Message-ID: <20240809212247.1068935-1-robot@bytheb.org> (raw)
In-Reply-To: <20240809202539.590510-1-mattias.ronnblom@ericsson.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/10325491860
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-stdatomic" failed at step Build and test
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################
      |                     ~~~~~~~~~~^~~~~~~
../lib/eal/common/rte_service.c:409:45: error: passing argument 1 of ‘service_counter_add’ from incompatible pointer type [-Werror=incompatible-pointer-types]
  409 |                         service_counter_add(&cs->cycles, cycles);
      |                                             ^~~~~~~~~~~
      |                                             |
      |                                             _Atomic uint64_t * {aka _Atomic long unsigned int *}
../lib/eal/common/rte_service.c:375:31: note: expected ‘uint64_t *’ {aka ‘long unsigned int *’} but argument is of type ‘_Atomic uint64_t *’ {aka ‘_Atomic long unsigned int *’}
  375 | service_counter_add(uint64_t *counter, uint64_t value)
      |                     ~~~~~~~~~~^~~~~~~
../lib/eal/common/rte_service.c:410:45: error: passing argument 1 of ‘service_counter_add’ from incompatible pointer type [-Werror=incompatible-pointer-types]
  410 |                         service_counter_add(&service_stats->cycles, cycles);
      |                                             ^~~~~~~~~~~~~~~~~~~~~~
      |                                             |
      |                                             _Atomic uint64_t * {aka _Atomic long unsigned int *}
../lib/eal/common/rte_service.c:375:31: note: expected ‘uint64_t *’ {aka ‘long unsigned int *’} but argument is of type ‘_Atomic uint64_t *’ {aka ‘_Atomic long unsigned int *’}
  375 | service_counter_add(uint64_t *counter, uint64_t value)
      |                     ~~~~~~~~~~^~~~~~~
cc1: all warnings being treated as errors
[58/3028] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace.c.o'.
[59/3028] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace_ctf.c.o'.
[60/3028] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_proc.c.o'.
[61/3028] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_hotplug_mp.c.o'.
[62/3028] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace_utils.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
                        service_counter_add(&service_stats->error_calls, 1);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/common/rte_service.c:375:31: note: passing argument to parameter 'counter' here
service_counter_add(uint64_t *counter, uint64_t value)
                              ^
../lib/eal/common/rte_service.c:409:24: error: incompatible pointer types passing '_Atomic(uint64_t) *' to parameter of type 'uint64_t *' (aka 'unsigned long *') [-Werror,-Wincompatible-pointer-types]
                        service_counter_add(&cs->cycles, cycles);
                                            ^~~~~~~~~~~
../lib/eal/common/rte_service.c:375:31: note: passing argument to parameter 'counter' here
service_counter_add(uint64_t *counter, uint64_t value)
                              ^
../lib/eal/common/rte_service.c:410:24: error: incompatible pointer types passing '_Atomic(uint64_t) *' to parameter of type 'uint64_t *' (aka 'unsigned long *') [-Werror,-Wincompatible-pointer-types]
                        service_counter_add(&service_stats->cycles, cycles);
                                            ^~~~~~~~~~~~~~~~~~~~~~
../lib/eal/common/rte_service.c:375:31: note: passing argument to parameter 'counter' here
service_counter_add(uint64_t *counter, uint64_t value)
                              ^
6 errors generated.
[53/3028] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_random.c.o'.
[54/3028] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dynmem.c.o'.
[55/3028] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_malloc.c.o'.
[56/3028] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_proc.c.o'.
[57/3028] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

  parent reply	other threads:[~2024-08-09 21:22 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240809202539.590510-1-mattias.ronnblom@ericsson.com>
2024-08-09 20:08 ` |SUCCESS| " qemudev
2024-08-09 20:12 ` qemudev
2024-08-09 20:36 ` checkpatch
2024-08-09 21:22 ` 0-day Robot [this message]
2024-08-11  8:39 ` |SUCCESS| pw143061 [PATCH] service: extend service function call sta dpdklab
2024-08-11  8:50 ` |PENDING| " dpdklab
2024-08-11  8:54 ` |SUCCESS| " dpdklab
2024-08-11  8:55 ` dpdklab
2024-08-11  9:03 ` dpdklab
2024-08-11  9:04 ` dpdklab
2024-08-11  9:09 ` dpdklab
2024-08-11  9:17 ` |PENDING| " dpdklab
2024-08-11  9:18 ` |SUCCESS| " dpdklab
2024-08-11  9:24 ` dpdklab
2024-08-11  9:25 ` dpdklab
2024-08-11  9:29 ` dpdklab
2024-08-11  9:49 ` dpdklab
2024-08-11  9:53 ` |PENDING| " dpdklab
2024-08-11  9:54 ` |SUCCESS| " dpdklab
2024-08-11  9:55 ` |WARNING| " dpdklab
2024-08-11  9:55 ` dpdklab
2024-08-11  9:55 ` dpdklab
2024-08-11  9:59 ` dpdklab
2024-08-11  9:59 ` |SUCCESS| " dpdklab
2024-08-11  9:59 ` dpdklab
2024-08-11 10:00 ` dpdklab
2024-08-11 10:01 ` |WARNING| " dpdklab
2024-08-11 10:02 ` |PENDING| " dpdklab
2024-08-11 10:03 ` dpdklab
2024-08-11 10:07 ` dpdklab
2024-08-11 10:07 ` dpdklab
2024-08-11 10:09 ` dpdklab
2024-08-11 10:11 ` dpdklab
2024-08-11 10:14 ` dpdklab
2024-08-11 10:16 ` dpdklab
2024-08-11 10:17 ` dpdklab
2024-08-11 10:18 ` dpdklab
2024-08-11 10:19 ` dpdklab
2024-08-11 10:20 ` dpdklab
2024-08-11 10:20 ` dpdklab
2024-08-11 10:21 ` dpdklab
2024-08-11 10:23 ` dpdklab
2024-08-11 10:24 ` dpdklab
2024-08-11 10:25 ` |WARNING| " dpdklab
2024-08-11 10:27 ` dpdklab
2024-08-11 10:27 ` dpdklab
2024-08-11 10:28 ` dpdklab
2024-08-11 10:28 ` |PENDING| " dpdklab
2024-08-11 10:29 ` dpdklab
2024-08-11 10:30 ` |WARNING| " dpdklab
2024-08-11 10:31 ` |PENDING| " dpdklab
2024-08-11 10:34 ` |WARNING| " dpdklab
2024-08-11 10:35 ` |PENDING| " dpdklab
2024-08-11 10:35 ` dpdklab
2024-08-11 10:36 ` dpdklab
2024-08-11 10:37 ` |WARNING| " dpdklab
2024-08-11 10:38 ` dpdklab
2024-08-11 10:38 ` |PENDING| " dpdklab
2024-08-11 10:38 ` dpdklab
2024-08-11 10:39 ` dpdklab
2024-08-11 10:39 ` dpdklab
2024-08-11 10:39 ` dpdklab
2024-08-11 10:41 ` dpdklab
2024-08-11 10:41 ` dpdklab
2024-08-11 10:41 ` |WARNING| " dpdklab
2024-08-11 10:42 ` dpdklab
2024-08-11 10:43 ` dpdklab
2024-08-11 10:43 ` |PENDING| " dpdklab
2024-08-11 10:43 ` dpdklab
2024-08-11 10:43 ` dpdklab
2024-08-11 10:43 ` dpdklab
2024-08-11 10:44 ` dpdklab
2024-08-11 10:45 ` dpdklab
2024-08-11 10:45 ` dpdklab
2024-08-11 10:46 ` dpdklab
2024-08-11 10:46 ` dpdklab
2024-08-11 10:46 ` dpdklab
2024-08-11 10:48 ` dpdklab
2024-08-11 10:49 ` dpdklab
2024-08-11 10:49 ` |WARNING| " dpdklab
2024-08-11 10:49 ` dpdklab
2024-08-11 10:50 ` dpdklab
2024-08-11 10:52 ` |PENDING| " dpdklab
2024-08-11 10:52 ` |SUCCESS| " dpdklab
2024-08-11 10:53 ` |PENDING| " dpdklab
2024-08-11 10:54 ` dpdklab
2024-08-11 10:55 ` |WARNING| " dpdklab
2024-08-11 10:56 ` dpdklab
2024-08-11 10:56 ` |SUCCESS| " dpdklab
2024-08-11 10:57 ` |PENDING| " dpdklab
2024-08-11 10:59 ` dpdklab
2024-08-11 11:03 ` dpdklab
2024-08-11 11:05 ` |SUCCESS| " dpdklab
2024-08-11 11:09 ` |WARNING| " dpdklab
2024-08-11 11:34 ` |PENDING| " dpdklab
2024-08-11 11:48 ` dpdklab
2024-08-11 12:03 ` |SUCCESS| " dpdklab

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=20240809212247.1068935-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=mattias.ronnblom@ericsson.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).