automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw116446 [PATCH] net/ice: fix PTP init failed
@ 2022-09-20  0:36 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-09-20  0:36 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 5728 bytes --]

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

_build patch failure_

Submitter: Simei Su <simei.su@intel.com>
Date: Tuesday, September 20 2022 00:14:26 
Applied on: CommitID:f8f6b1c1744e12d8d6877464a613acd1231db1a1
Apply patch set 116446 failed:

[1/1797] Linking static target drivers/net/iavf/libiavf_avx512_lib.a
[2/1797] Linking static target drivers/librte_net_iavf.a
[3/1797] Linking static target drivers/net/ice/libice_avx512_lib.a
[4/1797] Linking static target drivers/net/ice/base/libice_base.a
[5/1797] Generating rte_net_ice_def with a custom command
[6/1797] Generating rte_net_ice_mingw with a custom command
[7/1797] Compiling C object drivers/librte_net_i40e.a.p/meson-generated_.._rte_net_i40e.pmd.c.o
[8/1797] Compiling C object drivers/librte_net_i40e.so.23.0.p/meson-generated_.._rte_net_i40e.pmd.c.o
[9/1797] Compiling C object drivers/net/igc/base/libigc_base.a.p/igc_osdep.c.o
[10/1797] Linking static target drivers/librte_net_i40e.a
[11/1797] Compiling C object drivers/net/igc/base/libigc_base.a.p/igc_manage.c.o
[12/1797] Compiling C object drivers/libtmp_rte_net_igc.a.p/net_igc_igc_logs.c.o
[13/1797] Compiling C object drivers/net/igc/base/libigc_base.a.p/igc_api.c.o
[14/1797] Generating rte_net_igc_def with a custom command
[15/1797] Compiling C object drivers/net/igc/base/libigc_base.a.p/igc_nvm.c.o
[16/1797] Compiling C object drivers/net/igc/base/libigc_base.a.p/igc_mac.c.o
[17/1797] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_ice_ice_ethdev.c.o
FAILED: drivers/libtmp_rte_net_ice.a.p/net_ice_ice_ethdev.c.o 
cc -Idrivers/libtmp_rte_net_ice.a.p -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/common/iavf -I../drivers/common/iavf -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/metrics -I../lib/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 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice -MD -MQ drivers/libtmp_rte_net_ice.a.p/net_ice_ice_ethdev.c.o -MF drivers/libtmp_rte_net_ice.a.p/net_ice_ice_ethdev.c.o.d -o drivers/libtmp_rte_net_ice.a.p/net_ice_ice_ethdev.c.o -c ../drivers/net/ice/ice_ethdev.c
../drivers/net/ice/ice_ethdev.c: In function ‘ice_timesync_enable’:
../drivers/net/ice/ice_ethdev.c:5726:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
   hw->phy_cfg = ICE_PHY_E810;
     ^~
../drivers/net/ice/ice_ethdev.c:5726:17: error: ‘ICE_PHY_E810’ undeclared (first use in this function); did you mean ‘ICE_MAC_E810’?
   hw->phy_cfg = ICE_PHY_E810;
                 ^~~~~~~~~~~~
                 ICE_MAC_E810
../drivers/net/ice/ice_ethdev.c:5726:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_ethdev.c:5728:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
   hw->phy_cfg = ICE_PHY_E822;
     ^~
../drivers/net/ice/ice_ethdev.c:5728:17: error: ‘ICE_PHY_E822’ undeclared (first use in this function); did you mean ‘ICE_PHY_E810’?
   hw->phy_cfg = ICE_PHY_E822;
                 ^~~~~~~~~~~~
                 ICE_PHY_E810
[18/1797] Generating rte_net_igc_mingw with a custom command
[19/1797] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_ice_ice_dcf_parent.c.o
[20/1797] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_ice_ice_dcf_vf_representor.c.o
[21/1797] Compiling C object drivers/libtmp_rte_net_igc.a.p/net_igc_igc_filter.c.o
[22/1797] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_ice_ice_dcf_sched.c.o
[23/1797] Compiling C object drivers/libtmp_rte_net_igc.a.p/net_igc_igc_flow.c.o
[24/1797] Compiling C object drivers/libtmp_rte_net_ionic.a.p/net_ionic_ionic_dev.c.o
[25/1797] Generating rte_net_iavf.sym_chk with a custom command (wrapped by meson to capture output)
[26/1797] Compiling C object drivers/net/igc/base/libigc_base.a.p/igc_phy.c.o
[27/1797] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_ice_ice_dcf.c.o
[28/1797] Compiling C object drivers/libtmp_rte_net_ionic.a.p/net_ionic_ionic_ethdev.c.o
[29/1797] Compiling C object drivers/libtmp_rte_net_igc.a.p/net_igc_igc_ethdev.c.o
[30/1797] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_ice_ice_dcf_ethdev.c.o
[31/1797] Generating rte_net_i40e.sym_chk with a custom command (wrapped by meson to capture output)
[32/1797] Compiling C object drivers/libtmp_rte_net_ionic.a.p/net_ionic_ionic_lif.c.o
[33/1797] Compiling C object drivers/libtmp_rte_net_igc.a.p/net_igc_igc_txrx.c.o
[34/1797] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_ice_ice_rxtx_vec_avx2.c.o
ninja: build stopped: subcommand failed.

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

UNH-IOL DPDK Community Lab

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

* |FAILURE| pw116446 [PATCH] net/ice: fix PTP init failed
       [not found] <20220920001426.28266-1-simei.su@intel.com>
@ 2022-09-20  1:00 ` 0-day Robot
  0 siblings, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-09-20  1:00 UTC (permalink / raw)
  To: test-report; +Cc: simei.su, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3086543443
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static" failed at step Build and test
"ubuntu-20.04-gcc-shared-doc+tests" failed at step Build and test
"ubuntu-20.04-clang-static" failed at step Build and test
"ubuntu-20.04-clang-shared-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-static-mingw" failed at step Build and test
"ubuntu-20.04-gcc-static-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-static-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-shared-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-shared-riscv64" failed at step Build and test
"fedora:35-gcc-static" failed at step Build
"fedora:35-gcc-shared" failed at step Build
"fedora:35-clang-static" failed at step Build
"fedora:35-clang-shared" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static" at step Build and test
####################################################################################
[1701/4451] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser_rt.c.o'.
[1702/4451] Linking static target drivers/net/ice/base/libice_base.a.
[1703/4451] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ddp_package.c.o'.
[1704/4451] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_ice@sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -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 -Idrivers/common/iavf -I../drivers/common/iavf -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=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice  -MD -MQ 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -c ../drivers/net/ice/ice_ethdev.c
../drivers/net/ice/ice_ethdev.c: In function ‘ice_timesync_enable’:
../drivers/net/ice/ice_ethdev.c:5726:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5726:17: error: ‘ICE_PHY_E810’ undeclared (first use in this function); did you mean ‘ICE_MAC_E810’?
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |                 ^~~~~~~~~~~~
      |                 ICE_MAC_E810
../drivers/net/ice/ice_ethdev.c:5726:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_ethdev.c:5728:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5728:17: error: ‘ICE_PHY_E822’ undeclared (first use in this function)
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |                 ^~~~~~~~~~~~
[1705/4451] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_acl_filter.c.o'.
[1706/4451] Compiling C object 'drivers/net/ice/6ab06a9@@ice_avx2_lib@sta/ice_rxtx_vec_avx2.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
[1705/4631] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser_rt.c.o'.
[1706/4631] Linking static target drivers/net/ice/base/libice_base.a.
[1707/4631] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ddp_package.c.o'.
[1708/4631] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_ice@sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -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 -Idrivers/common/iavf -I../drivers/common/iavf -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=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice  -MD -MQ 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -c ../drivers/net/ice/ice_ethdev.c
../drivers/net/ice/ice_ethdev.c: In function ‘ice_timesync_enable’:
../drivers/net/ice/ice_ethdev.c:5726:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5726:17: error: ‘ICE_PHY_E810’ undeclared (first use in this function); did you mean ‘ICE_MAC_E810’?
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |                 ^~~~~~~~~~~~
      |                 ICE_MAC_E810
../drivers/net/ice/ice_ethdev.c:5726:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_ethdev.c:5728:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5728:17: error: ‘ICE_PHY_E822’ undeclared (first use in this function)
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |                 ^~~~~~~~~~~~
[1709/4631] Compiling C object 'drivers/net/ice/6ab06a9@@ice_avx2_lib@sta/ice_rxtx_vec_avx2.c.o'.
[1710/4631] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_acl_filter.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-static" at step Build and test
####################################################################################
[1750/4451] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_lif.c.o'.
[1751/4451] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_ice@sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -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 -Idrivers/common/iavf -I../drivers/common/iavf -Xclang -fcolor-diagnostics -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 -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice  -MD -MQ 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -c ../drivers/net/ice/ice_ethdev.c
../drivers/net/ice/ice_ethdev.c:5726:7: error: no member named 'phy_cfg' in 'struct ice_hw'
                hw->phy_cfg = ICE_PHY_E810;
                ~~  ^
../drivers/net/ice/ice_ethdev.c:5726:17: error: use of undeclared identifier 'ICE_PHY_E810'; did you mean 'ICE_MAC_E810'?
                hw->phy_cfg = ICE_PHY_E810;
                              ^~~~~~~~~~~~
                              ICE_MAC_E810
../drivers/net/ice/base/ice_type.h:223:2: note: 'ICE_MAC_E810' declared here
        ICE_MAC_E810,
        ^
../drivers/net/ice/ice_ethdev.c:5728:7: error: no member named 'phy_cfg' in 'struct ice_hw'
                hw->phy_cfg = ICE_PHY_E822;
                ~~  ^
../drivers/net/ice/ice_ethdev.c:5728:17: error: use of undeclared identifier 'ICE_PHY_E822'
                hw->phy_cfg = ICE_PHY_E822;
                              ^
4 errors generated.
[1752/4451] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_main.c.o'.
[1753/4451] Generating rte_net_igc.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
[1711/4631] Linking static target drivers/net/ice/base/libice_base.a.
[1712/4631] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_ice@sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -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 -Idrivers/common/iavf -I../drivers/common/iavf -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 -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice  -MD -MQ 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -c ../drivers/net/ice/ice_ethdev.c
../drivers/net/ice/ice_ethdev.c:5726:7: error: no member named 'phy_cfg' in 'struct ice_hw'
                hw->phy_cfg = ICE_PHY_E810;
                ~~  ^
../drivers/net/ice/ice_ethdev.c:5726:17: error: use of undeclared identifier 'ICE_PHY_E810'; did you mean 'ICE_MAC_E810'?
                hw->phy_cfg = ICE_PHY_E810;
                              ^~~~~~~~~~~~
                              ICE_MAC_E810
../drivers/net/ice/base/ice_type.h:223:2: note: 'ICE_MAC_E810' declared here
        ICE_MAC_E810,
        ^
../drivers/net/ice/ice_ethdev.c:5728:7: error: no member named 'phy_cfg' in 'struct ice_hw'
                hw->phy_cfg = ICE_PHY_E822;
                ~~  ^
../drivers/net/ice/ice_ethdev.c:5728:17: error: use of undeclared identifier 'ICE_PHY_E822'
                hw->phy_cfg = ICE_PHY_E822;
                              ^
4 errors generated.
[1713/4631] Compiling C object 'drivers/net/ice/6ab06a9@@ice_avx512_lib@sta/ice_rxtx_vec_avx512.c.o'.
[1714/4631] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ddp_package.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
[1314/3109] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_common.c.o'.
[1315/3109] Linking target drivers/librte_net_ionic.so.23.0.
[1316/3109] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb_82598.c.o'.
[1317/3109] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_ice@sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -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 -Idrivers/common/iavf -I../drivers/common/iavf -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 -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice  -MD -MQ 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -c ../drivers/net/ice/ice_ethdev.c
../drivers/net/ice/ice_ethdev.c: In function ‘ice_timesync_enable’:
../drivers/net/ice/ice_ethdev.c:5726:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5726:17: error: ‘ICE_PHY_E810’ undeclared (first use in this function); did you mean ‘ICE_MAC_E810’?
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |                 ^~~~~~~~~~~~
      |                 ICE_MAC_E810
../drivers/net/ice/ice_ethdev.c:5726:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_ethdev.c:5728:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5728:17: error: ‘ICE_PHY_E822’ undeclared (first use in this function)
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |                 ^~~~~~~~~~~~
[1318/3109] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb_82599.c.o'.
[1319/3109] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_dcb.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-static-mingw" at step Build and test
####################################################################################
[468/1305] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_switch_filter.c.obj'.
[469/1305] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx_vec_sse.c.obj'.
[470/1305] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_fdir_filter.c.obj'.
[471/1305] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.obj'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.obj 
ccache x86_64-w64-mingw32-gcc -Idrivers/a715181@@tmp_rte_net_ice@sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/windows/include -I../lib/eal/windows/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/windows -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/iavf -I../drivers/common/iavf -fdiagnostics-color=always -pipe -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 -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -fno-asynchronous-unwind-tables -fno-asynchronous-unwind-tables -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice  -MD -MQ 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.obj' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.obj.d' -o 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.obj' -c ../drivers/net/ice/ice_ethdev.c
../drivers/net/ice/ice_ethdev.c: In function ‘ice_timesync_enable’:
../drivers/net/ice/ice_ethdev.c:5726:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5726:17: error: ‘ICE_PHY_E810’ undeclared (first use in this function); did you mean ‘ICE_MAC_E810’?
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |                 ^~~~~~~~~~~~
      |                 ICE_MAC_E810
../drivers/net/ice/ice_ethdev.c:5726:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_ethdev.c:5728:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5728:17: error: ‘ICE_PHY_E822’ undeclared (first use in this function)
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |                 ^~~~~~~~~~~~
[472/1305] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_acl_filter.c.obj'.
[473/1305] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_generic_flow.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-aarch64" at step Build and test
####################################################################################
[1626/4071] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_sched.c.o'.
[1627/4071] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_i225.c.o'.
[1628/4071] Compiling C object 'drivers/net/igc/base/94439f5@@igc_base@sta/igc_mac.c.o'.
[1629/4071] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o 
ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ice@sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -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/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/iavf -I../drivers/common/iavf -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice  -MD -MQ 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -c ../drivers/net/ice/ice_ethdev.c
../drivers/net/ice/ice_ethdev.c: In function ‘ice_timesync_enable’:
../drivers/net/ice/ice_ethdev.c:5726:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5726:17: error: ‘ICE_PHY_E810’ undeclared (first use in this function); did you mean ‘ICE_MAC_E810’?
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |                 ^~~~~~~~~~~~
      |                 ICE_MAC_E810
../drivers/net/ice/ice_ethdev.c:5726:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_ethdev.c:5728:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5728:17: error: ‘ICE_PHY_E822’ undeclared (first use in this function)
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |                 ^~~~~~~~~~~~
[1630/4071] Generating rte_net_ice_def with a custom command.
[1631/4071] Generating rte_net_ice_mingw with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[1619/4248] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_parent.c.o'.
[1620/4248] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_ethdev.c.o'.
[1621/4248] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf.c.o'.
[1622/4248] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o 
ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ice@sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -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/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/iavf -I../drivers/common/iavf -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice  -MD -MQ 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -c ../drivers/net/ice/ice_ethdev.c
../drivers/net/ice/ice_ethdev.c: In function ‘ice_timesync_enable’:
../drivers/net/ice/ice_ethdev.c:5726:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5726:17: error: ‘ICE_PHY_E810’ undeclared (first use in this function); did you mean ‘ICE_MAC_E810’?
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |                 ^~~~~~~~~~~~
      |                 ICE_MAC_E810
../drivers/net/ice/ice_ethdev.c:5726:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_ethdev.c:5728:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5728:17: error: ‘ICE_PHY_E822’ undeclared (first use in this function)
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |                 ^~~~~~~~~~~~
[1623/4248] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_generic_flow.c.o'.
[1624/4248] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ddp_package.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-static-ppc64le" at step Build and test
####################################################################################
[1561/3912] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_mac_api.c.o'.
[1562/3912] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_lif.c.o'.
[1563/3912] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_rx_filter.c.o'.
[1564/3912] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o 
ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ice@sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -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/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/iavf -I../drivers/common/iavf -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice  -MD -MQ 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -c ../drivers/net/ice/ice_ethdev.c
../drivers/net/ice/ice_ethdev.c: In function ‘ice_timesync_enable’:
../drivers/net/ice/ice_ethdev.c:5726:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5726:17: error: ‘ICE_PHY_E810’ undeclared (first use in this function); did you mean ‘ICE_MAC_E810’?
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |                 ^~~~~~~~~~~~
      |                 ICE_MAC_E810
../drivers/net/ice/ice_ethdev.c:5726:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_ethdev.c:5728:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5728:17: error: ‘ICE_PHY_E822’ undeclared (first use in this function)
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |                 ^~~~~~~~~~~~
[1565/3912] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_main.c.o'.
[1566/3912] Generating rte_net_igc.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
[1551/4089] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_main.c.o'.
[1552/4089] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic@sta/net_ionic_ionic_rxtx.c.o'.
[1553/4089] Linking static target drivers/libtmp_rte_net_ionic.a.
[1554/4089] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o 
ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ice@sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -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/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/iavf -I../drivers/common/iavf -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice  -MD -MQ 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -c ../drivers/net/ice/ice_ethdev.c
../drivers/net/ice/ice_ethdev.c: In function ‘ice_timesync_enable’:
../drivers/net/ice/ice_ethdev.c:5726:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5726:17: error: ‘ICE_PHY_E810’ undeclared (first use in this function); did you mean ‘ICE_MAC_E810’?
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |                 ^~~~~~~~~~~~
      |                 ICE_MAC_E810
../drivers/net/ice/ice_ethdev.c:5726:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_ethdev.c:5728:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5728:17: error: ‘ICE_PHY_E822’ undeclared (first use in this function)
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |                 ^~~~~~~~~~~~
[1555/4089] Generating rte_net_igc.pmd.c with a custom command.
[1556/4089] Generating rte_net_ionic.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################
[1478/4059] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser_rt.c.o'.
[1479/4059] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_acl_filter.c.o'.
[1480/4059] Linking static target drivers/net/ice/base/libice_base.a.
[1481/4059] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o 
ccache riscv64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ice@sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -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/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/iavf -I../drivers/common/iavf -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice  -MD -MQ 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o' -c ../drivers/net/ice/ice_ethdev.c
../drivers/net/ice/ice_ethdev.c: In function ‘ice_timesync_enable’:
../drivers/net/ice/ice_ethdev.c:5726:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5726:17: error: ‘ICE_PHY_E810’ undeclared (first use in this function); did you mean ‘ICE_MAC_E810’?
 5726 |   hw->phy_cfg = ICE_PHY_E810;
      |                 ^~~~~~~~~~~~
      |                 ICE_MAC_E810
../drivers/net/ice/ice_ethdev.c:5726:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ice/ice_ethdev.c:5728:5: error: ‘struct ice_hw’ has no member named ‘phy_cfg’
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |     ^~
../drivers/net/ice/ice_ethdev.c:5728:17: error: ‘ICE_PHY_E822’ undeclared (first use in this function)
 5728 |   hw->phy_cfg = ICE_PHY_E822;
      |                 ^~~~~~~~~~~~
[1482/4059] Generating rte_net_iavf.pmd.c with a custom command.
[1483/4059] Generating rte_net_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################




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




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




####################################################################################
#### [Begin job log] "fedora:35-clang-static" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang-static" at step Build
####################################################################################




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

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

end of thread, other threads:[~2022-09-20  1:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-20  0:36 |FAILURE| pw116446 [PATCH] net/ice: fix PTP init failed dpdklab
     [not found] <20220920001426.28266-1-simei.su@intel.com>
2022-09-20  1:00 ` 0-day Robot

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