automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: artemyko@nvidia.com, robot@bytheb.org
Subject: |FAILURE| pw135053 [PATCH 5/5] eal: fix memzone fbarray cleanup
Date: Tue, 12 Dec 2023 00:24:10 -0500	[thread overview]
Message-ID: <20231212052410.2598753-1-robot@bytheb.org> (raw)
In-Reply-To: <20231212042517.164353-6-artemyko@nvidia.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7177020771
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
../app/test-mp/main.c:37:40: error: nested extern declaration of ‘rte_get_tsc_hz’ [-Werror=nested-externs]
In file included from ../lib/eal/include/rte_stdatomic.h:8,
                 from ../lib/eal/include/generic/rte_atomic.h:18,
                 from ../lib/eal/arm/include/rte_atomic_64.h:17,
                 from ../lib/eal/arm/include/rte_atomic.h:9,
                 from ../lib/eal/include/generic/rte_pause.h:19,
                 from ../lib/eal/arm/include/rte_pause_64.h:19,
                 from ../lib/eal/arm/include/rte_pause.h:13,
                 from ../lib/eal/include/generic/rte_rwlock.h:34,
                 from ../lib/eal/arm/include/rte_rwlock.h:12,
                 from ../lib/eal/include/rte_eal_memconfig.h:10,
                 from ../lib/eal/include/rte_memory.h:25,
                 from ../lib/eal/include/rte_malloc.h:16,
                 from ../app/test-mp/main.c:4:
../app/test-mp/main.c:40:23: error: comparison of integer expressions of different signedness: ‘int’ and ‘uint64_t’ {aka ‘long unsigned int’} [-Werror=sign-compare]
   40 |    assert(rte_rdtsc() < timeout);
      |                       ^
cc1: all warnings being treated as errors
[2698/4090] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_test_inference_interleave.c.o'.
[2699/4090] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_test_inference_common.c.o'.
[2700/4090] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_config.c.o'.
[2701/4090] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_5tswap.c.o'.
[2702/4090] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
      |                      ^~~~~~~~~
../app/test-mp/main.c:37:22: error: nested extern declaration of ‘rte_rdtsc’ [-Werror=nested-externs]
../app/test-mp/main.c:37:40: error: implicit declaration of function ‘rte_get_tsc_hz’ [-Werror=implicit-function-declaration]
   37 |   uint64_t timeout = rte_rdtsc() + 5 * rte_get_tsc_hz();
      |                                        ^~~~~~~~~~~~~~
../app/test-mp/main.c:37:40: error: nested extern declaration of ‘rte_get_tsc_hz’ [-Werror=nested-externs]
In file included from ../lib/eal/include/generic/rte_pause.h:16,
                 from ../lib/eal/ppc/include/rte_pause.h:14,
                 from ../lib/eal/include/generic/rte_rwlock.h:34,
                 from ../lib/eal/ppc/include/rte_rwlock.h:10,
                 from ../lib/eal/include/rte_eal_memconfig.h:10,
                 from ../lib/eal/include/rte_memory.h:25,
                 from ../lib/eal/include/rte_malloc.h:16,
                 from ../app/test-mp/main.c:4:
../app/test-mp/main.c:40:23: error: comparison of integer expressions of different signedness: ‘int’ and ‘uint64_t’ {aka ‘long unsigned int’} [-Werror=sign-compare]
   40 |    assert(rte_rdtsc() < timeout);
      |                       ^
cc1: all warnings being treated as errors
[2141/3388] Linking target app/dpdk-test-eventdev.
[2142/3388] Linking target app/dpdk-test-flow-perf.
[2143/3388] Linking target app/dpdk-test-gpudev.
[2144/3388] Linking target app/dpdk-test-fib.
[2145/3388] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
      |                      ^~~~~~~~~
../app/test-mp/main.c:37:22: error: nested extern declaration of ‘rte_rdtsc’ [-Werror=nested-externs]
../app/test-mp/main.c:37:40: error: implicit declaration of function ‘rte_get_tsc_hz’ [-Werror=implicit-function-declaration]
   37 |   uint64_t timeout = rte_rdtsc() + 5 * rte_get_tsc_hz();
      |                                        ^~~~~~~~~~~~~~
../app/test-mp/main.c:37:40: error: nested extern declaration of ‘rte_get_tsc_hz’ [-Werror=nested-externs]
In file included from ../lib/eal/include/generic/rte_pause.h:16,
                 from ../lib/eal/riscv/include/rte_pause.h:16,
                 from ../lib/eal/include/generic/rte_rwlock.h:34,
                 from ../lib/eal/riscv/include/rte_rwlock.h:14,
                 from ../lib/eal/include/rte_eal_memconfig.h:10,
                 from ../lib/eal/include/rte_memory.h:25,
                 from ../lib/eal/include/rte_malloc.h:16,
                 from ../app/test-mp/main.c:4:
../app/test-mp/main.c:40:23: error: comparison of integer expressions of different signedness: ‘int’ and ‘uint64_t’ {aka ‘long unsigned int’} [-Werror=sign-compare]
   40 |    assert(rte_rdtsc() < timeout);
      |                       ^
cc1: all warnings being treated as errors
[2111/3359] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_mtr.c.o'.
[2112/3359] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_stub.c.o'.
[2113/3359] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmd_flex_item.c.o'.
[2114/3359] Generating symbol file 'drivers/a715181@@rte_common_cnxk@sha/librte_common_cnxk.so.24.1.symbols'.
[2115/3359] Generating rte_baseband_acc.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2023-12-12  5:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20231212042517.164353-6-artemyko@nvidia.com>
2023-12-12  4:07 ` |FAILURE| pw135049-135053 " qemudev
2023-12-12  4:27 ` |WARNING| pw135053 " checkpatch
2023-12-12  5:24 ` 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=20231212052410.2598753-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=artemyko@nvidia.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).