|FAILURE| pw135053 [PATCH 5/5] eal: fix memzone fbarray cleanup

0-day Robot robot at bytheb.org
Tue Dec 12 06:24:10 CET 2023


From: robot at 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 at exe/test-mldev_test_inference_interleave.c.o'.
[2699/4090] Compiling C object 'app/a172ced@@dpdk-test-mldev at exe/test-mldev_test_inference_common.c.o'.
[2700/4090] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_config.c.o'.
[2701/4090] Compiling C object 'app/a172ced@@dpdk-testpmd at 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 at exe/test-pmd_cmdline_mtr.c.o'.
[2112/3359] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_pipeline_stub.c.o'.
[2113/3359] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmd_flex_item.c.o'.
[2114/3359] Generating symbol file 'drivers/a715181@@rte_common_cnxk at 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-----------------------------


More information about the test-report mailing list