|FAILURE| pw127263 [PATCH 15/15] net/cnxk: add MACsec stats
0-day Robot
robot at bytheb.org
Tue May 23 22:40:19 CEST 2023
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/127263/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5061703590
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-abi+debug+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-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-abi+debug+doc+tests" at step Build and test
####################################################################################
[1173/4346] Linking static target drivers/libtmp_rte_net_bond.a.
[1174/4346] Generating rte_net_bnxt.sym_chk with a meson_exe.py custom command.
[1175/4346] Generating rte_net_bond.pmd.c with a custom command.
[1176/4346] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_cman.c.o'.
[1177/4346] Compiling C object 'drivers/a715181@@rte_net_bond at sta/meson-generated_.._rte_net_bond.pmd.c.o'.
[1178/4346] Compiling C object 'drivers/a715181@@rte_net_bond at sha/meson-generated_.._rte_net_bond.pmd.c.o'.
[1179/4346] Linking static target drivers/librte_net_bond.a.
[1180/4346] Linking target drivers/librte_net_bnxt.so.23.2.
[1181/4346] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o
ccache gcc -Idrivers/a715181@@tmp_rte_net_cnxk at sta -Idrivers -I../drivers -Idrivers/net/cnxk -I../drivers/net/cnxk -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/security -I../lib/security -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o' -MF 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o' -c ../drivers/net/cnxk/cnxk_ethdev_mcs.c
../drivers/net/cnxk/cnxk_ethdev_mcs.c: In function ‘cnxk_eth_macsec_sc_create’:
../drivers/net/cnxk/cnxk_ethdev_mcs.c:187:30: error: ‘struct <anonymous>’ has no member named ‘is_xpn’
187 | pn_thresh.xpn = conf->sc_tx.is_xpn;
| ^
../drivers/net/cnxk/cnxk_ethdev_mcs.c:211:30: error: ‘struct <anonymous>’ has no member named ‘is_xpn’
211 | pn_thresh.xpn = conf->sc_rx.is_xpn;
| ^
../drivers/net/cnxk/cnxk_ethdev_mcs.c:214:28: error: ‘struct rte_security_macsec_sc’ has no member named ‘pn_threshold’
214 | pn_thresh.threshold = conf->pn_threshold;
| ^~
[1182/4346] Generating rte_net_bond.sym_chk with a meson_exe.py custom command.
[1183/4346] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[1177/4346] Linking static target drivers/librte_net_bond.a.
[1178/4346] Generating rte_net_bnxt.sym_chk with a meson_exe.py custom command.
[1179/4346] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_stats.c.o'.
[1180/4346] Linking target drivers/librte_net_bnxt.so.23.2.
[1181/4346] Generating rte_net_bond.sym_chk with a meson_exe.py custom command.
[1182/4346] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_devargs.c.o'.
[1183/4346] Linking target drivers/librte_net_bond.so.23.2.
[1184/4346] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_cman.c.o'.
[1185/4346] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o
ccache clang -Idrivers/a715181@@tmp_rte_net_cnxk at sta -Idrivers -I../drivers -Idrivers/net/cnxk -I../drivers/net/cnxk -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/security -I../lib/security -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o' -MF 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o' -c ../drivers/net/cnxk/cnxk_ethdev_mcs.c
../drivers/net/cnxk/cnxk_ethdev_mcs.c:187:31: error: no member named 'is_xpn' in 'struct rte_security_macsec_sc::(anonymous at ../lib/security/rte_security.h:413:3)'
pn_thresh.xpn = conf->sc_tx.is_xpn;
~~~~~~~~~~~ ^
../drivers/net/cnxk/cnxk_ethdev_mcs.c:211:31: error: no member named 'is_xpn' in 'struct rte_security_macsec_sc::(anonymous at ../lib/security/rte_security.h:403:3)'
pn_thresh.xpn = conf->sc_rx.is_xpn;
~~~~~~~~~~~ ^
../drivers/net/cnxk/cnxk_ethdev_mcs.c:214:30: error: no member named 'pn_threshold' in 'struct rte_security_macsec_sc'
pn_thresh.threshold = conf->pn_threshold;
~~~~ ^
3 errors generated.
[1186/4346] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev.c.o'.
[1187/4346] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mtr.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-aarch64" at step Build and test
####################################################################################
[1084/3980] Linking static target drivers/librte_net_bnxt.a.
[1085/3980] Generating rte_net_bond.sym_chk with a meson_exe.py custom command.
[1086/3980] Compiling C object 'drivers/a715181@@rte_net_bnxt at sha/meson-generated_.._rte_net_bnxt.pmd.c.o'.
[1087/3980] Generating rte_net_bnxt.sym_chk with a meson_exe.py custom command.
[1088/3980] Linking target drivers/librte_net_bnxt.so.23.2.
[1089/3980] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_devargs.c.o'.
[1090/3980] Linking target drivers/librte_net_bond.so.23.2.
[1091/3980] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev.c.o'.
[1092/3980] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o
ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_cnxk at sta -Idrivers -I../drivers -Idrivers/net/cnxk -I../drivers/net/cnxk -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/security -I../lib/security -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o' -MF 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o' -c ../drivers/net/cnxk/cnxk_ethdev_mcs.c
../drivers/net/cnxk/cnxk_ethdev_mcs.c: In function ‘cnxk_eth_macsec_sc_create’:
../drivers/net/cnxk/cnxk_ethdev_mcs.c:187:30: error: ‘struct <anonymous>’ has no member named ‘is_xpn’
187 | pn_thresh.xpn = conf->sc_tx.is_xpn;
| ^
../drivers/net/cnxk/cnxk_ethdev_mcs.c:211:30: error: ‘struct <anonymous>’ has no member named ‘is_xpn’
211 | pn_thresh.xpn = conf->sc_rx.is_xpn;
| ^
../drivers/net/cnxk/cnxk_ethdev_mcs.c:214:28: error: ‘struct rte_security_macsec_sc’ has no member named ‘pn_threshold’
214 | pn_thresh.threshold = conf->pn_threshold;
| ^~
[1093/3980] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o'.
[1094/3980] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
[1007/3830] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_devargs.c.o'.
[1008/3830] Generating rte_net_bond.sym_chk with a meson_exe.py custom command.
[1009/3830] Linking target drivers/librte_net_bond.so.23.2.
[1010/3830] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ptp.c.o'.
[1011/3830] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o'.
[1012/3830] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_link.c.o'.
[1013/3830] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_cman.c.o'.
[1014/3830] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_ops.c.o'.
[1015/3830] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o
ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_cnxk at sta -Idrivers -I../drivers -Idrivers/net/cnxk -I../drivers/net/cnxk -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/ppc/include -I../lib/eal/ppc/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/security -I../lib/security -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o' -MF 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o' -c ../drivers/net/cnxk/cnxk_ethdev_mcs.c
../drivers/net/cnxk/cnxk_ethdev_mcs.c: In function ‘cnxk_eth_macsec_sc_create’:
../drivers/net/cnxk/cnxk_ethdev_mcs.c:187:30: error: ‘struct <anonymous>’ has no member named ‘is_xpn’
187 | pn_thresh.xpn = conf->sc_tx.is_xpn;
| ^
../drivers/net/cnxk/cnxk_ethdev_mcs.c:211:30: error: ‘struct <anonymous>’ has no member named ‘is_xpn’
211 | pn_thresh.xpn = conf->sc_rx.is_xpn;
| ^
../drivers/net/cnxk/cnxk_ethdev_mcs.c:214:28: error: ‘struct rte_security_macsec_sc’ has no member named ‘pn_threshold’
214 | pn_thresh.threshold = conf->pn_threshold;
| ^~
[1016/3830] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mtr.c.o'.
[1017/3830] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
[1004/3802] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_devargs.c.o'.
[1005/3802] Linking target drivers/librte_net_bond.so.23.2.
[1006/3802] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_rx_cn9k_rx_32_47.c.o'.
[1007/3802] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_rx_cn9k_rx_48_63.c.o'.
[1008/3802] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_rx_cn9k_rx_0_15.c.o'.
[1009/3802] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ptp.c.o'.
[1010/3802] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o'.
[1011/3802] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_link.c.o'.
[1012/3802] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o
ccache riscv64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_cnxk at sta -Idrivers -I../drivers -Idrivers/net/cnxk -I../drivers/net/cnxk -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/riscv/include -I../lib/eal/riscv/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/security -I../lib/security -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=rv64gc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o' -MF 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mcs.c.o' -c ../drivers/net/cnxk/cnxk_ethdev_mcs.c
../drivers/net/cnxk/cnxk_ethdev_mcs.c: In function ‘cnxk_eth_macsec_sc_create’:
../drivers/net/cnxk/cnxk_ethdev_mcs.c:187:30: error: ‘struct <anonymous>’ has no member named ‘is_xpn’
187 | pn_thresh.xpn = conf->sc_tx.is_xpn;
| ^
../drivers/net/cnxk/cnxk_ethdev_mcs.c:211:30: error: ‘struct <anonymous>’ has no member named ‘is_xpn’
211 | pn_thresh.xpn = conf->sc_rx.is_xpn;
| ^
../drivers/net/cnxk/cnxk_ethdev_mcs.c:214:28: error: ‘struct rte_security_macsec_sc’ has no member named ‘pn_threshold’
214 | pn_thresh.threshold = conf->pn_threshold;
| ^~
[1013/3802] Generating rte_net_bnxt.pmd.c with a custom command.
[1014/3802] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-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-----------------------------
More information about the test-report
mailing list