automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: haijie1@huawei.com, robot@bytheb.org
Subject: |FAILURE| pw133539 [PATCH v7 9/9] app/testpmd: add RSS hash algorithms display
Date: Fri, 27 Oct 2023 22:59:49 -0400	[thread overview]
Message-ID: <20231028025949.2419593-1-robot@bytheb.org> (raw)
In-Reply-To: <20231028014611.4086500-10-haijie1@huawei.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6674127822
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-mini" failed at step Build and test
"ubuntu-20.04-gcc-stdatomic" failed at step Build and test
"ubuntu-20.04-clang-stdatomic" failed at step Build and test
"ubuntu-20.04-gcc-debug+doc+examples+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"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
"fedora:37-gcc" failed at step Build
"fedora:37-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################
	baseband/*:	missing internal dependency, "bbdev"
	gpu/*:	missing internal dependency, "gpudev"
	

Build targets in project: 117

Option buildtype is: debugoptimized [default: release]
Option default_library is: shared [default: static]
Found ninja-1.10.0 at /usr/bin/ninja
[1/352] Linking target app/dpdk-test-acl.
[2/352] Linking target app/dpdk-test-cmdline.
[3/352] Linking target app/dpdk-test-flow-perf.
[4/352] Linking target app/dpdk-test-fib.
[5/352] Linking target app/dpdk-testpmd.
FAILED: app/dpdk-testpmd 
gcc  -o app/dpdk-testpmd 'app/a172ced@@dpdk-testpmd@exe/test-pmd_5tswap.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_cman.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_flow.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_mtr.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_tm.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmd_flex_item.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_csumonly.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_flowgen.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_icmpecho.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_ieee1588fwd.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_iofwd.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macfwd.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macswap.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_noisy_vnf.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_parameters.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_recycle_mbufs.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_rxonly.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_shared_rxq_fwd.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_testpmd.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_txonly.c.o' 'app/a172ced@@dpdk-testpmd@exe/test-pmd_util.c.o' -Wl,--as-needed -Wl,--no-undefined -Wl,--no-as-needed -pthread -Wl,--start-group -lm -ldl -lnuma -lfdt -larchive lib/librte_ethdev.so.24.0 lib/librte_eal.so.24.0 lib/librte_kvargs.so.24.0 lib/librte_log.so.24.0 lib/librte_telemetry.so.24.0 lib/librte_net.so.24.0 lib/librte_mbuf.so.24.0 lib/librte_mempool.so.24.0 lib/librte_ring.so.24.0 lib/librte_meter.so.24.0 lib/librte_cmdline.so.24.0 /usr/lib/x86_64-linux-gnu/libjansson.so /usr/lib/x86_64-linux-gnu/libbsd.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/../lib:XXXXXXXXXXXXXXX' -Wl,-rpath-link,/home/runner/work/dpdk/dpdk/build/lib
/usr/bin/ld: app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o: in function `rss_config_display':
/home/runner/work/dpdk/dpdk/build/../app/test-pmd/config.c:1507: undefined reference to `rte_eth_dev_rss_algo_name'
/usr/bin/ld: app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o: in function `port_rss_hash_conf_show':
/home/runner/work/dpdk/dpdk/build/../app/test-pmd/config.c:4524: undefined reference to `rte_eth_dev_rss_algo_name'
collect2: error: ld returned 1 exit status
[6/352] Compiling C object 'examples/c590b3c@@dpdk-cmdline@exe/cmdline_commands.c.o'.
[7/352] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-keepalive@exe/l2fwd-keepalive_main.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-stdatomic" at step Build and test
####################################################################################
[16/209] Generating symbol file 'lib/76b5a35@@rte_node@sha/librte_node.so.24.0.symbols'.
[17/209] Generating symbol file 'drivers/a715181@@rte_net_bnxt@sha/librte_net_bnxt.so.24.0.symbols'.
[18/209] Generating symbol file 'drivers/a715181@@rte_net_bond@sha/librte_net_bond.so.24.0.symbols'.
[19/209] Generating symbol file 'drivers/a715181@@rte_net_ice@sha/librte_net_ice.so.24.0.symbols'.
[20/209] Generating symbol file 'drivers/a715181@@rte_net_ixgbe@sha/librte_net_ixgbe.so.24.0.symbols'.
[21/209] Generating symbol file 'drivers/a715181@@rte_net_mlx5@sha/librte_net_mlx5.so.24.0.symbols'.
[22/209] Generating symbol file 'drivers/a715181@@rte_net_ring@sha/librte_net_ring.so.24.0.symbols'.
[23/209] Generating symbol file 'drivers/a715181@@rte_raw_ntb@sha/librte_raw_ntb.so.24.0.symbols'.
[24/209] Generating symbol file 'drivers/a715181@@rte_baseband_acc@sha/librte_baseband_acc.so.24.0.symbols'.
[25/209] Generating symbol file 'drivers/a715181@@rte_crypto_scheduler@sha/librte_crypto_scheduler.so.24.0.symbols'.
[26/209] Generating symbol file 'drivers/a715181@@rte_baseband_fpga_5gnr_fec@sha/librte_baseband_fpga_5gnr_fec.so.24.0.symbols'.
[27/209] Generating symbol file 'drivers/a715181@@rte_baseband_la12xx@sha/librte_baseband_la12xx.so.24.0.symbols'.
[28/209] Generating symbol file 'drivers/a715181@@rte_baseband_fpga_lte_fec@sha/librte_baseband_fpga_lte_fec.so.24.0.symbols'.
[29/209] Linking target app/dpdk-pdump.
[30/209] Linking target app/dpdk-dumpcap.
[31/209] Linking target app/dpdk-proc-info.
FAILED: app/dpdk-proc-info 
gcc  -o app/dpdk-proc-info 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o' -Wl,--as-needed -Wl,--no-undefined -Wl,--no-as-needed -pthread -Wl,--start-group -lm -ldl -lnuma -lfdt -larchive lib/librte_ethdev.so.24.0 lib/librte_eal.so.24.0 lib/librte_kvargs.so.24.0 lib/librte_log.so.24.0 lib/librte_telemetry.so.24.0 lib/librte_net.so.24.0 lib/librte_mbuf.so.24.0 lib/librte_mempool.so.24.0 lib/librte_ring.so.24.0 lib/librte_meter.so.24.0 lib/librte_security.so.24.0 lib/librte_cryptodev.so.24.0 lib/librte_rcu.so.24.0 lib/librte_eventdev.so.24.0 lib/librte_hash.so.24.0 lib/librte_timer.so.24.0 lib/librte_dmadev.so.24.0 lib/librte_metrics.so.24.0 /usr/lib/x86_64-linux-gnu/libbsd.so /usr/lib/x86_64-linux-gnu/libjansson.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/../lib:XXXXXXXXXXXXXXX' -Wl,-rpath-link,/home/runner/work/dpdk/dpdk/build/lib
/usr/bin/ld: app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o: in function `show_port':
/home/runner/work/dpdk/dpdk/build/../app/proc-info/main.c:1187: undefined reference to `rte_eth_dev_rss_algo_name'
collect2: error: ld returned 1 exit status
[32/209] Linking target app/dpdk-test-acl.
[33/209] Linking target app/dpdk-test-bbdev.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-stdatomic" at step Build and test
####################################################################################
[18/209] Generating symbol file 'drivers/a715181@@rte_net_bond@sha/librte_net_bond.so.24.0.symbols'.
[19/209] Generating symbol file 'drivers/a715181@@rte_net_ice@sha/librte_net_ice.so.24.0.symbols'.
[20/209] Generating symbol file 'drivers/a715181@@rte_net_ixgbe@sha/librte_net_ixgbe.so.24.0.symbols'.
[21/209] Generating symbol file 'drivers/a715181@@rte_net_mlx5@sha/librte_net_mlx5.so.24.0.symbols'.
[22/209] Generating symbol file 'drivers/a715181@@rte_net_ring@sha/librte_net_ring.so.24.0.symbols'.
[23/209] Generating symbol file 'drivers/a715181@@rte_raw_ntb@sha/librte_raw_ntb.so.24.0.symbols'.
[24/209] Generating symbol file 'drivers/a715181@@rte_crypto_scheduler@sha/librte_crypto_scheduler.so.24.0.symbols'.
[25/209] Generating symbol file 'drivers/a715181@@rte_baseband_acc@sha/librte_baseband_acc.so.24.0.symbols'.
[26/209] Generating symbol file 'drivers/a715181@@rte_baseband_fpga_5gnr_fec@sha/librte_baseband_fpga_5gnr_fec.so.24.0.symbols'.
[27/209] Generating symbol file 'drivers/a715181@@rte_baseband_fpga_lte_fec@sha/librte_baseband_fpga_lte_fec.so.24.0.symbols'.
[28/209] Generating symbol file 'drivers/a715181@@rte_baseband_la12xx@sha/librte_baseband_la12xx.so.24.0.symbols'.
[29/209] Linking target app/dpdk-dumpcap.
[30/209] Linking target app/dpdk-pdump.
[31/209] Linking target app/dpdk-test-cmdline.
[32/209] Linking target app/dpdk-test-acl.
[33/209] Linking target app/dpdk-proc-info.
FAILED: app/dpdk-proc-info 
clang  -o app/dpdk-proc-info 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o' -Wl,--as-needed -Wl,--no-undefined -Wl,--no-as-needed -pthread -Wl,--start-group -lm -ldl -lnuma -lfdt -larchive lib/librte_ethdev.so.24.0 lib/librte_eal.so.24.0 lib/librte_kvargs.so.24.0 lib/librte_log.so.24.0 lib/librte_telemetry.so.24.0 lib/librte_net.so.24.0 lib/librte_mbuf.so.24.0 lib/librte_mempool.so.24.0 lib/librte_ring.so.24.0 lib/librte_meter.so.24.0 lib/librte_security.so.24.0 lib/librte_cryptodev.so.24.0 lib/librte_rcu.so.24.0 lib/librte_eventdev.so.24.0 lib/librte_hash.so.24.0 lib/librte_timer.so.24.0 lib/librte_dmadev.so.24.0 lib/librte_metrics.so.24.0 /usr/lib/x86_64-linux-gnu/libbsd.so /usr/lib/x86_64-linux-gnu/libjansson.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/../lib:XXXXXXXXXXXXXXX' -Wl,-rpath-link,/home/runner/work/dpdk/dpdk/build/lib
/usr/bin/ld: app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o: in function `show_port':
/home/runner/work/dpdk/dpdk/build/../app/proc-info/main.c:1188: undefined reference to `rte_eth_dev_rss_algo_name'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[34/209] Linking target app/dpdk-test-bbdev.
[35/209] Linking target app/dpdk-test-compress-perf.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
[11/727] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_swx_hash_func.cpp.o'.
[12/727] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_swx_table.cpp.o'.
[13/727] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_swx_table_em.cpp.o'.
[14/727] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_swx_table_learner.cpp.o'.
[15/727] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_swx_table_selector.cpp.o'.
[16/727] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_lru.cpp.o'.
[17/727] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_pdump.cpp.o'.
[18/727] Generating symbol file 'drivers/a715181@@rte_raw_ntb@sha/librte_raw_ntb.so.24.0.symbols'.
[19/727] Generating symbol file 'drivers/a715181@@rte_baseband_acc@sha/librte_baseband_acc.so.24.0.symbols'.
[20/727] Generating symbol file 'drivers/a715181@@rte_crypto_scheduler@sha/librte_crypto_scheduler.so.24.0.symbols'.
[21/727] Generating symbol file 'drivers/a715181@@rte_baseband_fpga_5gnr_fec@sha/librte_baseband_fpga_5gnr_fec.so.24.0.symbols'.
[22/727] Generating symbol file 'drivers/a715181@@rte_baseband_la12xx@sha/librte_baseband_la12xx.so.24.0.symbols'.
[23/727] Generating symbol file 'drivers/a715181@@rte_baseband_fpga_lte_fec@sha/librte_baseband_fpga_lte_fec.so.24.0.symbols'.
[24/727] Linking target app/dpdk-dumpcap.
[25/727] Linking target app/dpdk-pdump.
[26/727] Linking target app/dpdk-proc-info.
FAILED: app/dpdk-proc-info 
gcc  -o app/dpdk-proc-info 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o' -Wl,--as-needed -Wl,--no-undefined -Wl,--no-as-needed -pthread -Wl,--start-group -lm -ldl -lnuma -lfdt -larchive lib/librte_ethdev.so.24.0 lib/librte_eal.so.24.0 lib/librte_kvargs.so.24.0 lib/librte_log.so.24.0 lib/librte_telemetry.so.24.0 lib/librte_net.so.24.0 lib/librte_mbuf.so.24.0 lib/librte_mempool.so.24.0 lib/librte_ring.so.24.0 lib/librte_meter.so.24.0 lib/librte_security.so.24.0 lib/librte_cryptodev.so.24.0 lib/librte_rcu.so.24.0 lib/librte_eventdev.so.24.0 lib/librte_hash.so.24.0 lib/librte_timer.so.24.0 lib/librte_dmadev.so.24.0 lib/librte_metrics.so.24.0 /usr/lib/x86_64-linux-gnu/libbsd.so /usr/lib/x86_64-linux-gnu/libjansson.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/../lib:XXXXXXXXXXXXXXX' -Wl,-rpath-link,/home/runner/work/dpdk/dpdk/build/lib
/usr/bin/ld: app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o: in function `show_port':
/home/runner/work/dpdk/dpdk/build/../app/proc-info/main.c:1187: undefined reference to `rte_eth_dev_rss_algo_name'
collect2: error: ld returned 1 exit status
[27/727] Linking target app/dpdk-test-acl.
[28/727] Linking target app/dpdk-test-bbdev.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[12/727] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_swx_table_learner.cpp.o'.
[13/727] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_lru.cpp.o'.
[14/727] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_swx_table_wm.cpp.o'.
[15/727] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_swx_table_selector.cpp.o'.
[16/727] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_swx_table.cpp.o'.
[17/727] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_swx_table_em.cpp.o'.
[18/727] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_pdump.cpp.o'.
[19/727] Generating symbol file 'drivers/a715181@@rte_crypto_scheduler@sha/librte_crypto_scheduler.so.24.0.symbols'.
[20/727] Generating symbol file 'drivers/a715181@@rte_raw_ntb@sha/librte_raw_ntb.so.24.0.symbols'.
[21/727] Generating symbol file 'drivers/a715181@@rte_baseband_acc@sha/librte_baseband_acc.so.24.0.symbols'.
[22/727] Generating symbol file 'drivers/a715181@@rte_baseband_fpga_5gnr_fec@sha/librte_baseband_fpga_5gnr_fec.so.24.0.symbols'.
[23/727] Generating symbol file 'drivers/a715181@@rte_baseband_fpga_lte_fec@sha/librte_baseband_fpga_lte_fec.so.24.0.symbols'.
[24/727] Generating symbol file 'drivers/a715181@@rte_baseband_la12xx@sha/librte_baseband_la12xx.so.24.0.symbols'.
[25/727] Linking target app/dpdk-dumpcap.
[26/727] Linking target app/dpdk-pdump.
[27/727] Linking target app/dpdk-proc-info.
FAILED: app/dpdk-proc-info 
clang  -o app/dpdk-proc-info 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o' -fsanitize=address -Wl,--as-needed -Wl,--allow-shlib-undefined -Wl,--no-as-needed -pthread -Wl,--start-group -lm -ldl -lnuma -lfdt -larchive lib/librte_ethdev.so.24.0 lib/librte_eal.so.24.0 lib/librte_kvargs.so.24.0 lib/librte_log.so.24.0 lib/librte_telemetry.so.24.0 lib/librte_net.so.24.0 lib/librte_mbuf.so.24.0 lib/librte_mempool.so.24.0 lib/librte_ring.so.24.0 lib/librte_meter.so.24.0 lib/librte_security.so.24.0 lib/librte_cryptodev.so.24.0 lib/librte_rcu.so.24.0 lib/librte_eventdev.so.24.0 lib/librte_hash.so.24.0 lib/librte_timer.so.24.0 lib/librte_dmadev.so.24.0 lib/librte_metrics.so.24.0 /usr/lib/x86_64-linux-gnu/libbsd.so /usr/lib/x86_64-linux-gnu/libjansson.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/../lib:XXXXXXXXXXXXXXX' -Wl,-rpath-link,/home/runner/work/dpdk/dpdk/build/lib
/usr/bin/ld: app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o: in function `show_port':
/home/runner/work/dpdk/dpdk/build/../app/proc-info/main.c:1188: undefined reference to `rte_eth_dev_rss_algo_name'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[28/727] Linking target app/dpdk-test-acl.
[29/727] Linking target app/dpdk-test-bbdev.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[2574/4037] Generating rte_baseband_null.pmd.c with a custom command.
[2575/4037] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2576/4037] Linking static target drivers/librte_baseband_null.a.
[2577/4037] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2578/4037] Linking target drivers/librte_baseband_null.so.24.0.
[2579/4037] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2580/4037] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2581/4037] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2582/4037] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2583/4037] Linking static target drivers/librte_baseband_turbo_sw.a.
[2584/4037] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2585/4037] Linking target drivers/librte_baseband_turbo_sw.so.24.0.
[2586/4037] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[2587/4037] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2588/4037] Linking target app/dpdk-pdump.
[2589/4037] Linking target app/dpdk-proc-info.
FAILED: app/dpdk-proc-info 
aarch64-linux-gnu-gcc  -o app/dpdk-proc-info 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o' -Wl,--as-needed -Wl,--no-undefined -Wl,--no-as-needed -pthread -Wl,--start-group -lm -ldl lib/librte_ethdev.so.24.0 lib/librte_eal.so.24.0 lib/librte_kvargs.so.24.0 lib/librte_log.so.24.0 lib/librte_telemetry.so.24.0 lib/librte_net.so.24.0 lib/librte_mbuf.so.24.0 lib/librte_mempool.so.24.0 lib/librte_ring.so.24.0 lib/librte_meter.so.24.0 lib/librte_security.so.24.0 lib/librte_cryptodev.so.24.0 lib/librte_rcu.so.24.0 lib/librte_eventdev.so.24.0 lib/librte_hash.so.24.0 lib/librte_timer.so.24.0 lib/librte_dmadev.so.24.0 lib/librte_metrics.so.24.0 -Wl,--end-group '-Wl,-rpath,$ORIGIN/../lib:XXXXXXXXXXXXXXX' -Wl,-rpath-link,/home/runner/work/dpdk/dpdk/build/lib
/usr/lib/gcc-cross/aarch64-linux-gnu/9/../../../../aarch64-linux-gnu/bin/ld: app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o: in function `show_port':
/home/runner/work/dpdk/dpdk/build/../app/proc-info/main.c:1187: undefined reference to `rte_eth_dev_rss_algo_name'
collect2: error: ld returned 1 exit status
[2590/4037] Compiling C object 'app/a172ced@@dpdk-test-acl@exe/test-acl_main.c.o'.
[2591/4037] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_112_127_seg.c.o'.
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
####################################################################################
Option default_library is: shared [default: static]
Found ninja-1.10.0 at /usr/bin/ninja
[1/696] Generating symbol file 'drivers/a715181@@rte_net_i40e@sha/librte_net_i40e.so.24.0.symbols'.
[2/696] Generating symbol file 'drivers/a715181@@rte_net_bnxt@sha/librte_net_bnxt.so.24.0.symbols'.
[3/696] Generating symbol file 'drivers/a715181@@rte_net_bond@sha/librte_net_bond.so.24.0.symbols'.
[4/696] Generating symbol file 'drivers/a715181@@rte_net_ice@sha/librte_net_ice.so.24.0.symbols'.
[5/696] Generating symbol file 'drivers/a715181@@rte_net_ixgbe@sha/librte_net_ixgbe.so.24.0.symbols'.
[6/696] Generating symbol file 'drivers/a715181@@rte_net_ring@sha/librte_net_ring.so.24.0.symbols'.
[7/696] Generating symbol file 'drivers/a715181@@rte_raw_ntb@sha/librte_raw_ntb.so.24.0.symbols'.
[8/696] Generating symbol file 'drivers/a715181@@rte_crypto_scheduler@sha/librte_crypto_scheduler.so.24.0.symbols'.
[9/696] Generating symbol file 'drivers/a715181@@rte_baseband_acc@sha/librte_baseband_acc.so.24.0.symbols'.
[10/696] Generating symbol file 'drivers/a715181@@rte_baseband_fpga_5gnr_fec@sha/librte_baseband_fpga_5gnr_fec.so.24.0.symbols'.
[11/696] Linking target app/dpdk-pdump.
[12/696] Generating symbol file 'drivers/a715181@@rte_baseband_fpga_lte_fec@sha/librte_baseband_fpga_lte_fec.so.24.0.symbols'.
[13/696] Linking target app/dpdk-test-acl.
[14/696] Linking target app/dpdk-proc-info.
FAILED: app/dpdk-proc-info 
powerpc64le-linux-gnu-gcc  -o app/dpdk-proc-info 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o' -Wl,--as-needed -Wl,--no-undefined -Wl,--no-as-needed -pthread -Wl,--start-group -lm -ldl lib/librte_ethdev.so.24.0 lib/librte_eal.so.24.0 lib/librte_kvargs.so.24.0 lib/librte_log.so.24.0 lib/librte_telemetry.so.24.0 lib/librte_net.so.24.0 lib/librte_mbuf.so.24.0 lib/librte_mempool.so.24.0 lib/librte_ring.so.24.0 lib/librte_meter.so.24.0 lib/librte_security.so.24.0 lib/librte_cryptodev.so.24.0 lib/librte_rcu.so.24.0 lib/librte_eventdev.so.24.0 lib/librte_hash.so.24.0 lib/librte_timer.so.24.0 lib/librte_dmadev.so.24.0 lib/librte_metrics.so.24.0 -Wl,--end-group '-Wl,-rpath,$ORIGIN/../lib:XXXXXXXXXXXXXXX' -Wl,-rpath-link,/home/runner/work/dpdk/dpdk/build/lib
/usr/lib/gcc-cross/powerpc64le-linux-gnu/9/../../../../powerpc64le-linux-gnu/bin/ld: app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o: in function `show_port':
/home/runner/work/dpdk/dpdk/build/../app/proc-info/main.c:1187: undefined reference to `rte_eth_dev_rss_algo_name'
collect2: error: ld returned 1 exit status
[15/696] Generating symbol file 'drivers/a715181@@rte_baseband_la12xx@sha/librte_baseband_la12xx.so.24.0.symbols'.
[16/696] Linking target app/dpdk-test-cmdline.
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
####################################################################################

Option buildtype is: debugoptimized [default: release]
Option default_library is: shared [default: static]
Found ninja-1.10.0 at /usr/bin/ninja
[1/695] Generating symbol file 'drivers/a715181@@rte_baseband_fpga_5gnr_fec@sha/librte_baseband_fpga_5gnr_fec.so.24.0.symbols'.
[2/695] Generating symbol file 'drivers/a715181@@rte_net_bnxt@sha/librte_net_bnxt.so.24.0.symbols'.
[3/695] Generating symbol file 'drivers/a715181@@rte_net_bond@sha/librte_net_bond.so.24.0.symbols'.
[4/695] Generating symbol file 'drivers/a715181@@rte_net_ice@sha/librte_net_ice.so.24.0.symbols'.
[5/695] Generating symbol file 'drivers/a715181@@rte_raw_ntb@sha/librte_raw_ntb.so.24.0.symbols'.
[6/695] Generating symbol file 'drivers/a715181@@rte_net_ring@sha/librte_net_ring.so.24.0.symbols'.
[7/695] Generating symbol file 'drivers/a715181@@rte_net_ixgbe@sha/librte_net_ixgbe.so.24.0.symbols'.
[8/695] Generating symbol file 'drivers/a715181@@rte_crypto_scheduler@sha/librte_crypto_scheduler.so.24.0.symbols'.
[9/695] Generating symbol file 'drivers/a715181@@rte_baseband_acc@sha/librte_baseband_acc.so.24.0.symbols'.
[10/695] Generating symbol file 'drivers/a715181@@rte_baseband_fpga_lte_fec@sha/librte_baseband_fpga_lte_fec.so.24.0.symbols'.
[11/695] Linking target app/dpdk-pdump.
[12/695] Linking target app/dpdk-proc-info.
FAILED: app/dpdk-proc-info 
riscv64-linux-gnu-gcc  -o app/dpdk-proc-info 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o' -Wl,--as-needed -Wl,--no-undefined -Wl,--no-as-needed -pthread -Wl,--start-group -lm -ldl lib/librte_ethdev.so.24.0 lib/librte_eal.so.24.0 lib/librte_kvargs.so.24.0 lib/librte_log.so.24.0 lib/librte_telemetry.so.24.0 lib/librte_net.so.24.0 lib/librte_mbuf.so.24.0 lib/librte_mempool.so.24.0 lib/librte_ring.so.24.0 lib/librte_meter.so.24.0 lib/librte_security.so.24.0 lib/librte_cryptodev.so.24.0 lib/librte_rcu.so.24.0 lib/librte_eventdev.so.24.0 lib/librte_hash.so.24.0 lib/librte_timer.so.24.0 lib/librte_dmadev.so.24.0 lib/librte_metrics.so.24.0 -Wl,--end-group '-Wl,-rpath,$ORIGIN/../lib:XXXXXXXXXXXXXXX' -Wl,-rpath-link,/home/runner/work/dpdk/dpdk/build/lib
/usr/lib/gcc-cross/riscv64-linux-gnu/9/../../../../riscv64-linux-gnu/bin/ld: app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o: in function `printf':
/usr/riscv64-linux-gnu/include/bits/stdio2.h:107: undefined reference to `rte_eth_dev_rss_algo_name'
collect2: error: ld returned 1 exit status
[13/695] Linking target app/dpdk-test-acl.
[14/695] Generating symbol file 'drivers/a715181@@rte_baseband_la12xx@sha/librte_baseband_la12xx.so.24.0.symbols'.
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
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-gcc" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2023-10-28  3:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20231028014611.4086500-10-haijie1@huawei.com>
2023-10-28  1:31 ` |SUCCESS| pw133532-133539 " qemudev
2023-10-28  1:35 ` qemudev
2023-10-28  1:51 ` |SUCCESS| pw133539 " checkpatch
2023-10-28  2:59 ` 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=20231028025949.2419593-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=haijie1@huawei.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).