automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw133311 [PATCH v2] eal/unix: allow creating thread with real-time priority
       [not found] <20231025151352.995318-1-thomas@monjalon.net>
@ 2023-10-25 14:56 ` qemudev
  2023-10-25 15:17 ` |WARNING| " checkpatch
  2023-10-25 15:40 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2023-10-25 14:56 UTC (permalink / raw)
  To: test-report; +Cc: Thomas Monjalon, zhoumin

Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/133311

_ninja build failure_

Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: Wed, 25 Oct 2023 17:13:14 +0200
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 2a0557d1ea21c3f63a212385348c97c414970e81

133311 --> ninja build failed

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: lib/eal.sym_chk
/usr/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/zhoumin/dpdk/buildtools/check-symbols.sh /home/zhoumin/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[999/2378] Compiling C object drivers/libtmp_rte_net_bond.a.p/net_bonding_rte_eth_bond_pmd.c.o
[1000/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_res.c.o
[1001/2378] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_eal.c.o
[1002/2378] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_phy.c.o
[1003/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_base_vnic_dev.c.o
[1004/2378] Generating rte_net_enetc.pmd.c with a custom command
[1005/2378] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_intr.c.o
[1006/2378] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_base_ena_com.c.o
[1007/2378] Compiling C object drivers/net/e1000/base/libe1000_base.a.p/e1000_ich8lan.c.o
[1008/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_vf_representor.c.o
[1009/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_flow.c.o
[1010/2378] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_ether.c.o
[1011/2378] Generating rte_net_enetfec.pmd.c with a custom command
[1012/2378] Compiling C object drivers/libtmp_rte_net_e1000.a.p/net_e1000_em_rxtx.c.o
[1013/2378] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_args.c.o
[1014/2378] Compiling C object drivers/libtmp_rte_net_dpaa.a.p/net_dpaa_dpaa_rxtx.c.o
[1015/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_ethdev.c.o
[1016/2378] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_flow.c.o
[1017/2378] Generating rte_net_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[1018/2378] Generating rte_net_cxgbe.pmd.c with a custom command
[1019/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_rxtx.c.o
[1020/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_fm_flow.c.o
[1021/2378] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[1022/2378] Compiling C object drivers/libtmp_rte_net_e1000.a.p/net_e1000_igb_rxtx.c.o
[1023/2378] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_ena_ethdev.c.o
[1024/2378] Generating rte_net_bnx2x.pmd.c with a custom command
[1025/2378] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_main.c.o
[1026/2378] Compiling C object drivers/libtmp_rte_net_e1000.a.p/net_e1000_igb_ethdev.c.o
[1027/2378] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o
[1028/2378] Generating vhost.sym_chk with a custom command (wrapped by meson to capture output)
[1029/2378] Generating rte_net_bnxt.pmd.c with a custom command
[1030/2378] Generating pipeline.sym_chk with a custom command (wrapped by meson to capture output)
[1031/2378] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


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

* |WARNING| pw133311 [PATCH v2] eal/unix: allow creating thread with real-time priority
       [not found] <20231025151352.995318-1-thomas@monjalon.net>
  2023-10-25 14:56 ` |FAILURE| pw133311 [PATCH v2] eal/unix: allow creating thread with real-time priority qemudev
@ 2023-10-25 15:17 ` checkpatch
  2023-10-25 15:40 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 4+ messages in thread
From: checkpatch @ 2023-10-25 15:17 UTC (permalink / raw)
  To: test-report; +Cc: Thomas Monjalon

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/133311

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#194: FILE: lib/eal/include/rte_thread.h:62:
+	 *  WARNING: System may be unstable because of a real-time busy loop. */

total: 0 errors, 1 warnings, 138 lines checked

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

* |FAILURE| pw133311 [PATCH v2] eal/unix: allow creating thread with real-time priority
       [not found] <20231025151352.995318-1-thomas@monjalon.net>
  2023-10-25 14:56 ` |FAILURE| pw133311 [PATCH v2] eal/unix: allow creating thread with real-time priority qemudev
  2023-10-25 15:17 ` |WARNING| " checkpatch
@ 2023-10-25 15:40 ` 0-day Robot
  2 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2023-10-25 15:40 UTC (permalink / raw)
  To: test-report; +Cc: thomas, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6642581292
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-static-i386" 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
####################################################################################
[99/1007] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_ptype.c.o'.
[100/1007] Generating mempool.sym_chk with a meson_exe.py custom command.
[101/1007] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_pool_ops.c.o'.
[102/1007] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_dyn.c.o'.
[103/1007] Compiling C object 'lib/net/ab5e066@@net_crc_sse42_lib@sta/net_crc_sse.c.o'.
[104/1007] Linking static target lib/net/libnet_crc_sse42_lib.a.
[105/1007] Compiling C object 'lib/net/ab5e066@@net_crc_avx512_lib@sta/net_crc_avx512.c.o'.
[106/1007] Linking static target lib/net/libnet_crc_avx512_lib.a.
[107/1007] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_arp.c.o'.
[108/1007] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_ether.c.o'.
[109/1007] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf.c.o'.
[110/1007] Linking static target lib/librte_mbuf.a.
[111/1007] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o'.
[112/1007] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net_crc.c.o'.
[113/1007] Linking static target lib/librte_net.a.
[114/1007] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[115/1007] Generating net.sym_chk with a meson_exe.py custom command.
[116/1007] Generating mbuf.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-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-stdatomic" at step Build and test
####################################################################################
[105/2799] Linking static target lib/net/libnet_crc_avx512_lib.a.
[106/2799] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_arp.c.o'.
[107/2799] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf.c.o'.
[108/2799] Linking static target lib/librte_mbuf.a.
[109/2799] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_ether.c.o'.
[110/2799] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o'.
[111/2799] Generating mbuf.sym_chk with a meson_exe.py custom command.
[112/2799] Linking static target lib/librte_meter.a.
[113/2799] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net_crc.c.o'.
[114/2799] Linking static target lib/librte_net.a.
[115/2799] Generating net.sym_chk with a meson_exe.py custom command.
[116/2799] Generating meter.sym_chk with a meson_exe.py custom command.
[117/2799] Compiling C object 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o'.
[118/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_driver.c.o'.
[119/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.o'.
[120/2799] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[121/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_mtr.c.o'.
[122/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_tm.c.o'.
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
####################################################################################
[109/2799] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_ether.c.o'.
[110/2799] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o'.
[111/2799] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net_crc.c.o'.
[112/2799] Linking static target lib/librte_net.a.
[113/2799] Generating mbuf.sym_chk with a meson_exe.py custom command.
[114/2799] Linking static target lib/librte_meter.a.
[115/2799] Generating net.sym_chk with a meson_exe.py custom command.
[116/2799] Generating meter.sym_chk with a meson_exe.py custom command.
[117/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_driver.c.o'.
[118/2799] Compiling C object 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o'.
[119/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.o'.
[120/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_mtr.c.o'.
[121/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_tm.c.o'.
[122/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_profile.c.o'.
[123/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_class_eth.c.o'.
[124/2799] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[125/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[126/2799] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
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
####################################################################################
[115/3871] Linking static target lib/librte_net.a.
[116/3871] Generating meter.sym_chk with a meson_exe.py custom command.
[117/3871] Generating net.sym_chk with a meson_exe.py custom command.
[118/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_driver.c.o'.
[119/3871] Compiling C object 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o'.
[120/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.o'.
[121/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_profile.c.o'.
[122/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_mtr.c.o'.
[123/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_class_eth.c.o'.
[124/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[125/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_cman.c.o'.
[126/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o'.
[127/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
[128/3871] Compiling C object 'lib/76b5a35@@rte_jobstats@sta/jobstats_rte_jobstats.c.o'.
[129/3871] Linking static target lib/librte_jobstats.a.
[130/3871] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[131/3871] Generating jobstats.sym_chk with a meson_exe.py custom command.
[132/3871] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_flow.c.o'.
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
####################################################################################
[101/3871] Compiling C object 'lib/net/ab5e066@@net_crc_sse42_lib@sta/net_crc_sse.c.o'.
[102/3871] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_pool_ops.c.o'.
[103/3871] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_dyn.c.o'.
[104/3871] Linking static target lib/net/libnet_crc_sse42_lib.a.
[105/3871] Compiling C object 'lib/net/ab5e066@@net_crc_avx512_lib@sta/net_crc_avx512.c.o'.
[106/3871] Linking static target lib/net/libnet_crc_avx512_lib.a.
[107/3871] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_arp.c.o'.
[108/3871] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_ether.c.o'.
[109/3871] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o'.
[110/3871] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net_crc.c.o'.
[111/3871] Linking static target lib/librte_net.a.
[112/3871] Generating net.sym_chk with a meson_exe.py custom command.
[113/3871] Linking static target lib/librte_meter.a.
[114/3871] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf.c.o'.
[115/3871] Linking static target lib/librte_mbuf.a.
[116/3871] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[117/3871] Generating mbuf.sym_chk with a meson_exe.py custom command.
[118/3871] Compiling C object 'lib/76b5a35@@rte_efd@sta/efd_rte_efd.c.o'.
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-static-i386" at step Build and test
####################################################################################
[105/3118] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_ether.c.o'.
[106/3118] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net_crc.c.o'.
[107/3118] Compiling C object 'lib/76b5a35@@rte_meter@sta/meter_rte_meter.c.o'.
[108/3118] Linking static target lib/librte_meter.a.
[109/3118] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o'.
[110/3118] Linking static target lib/librte_net.a.
[111/3118] Generating meter.sym_chk with a meson_exe.py custom command.
[112/3118] Generating net.sym_chk with a meson_exe.py custom command.
[113/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_driver.c.o'.
[114/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.o'.
[115/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8472.c.o'.
[116/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8636.c.o'.
[117/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_profile.c.o'.
[118/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_class_eth.c.o'.
[119/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[120/3118] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[121/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_cman.c.o'.
[122/3118] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[109/4037] Compiling C object 'lib/76b5a35@@rte_meter@sta/meter_rte_meter.c.o'.
[110/4037] Linking static target lib/librte_meter.a.
[111/4037] Generating mbuf.sym_chk with a meson_exe.py custom command.
[112/4037] Generating meter.sym_chk with a meson_exe.py custom command.
[113/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_driver.c.o'.
[114/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_profile.c.o'.
[115/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.o'.
[116/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_class_eth.c.o'.
[117/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[118/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_cman.c.o'.
[119/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o'.
[120/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_flow.c.o'.
[121/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_mtr.c.o'.
[122/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
[123/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_telemetry.c.o'.
[124/4037] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[125/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_tm.c.o'.
[126/4037] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_common.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
####################################################################################
[102/3342] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_ether.c.o'.
[103/3342] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_dyn.c.o'.
[104/3342] Linking static target lib/librte_mbuf.a.
[105/3342] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o'.
[106/3342] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net_crc.c.o'.
[107/3342] Linking static target lib/librte_net.a.
[108/3342] Generating net.sym_chk with a meson_exe.py custom command.
[109/3342] Compiling C object 'lib/76b5a35@@rte_meter@sta/meter_rte_meter.c.o'.
[110/3342] Linking static target lib/librte_meter.a.
[111/3342] Generating mbuf.sym_chk with a meson_exe.py custom command.
[112/3342] Generating meter.sym_chk with a meson_exe.py custom command.
[113/3342] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_driver.c.o'.
[114/3342] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.o'.
[115/3342] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_profile.c.o'.
[116/3342] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_rte_event_ring.c.o'.
[117/3342] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[118/3342] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[119/3342] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_rte_event_eth_rx_adapter.c.o'.
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
####################################################################################
[125/3313] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_telemetry.c.o'.
[126/3313] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_tm.c.o'.
[127/3313] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8079.c.o'.
[128/3313] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_common.c.o'.
[129/3313] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8472.c.o'.
[130/3313] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8636.c.o'.
[131/3313] Linking static target lib/librte_ethdev.a.
[132/3313] Compiling C object 'lib/76b5a35@@rte_member@sta/member_rte_member_vbf.c.o'.
[133/3313] Compiling C object 'lib/76b5a35@@rte_pci@sta/pci_rte_pci.c.o'.
[134/3313] Linking static target lib/librte_pci.a.
[135/3313] Generating pci.sym_chk with a meson_exe.py custom command.
[136/3313] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline.c.o'.
[137/3313] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_cirbuf.c.o'.
[138/3313] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_parse.c.o'.
[139/3313] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_parse_etheraddr.c.o'.
[140/3313] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/eal.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[141/3313] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_parse_ipaddr.c.o'.
[142/3313] Generating ethdev.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-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-----------------------------

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

* |FAILURE| pw133311 [PATCH] [v2] eal/unix: allow creating thread with real-time priority
@ 2023-10-25 15:46 dpdklab
  0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2023-10-25 15:46 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/133311

_build patch failure_

Submitter: Thomas Monjalon <thomas@monjalon.net>
Date: Wednesday, October 25 2023 15:13:14 
Applied on: CommitID:2a0557d1ea21c3f63a212385348c97c414970e81
Apply patch set 133311 failed:

[1/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_hcapi_cfa_common.c.o'.
[2/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_hash.c.o'.
[3/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_util.c.o'.
[4/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_identifier.c.o'.
[5/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_hcapi_cfa_p4.c.o'.
[6/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_global_cfg.c.o'.
[7/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tfp.c.o'.
[8/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_em_hash_internal.c.o'.
[9/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_tcam.c.o'.
[10/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_sram_mgr.c.o'.
[11/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_if_tbl.c.o'.
[12/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_hcapi_cfa_p58.c.o'.
[13/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_tcam_mgr_msg.c.o'.
[14/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_rm.c.o'.
[15/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_em_host.c.o'.
[16/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_flow.c.o'.
[17/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_msg.c.o'.
[18/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_tbl_sram.c.o'.
[19/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_alb.c.o'.
[20/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_session.c.o'.
[21/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_tbl.c.o'.
[22/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_tcam_shared.c.o'.
[23/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxtx_vec_sse.c.o'.
[24/1575] Linking static target drivers/libtmp_rte_net_bnxt.a.
[25/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_api.c.o'.
[26/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_args.c.o'.
[27/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev_devargs.c.o'.
[28/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev_mcs.c.o'.
[29/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev_cman.c.o'.
[30/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_stats.c.o'.
[31/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cn9k_ethdev_sec.c.o'.
[32/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev_telemetry.c.o'.
[33/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cn9k_ethdev.c.o'.
[34/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev_sec.c.o'.
[35/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev_sec_telemetry.c.o'.
[36/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev_mtr.c.o'.
[37/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_link.c.o'.
[38/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev.c.o'.
[39/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev_ops.c.o'.
[40/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o'.
[41/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ptp.c.o'.
[42/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_flow.c.o'.
[43/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_lookup.c.o'.
[44/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cn10k_flow.c.o'.
[45/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cn9k_tx_select.c.o'.
[46/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_tm.c.o'.
[47/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cn9k_flow.c.o'.
[48/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cn9k_rx_select.c.o'.
[49/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cn10k_rx_select.c.o'.
[50/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cn10k_ethdev_sec.c.o'.
[51/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rules.c.o'.
[52/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_vchnl.c.o'.
[53/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cn10k_tx_select.c.o'.
[54/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_controlq.c.o'.
[55/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbevf_ethdev.c.o'.
[56/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_representor.c.o'.
[57/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cn10k_ethdev.c.o'.
[58/1575] Linking static target drivers/libtmp_rte_net_cnxk.a.
[59/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o'.
[60/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_pmd.c.o'.
[61/1575] Linking static target drivers/libtmp_rte_net_bond.a.
[62/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbevf_main.c.o'.
[63/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_l2t.c.o'.
[64/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_clip_tbl.c.o'.
[65/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_main.c.o'.
[66/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_ethdev.c.o'.
[67/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_fmlib_fm_vsp.c.o'.
[68/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_smt.c.o'.
[69/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_ethdev.c.o'.
[70/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_base_t4vf_hw.c.o'.
[71/1575] Linking static target drivers/libtmp_rte_net_cpfl.a.
[72/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_filter.c.o'.
[73/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_mps_tcam.c.o'.
[74/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_flow.c.o'.
[75/1575] Generating rte_net_bond.pmd.c with a custom command.
[76/1575] Compiling C object 'drivers/a715181@@rte_net_bond@sha/meson-generated_.._rte_net_bond.pmd.c.o'.
[77/1575] Generating rte_net_cnxk.pmd.c with a custom command.
[78/1575] Compiling C object 'drivers/a715181@@rte_net_bond@sta/meson-generated_.._rte_net_bond.pmd.c.o'.
[79/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_ethdev.c.o'.
[80/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_flow.c.o'.
[81/1575] Compiling C object 'drivers/a715181@@rte_net_cnxk@sta/meson-generated_.._rte_net_cnxk.pmd.c.o'.
[82/1575] Linking static target drivers/librte_net_bond.a.
[83/1575] Compiling C object 'drivers/a715181@@rte_net_cnxk@sha/meson-generated_.._rte_net_cnxk.pmd.c.o'.
[84/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_sge.c.o'.
[85/1575] Generating rte_net_cpfl.pmd.c with a custom command.
[86/1575] Linking static target drivers/librte_net_cnxk.a.
[87/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_fmc.c.o'.
[88/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_fmlib_fm_lib.c.o'.
[89/1575] Compiling C object 'drivers/a715181@@rte_net_cpfl@sta/meson-generated_.._rte_net_cpfl.pmd.c.o'.
[90/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_mux.c.o'.
[91/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_base_dpaa2_tlu_hash.c.o'.
[92/1575] Compiling C object 'drivers/a715181@@rte_net_cpfl@sha/meson-generated_.._rte_net_cpfl.pmd.c.o'.
[93/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_base_dpaa2_hw_dpni.c.o'.
[94/1575] Linking static target drivers/librte_net_cpfl.a.
[95/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_base_t4_hw.c.o'.
[96/1575] Linking static target drivers/libtmp_rte_net_cxgbe.a.
[97/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_mc_dpdmux.c.o'.
[98/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_sparser.c.o'.
[99/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_mc_dpkg.c.o'.
[100/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_mc_dprtc.c.o'.
[101/1575] Generating rte_net_bnxt.pmd.c with a custom command.
[102/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_tm.c.o'.
[103/1575] Compiling C object 'drivers/a715181@@rte_net_bnxt@sta/meson-generated_.._rte_net_bnxt.pmd.c.o'.
[104/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_recycle.c.o'.
[105/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_base.c.o'.
[106/1575] Compiling C object 'drivers/a715181@@rte_net_bnxt@sha/meson-generated_.._rte_net_bnxt.pmd.c.o'.
[107/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_ptp.c.o'.
[108/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_mc_dpni.c.o'.
[109/1575] Linking static target drivers/librte_net_bnxt.a.
[110/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_ethdev.c.o'.
[111/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82540.c.o'.
[112/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_80003es2lan.c.o'.
[113/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82542.c.o'.
[114/1575] Generating rte_net_cxgbe.pmd.c with a custom command.
[115/1575] Compiling C object 'drivers/a715181@@rte_net_cxgbe@sta/meson-generated_.._rte_net_cxgbe.pmd.c.o'.
[116/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82541.c.o'.
[117/1575] Linking static target drivers/librte_net_cxgbe.a.
[118/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_e1000_logs.c.o'.
[119/1575] Compiling C object 'drivers/a715181@@rte_net_cxgbe@sha/meson-generated_.._rte_net_cxgbe.pmd.c.o'.
[120/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82543.c.o'.
[121/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_api.c.o'.
[122/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82571.c.o'.
[123/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_ethdev.c.o'.
[124/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_i210.c.o'.
[125/1575] Generating rte_net_cnxk.sym_chk with a meson_exe.py custom command.
[126/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_manage.c.o'.
[127/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_mac.c.o'.
[128/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_82575.c.o'.
[129/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_osdep.c.o'.
[130/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_rxtx.c.o'.
[131/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_mbx.c.o'.
[132/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_rxtx.c.o'.
[133/1575] Linking static target drivers/libtmp_rte_net_dpaa.a.
[134/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_vf.c.o'.
[135/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_flow.c.o'.
[136/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_nvm.c.o'.
[137/1575] Linking static target drivers/libtmp_rte_net_dpaa2.a.
[138/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_ena_rss.c.o'.
[139/1575] Generating rte_net_dpaa.pmd.c with a custom command.
[140/1575] Compiling C object 'drivers/a715181@@rte_net_dpaa@sta/meson-generated_.._rte_net_dpaa.pmd.c.o'.
[141/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_ich8lan.c.o'.
[142/1575] Linking static target drivers/librte_net_dpaa.a.
[143/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_base_ena_eth_com.c.o'.
[144/1575] Compiling C object 'drivers/a715181@@rte_net_dpaa@sha/meson-generated_.._rte_net_dpaa.pmd.c.o'.
[145/1575] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base@sta/e1000_phy.c.o'.
[146/1575] Linking static target drivers/net/e1000/base/libe1000_base.a.
[147/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_pf.c.o'.
[148/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enetc@sta/net_enetc_enetc_rxtx.c.o'.
[149/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_flow.c.o'.
[150/1575] Generating rte_net_dpaa2.pmd.c with a custom command.
[151/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enetc@sta/net_enetc_enetc_ethdev.c.o'.
[152/1575] Compiling C object 'drivers/a715181@@rte_net_dpaa2@sta/meson-generated_.._rte_net_dpaa2.pmd.c.o'.
[153/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enetfec@sta/net_enetfec_enet_ethdev.c.o'.
[154/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enetfec@sta/net_enetfec_enet_uio.c.o'.
[155/1575] Compiling C object 'drivers/a715181@@rte_net_dpaa2@sha/meson-generated_.._rte_net_dpaa2.pmd.c.o'.
[156/1575] Linking static target drivers/librte_net_dpaa2.a.
[157/1575] Linking static target drivers/libtmp_rte_net_enetc.a.
[158/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_base_vnic_cq.c.o'.
[159/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_em_rxtx.c.o'.
[160/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_base_ena_com.c.o'.
[161/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_res.c.o'.
[162/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_ethdev.c.o'.
[163/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enetfec@sta/net_enetfec_enet_rxtx.c.o'.
[164/1575] Linking static target drivers/libtmp_rte_net_enetfec.a.
[165/1575] Generating rte_net_enetc.pmd.c with a custom command.
[166/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_e1000@sta/net_e1000_igb_rxtx.c.o'.
[167/1575] Compiling C object 'drivers/a715181@@rte_net_enetc@sha/meson-generated_.._rte_net_enetc.pmd.c.o'.
[168/1575] Compiling C object 'drivers/a715181@@rte_net_enetc@sta/meson-generated_.._rte_net_enetc.pmd.c.o'.
[169/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_base_vnic_intr.c.o'.
[170/1575] Compiling C object 'drivers/net/enic/8a729a6@@enic_avx2_lib@sta/enic_rxtx_vec_avx2.c.o'.
[171/1575] Linking static target drivers/libtmp_rte_net_e1000.a.
[172/1575] Generating rte_net_bnxt.sym_chk with a meson_exe.py custom command.
[173/1575] Linking static target drivers/librte_net_enetc.a.
[174/1575] Generating rte_net_bond.sym_chk with a meson_exe.py custom command.
[175/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_base_vnic_rq.c.o'.
[176/1575] Linking static target drivers/net/enic/libenic_avx2_lib.a.
[177/1575] Generating rte_net_dpaa.sym_chk with a meson_exe.py custom command.
[178/1575] Generating rte_net_enetfec.pmd.c with a custom command.
[179/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_base_vnic_wq.c.o'.
[180/1575] Compiling C object 'drivers/a715181@@rte_net_enetfec@sha/meson-generated_.._rte_net_enetfec.pmd.c.o'.
[181/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_base_vnic_dev.c.o'.
[182/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_flow.c.o'.
[183/1575] Compiling C object 'drivers/a715181@@rte_net_enetfec@sta/meson-generated_.._rte_net_enetfec.pmd.c.o'.
[184/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ena@sta/net_ena_ena_ethdev.c.o'.
[185/1575] Linking static target drivers/librte_net_enetfec.a.
[186/1575] Linking static target drivers/libtmp_rte_net_ena.a.
[187/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_main.c.o'.
[188/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_eal.c.o'.
[189/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_ethdev.c.o'.
[190/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe.c.o'.
[191/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_vf_representor.c.o'.
[192/1575] Generating rte_net_e1000.pmd.c with a custom command.
[193/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_flow.c.o'.
[194/1575] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_common.c.o'.
[195/1575] Compiling C object 'drivers/a715181@@rte_net_e1000@sta/meson-generated_.._rte_net_e1000.pmd.c.o'.
[196/1575] Generating rte_net_ena.pmd.c with a custom command.
[197/1575] Compiling C object 'drivers/a715181@@rte_net_e1000@sha/meson-generated_.._rte_net_e1000.pmd.c.o'.
[198/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_args.c.o'.
[199/1575] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_api.c.o'.
[200/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_rxtx.c.o'.
[201/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_ether.c.o'.
[202/1575] Linking static target drivers/librte_net_e1000.a.
[203/1575] Compiling C object 'drivers/a715181@@rte_net_ena@sha/meson-generated_.._rte_net_ena.pmd.c.o'.
[204/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_intr.c.o'.
[205/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_fm_flow.c.o'.
[206/1575] Compiling C object 'drivers/a715181@@rte_net_ena@sta/meson-generated_.._rte_net_ena.pmd.c.o'.
[207/1575] Linking static target drivers/librte_net_ena.a.
[208/1575] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_vf.c.o'.
[209/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_enic@sta/net_enic_enic_rxtx.c.o'.
[210/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_version.c.o'.
[211/1575] Linking static target drivers/libtmp_rte_net_enic.a.
[212/1575] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_tlv.c.o'.
[213/1575] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_mbx.c.o'.
[214/1575] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_pf.c.o'.
[215/1575] Linking static target drivers/net/fm10k/base/libfm10k_base.a.
[216/1575] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cfg.c.o'.
[217/1575] Generating rte_net_dpaa2.sym_chk with a meson_exe.py custom command.
[218/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_base_gve_adminq.c.o'.
[219/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_ethdev.c.o'.
[220/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx_dqo.c.o'.
[221/1575] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_api_cmd.c.o'.
[222/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_ops.c.o'.
[223/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[224/1575] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cmdq.c.o'.
[225/1575] Linking static target drivers/libtmp_rte_net_failsafe.a.
[226/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx_dqo.c.o'.
[227/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_fm10k@sta/net_fm10k_fm10k_rxtx_vec.c.o'.
[228/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_fm10k@sta/net_fm10k_fm10k_rxtx.c.o'.
[229/1575] Generating rte_net_enic.pmd.c with a custom command.
[230/1575] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_eqs.c.o'.
[231/1575] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_mgmt.c.o'.
[232/1575] Compiling C object 'drivers/a715181@@rte_net_enic@sta/meson-generated_.._rte_net_enic.pmd.c.o'.
[233/1575] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_hwif.c.o'.
[234/1575] Compiling C object 'drivers/a715181@@rte_net_enic@sha/meson-generated_.._rte_net_enic.pmd.c.o'.
[235/1575] Linking static target drivers/librte_net_enic.a.
[236/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_fm10k@sta/net_fm10k_fm10k_ethdev.c.o'.
[237/1575] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_wq.c.o'.
[238/1575] Linking static target drivers/libtmp_rte_net_fm10k.a.
[239/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx.c.o'.
[240/1575] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_hwdev.c.o'.
[241/1575] Generating rte_net_failsafe.pmd.c with a custom command.
[242/1575] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_nicio.c.o'.
[243/1575] Compiling C object 'drivers/a715181@@rte_net_failsafe@sta/meson-generated_.._rte_net_failsafe.pmd.c.o'.
[244/1575] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_mbox.c.o'.
[245/1575] Linking static target drivers/libtmp_rte_net_gve.a.
[246/1575] Compiling C object 'drivers/a715181@@rte_net_failsafe@sha/meson-generated_.._rte_net_failsafe.pmd.c.o'.
[247/1575] Linking static target drivers/librte_net_failsafe.a.
[248/1575] Generating rte_net_fm10k.pmd.c with a custom command.
[249/1575] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_niccfg.c.o'.
[250/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_cmd.c.o'.
[251/1575] Compiling C object 'drivers/a715181@@rte_net_fm10k@sha/meson-generated_.._rte_net_fm10k.pmd.c.o'.
[252/1575] Compiling C object 'drivers/a715181@@rte_net_fm10k@sta/meson-generated_.._rte_net_fm10k.pmd.c.o'.
[253/1575] Linking static target drivers/net/hinic/base/libhinic_base.a.
[254/1575] Linking static target drivers/librte_net_fm10k.a.
[255/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_hinic_hinic_pmd_rx.c.o'.
[256/1575] Generating rte_net_gve.pmd.c with a custom command.
[257/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_mbx.c.o'.
[258/1575] Compiling C object 'drivers/a715181@@rte_net_gve@sha/meson-generated_.._rte_net_gve.pmd.c.o'.
[259/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_hinic_hinic_pmd_flow.c.o'.
[260/1575] Compiling C object 'drivers/a715181@@rte_net_gve@sta/meson-generated_.._rte_net_gve.pmd.c.o'.
[261/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_fdir.c.o'.
[262/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_hinic_hinic_pmd_ethdev.c.o'.
[263/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_intr.c.o'.
[264/1575] Linking static target drivers/librte_net_gve.a.
[265/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hinic@sta/net_hinic_hinic_pmd_tx.c.o'.
[266/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_dcb.c.o'.
[267/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_regs.c.o'.
[268/1575] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_dcb.c.o'.
[269/1575] Linking static target drivers/libtmp_rte_net_hinic.a.
[270/1575] Linking static target drivers/net/i40e/libi40e_avx2_lib.a.
[271/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_flow.c.o'.
[272/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_ethdev_vf.c.o'.
[273/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_rss.c.o'.
[274/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_stats.c.o'.
[275/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_ptp.c.o'.
[276/1575] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_diag.c.o'.
[277/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_tm.c.o'.
[278/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_mp.c.o'.
[279/1575] Generating rte_net_hinic.pmd.c with a custom command.
[280/1575] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_hmc.c.o'.
[281/1575] Linking static target drivers/net/i40e/base/libi40e_base.a.
[282/1575] Compiling C object 'drivers/a715181@@rte_net_hinic@sha/meson-generated_.._rte_net_hinic.pmd.c.o'.
[283/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_dump.c.o'.
[284/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_common.c.o'.
[285/1575] Compiling C object 'drivers/a715181@@rte_net_hinic@sta/meson-generated_.._rte_net_hinic.pmd.c.o'.
[286/1575] Linking static target drivers/librte_net_hinic.a.
[287/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_ethdev.c.o'.
[288/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_recycle_mbufs_vec_common.c.o'.
[289/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_tm.c.o'.
[290/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_vf_representor.c.o'.
[291/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_hash.c.o'.
[292/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_pf.c.o'.
[293/1575] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o'.
[294/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_flow.c.o'.
[295/1575] Linking static target drivers/net/i40e/libi40e_avx512_lib.a.
[296/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_generic_flow.c.o'.
[297/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_fdir.c.o'.
[298/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o'.
[299/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_fdir.c.o'.
[300/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_rte_pmd_i40e.c.o'.
[301/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_controlq.c.o'.
[302/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_ethdev.c.o'.
[303/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_ipsec_crypto.c.o'.
[304/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_vchnl.c.o'.
[305/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_tm.c.o'.
[306/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_hns3@sta/net_hns3_hns3_rxtx.c.o'.
[307/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_hash.c.o'.
[308/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_fsub.c.o'.
[309/1575] Linking static target drivers/libtmp_rte_net_hns3.a.
[310/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_nvm.c.o'.
[311/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_dcb.c.o'.
[312/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_acl.c.o'.
[313/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx.c.o'.
[314/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_acl_ctrl.c.o'.
[315/1575] Generating rte_net_hns3.pmd.c with a custom command.
[316/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_rxtx_vec_sse.c.o'.
[317/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_vlan_mode.c.o'.
[318/1575] Compiling C object 'drivers/a715181@@rte_net_hns3@sha/meson-generated_.._rte_net_hns3.pmd.c.o'.
[319/1575] Compiling C object 'drivers/a715181@@rte_net_hns3@sta/meson-generated_.._rte_net_hns3.pmd.c.o'.
[320/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o'.
[321/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_rxtx.c.o'.
[322/1575] Linking static target drivers/librte_net_hns3.a.
[323/1575] Linking static target drivers/libtmp_rte_net_i40e.a.
[324/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser.c.o'.
[325/1575] Linking static target drivers/libtmp_rte_net_iavf.a.
[326/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flex_pipe.c.o'.
[327/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_sched.c.o'.
[328/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_common.c.o'.
[329/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_imem.c.o'.
[330/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_fdir.c.o'.
[331/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_metainit.c.o'.
[332/1575] Compiling C object 'drivers/net/ice/6ab06a9@@ice_avx512_lib@sta/ice_rxtx_vec_avx512.c.o'.
[333/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_pg_cam.c.o'.
[334/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_ptype_mk.c.o'.
[335/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_mk_grp.c.o'.
[336/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_bst_tcam.c.o'.
[337/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_proto_grp.c.o'.
[338/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flow.c.o'.
[339/1575] Linking static target drivers/net/ice/libice_avx512_lib.a.
[340/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flg_rd.c.o'.
[341/1575] Generating rte_net_iavf.pmd.c with a custom command.
[342/1575] Generating rte_net_i40e.pmd.c with a custom command.
[343/1575] Compiling C object 'drivers/a715181@@rte_net_iavf@sta/meson-generated_.._rte_net_iavf.pmd.c.o'.
[344/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_xlt_kb.c.o'.
[345/1575] Compiling C object 'drivers/a715181@@rte_net_i40e@sha/meson-generated_.._rte_net_i40e.pmd.c.o'.
[346/1575] Compiling C object 'drivers/a715181@@rte_net_i40e@sta/meson-generated_.._rte_net_i40e.pmd.c.o'.
[347/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_ptp_hw.c.o'.
[348/1575] Compiling C object 'drivers/a715181@@rte_net_iavf@sha/meson-generated_.._rte_net_iavf.pmd.c.o'.
[349/1575] Linking static target drivers/librte_net_i40e.a.
[350/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ddp_package.c.o'.
[351/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_switch.c.o'.
[352/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_hash.c.o'.
[353/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser_rt.c.o'.
[354/1575] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_ddp.c.o'.
[355/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_vf_representor.c.o'.
[356/1575] Linking static target drivers/net/ice/base/libice_base.a.
[357/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_acl_filter.c.o'.
[358/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_generic_flow.c.o'.
[359/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_rxtx.c.o'.
[360/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_fdir_filter.c.o'.
[361/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_parent.c.o'.
[362/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_tm.c.o'.
[363/1575] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_api.c.o'.
[364/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_sched.c.o'.
[365/1575] Compiling C object 'drivers/net/iavf/cd88e11@@iavf_avx2_lib@sta/iavf_rxtx_vec_avx2.c.o'.
[366/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_ethdev.c.o'.
[367/1575] Linking static target drivers/net/iavf/libiavf_avx2_lib.a.
[368/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf.c.o'.
[369/1575] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_manage.c.o'.
[370/1575] Linking static target drivers/libtmp_rte_net_idpf.a.
[371/1575] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_base.c.o'.
[372/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_ethdev.c.o'.
[373/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx_vec_sse.c.o'.
[374/1575] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_i225.c.o'.
[375/1575] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_osdep.c.o'.
[376/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_logs.c.o'.
[377/1575] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_mac.c.o'.
[378/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
[379/1575] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_nvm.c.o'.
[380/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_switch_filter.c.o'.
[381/1575] Generating rte_net_idpf.pmd.c with a custom command.
[382/1575] Compiling C object 'drivers/a715181@@rte_net_idpf@sta/meson-generated_.._rte_net_idpf.pmd.c.o'.
[383/1575] Linking static target drivers/librte_net_idpf.a.
[384/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_filter.c.o'.
[385/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_dev_pci.c.o'.
[386/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_mac_api.c.o'.
[387/1575] Compiling C object 'drivers/a715181@@rte_net_idpf@sha/meson-generated_.._rte_net_idpf.pmd.c.o'.
[388/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_flow.c.o'.
[389/1575] Compiling C object 'drivers/net/ice/6ab06a9@@ice_avx2_lib@sta/ice_rxtx_vec_avx2.c.o'.
[390/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_dev.c.o'.
[391/1575] Linking static target drivers/net/ice/libice_avx2_lib.a.
[392/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_ethdev.c.o'.
[393/1575] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_phy.c.o'.
[394/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_ethdev.c.o'.
[395/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_rxtx.c.o'.
[396/1575] Linking static target drivers/net/igc/base/libigc_base.a.
[397/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_rxtx_simple.c.o'.
[398/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o'.
[399/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_main.c.o'.
[400/1575] Linking static target drivers/libtmp_rte_net_ice.a.
[401/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_rx_filter.c.o'.
[402/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_lif.c.o'.
[403/1575] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb_82598.c.o'.
[404/1575] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_82598.c.o'.
[405/1575] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_api.c.o'.
[406/1575] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_hv_vf.c.o'.
[407/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_igc@sta/net_igc_igc_txrx.c.o'.
[408/1575] Linking static target drivers/libtmp_rte_net_igc.a.
[409/1575] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb_82599.c.o'.
[410/1575] Compiling C object 'drivers/net/iavf/cd88e11@@iavf_avx512_lib@sta/iavf_rxtx_vec_avx512.c.o'.
[411/1575] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_mbx.c.o'.
[412/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_rxtx_sg.c.o'.
[413/1575] Linking static target drivers/net/iavf/libiavf_avx512_lib.a.
[414/1575] Linking static target drivers/libtmp_rte_net_ionic.a.
[415/1575] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_82599.c.o'.
[416/1575] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb.c.o'.
[417/1575] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_vf.c.o'.
[418/1575] Linking static target drivers/librte_net_iavf.a.
[419/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_82599_bypass.c.o'.
[420/1575] Generating rte_net_igc.pmd.c with a custom command.
[421/1575] Compiling C object 'drivers/a715181@@rte_net_igc@sta/meson-generated_.._rte_net_igc.pmd.c.o'.
[422/1575] Generating rte_net_ice.pmd.c with a custom command.
[423/1575] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_x540.c.o'.
[424/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_bypass.c.o'.
[425/1575] Linking static target drivers/librte_net_igc.a.
[426/1575] Compiling C object 'drivers/a715181@@rte_net_ice@sta/meson-generated_.._rte_net_ice.pmd.c.o'.
[427/1575] Compiling C object 'drivers/a715181@@rte_net_ice@sha/meson-generated_.._rte_net_ice.pmd.c.o'.
[428/1575] Compiling C object 'drivers/a715181@@rte_net_igc@sha/meson-generated_.._rte_net_igc.pmd.c.o'.
[429/1575] Linking static target drivers/librte_net_ice.a.
[430/1575] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_phy.c.o'.
[431/1575] Generating rte_net_ionic.pmd.c with a custom command.
[432/1575] Compiling C object 'drivers/a715181@@rte_net_ionic@sha/meson-generated_.._rte_net_ionic.pmd.c.o'.
[433/1575] Compiling C object 'drivers/a715181@@rte_net_ionic@sta/meson-generated_.._rte_net_ionic.pmd.c.o'.
[434/1575] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_common.c.o'.
[435/1575] Linking static target drivers/librte_net_ionic.a.
[436/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ipsec.c.o'.
[437/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_vf_representor.c.o'.
[438/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_fdir.c.o'.
[439/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_pf.c.o'.
[440/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_tm.c.o'.
[441/1575] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_x550.c.o'.
[442/1575] Linking static target drivers/net/ixgbe/base/libixgbe_base.a.
[443/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[444/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_rte_pmd_ixgbe.c.o'.
[445/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[446/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_nvs.c.o'.
[447/1575] Generating rte_net_i40e.sym_chk with a meson_exe.py custom command.
[448/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_flow.c.o'.
[449/1575] Generating rte_net_ice.sym_chk with a meson_exe.py custom command.
[450/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_crc.c.o'.
[451/1575] Generating rte_net_iavf.sym_chk with a meson_exe.py custom command.
[452/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_memif@sta/net_memif_memif_socket.c.o'.
[453/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'.
[454/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_rndis.c.o'.
[455/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_vf.c.o'.
[456/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_ethdev.c.o'.
[457/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nffw.c.o'.
[458/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_dev.c.o'.
[459/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_flower_nfp_flower.c.o'.
[460/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_flower_nfp_flower_cmsg.c.o'.
[461/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'.
[462/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_mip.c.o'.
[463/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_flower_nfp_conntrack.c.o'.
[464/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_flower_nfp_flower_ctrl.c.o'.
[465/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_cppcore.c.o'.
[466/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ctrl.c.o'.
[467/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_mutex.c.o'.
[468/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfd3_nfp_nfd3_dp.c.o'.
[469/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfdk_nfp_nfdk_dp.c.o'.
[470/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_flower_nfp_flower_representor.c.o'.
[471/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ethdev.c.o'.
[472/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp.c.o'.
[473/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_memif@sta/net_memif_rte_eth_memif.c.o'.
[474/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc@sta/net_netvsc_hn_rxtx.c.o'.
[475/1575] Linking static target drivers/libtmp_rte_net_memif.a.
[476/1575] Linking static target drivers/libtmp_rte_net_netvsc.a.
[477/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_resource.c.o'.
[478/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_eth.c.o'.
[479/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_cpp_bridge.c.o'.
[480/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_rtsym.c.o'.
[481/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_logs.c.o'.
[482/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev_vf.c.o'.
[483/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_common.c.o'.
[484/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp6000_pcie.c.o'.
[485/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_target.c.o'.
[486/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_mtr.c.o'.
[487/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o'.
[488/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev.c.o'.
[489/1575] Generating rte_net_memif.pmd.c with a custom command.
[490/1575] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[491/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ipsec.c.o'.
[492/1575] Generating rte_net_netvsc.pmd.c with a custom command.
[493/1575] Compiling C object 'drivers/a715181@@rte_net_memif@sha/meson-generated_.._rte_net_memif.pmd.c.o'.
[494/1575] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_phy_yt.c.o'.
[495/1575] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_eeprom.c.o'.
[496/1575] Compiling C object 'drivers/a715181@@rte_net_memif@sta/meson-generated_.._rte_net_memif.pmd.c.o'.
[497/1575] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_mbx.c.o'.
[498/1575] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_mng.c.o'.
[499/1575] Compiling C object 'drivers/a715181@@rte_net_netvsc@sha/meson-generated_.._rte_net_netvsc.pmd.c.o'.
[500/1575] Compiling C object 'drivers/a715181@@rte_net_netvsc@sta/meson-generated_.._rte_net_netvsc.pmd.c.o'.
[501/1575] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_phy.c.o'.
[502/1575] Linking static target drivers/librte_net_memif.a.
[503/1575] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_phy_rtl.c.o'.
[504/1575] Linking static target drivers/librte_net_netvsc.a.
[505/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_rxtx.c.o'.
[506/1575] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_phy_mvl.c.o'.
[507/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe@sta/net_ngbe_ngbe_ptypes.c.o'.
[508/1575] Compiling C object 'drivers/net/octeontx/base/ccb1678@@octeontx_base@sta/octeontx_pkivf.c.o'.
[509/1575] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_hw.c.o'.
[510/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_otx2_ep_vf.c.o'.
[511/1575] Linking static target drivers/net/ngbe/base/libngbe_base.a.
[512/1575] Generating rte_net_ixgbe.pmd.c with a custom command.
[513/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx@sta/net_octeontx_octeontx_ethdev_ops.c.o'.
[514/1575] Compiling C object 'drivers/net/octeontx/base/ccb1678@@octeontx_base@sta/octeontx_bgx.c.o'.
[515/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o'.
[516/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe@sta/net_ngbe_ngbe_pf.c.o'.
[517/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_otx_ep_mbox.c.o'.
[518/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_null@sta/net_null_rte_eth_null.c.o'.
[519/1575] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[520/1575] Compiling C object 'drivers/net/octeontx/base/ccb1678@@octeontx_base@sta/octeontx_pkovf.c.o'.
[521/1575] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[522/1575] Linking static target drivers/libtmp_rte_net_nfp.a.
[523/1575] Linking static target drivers/libtmp_rte_net_null.a.
[524/1575] Linking static target drivers/librte_net_ixgbe.a.
[525/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_cnxk_ep_vf.c.o'.
[526/1575] Linking static target drivers/net/octeontx/base/libocteontx_base.a.
[527/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe@sta/net_ngbe_ngbe_ethdev.c.o'.
[528/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_otx_ep_ethdev.c.o'.
[529/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx@sta/net_octeontx_octeontx_ethdev.c.o'.
[530/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_octeontx@sta/net_octeontx_octeontx_rxtx.c.o'.
[531/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_otx_ep_vf.c.o'.
[532/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_pfe@sta/net_pfe_pfe_hal.c.o'.
[533/1575] Linking static target drivers/libtmp_rte_net_octeontx.a.
[534/1575] Generating rte_net_null.pmd.c with a custom command.
[535/1575] Compiling C object 'drivers/a715181@@rte_net_null@sta/meson-generated_.._rte_net_null.pmd.c.o'.
[536/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_octeon_ep@sta/net_octeon_ep_otx_ep_rxtx.c.o'.
[537/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_pfe@sta/net_pfe_pfe_hif_lib.c.o'.
[538/1575] Compiling C object 'drivers/a715181@@rte_net_null@sha/meson-generated_.._rte_net_null.pmd.c.o'.
[539/1575] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/bcm_osal.c.o'.
[540/1575] Linking static target drivers/librte_net_null.a.
[541/1575] Linking static target drivers/libtmp_rte_net_octeon_ep.a.
[542/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_pfe@sta/net_pfe_pfe_hif.c.o'.
[543/1575] Generating rte_net_octeontx.pmd.c with a custom command.
[544/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_pfe@sta/net_pfe_pfe_ethdev.c.o'.
[545/1575] Compiling C object 'drivers/a715181@@rte_net_octeontx@sta/meson-generated_.._rte_net_octeontx.pmd.c.o'.
[546/1575] Compiling C object 'drivers/a715181@@rte_net_octeontx@sha/meson-generated_.._rte_net_octeontx.pmd.c.o'.
[547/1575] Linking static target drivers/librte_net_octeontx.a.
[548/1575] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_hw.c.o'.
[549/1575] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_init_ops.c.o'.
[550/1575] Linking static target drivers/libtmp_rte_net_pfe.a.
[551/1575] Generating rte_net_octeon_ep.pmd.c with a custom command.
[552/1575] Compiling C object 'drivers/a715181@@rte_net_octeon_ep@sta/meson-generated_.._rte_net_octeon_ep.pmd.c.o'.
[553/1575] Linking static target drivers/librte_net_octeon_ep.a.
[554/1575] Compiling C object 'drivers/a715181@@rte_net_octeon_ep@sha/meson-generated_.._rte_net_octeon_ep.pmd.c.o'.
[555/1575] Generating rte_net_nfp.pmd.c with a custom command.
[556/1575] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_dcbx.c.o'.
[557/1575] Compiling C object 'drivers/a715181@@rte_net_nfp@sta/meson-generated_.._rte_net_nfp.pmd.c.o'.
[558/1575] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_init_fw_funcs.c.o'.
[559/1575] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_cxt.c.o'.
[560/1575] Compiling C object 'drivers/a715181@@rte_net_nfp@sha/meson-generated_.._rte_net_nfp.pmd.c.o'.
[561/1575] Linking static target drivers/librte_net_nfp.a.
[562/1575] Generating rte_net_pfe.pmd.c with a custom command.
[563/1575] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_sp_commands.c.o'.
[564/1575] Compiling C object 'drivers/a715181@@rte_net_pfe@sta/meson-generated_.._rte_net_pfe.pmd.c.o'.
[565/1575] Compiling C object 'drivers/a715181@@rte_net_pfe@sha/meson-generated_.._rte_net_pfe.pmd.c.o'.
[566/1575] Linking static target drivers/librte_net_pfe.a.
[567/1575] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_spq.c.o'.
[568/1575] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_int.c.o'.
[569/1575] Generating rte_net_octeontx.sym_chk with a meson_exe.py custom command.
[570/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe@sta/net_ngbe_ngbe_rxtx.c.o'.
[571/1575] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_l2.c.o'.
[572/1575] Linking static target drivers/libtmp_rte_net_ngbe.a.
[573/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_regs.c.o'.
[574/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_filter.c.o'.
[575/1575] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_vf.c.o'.
[576/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_sriov.c.o'.
[577/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_kvargs.c.o'.
[578/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_main.c.o'.
[579/1575] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_dev.c.o'.
[580/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_ring@sta/net_ring_rte_eth_ring.c.o'.
[581/1575] Generating rte_net_ngbe.pmd.c with a custom command.
[582/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_port.c.o'.
[583/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_ethdev.c.o'.
[584/1575] Compiling C object 'drivers/a715181@@rte_net_ngbe@sta/meson-generated_.._rte_net_ngbe.pmd.c.o'.
[585/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_mcdi.c.o'.
[586/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ev.c.o'.
[587/1575] Compiling C object 'drivers/a715181@@rte_net_ngbe@sha/meson-generated_.._rte_net_ngbe.pmd.c.o'.
[588/1575] Linking static target drivers/librte_net_ngbe.a.
[589/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc.c.o'.
[590/1575] Linking static target drivers/libtmp_rte_net_ring.a.
[591/1575] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_mcp.c.o'.
[592/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_sriov.c.o'.
[593/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_intr.c.o'.
[594/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_sw_stats.c.o'.
[595/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_filter.c.o'.
[596/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ethdev.c.o'.
[597/1575] Generating rte_net_ring.pmd.c with a custom command.
[598/1575] Compiling C object 'drivers/net/qede/base/f6110d5@@qede_base@sta/ecore_sriov.c.o'.
[599/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_tbls.c.o'.
[600/1575] Linking static target drivers/net/qede/base/libqede_base.a.
[601/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_switch.c.o'.
[602/1575] Compiling C object 'drivers/a715181@@rte_net_ring@sha/meson-generated_.._rte_net_ring.pmd.c.o'.
[603/1575] Compiling C object 'drivers/a715181@@rte_net_ring@sta/meson-generated_.._rte_net_ring.pmd.c.o'.
[604/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_mae_ct.c.o'.
[605/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_tso.c.o'.
[606/1575] Linking static target drivers/librte_net_ring.a.
[607/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_tbl_meta.c.o'.
[608/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_rxtx.c.o'.
[609/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_tx.c.o'.
[610/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_tbl_meta_cache.c.o'.
[611/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_dp.c.o'.
[612/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_mae_counter.c.o'.
[613/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef10_essb_rx.c.o'.
[614/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_rx.c.o'.
[615/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_service.c.o'.
[616/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_flow.c.o'.
[617/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_flow_rss.c.o'.
[618/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_flow_tunnel.c.o'.
[619/1575] Generating rte_net_ring.sym_chk with a meson_exe.py custom command.
[620/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_conn.c.o'.
[621/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_swq.c.o'.
[622/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef10_rx.c.o'.
[623/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_qede@sta/net_qede_qede_debug.c.o'.
[624/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_mempool.c.o'.
[625/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_repr.c.o'.
[626/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_nic_dma.c.o'.
[627/1575] Linking static target drivers/libtmp_rte_net_qede.a.
[628/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_pipeline.c.o'.
[629/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef100_rx.c.o'.
[630/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef10_tx.c.o'.
[631/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_netlink.c.o'.
[632/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic.c.o'.
[633/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_ef100_tx.c.o'.
[634/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_thread.c.o'.
[635/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_bpf_api.c.o'.
[636/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_repr_proxy.c.o'.
[637/1575] Generating rte_net_qede.pmd.c with a custom command.
[638/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_sfc@sta/net_sfc_sfc_mae.c.o'.
[639/1575] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_base@sta/nicvf_bsvf.c.o'.
[640/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_tcmsgs.c.o'.
[641/1575] Compiling C object 'drivers/a715181@@rte_net_qede@sha/meson-generated_.._rte_net_qede.pmd.c.o'.
[642/1575] Compiling C object 'drivers/a715181@@rte_net_qede@sta/meson-generated_.._rte_net_qede.pmd.c.o'.
[643/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_intr.c.o'.
[644/1575] Linking static target drivers/libtmp_rte_net_sfc.a.
[645/1575] Linking static target drivers/librte_net_qede.a.
[646/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_thunderx@sta/net_thunderx_nicvf_svf.c.o'.
[647/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_softnic@sta/net_softnic_rte_eth_softnic_cli.c.o'.
[648/1575] Compiling C object 'drivers/net/txgbe/base/441365e@@txgbe_base@sta/txgbe_eeprom.c.o'.
[649/1575] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[650/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_tap_flow.c.o'.
[651/1575] Linking static target drivers/libtmp_rte_net_softnic.a.
[652/1575] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_base@sta/nicvf_mbox.c.o'.
[653/1575] Compiling C object 'drivers/net/txgbe/base/441365e@@txgbe_base@sta/txgbe_dcb.c.o'.
[654/1575] Compiling C object 'drivers/net/txgbe/base/441365e@@txgbe_base@sta/txgbe_dcb_hw.c.o'.
[655/1575] Compiling C object 'drivers/net/thunderx/base/80ab7c6@@nicvf_base@sta/nicvf_hw.c.o'.
[656/1575] Compiling C object 'drivers/net/txgbe/base/441365e@@txgbe_base@sta/txgbe_mbx.c.o'.
[657/1575] Compiling C object 'drivers/net/txgbe/base/441365e@@txgbe_base@sta/txgbe_mng.c.o'.
[658/1575] Linking static target drivers/net/thunderx/base/libnicvf_base.a.
[659/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_thunderx@sta/net_thunderx_nicvf_rxtx.c.o'.
[660/1575] Compiling C object 'drivers/net/txgbe/base/441365e@@txgbe_base@sta/txgbe_vf.c.o'.
[661/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_txgbe@sta/net_txgbe_txgbe_ptypes.c.o'.
[662/1575] Generating rte_net_softnic.pmd.c with a custom command.
[663/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_tap@sta/net_tap_rte_eth_tap.c.o'.
[664/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_txgbe@sta/net_txgbe_txgbe_ethdev_vf.c.o'.
[665/1575] Compiling C object 'drivers/a715181@@rte_net_softnic@sta/meson-generated_.._rte_net_softnic.pmd.c.o'.
[666/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_txgbe@sta/net_txgbe_txgbe_ipsec.c.o'.
[667/1575] Compiling C object 'drivers/a715181@@rte_net_softnic@sha/meson-generated_.._rte_net_softnic.pmd.c.o'.
[668/1575] Linking static target drivers/libtmp_rte_net_tap.a.
[669/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_txgbe@sta/net_txgbe_txgbe_fdir.c.o'.
[670/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_txgbe@sta/net_txgbe_txgbe_tm.c.o'.
[671/1575] Linking static target drivers/librte_net_softnic.a.
[672/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_txgbe@sta/net_txgbe_txgbe_pf.c.o'.
[673/1575] Compiling C object 'drivers/net/txgbe/base/441365e@@txgbe_base@sta/txgbe_hw.c.o'.
[674/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_thunderx@sta/net_thunderx_nicvf_ethdev.c.o'.
[675/1575] Generating rte_net_sfc.pmd.c with a custom command.
[676/1575] Compiling C object 'drivers/net/txgbe/base/441365e@@txgbe_base@sta/txgbe_phy.c.o'.
[677/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_vdev_netvsc@sta/net_vdev_netvsc_vdev_netvsc.c.o'.
[678/1575] Generating rte_net_tap.pmd.c with a custom command.
[679/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio.c.o'.
[680/1575] Linking static target drivers/libtmp_rte_net_thunderx.a.
[681/1575] Compiling C object 'drivers/a715181@@rte_net_sfc@sha/meson-generated_.._rte_net_sfc.pmd.c.o'.
[682/1575] Linking static target drivers/net/txgbe/base/libtxgbe_base.a.
[683/1575] Compiling C object 'drivers/a715181@@rte_net_sfc@sta/meson-generated_.._rte_net_sfc.pmd.c.o'.
[684/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_txgbe@sta/net_txgbe_txgbe_flow.c.o'.
[685/1575] Compiling C object 'drivers/a715181@@rte_net_tap@sta/meson-generated_.._rte_net_tap.pmd.c.o'.
[686/1575] Compiling C object 'drivers/a715181@@rte_net_tap@sha/meson-generated_.._rte_net_tap.pmd.c.o'.
[687/1575] Linking static target drivers/libtmp_rte_net_vdev_netvsc.a.
[688/1575] Linking static target drivers/librte_net_sfc.a.
[689/1575] Linking static target drivers/librte_net_tap.a.
[690/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_pci.c.o'.
[691/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_pci_ethdev.c.o'.
[692/1575] Generating rte_net_thunderx.pmd.c with a custom command.
[693/1575] Generating rte_net_vdev_netvsc.pmd.c with a custom command.
[694/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_rxtx_simple.c.o'.
[695/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_ethdev.c.o'.
[696/1575] Compiling C object 'drivers/a715181@@rte_net_vdev_netvsc@sha/meson-generated_.._rte_net_vdev_netvsc.pmd.c.o'.
[697/1575] Compiling C object 'drivers/a715181@@rte_net_thunderx@sha/meson-generated_.._rte_net_thunderx.pmd.c.o'.
[698/1575] Compiling C object 'drivers/a715181@@rte_net_thunderx@sta/meson-generated_.._rte_net_thunderx.pmd.c.o'.
[699/1575] Compiling C object 'drivers/a715181@@rte_net_vdev_netvsc@sta/meson-generated_.._rte_net_vdev_netvsc.pmd.c.o'.
[700/1575] Linking static target drivers/librte_net_vdev_netvsc.a.
[701/1575] Linking static target drivers/librte_net_thunderx.a.
[702/1575] Compiling C object 'drivers/net/virtio/20670f1@@virtio_avx512_lib@sta/virtio_rxtx_packed.c.o'.
[703/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_kernel_tap.c.o'.
[704/1575] Linking static target drivers/net/virtio/libvirtio_avx512_lib.a.
[705/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_rxtx_simple_sse.c.o'.
[706/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_kernel.c.o'.
[707/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_txgbe@sta/net_txgbe_txgbe_ethdev.c.o'.
[708/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_vdpa.c.o'.
[709/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_vhost@sta/net_vhost_rte_eth_vhost.c.o'.
[710/1575] Generating rte_net_softnic.sym_chk with a meson_exe.py custom command.
[711/1575] Linking static target drivers/libtmp_rte_net_vhost.a.
[712/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_vhost_user.c.o'.
[713/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_ethdev.c.o'.
[714/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtqueue.c.o'.
[715/1575] Compiling C object 'drivers/a715181@@tmp_rte_raw_cnxk_bphy@sta/raw_cnxk_bphy_cnxk_bphy_cgx_test.c.o'.
[716/1575] Compiling C object 'drivers/a715181@@tmp_rte_raw_cnxk_bphy@sta/raw_cnxk_bphy_cnxk_bphy_cgx.c.o'.
[717/1575] Compiling C object 'drivers/a715181@@tmp_rte_raw_cnxk_bphy@sta/raw_cnxk_bphy_cnxk_bphy.c.o'.
[718/1575] Compiling C object 'drivers/a715181@@tmp_rte_raw_cnxk_bphy@sta/raw_cnxk_bphy_cnxk_bphy_irq.c.o'.
[719/1575] Linking static target drivers/libtmp_rte_raw_cnxk_bphy.a.
[720/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_logs.c.o'.
[721/1575] Generating rte_net_vhost.pmd.c with a custom command.
[722/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_user_virtio_user_dev.c.o'.
[723/1575] Compiling C object 'drivers/a715181@@rte_net_vhost@sha/meson-generated_.._rte_net_vhost.pmd.c.o'.
[724/1575] Compiling C object 'drivers/a715181@@rte_net_vhost@sta/meson-generated_.._rte_net_vhost.pmd.c.o'.
[725/1575] Compiling C object 'drivers/a715181@@tmp_rte_raw_cnxk_gpio@sta/raw_cnxk_gpio_cnxk_gpio_irq.c.o'.
[726/1575] Linking static target drivers/librte_net_vhost.a.
[727/1575] Compiling C object 'drivers/a715181@@tmp_rte_raw_cnxk_gpio@sta/raw_cnxk_gpio_cnxk_gpio_selftest.c.o'.
[728/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_vmxnet3@sta/net_vmxnet3_vmxnet3_ethdev.c.o'.
[729/1575] Compiling C object 'drivers/a715181@@tmp_rte_raw_ntb@sta/raw_ntb_ntb_hw_intel.c.o'.
[730/1575] Compiling C object 'drivers/a715181@@tmp_rte_raw_dpaa2_cmdif@sta/raw_dpaa2_cmdif_dpaa2_cmdif.c.o'.
[731/1575] Compiling C object 'drivers/a715181@@tmp_rte_raw_cnxk_gpio@sta/raw_cnxk_gpio_cnxk_gpio.c.o'.
[732/1575] Compiling C object 'drivers/a715181@@tmp_rte_raw_skeleton@sta/raw_skeleton_skeleton_rawdev.c.o'.
[733/1575] Linking static target drivers/libtmp_rte_raw_cnxk_gpio.a.
[734/1575] Linking static target drivers/libtmp_rte_raw_dpaa2_cmdif.a.
[735/1575] Generating rte_raw_cnxk_bphy.pmd.c with a custom command.
[736/1575] Compiling C object 'drivers/a715181@@tmp_rte_raw_skeleton@sta/raw_skeleton_skeleton_rawdev_test.c.o'.
[737/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_vfio.c.o'.
[738/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_hw_bcmfs_rm_common.c.o'.
[739/1575] Compiling C object 'drivers/a715181@@rte_raw_cnxk_bphy@sta/meson-generated_.._rte_raw_cnxk_bphy.pmd.c.o'.
[740/1575] Linking static target drivers/libtmp_rte_raw_skeleton.a.
[741/1575] Compiling C object 'drivers/a715181@@rte_raw_cnxk_bphy@sha/meson-generated_.._rte_raw_cnxk_bphy.pmd.c.o'.
[742/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_device.c.o'.
[743/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_qp.c.o'.
[744/1575] Linking static target drivers/librte_raw_cnxk_bphy.a.
[745/1575] Generating rte_raw_cnxk_gpio.pmd.c with a custom command.
[746/1575] Generating rte_raw_dpaa2_cmdif.pmd.c with a custom command.
[747/1575] Compiling C object 'drivers/a715181@@rte_raw_cnxk_gpio@sta/meson-generated_.._rte_raw_cnxk_gpio.pmd.c.o'.
[748/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_hw_bcmfs4_rm.c.o'.
[749/1575] Generating rte_raw_skeleton.pmd.c with a custom command.
[750/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_vmxnet3@sta/net_vmxnet3_vmxnet3_rxtx.c.o'.
[751/1575] Compiling C object 'drivers/a715181@@rte_raw_cnxk_gpio@sha/meson-generated_.._rte_raw_cnxk_gpio.pmd.c.o'.
[752/1575] Linking static target drivers/librte_raw_cnxk_gpio.a.
[753/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_hw_bcmfs5_rm.c.o'.
[754/1575] Compiling C object 'drivers/a715181@@rte_raw_dpaa2_cmdif@sta/meson-generated_.._rte_raw_dpaa2_cmdif.pmd.c.o'.
[755/1575] Compiling C object 'drivers/a715181@@rte_raw_dpaa2_cmdif@sha/meson-generated_.._rte_raw_dpaa2_cmdif.pmd.c.o'.
[756/1575] Linking static target drivers/libtmp_rte_net_vmxnet3.a.
[757/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_txgbe@sta/net_txgbe_txgbe_rxtx.c.o'.
[758/1575] Compiling C object 'drivers/a715181@@rte_raw_skeleton@sta/meson-generated_.._rte_raw_skeleton.pmd.c.o'.
[759/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_capabilities.c.o'.
[760/1575] Linking static target drivers/libtmp_rte_net_txgbe.a.
[761/1575] Linking static target drivers/librte_raw_dpaa2_cmdif.a.
[762/1575] Linking static target drivers/librte_raw_skeleton.a.
[763/1575] Compiling C object 'drivers/a715181@@rte_raw_skeleton@sha/meson-generated_.._rte_raw_skeleton.pmd.c.o'.
[764/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_pmd.c.o'.
[765/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym.c.o'.
[766/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_session.c.o'.
[767/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr_capabilities.c.o'.
[768/1575] Compiling C object 'drivers/a715181@@tmp_rte_raw_ntb@sta/raw_ntb_ntb.c.o'.
[769/1575] Generating rte_net_vmxnet3.pmd.c with a custom command.
[770/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_bcmfs@sta/crypto_bcmfs_bcmfs_sym_engine.c.o'.
[771/1575] Linking static target drivers/libtmp_rte_raw_ntb.a.
[772/1575] Compiling C object 'drivers/a715181@@rte_net_vmxnet3@sha/meson-generated_.._rte_net_vmxnet3.pmd.c.o'.
[773/1575] Compiling C object 'drivers/a715181@@rte_net_vmxnet3@sta/meson-generated_.._rte_net_vmxnet3.pmd.c.o'.
[774/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr_hw.c.o'.
[775/1575] Linking static target drivers/librte_net_vmxnet3.a.
[776/1575] Generating rte_net_vhost.sym_chk with a meson_exe.py custom command.
[777/1575] Generating rte_net_txgbe.pmd.c with a custom command.
[778/1575] Linking static target drivers/libtmp_rte_crypto_bcmfs.a.
[779/1575] Compiling C object 'drivers/a715181@@rte_net_txgbe@sha/meson-generated_.._rte_net_txgbe.pmd.c.o'.
[780/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_cnxk@sta/crypto_cnxk_cn10k_cryptodev.c.o'.
[781/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr_uio.c.o'.
[782/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_cnxk@sta/crypto_cnxk_cn9k_cryptodev.c.o'.
[783/1575] Compiling C object 'drivers/a715181@@rte_net_txgbe@sta/meson-generated_.._rte_net_txgbe.pmd.c.o'.
[784/1575] Generating rte_raw_ntb.pmd.c with a custom command.
[785/1575] Linking static target drivers/librte_net_txgbe.a.
[786/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_cnxk@sta/crypto_cnxk_cn9k_ipsec.c.o'.
[787/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_cnxk@sta/crypto_cnxk_cnxk_cryptodev_sec.c.o'.
[788/1575] Compiling C object 'drivers/a715181@@rte_raw_ntb@sha/meson-generated_.._rte_raw_ntb.pmd.c.o'.
[789/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_cnxk@sta/crypto_cnxk_cnxk_cryptodev.c.o'.
[790/1575] Compiling C object 'drivers/a715181@@rte_raw_ntb@sta/meson-generated_.._rte_raw_ntb.pmd.c.o'.
[791/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_cnxk@sta/crypto_cnxk_cn10k_ipsec.c.o'.
[792/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_logs.c.o'.
[793/1575] Linking static target drivers/librte_raw_ntb.a.
[794/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_cnxk@sta/crypto_cnxk_cnxk_cryptodev_devargs.c.o'.
[795/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_cnxk@sta/crypto_cnxk_cnxk_cryptodev_capabilities.c.o'.
[796/1575] Compiling C object 'drivers/a715181@@tmp_rte_net_virtio@sta/net_virtio_virtio_rxtx.c.o'.
[797/1575] Generating rte_crypto_bcmfs.pmd.c with a custom command.
[798/1575] Linking static target drivers/libtmp_rte_net_virtio.a.
[799/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_device.c.o'.
[800/1575] Compiling C object 'drivers/a715181@@rte_crypto_bcmfs@sta/meson-generated_.._rte_crypto_bcmfs.pmd.c.o'.
[801/1575] Compiling C object 'drivers/a715181@@rte_crypto_bcmfs@sha/meson-generated_.._rte_crypto_bcmfs.pmd.c.o'.
[802/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_hal.c.o'.
[803/1575] Linking static target drivers/librte_crypto_bcmfs.a.
[804/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_sym_capabilities.c.o'.
[805/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_qp.c.o'.
[806/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_sym.c.o'.
[807/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_nitrox@sta/crypto_nitrox_nitrox_sym_reqmgr.c.o'.
[808/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_null@sta/crypto_null_null_crypto_pmd_ops.c.o'.
[809/1575] Linking static target drivers/libtmp_rte_crypto_nitrox.a.
[810/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_dpaa2_sec@sta/crypto_dpaa2_sec_dpaa2_sec_raw_dp.c.o'.
[811/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_capabilities.c.o'.
[812/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_cnxk@sta/crypto_cnxk_cnxk_cryptodev_ops.c.o'.
[813/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev.c.o'.
[814/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_mbox.c.o'.
[815/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_hw_access.c.o'.
[816/1575] Generating rte_net_virtio.pmd.c with a custom command.
[817/1575] Compiling C object 'drivers/a715181@@rte_net_virtio@sta/meson-generated_.._rte_net_virtio.pmd.c.o'.
[818/1575] Compiling C object 'drivers/a715181@@rte_net_virtio@sha/meson-generated_.._rte_net_virtio.pmd.c.o'.
[819/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_null@sta/crypto_null_null_crypto_pmd.c.o'.
[820/1575] Linking static target drivers/libtmp_rte_crypto_null.a.
[821/1575] Linking static target drivers/librte_net_virtio.a.
[822/1575] Generating rte_crypto_nitrox.pmd.c with a custom command.
[823/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_pmd.c.o'.
[824/1575] Compiling C object 'drivers/a715181@@rte_crypto_nitrox@sta/meson-generated_.._rte_crypto_nitrox.pmd.c.o'.
[825/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_pmd_ops.c.o'.
[826/1575] Linking static target drivers/librte_crypto_nitrox.a.
[827/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[828/1575] Compiling C object 'drivers/a715181@@rte_crypto_nitrox@sha/meson-generated_.._rte_crypto_nitrox.pmd.c.o'.
[829/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_pkt_size_distr.c.o'.
[830/1575] Generating rte_crypto_null.pmd.c with a custom command.
[831/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_failover.c.o'.
[832/1575] Compiling C object 'drivers/a715181@@rte_crypto_null@sta/meson-generated_.._rte_crypto_null.pmd.c.o'.
[833/1575] Linking static target drivers/librte_crypto_null.a.
[834/1575] Compiling C object 'drivers/a715181@@rte_crypto_null@sha/meson-generated_.._rte_crypto_null.pmd.c.o'.
[835/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_roundrobin.c.o'.
[836/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_caam_jr@sta/crypto_caam_jr_caam_jr.c.o'.
[837/1575] Linking static target drivers/libtmp_rte_crypto_caam_jr.a.
[838/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtio_pci.c.o'.
[839/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtio_cryptodev.c.o'.
[840/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtqueue.c.o'.
[841/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtio_rxtx.c.o'.
[842/1575] Compiling C object 'drivers/a715181@@tmp_rte_compress_octeontx@sta/compress_octeontx_otx_zip.c.o'.
[843/1575] Linking static target drivers/libtmp_rte_crypto_virtio.a.
[844/1575] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_ifc@sta/vdpa_ifc_base_ifcvf.c.o'.
[845/1575] Compiling C object 'drivers/a715181@@tmp_rte_regex_cn9k@sta/regex_cn9k_cn9k_regexdev.c.o'.
[846/1575] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_ocm.c.o'.
[847/1575] Generating rte_crypto_caam_jr.pmd.c with a custom command.
[848/1575] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_dev.c.o'.
[849/1575] Compiling C object 'drivers/a715181@@rte_crypto_caam_jr@sta/meson-generated_.._rte_crypto_caam_jr.pmd.c.o'.
[850/1575] Linking static target drivers/libtmp_rte_regex_cn9k.a.
[851/1575] Linking static target drivers/librte_crypto_caam_jr.a.
[852/1575] Compiling C object 'drivers/a715181@@rte_crypto_caam_jr@sha/meson-generated_.._rte_crypto_caam_jr.pmd.c.o'.
[853/1575] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_sfc@sta/vdpa_sfc_sfc_vdpa_mcdi.c.o'.
[854/1575] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_sfc@sta/vdpa_sfc_sfc_vdpa.c.o'.
[855/1575] Generating rte_crypto_virtio.pmd.c with a custom command.
[856/1575] Generating rte_regex_cn9k.pmd.c with a custom command.
[857/1575] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_sfc@sta/vdpa_sfc_sfc_vdpa_hw.c.o'.
[858/1575] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_model.c.o'.
[859/1575] Compiling C object 'drivers/a715181@@rte_regex_cn9k@sta/meson-generated_.._rte_regex_cn9k.pmd.c.o'.
[860/1575] Compiling C object 'drivers/a715181@@tmp_rte_compress_octeontx@sta/compress_octeontx_otx_zip_pmd.c.o'.
[861/1575] Compiling C object 'drivers/a715181@@rte_crypto_virtio@sta/meson-generated_.._rte_crypto_virtio.pmd.c.o'.
[862/1575] Compiling C object 'drivers/a715181@@rte_crypto_virtio@sha/meson-generated_.._rte_crypto_virtio.pmd.c.o'.
[863/1575] Linking static target drivers/libtmp_rte_compress_octeontx.a.
[864/1575] Compiling C object 'drivers/a715181@@rte_regex_cn9k@sha/meson-generated_.._rte_regex_cn9k.pmd.c.o'.
[865/1575] Linking static target drivers/librte_regex_cn9k.a.
[866/1575] Linking static target drivers/librte_crypto_virtio.a.
[867/1575] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_ifc@sta/vdpa_ifc_ifcvf_vdpa.c.o'.
[868/1575] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_sfc@sta/vdpa_sfc_sfc_vdpa_filter.c.o'.
[869/1575] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_sfc@sta/vdpa_sfc_sfc_vdpa_ops.c.o'.
[870/1575] Linking static target drivers/libtmp_rte_vdpa_sfc.a.
[871/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_multicore.c.o'.
[872/1575] Generating rte_compress_octeontx.pmd.c with a custom command.
[873/1575] Linking static target drivers/libtmp_rte_vdpa_ifc.a.
[874/1575] Linking static target drivers/libtmp_rte_crypto_scheduler.a.
[875/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_dpaa_sec@sta/crypto_dpaa_sec_dpaa_sec.c.o'.
[876/1575] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sta/meson-generated_.._rte_compress_octeontx.pmd.c.o'.
[877/1575] Compiling C object 'drivers/a715181@@rte_compress_octeontx@sha/meson-generated_.._rte_compress_octeontx.pmd.c.o'.
[878/1575] Linking static target drivers/libtmp_rte_crypto_dpaa_sec.a.
[879/1575] Linking static target drivers/librte_compress_octeontx.a.
[880/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_worker.c.o'.
[881/1575] Compiling C object 'drivers/a715181@@tmp_rte_ml_cnxk@sta/ml_cnxk_cn10k_ml_ops.c.o'.
[882/1575] Linking static target drivers/libtmp_rte_ml_cnxk.a.
[883/1575] Generating rte_vdpa_sfc.pmd.c with a custom command.
[884/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o'.
[885/1575] Compiling C object 'drivers/a715181@@rte_vdpa_sfc@sta/meson-generated_.._rte_vdpa_sfc.pmd.c.o'.
[886/1575] Compiling C object 'drivers/a715181@@rte_vdpa_sfc@sha/meson-generated_.._rte_vdpa_sfc.pmd.c.o'.
[887/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev.c.o'.
[888/1575] Generating rte_vdpa_ifc.pmd.c with a custom command.
[889/1575] Linking static target drivers/librte_vdpa_sfc.a.
[890/1575] Generating rte_crypto_dpaa_sec.pmd.c with a custom command.
[891/1575] Generating rte_crypto_scheduler.pmd.c with a custom command.
[892/1575] Compiling C object 'drivers/a715181@@rte_vdpa_ifc@sta/meson-generated_.._rte_vdpa_ifc.pmd.c.o'.
[893/1575] Compiling C object 'drivers/a715181@@rte_vdpa_ifc@sha/meson-generated_.._rte_vdpa_ifc.pmd.c.o'.
[894/1575] Compiling C object 'drivers/a715181@@rte_crypto_dpaa_sec@sha/meson-generated_.._rte_crypto_dpaa_sec.pmd.c.o'.
[895/1575] Generating rte_ml_cnxk.pmd.c with a custom command.
[896/1575] Compiling C object 'drivers/a715181@@rte_crypto_dpaa_sec@sta/meson-generated_.._rte_crypto_dpaa_sec.pmd.c.o'.
[897/1575] Linking static target drivers/librte_vdpa_ifc.a.
[898/1575] Compiling C object 'drivers/a715181@@rte_crypto_scheduler@sha/meson-generated_.._rte_crypto_scheduler.pmd.c.o'.
[899/1575] Compiling C object 'drivers/a715181@@rte_crypto_scheduler@sta/meson-generated_.._rte_crypto_scheduler.pmd.c.o'.
[900/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o'.
[901/1575] Linking static target drivers/librte_crypto_dpaa_sec.a.
[902/1575] Compiling C object 'drivers/a715181@@rte_ml_cnxk@sha/meson-generated_.._rte_ml_cnxk.pmd.c.o'.
[903/1575] Compiling C object 'drivers/a715181@@rte_ml_cnxk@sta/meson-generated_.._rte_ml_cnxk.pmd.c.o'.
[904/1575] Linking static target drivers/librte_crypto_scheduler.a.
[905/1575] Linking static target drivers/librte_ml_cnxk.a.
[906/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_stats.c.o'.
[907/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_dpaa2_sec@sta/crypto_dpaa2_sec_dpaa2_sec_dpseci.c.o'.
[908/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_worker.c.o'.
[909/1575] Linking static target drivers/libtmp_rte_crypto_dpaa2_sec.a.
[910/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dlb2@sta/event_dlb2_dlb2_iface.c.o'.
[911/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker.c.o'.
[912/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_eventdev.c.o'.
[913/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dlb2@sta/event_dlb2_pf_dlb2_main.c.o'.
[914/1575] Generating rte_crypto_dpaa2_sec.pmd.c with a custom command.
[915/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_worker.c.o'.
[916/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_selftest.c.o'.
[917/1575] Compiling C object 'drivers/a715181@@rte_crypto_dpaa2_sec@sta/meson-generated_.._rte_crypto_dpaa2_sec.pmd.c.o'.
[918/1575] Compiling C object 'drivers/a715181@@rte_crypto_dpaa2_sec@sha/meson-generated_.._rte_crypto_dpaa2_sec.pmd.c.o'.
[919/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dlb2@sta/event_dlb2_pf_dlb2_pf.c.o'.
[920/1575] Linking static target drivers/librte_crypto_dpaa2_sec.a.
[921/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dlb2@sta/event_dlb2_dlb2_avx512.c.o'.
[922/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dlb2@sta/event_dlb2_rte_pmd_dlb2.c.o'.
[923/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dlb2@sta/event_dlb2_dlb2_xstats.c.o'.
[924/1575] Generating rte_crypto_scheduler.sym_chk with a meson_exe.py custom command.
[925/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2@sta/event_dpaa2_dpaa2_hw_dpcon.c.o'.
[926/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_xstats.c.o'.
[927/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dlb2@sta/event_dlb2_dlb2_selftest.c.o'.
[928/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_eventdev.c.o'.
[929/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa@sta/event_dpaa_dpaa_eventdev.c.o'.
[930/1575] Generating rte_crypto_dpaa_sec.sym_chk with a meson_exe.py custom command.
[931/1575] Linking static target drivers/libtmp_rte_event_dpaa.a.
[932/1575] Linking static target drivers/libtmp_rte_event_cnxk.a.
[933/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_evdev.c.o'.
[934/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_evdev.c.o'.
[935/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2@sta/event_dpaa2_dpaa2_eventdev_selftest.c.o'.
[936/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_evdev_init.c.o'.
[937/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_evdev_xstats.c.o'.
[938/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2@sta/event_dpaa2_dpaa2_eventdev.c.o'.
[939/1575] Linking static target drivers/libtmp_rte_event_dpaa2.a.
[940/1575] Generating rte_crypto_dpaa2_sec.sym_chk with a meson_exe.py custom command.
[941/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dlb2@sta/event_dlb2_dlb2.c.o'.
[942/1575] Generating rte_event_dpaa.pmd.c with a custom command.
[943/1575] Compiling C object 'drivers/a715181@@rte_event_dpaa@sha/meson-generated_.._rte_event_dpaa.pmd.c.o'.
[944/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_skeleton@sta/event_skeleton_skeleton_eventdev.c.o'.
[945/1575] Generating rte_event_cnxk.pmd.c with a custom command.
[946/1575] Compiling C object 'drivers/a715181@@rte_event_dpaa@sta/meson-generated_.._rte_event_dpaa.pmd.c.o'.
[947/1575] Linking static target drivers/libtmp_rte_event_skeleton.a.
[948/1575] Compiling C object 'drivers/a715181@@rte_event_cnxk@sta/meson-generated_.._rte_event_cnxk.pmd.c.o'.
[949/1575] Generating rte_event_dpaa2.pmd.c with a custom command.
[950/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_test.c.o'.
[951/1575] Linking static target drivers/librte_event_dpaa.a.
[952/1575] Linking static target drivers/librte_event_cnxk.a.
[953/1575] Compiling C object 'drivers/a715181@@rte_event_dpaa2@sta/meson-generated_.._rte_event_dpaa2.pmd.c.o'.
[954/1575] Compiling C object 'drivers/a715181@@rte_event_dpaa2@sha/meson-generated_.._rte_event_dpaa2.pmd.c.o'.
[955/1575] Compiling C object 'drivers/a715181@@rte_event_cnxk@sha/meson-generated_.._rte_event_cnxk.pmd.c.o'.
[956/1575] Linking static target drivers/librte_event_dpaa2.a.
[957/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_xstats.c.o'.
[958/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dlb2@sta/event_dlb2_pf_base_dlb2_resource.c.o'.
[959/1575] Linking static target drivers/libtmp_rte_event_dlb2.a.
[960/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_worker.c.o'.
[961/1575] Generating rte_event_skeleton.pmd.c with a custom command.
[962/1575] Compiling C object 'drivers/a715181@@rte_event_skeleton@sha/meson-generated_.._rte_event_skeleton.pmd.c.o'.
[963/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev.c.o'.
[964/1575] Compiling C object 'drivers/a715181@@rte_event_skeleton@sta/meson-generated_.._rte_event_skeleton.pmd.c.o'.
[965/1575] Linking static target drivers/librte_event_skeleton.a.
[966/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_probe.c.o'.
[967/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_ring.c.o'.
[968/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_dsw@sta/event_dsw_dsw_event.c.o'.
[969/1575] Linking static target drivers/libtmp_rte_event_opdl.a.
[970/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_evdev.c.o'.
[971/1575] Linking static target drivers/libtmp_rte_event_dsw.a.
[972/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_timvf_worker.c.o'.
[973/1575] Generating rte_event_dlb2.pmd.c with a custom command.
[974/1575] Compiling C object 'drivers/a715181@@rte_event_dlb2@sta/meson-generated_.._rte_event_dlb2.pmd.c.o'.
[975/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_timvf_evdev.c.o'.
[976/1575] Linking static target drivers/librte_event_dlb2.a.
[977/1575] Generating rte_event_cnxk.sym_chk with a meson_exe.py custom command.
[978/1575] Generating rte_event_opdl.pmd.c with a custom command.
[979/1575] Generating rte_event_dsw.pmd.c with a custom command.
[980/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_timvf_probe.c.o'.
[981/1575] Compiling C object 'drivers/a715181@@rte_event_opdl@sta/meson-generated_.._rte_event_opdl.pmd.c.o'.
[982/1575] Compiling C object 'drivers/a715181@@rte_event_dlb2@sha/meson-generated_.._rte_event_dlb2.pmd.c.o'.
[983/1575] Compiling C object 'drivers/a715181@@rte_event_dsw@sta/meson-generated_.._rte_event_dsw.pmd.c.o'.
[984/1575] Compiling C object 'drivers/a715181@@rte_event_dsw@sha/meson-generated_.._rte_event_dsw.pmd.c.o'.
[985/1575] Linking static target drivers/librte_event_opdl.a.
[986/1575] Compiling C object 'drivers/a715181@@rte_event_opdl@sha/meson-generated_.._rte_event_opdl.pmd.c.o'.
[987/1575] Linking static target drivers/librte_event_dsw.a.
[988/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_scheduler.c.o'.
[989/1575] Compiling C object 'app/a172ced@@dpdk-test-cmdline@exe/test-cmdline_cmdline_test.c.o'.
[990/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_worker.c.o'.
[991/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_sw@sta/event_sw_sw_evdev_selftest.c.o'.
[992/1575] Linking static target drivers/libtmp_rte_event_sw.a.
[993/1575] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx@sta/event_octeontx_ssovf_evdev_selftest.c.o'.
[994/1575] Linking static target drivers/libtmp_rte_event_octeontx.a.
[995/1575] Compiling C object 'drivers/a715181@@tmp_rte_baseband_fpga_lte_fec@sta/baseband_fpga_lte_fec_fpga_lte_fec.c.o'.
[996/1575] Linking static target drivers/libtmp_rte_baseband_fpga_lte_fec.a.
[997/1575] Compiling C object 'drivers/a715181@@tmp_rte_baseband_la12xx@sta/baseband_la12xx_bbdev_la12xx.c.o'.
[998/1575] Linking static target drivers/libtmp_rte_baseband_la12xx.a.
[999/1575] Compiling C object 'drivers/a715181@@tmp_rte_baseband_fpga_5gnr_fec@sta/baseband_fpga_5gnr_fec_rte_fpga_5gnr_fec.c.o'.
[1000/1575] Generating rte_event_sw.pmd.c with a custom command.
[1001/1575] Linking static target drivers/libtmp_rte_baseband_fpga_5gnr_fec.a.
[1002/1575] Generating rte_event_dlb2.sym_chk with a meson_exe.py custom command.
[1003/1575] Compiling C object 'drivers/a715181@@rte_event_sw@sta/meson-generated_.._rte_event_sw.pmd.c.o'.
[1004/1575] Compiling C object 'drivers/a715181@@rte_event_sw@sha/meson-generated_.._rte_event_sw.pmd.c.o'.
[1005/1575] Generating rte_event_octeontx.pmd.c with a custom command.
[1006/1575] Linking static target drivers/librte_event_sw.a.
[1007/1575] Compiling C object 'drivers/a715181@@rte_event_octeontx@sta/meson-generated_.._rte_event_octeontx.pmd.c.o'.
[1008/1575] Linking static target drivers/librte_event_octeontx.a.
[1009/1575] Compiling C object 'drivers/a715181@@rte_event_octeontx@sha/meson-generated_.._rte_event_octeontx.pmd.c.o'.
[1010/1575] Generating rte_baseband_fpga_lte_fec.pmd.c with a custom command.
[1011/1575] Generating rte_baseband_la12xx.pmd.c with a custom command.
[1012/1575] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[1013/1575] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_main.c.o'.
[1014/1575] Compiling C object 'drivers/a715181@@rte_baseband_fpga_lte_fec@sta/meson-generated_.._rte_baseband_fpga_lte_fec.pmd.c.o'.
[1015/1575] Compiling C object 'drivers/a715181@@rte_baseband_fpga_lte_fec@sha/meson-generated_.._rte_baseband_fpga_lte_fec.pmd.c.o'.
[1016/1575] Compiling C object 'drivers/a715181@@rte_baseband_la12xx@sta/meson-generated_.._rte_baseband_la12xx.pmd.c.o'.
[1017/1575] Compiling C object 'drivers/a715181@@rte_baseband_la12xx@sha/meson-generated_.._rte_baseband_la12xx.pmd.c.o'.
[1018/1575] Linking static target drivers/librte_baseband_fpga_lte_fec.a.
[1019/1575] Generating rte_baseband_fpga_5gnr_fec.pmd.c with a custom command.
[1020/1575] Linking static target drivers/librte_baseband_la12xx.a.
[1021/1575] Compiling C object 'app/a172ced@@dpdk-test-cmdline@exe/test-cmdline_commands.c.o'.
[1022/1575] Compiling C object 'drivers/a715181@@rte_baseband_fpga_5gnr_fec@sta/meson-generated_.._rte_baseband_fpga_5gnr_fec.pmd.c.o'.
[1023/1575] Compiling C object 'drivers/a715181@@tmp_rte_baseband_null@sta/baseband_null_bbdev_null.c.o'.
[1024/1575] Compiling C object 'drivers/a715181@@rte_baseband_fpga_5gnr_fec@sha/meson-generated_.._rte_baseband_fpga_5gnr_fec.pmd.c.o'.
[1025/1575] Linking static target drivers/librte_baseband_fpga_5gnr_fec.a.
[1026/1575] Linking static target drivers/libtmp_rte_baseband_null.a.
[1027/1575] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[1028/1575] Generating rte_baseband_null.pmd.c with a custom command.
[1029/1575] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_main.c.o'.
[1030/1575] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[1031/1575] Compiling C object 'app/a172ced@@dpdk-test-acl@exe/test-acl_main.c.o'.
[1032/1575] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[1033/1575] Linking static target drivers/librte_baseband_null.a.
[1034/1575] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[1035/1575] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_cyclecount.c.o'.
[1036/1575] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[1037/1575] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'.
[1038/1575] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev_vector.c.o'.
[1039/1575] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[1040/1575] Generating rte_baseband_fpga_5gnr_fec.sym_chk with a meson_exe.py custom command.
[1041/1575] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[1042/1575] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_common.c.o'.
[1043/1575] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_throughput.c.o'.
[1044/1575] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_main.c.o'.
[1045/1575] Compiling C object 'drivers/a715181@@tmp_rte_baseband_acc@sta/baseband_acc_rte_acc100_pmd.c.o'.
[1046/1575] Generating rte_baseband_fpga_lte_fec.sym_chk with a meson_exe.py custom command.
[1047/1575] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[1048/1575] Linking static target drivers/librte_baseband_turbo_sw.a.
[1049/1575] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_options_parse.c.o'.
[1050/1575] Compiling C object 'drivers/a715181@@tmp_rte_baseband_acc@sta/baseband_acc_rte_vrb_pmd.c.o'.
[1051/1575] Compiling C object 'app/a172ced@@dpdk-test-fib@exe/test-fib_main.c.o'.
[1052/1575] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o'.
[1053/1575] Linking static target drivers/libtmp_rte_baseband_acc.a.
[1054/1575] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vectors.c.o'.
[1055/1575] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev.c.o'.
[1056/1575] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_latency.c.o'.
[1057/1575] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_parser.c.o'.
[1058/1575] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'.
[1059/1575] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'.
[1060/1575] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'.
[1061/1575] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_test.c.o'.
[1062/1575] Generating rte_baseband_acc.pmd.c with a custom command.
[1063/1575] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_verify.c.o'.
[1064/1575] Compiling C object 'drivers/a715181@@rte_baseband_acc@sta/meson-generated_.._rte_baseband_acc.pmd.c.o'.
[1065/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_cnxk@sta/crypto_cnxk_cn9k_cryptodev_ops.c.o'.
[1066/1575] Compiling C object 'drivers/a715181@@rte_baseband_acc@sha/meson-generated_.._rte_baseband_acc.pmd.c.o'.
[1067/1575] Linking static target drivers/librte_baseband_acc.a.
[1068/1575] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_main.c.o'.
[1069/1575] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_queue.c.o'.
[1070/1575] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_main.c.o'.
[1071/1575] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_ops.c.o'.
[1072/1575] Compiling C object 'app/a172ced@@dpdk-test-dma-perf@exe/test-dma-perf_main.c.o'.
[1073/1575] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'.
[1074/1575] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_options.c.o'.
[1075/1575] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_items_gen.c.o'.
[1076/1575] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_test_device_ops.c.o'.
[1077/1575] Compiling C object 'app/a172ced@@dpdk-test-dma-perf@exe/test-dma-perf_benchmark.c.o'.
[1078/1575] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_atq.c.o'.
[1079/1575] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_flow_gen.c.o'.
[1080/1575] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_common.c.o'.
[1081/1575] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_parser.c.o'.
[1082/1575] Compiling C object 'app/a172ced@@dpdk-test-gpudev@exe/test-gpudev_main.c.o'.
[1083/1575] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_queue.c.o'.
[1084/1575] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_options.c.o'.
[1085/1575] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_atq.c.o'.
[1086/1575] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_actions_gen.c.o'.
[1087/1575] Generating rte_baseband_acc.sym_chk with a meson_exe.py custom command.
[1088/1575] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_common.c.o'.
[1089/1575] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_test_model_ops.c.o'.
[1090/1575] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_test_common.c.o'.
[1091/1575] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_test_inference_interleave.c.o'.
[1092/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
[1093/1575] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_init.c.o'.
[1094/1575] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_test.c.o'.
[1095/1575] Linking static target drivers/libtmp_rte_crypto_octeontx.a.
[1096/1575] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_config.c.o'.
[1097/1575] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_test_model_common.c.o'.
[1098/1575] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_atq.c.o'.
[1099/1575] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_queue.c.o'.
[1100/1575] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_test_stats.c.o'.
[1101/1575] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_test_inference_ordered.c.o'.
[1102/1575] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_lpm.c.o'.
[1103/1575] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_main.c.o'.
[1104/1575] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_acl.c.o'.
[1105/1575] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_stub.c.o'.
[1106/1575] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_main.c.o'.
[1107/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmd_flex_item.c.o'.
[1108/1575] Generating rte_crypto_octeontx.pmd.c with a custom command.
[1109/1575] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_hash.c.o'.
[1110/1575] Compiling C object 'drivers/a715181@@rte_crypto_octeontx@sta/meson-generated_.._rte_crypto_octeontx.pmd.c.o'.
[1111/1575] Compiling C object 'drivers/a715181@@rte_crypto_octeontx@sha/meson-generated_.._rte_crypto_octeontx.pmd.c.o'.
[1112/1575] Linking static target drivers/librte_crypto_octeontx.a.
[1113/1575] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o'.
[1114/1575] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_pipeline_lpm_ipv6.c.o'.
[1115/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_cman.c.o'.
[1116/1575] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_runtime.c.o'.
[1117/1575] Compiling C object 'app/a172ced@@dpdk-test-bbdev@exe/test-bbdev_test_bbdev_perf.c.o'.
[1118/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_tm.c.o'.
[1119/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_5tswap.c.o'.
[1120/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_shared_rxq_fwd.c.o'.
[1121/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_mtr.c.o'.
[1122/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macfwd.c.o'.
[1123/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macswap.c.o'.
[1124/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_iofwd.c.o'.
[1125/1575] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_test_inference_common.c.o'.
[1126/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_ieee1588fwd.c.o'.
[1127/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_icmpecho.c.o'.
[1128/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_txonly.c.o'.
[1129/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_flowgen.c.o'.
[1130/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_parameters.c.o'.
[1131/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_recycle_mbufs.c.o'.
[1132/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_rxonly.c.o'.
[1133/1575] Compiling C object 'app/a172ced@@dpdk-test-security-perf@exe/test-security-perf_test_security_perf.c.o'.
[1134/1575] Compiling C object 'app/a172ced@@dpdk-test-sad@exe/test-sad_main.c.o'.
[1135/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_bpf_cmd.c.o'.
[1136/1575] Generating rte_crypto_octeontx.sym_chk with a meson_exe.py custom command.
[1137/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/.._drivers_net_bonding_bonding_testpmd.c.o'.
[1138/1575] Compiling C object 'app/a172ced@@dpdk-test-regex@exe/test-regex_main.c.o'.
[1139/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_util.c.o'.
[1140/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_alarm.c.o'.
[1141/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_testpmd.c.o'.
[1142/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/.._drivers_net_i40e_i40e_testpmd.c.o'.
[1143/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_csumonly.c.o'.
[1144/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/.._drivers_net_ice_ice_testpmd.c.o'.
[1145/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/.._drivers_net_ixgbe_ixgbe_testpmd.c.o'.
[1146/1575] Generating test_symlink with a custom command.
[1147/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_bitcount.c.o'.
[1148/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test.c.o'.
[1149/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline.c.o'.
[1150/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_bitops.c.o'.
[1151/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_byteorder.c.o'.
[1152/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_atomic.c.o'.
[1153/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_commands.c.o'.
[1154/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_packet_burst_generator.c.o'.
[1155/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_bitmap.c.o'.
[1156/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_bitratestats.c.o'.
[1157/1575] Compiling C object 'app/a172ced@@dpdk-test-security-perf@exe/test_test_cryptodev_security_ipsec.c.o'.
[1158/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_acl.c.o'.
[1159/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_noisy_vnf.c.o'.
[1160/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cmdline.c.o'.
[1161/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cmdline_ipaddr.c.o'.
[1162/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cmdline_etheraddr.c.o'.
[1163/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cmdline_lib.c.o'.
[1164/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_bpf.c.o'.
[1165/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cmdline_portlist.c.o'.
[1166/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_common.c.o'.
[1167/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cksum_perf.c.o'.
[1168/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_barrier.c.o'.
[1169/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cpuflags.c.o'.
[1170/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cmdline_num.c.o'.
[1171/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cmdline_string.c.o'.
[1172/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_sample_packet_forward.c.o'.
[1173/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cmdline_cirbuf.c.o'.
[1174/1575] Generating eal.sym_chk with a meson_exe.py custom command.
FAILED: lib/eal.sym_chk 
/usr/bin/meson --internal exe --capture lib/eal.sym_chk -- /home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set-Pipeline/dpdk/buildtools/check-symbols.sh /home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set-Pipeline/dpdk/lib/eal/version.map lib/librte_eal.a
rte_thread_yield is not flagged as experimental
but is listed in version map
Please add __rte_experimental to the definition of rte_thread_yield
[1175/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cycles.c.o'.
[1176/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_flow.c.o'.
[1177/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_crc.c.o'.
[1178/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_virtual_pmd.c.o'.
[1179/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cksum.c.o'.
[1180/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_debug.c.o'.
[1181/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_dmadev_api.c.o'.
[1182/1575] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o'.
[1183/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_security_pdcp.c.o'.
[1184/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_security_ipsec.c.o'.
[1185/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_crosscheck.c.o'.
[1186/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_asym.c.o'.
[1187/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_distributor.c.o'.
[1188/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev_blockcipher.c.o'.
[1189/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_eal_flags.c.o'.
[1190/1575] Compiling C object 'drivers/a715181@@tmp_rte_crypto_cnxk@sta/crypto_cnxk_cn10k_cryptodev_ops.c.o'.
[1191/1575] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_cryptodev.c.o'.
ninja: build stopped: subcommand failed.

https://lab.dpdk.org/results/dashboard/patchsets/28071/

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2023-10-25 15:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20231025151352.995318-1-thomas@monjalon.net>
2023-10-25 14:56 ` |FAILURE| pw133311 [PATCH v2] eal/unix: allow creating thread with real-time priority qemudev
2023-10-25 15:17 ` |WARNING| " checkpatch
2023-10-25 15:40 ` |FAILURE| " 0-day Robot
2023-10-25 15:46 |FAILURE| pw133311 [PATCH] [v2] " dpdklab

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