[dpdk-test-report] |FAILURE| pw99951 [dpdk-dev] [PATCH v2, 20.11] net/i40e: fix i40evf device initialization

0-day Robot robot at bytheb.org
Tue Sep 28 23:58:39 CEST 2021


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1284422413
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-doc+tests" failed at step Build and test
"ubuntu-18.04-clang-static" failed at step Build and test
"ubuntu-18.04-clang-shared-doc+tests" failed at step Build and test
"ubuntu-18.04-gcc-static-i386" failed at step Build and test
"ubuntu-18.04-gcc-static-aarch64" failed at step Build and test
"ubuntu-18.04-gcc-shared-aarch64" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################
[1369/3263] Generating rte_net_hns3.pmd.c with a custom command.
[1370/3263] Compiling C object 'drivers/a715181@@rte_net_hns3 at sta/meson-generated_.._rte_net_hns3.pmd.c.o'.
[1371/3263] Compiling C object 'drivers/a715181@@rte_net_hns3 at sha/meson-generated_.._rte_net_hns3.pmd.c.o'.
[1372/3263] Linking static target drivers/librte_net_hns3.a.
[1373/3263] Linking target drivers/librte_net_hns3.so.22.0.
[1374/3263] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_adminq.c.o'.
[1375/3263] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_lan_hmc.c.o'.
[1376/3263] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_common.c.o'.
[1377/3263] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx2_lib at sta/i40e_rxtx_vec_avx2.c.o'.
[1378/3263] Linking static target drivers/net/i40e/libi40e_avx2_lib.a.
[1379/3263] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_nvm.c.o'.
[1380/3263] Linking static target drivers/net/i40e/base/libi40e_base.a.
[1381/3263] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib at sta/i40e_rxtx_vec_avx512.c.o'.
[1382/3263] Linking static target drivers/net/i40e/libi40e_avx512_lib.a.
[1383/3263] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_i40e at sta -Idrivers -I../drivers -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -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/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.i40e  -MD -MQ 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o' -MF 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o.d' -o 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o' -c ../drivers/net/i40e/i40e_ethdev_vf.c
../drivers/net/i40e/i40e_ethdev_vf.c: In function ‘i40evf_dev_init’:
../drivers/net/i40e/i40e_ethdev_vf.c:1605:9: error: ‘struct i40e_adapter’ has no member named ‘eth_dev’
  adapter->eth_dev = eth_dev;
         ^~
[1384/3263] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_rxtx.c.o'.
[1385/3263] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
[1389/3479] Generating rte_net_hns3.pmd.c with a custom command.
[1390/3479] Compiling C object 'drivers/a715181@@rte_net_hns3 at sta/meson-generated_.._rte_net_hns3.pmd.c.o'.
[1391/3479] Compiling C object 'drivers/a715181@@rte_net_hns3 at sha/meson-generated_.._rte_net_hns3.pmd.c.o'.
[1392/3479] Linking static target drivers/librte_net_hns3.a.
[1393/3479] Linking target drivers/librte_net_hns3.so.22.0.
[1394/3479] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_adminq.c.o'.
[1395/3479] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_lan_hmc.c.o'.
[1396/3479] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_common.c.o'.
[1397/3479] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx2_lib at sta/i40e_rxtx_vec_avx2.c.o'.
[1398/3479] Linking static target drivers/net/i40e/libi40e_avx2_lib.a.
[1399/3479] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_nvm.c.o'.
[1400/3479] Linking static target drivers/net/i40e/base/libi40e_base.a.
[1401/3479] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib at sta/i40e_rxtx_vec_avx512.c.o'.
[1402/3479] Linking static target drivers/net/i40e/libi40e_avx512_lib.a.
[1403/3479] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_i40e at sta -Idrivers -I../drivers -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -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/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.i40e  -MD -MQ 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o' -MF 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o.d' -o 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o' -c ../drivers/net/i40e/i40e_ethdev_vf.c
../drivers/net/i40e/i40e_ethdev_vf.c: In function ‘i40evf_dev_init’:
../drivers/net/i40e/i40e_ethdev_vf.c:1605:9: error: ‘struct i40e_adapter’ has no member named ‘eth_dev’
  adapter->eth_dev = eth_dev;
         ^~
[1404/3479] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_rxtx.c.o'.
[1405/3479] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
[1378/3265] Compiling C object 'drivers/a715181@@rte_net_hns3 at sha/meson-generated_.._rte_net_hns3.pmd.c.o'.
[1379/3265] Linking static target drivers/librte_net_hns3.a.
[1380/3265] Linking target drivers/librte_net_hns3.so.22.0.
[1381/3265] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_lan_hmc.c.o'.
[1382/3265] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_adminq.c.o'.
[1383/3265] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_common.c.o'.
[1384/3265] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx2_lib at sta/i40e_rxtx_vec_avx2.c.o'.
[1385/3265] Linking static target drivers/net/i40e/libi40e_avx2_lib.a.
[1386/3265] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib at sta/i40e_rxtx_vec_avx512.c.o'.
[1387/3265] Linking static target drivers/net/i40e/libi40e_avx512_lib.a.
[1388/3265] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_nvm.c.o'.
[1389/3265] Linking static target drivers/net/i40e/base/libi40e_base.a.
[1390/3265] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_rxtx.c.o'.
[1391/3265] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_fdir.c.o'.
[1392/3265] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_i40e at sta -Idrivers -I../drivers -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -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/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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 -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.i40e  -MD -MQ 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o' -MF 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o.d' -o 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o' -c ../drivers/net/i40e/i40e_ethdev_vf.c
../drivers/net/i40e/i40e_ethdev_vf.c:1605:11: error: no member named 'eth_dev' in 'struct i40e_adapter'
        adapter->eth_dev = eth_dev;
        ~~~~~~~  ^
1 error generated.
[1393/3265] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_pf.c.o'.
[1394/3265] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
[1398/3481] Compiling C object 'drivers/a715181@@rte_net_hns3 at sha/meson-generated_.._rte_net_hns3.pmd.c.o'.
[1399/3481] Linking static target drivers/librte_net_hns3.a.
[1400/3481] Linking target drivers/librte_net_hns3.so.22.0.
[1401/3481] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_common.c.o'.
[1402/3481] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_adminq.c.o'.
[1403/3481] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_lan_hmc.c.o'.
[1404/3481] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib at sta/i40e_rxtx_vec_avx512.c.o'.
[1405/3481] Linking static target drivers/net/i40e/libi40e_avx512_lib.a.
[1406/3481] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx2_lib at sta/i40e_rxtx_vec_avx2.c.o'.
[1407/3481] Linking static target drivers/net/i40e/libi40e_avx2_lib.a.
[1408/3481] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_nvm.c.o'.
[1409/3481] Linking static target drivers/net/i40e/base/libi40e_base.a.
[1410/3481] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_rxtx.c.o'.
[1411/3481] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_fdir.c.o'.
[1412/3481] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_i40e at sta -Idrivers -I../drivers -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -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/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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 -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.i40e  -MD -MQ 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o' -MF 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o.d' -o 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o' -c ../drivers/net/i40e/i40e_ethdev_vf.c
../drivers/net/i40e/i40e_ethdev_vf.c:1605:11: error: no member named 'eth_dev' in 'struct i40e_adapter'
        adapter->eth_dev = eth_dev;
        ~~~~~~~  ^
1 error generated.
[1413/3481] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_pf.c.o'.
[1414/3481] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-i386" at step Build and test
####################################################################################
[1080/2513] Linking static target drivers/librte_net_hinic.a.
[1081/2513] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_adminq.c.o'.
[1082/2513] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_diag.c.o'.
[1083/2513] Linking target drivers/librte_net_hinic.so.22.0.
[1084/2513] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_common.c.o'.
[1085/2513] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_lan_hmc.c.o'.
[1086/2513] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_nvm.c.o'.
[1087/2513] Linking static target drivers/net/i40e/base/libi40e_base.a.
[1088/2513] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx2_lib at sta/i40e_rxtx_vec_avx2.c.o'.
[1089/2513] Linking static target drivers/net/i40e/libi40e_avx2_lib.a.
[1090/2513] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib at sta/i40e_rxtx_vec_avx512.c.o'.
[1091/2513] Linking static target drivers/net/i40e/libi40e_avx512_lib.a.
[1092/2513] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev.c.o'.
[1093/2513] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_rxtx.c.o'.
[1094/2513] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_i40e at sta -Idrivers -I../drivers -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -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/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.i40e  -MD -MQ 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o' -MF 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o.d' -o 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o' -c ../drivers/net/i40e/i40e_ethdev_vf.c
../drivers/net/i40e/i40e_ethdev_vf.c: In function ‘i40evf_dev_init’:
../drivers/net/i40e/i40e_ethdev_vf.c:1605:9: error: ‘struct i40e_adapter’ has no member named ‘eth_dev’
  adapter->eth_dev = eth_dev;
         ^~
[1095/2513] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_fdir.c.o'.
[1096/2513] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_memcpy_perf.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################
[1369/3263] Generating rte_net_hns3.pmd.c with a custom command.
[1370/3263] Compiling C object 'drivers/a715181@@rte_net_hns3 at sta/meson-generated_.._rte_net_hns3.pmd.c.o'.
[1371/3263] Compiling C object 'drivers/a715181@@rte_net_hns3 at sha/meson-generated_.._rte_net_hns3.pmd.c.o'.
[1372/3263] Linking static target drivers/librte_net_hns3.a.
[1373/3263] Linking target drivers/librte_net_hns3.so.22.0.
[1374/3263] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_adminq.c.o'.
[1375/3263] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_lan_hmc.c.o'.
[1376/3263] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_common.c.o'.
[1377/3263] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib at sta/i40e_rxtx_vec_avx512.c.o'.
[1378/3263] Linking static target drivers/net/i40e/libi40e_avx512_lib.a.
[1379/3263] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_nvm.c.o'.
[1380/3263] Linking static target drivers/net/i40e/base/libi40e_base.a.
[1381/3263] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx2_lib at sta/i40e_rxtx_vec_avx2.c.o'.
[1382/3263] Linking static target drivers/net/i40e/libi40e_avx2_lib.a.
[1383/3263] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_i40e at sta -Idrivers -I../drivers -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -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/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.i40e  -MD -MQ 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o' -MF 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o.d' -o 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o' -c ../drivers/net/i40e/i40e_ethdev_vf.c
../drivers/net/i40e/i40e_ethdev_vf.c: In function ‘i40evf_dev_init’:
../drivers/net/i40e/i40e_ethdev_vf.c:1605:9: error: ‘struct i40e_adapter’ has no member named ‘eth_dev’
  adapter->eth_dev = eth_dev;
         ^~
[1384/3263] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_rxtx.c.o'.
[1385/3263] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[1389/3476] Generating rte_net_hns3.pmd.c with a custom command.
[1390/3476] Compiling C object 'drivers/a715181@@rte_net_hns3 at sta/meson-generated_.._rte_net_hns3.pmd.c.o'.
[1391/3476] Compiling C object 'drivers/a715181@@rte_net_hns3 at sha/meson-generated_.._rte_net_hns3.pmd.c.o'.
[1392/3476] Linking static target drivers/librte_net_hns3.a.
[1393/3476] Linking target drivers/librte_net_hns3.so.22.0.
[1394/3476] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_adminq.c.o'.
[1395/3476] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_lan_hmc.c.o'.
[1396/3476] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_common.c.o'.
[1397/3476] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx2_lib at sta/i40e_rxtx_vec_avx2.c.o'.
[1398/3476] Linking static target drivers/net/i40e/libi40e_avx2_lib.a.
[1399/3476] Compiling C object 'drivers/net/i40e/base/3c1f984@@i40e_base at sta/i40e_nvm.c.o'.
[1400/3476] Linking static target drivers/net/i40e/base/libi40e_base.a.
[1401/3476] Compiling C object 'drivers/net/i40e/1b39a87@@i40e_avx512_lib at sta/i40e_rxtx_vec_avx512.c.o'.
[1402/3476] Linking static target drivers/net/i40e/libi40e_avx512_lib.a.
[1403/3476] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_i40e at sta -Idrivers -I../drivers -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -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/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DPF_DRIVER -DVF_DRIVER -DINTEGRATED_VF -DX722_A0_SUPPORT -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.i40e  -MD -MQ 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o' -MF 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o.d' -o 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev_vf.c.o' -c ../drivers/net/i40e/i40e_ethdev_vf.c
../drivers/net/i40e/i40e_ethdev_vf.c: In function ‘i40evf_dev_init’:
../drivers/net/i40e/i40e_ethdev_vf.c:1605:9: error: ‘struct i40e_adapter’ has no member named ‘eth_dev’
  adapter->eth_dev = eth_dev;
         ^~
[1404/3476] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_rxtx.c.o'.
[1405/3476] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------


More information about the test-report mailing list