|FAILURE| pw127724 [PATCH] net/e1000: support device I219

0-day Robot robot at bytheb.org
Tue May 30 12:59:56 CEST 2023


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5120359521
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-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-static-mingw" 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
####################################################################################
  161 |  { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_V23) },
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/pci/bus_pci_driver.h:75:16: note: in definition of macro ‘RTE_PCI_DEVICE’
   75 |  .device_id = (dev),                \
      |                ^~~
../drivers/net/e1000/em_ethdev.c: In function ‘em_set_pba’:
../drivers/net/e1000/em_ethdev.c:495:8: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
  495 |   case e1000_pch_tgp:
      |        ^~~~~~~~~~~~~
      |        e1000_pch_adp
../drivers/net/e1000/em_ethdev.c:495:8: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/e1000/em_ethdev.c: In function ‘em_hardware_init’:
../drivers/net/e1000/em_ethdev.c:868:22: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
  868 |      hw->mac.type == e1000_pch_tgp) {
      |                      ^~~~~~~~~~~~~
      |                      e1000_pch_adp
../drivers/net/e1000/em_ethdev.c: In function ‘em_get_max_pktlen’:
../drivers/net/e1000/em_ethdev.c:1050:7: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
 1050 |  case e1000_pch_tgp:
      |       ^~~~~~~~~~~~~
      |       e1000_pch_adp
[1393/4342] Generating rte_net_dpaa2.pmd.c with a custom command.
[1394/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ena at sta/net_ena_ena_rss.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
####################################################################################
        case E1000_DEV_ID_PCH_RPL_I219_LM22:
             ^
../drivers/net/e1000/em_ethdev.c:235:7: error: use of undeclared identifier 'E1000_DEV_ID_PCH_RPL_I219_V22'
        case E1000_DEV_ID_PCH_RPL_I219_V22:
             ^
../drivers/net/e1000/em_ethdev.c:236:7: error: use of undeclared identifier 'E1000_DEV_ID_PCH_RPL_I219_LM23'
        case E1000_DEV_ID_PCH_RPL_I219_LM23:
             ^
../drivers/net/e1000/em_ethdev.c:237:7: error: use of undeclared identifier 'E1000_DEV_ID_PCH_RPL_I219_V23'
        case E1000_DEV_ID_PCH_RPL_I219_V23:
             ^
../drivers/net/e1000/em_ethdev.c:495:8: error: use of undeclared identifier 'e1000_pch_tgp'
                case e1000_pch_tgp:
                     ^
../drivers/net/e1000/em_ethdev.c:868:22: error: use of undeclared identifier 'e1000_pch_tgp'
                   hw->mac.type == e1000_pch_tgp) {
                                   ^
../drivers/net/e1000/em_ethdev.c:1050:7: error: use of undeclared identifier 'e1000_pch_tgp'
        case e1000_pch_tgp:
             ^
11 errors generated.
[698/4342] Generating rte_bus_vdev.sym_chk with a meson_exe.py custom command.
[699/4342] Generating rte_bus_vmbus.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-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
  161 |  { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_V23) },
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/pci/bus_pci_driver.h:75:16: note: in definition of macro ‘RTE_PCI_DEVICE’
   75 |  .device_id = (dev),                \
      |                ^~~
../drivers/net/e1000/em_ethdev.c: In function ‘em_set_pba’:
../drivers/net/e1000/em_ethdev.c:495:8: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
  495 |   case e1000_pch_tgp:
      |        ^~~~~~~~~~~~~
      |        e1000_pch_adp
../drivers/net/e1000/em_ethdev.c:495:8: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/e1000/em_ethdev.c: In function ‘em_hardware_init’:
../drivers/net/e1000/em_ethdev.c:868:22: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
  868 |      hw->mac.type == e1000_pch_tgp) {
      |                      ^~~~~~~~~~~~~
      |                      e1000_pch_adp
../drivers/net/e1000/em_ethdev.c: In function ‘em_get_max_pktlen’:
../drivers/net/e1000/em_ethdev.c:1050:7: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
 1050 |  case e1000_pch_tgp:
      |       ^~~~~~~~~~~~~
      |       e1000_pch_adp
[1012/3032] Generating rte_net_ena.pmd.c with a custom command.
[1013/3032] Generating symbol file 'drivers/a715181@@rte_net_dpaa2 at sha/librte_net_dpaa2.so.23.2.symbols'.
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
####################################################################################
      |                ^~~
../drivers/net/e1000/em_ethdev.c: In function ‘em_set_pba’:
../drivers/net/e1000/em_ethdev.c:495:8: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
  495 |   case e1000_pch_tgp:
      |        ^~~~~~~~~~~~~
      |        e1000_pch_adp
../drivers/net/e1000/em_ethdev.c:495:8: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/e1000/em_ethdev.c: In function ‘em_hardware_init’:
../drivers/net/e1000/em_ethdev.c:868:22: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
  868 |      hw->mac.type == e1000_pch_tgp) {
      |                      ^~~~~~~~~~~~~
      |                      e1000_pch_adp
../drivers/net/e1000/em_ethdev.c:868:19: error: comparison between pointer and integer [-Werror]
  868 |      hw->mac.type == e1000_pch_tgp) {
      |                   ^~
../drivers/net/e1000/em_ethdev.c: In function ‘em_get_max_pktlen’:
../drivers/net/e1000/em_ethdev.c:1050:7: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
 1050 |  case e1000_pch_tgp:
      |       ^~~~~~~~~~~~~
      |       e1000_pch_adp
cc1: all warnings being treated as errors
[402/1418] Compiling C object 'drivers/net/e1000/base/8e1fdff@@e1000_base at sta/e1000_osdep.c.obj'.
[403/1418] Compiling C object 'drivers/a715181@@tmp_rte_dma_skeleton at sta/dma_skeleton_skeleton_dmadev.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-aarch64" at step Build and test
####################################################################################
  161 |  { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_V23) },
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/pci/bus_pci_driver.h:75:16: note: in definition of macro ‘RTE_PCI_DEVICE’
   75 |  .device_id = (dev),                \
      |                ^~~
../drivers/net/e1000/em_ethdev.c: In function ‘em_set_pba’:
../drivers/net/e1000/em_ethdev.c:495:8: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
  495 |   case e1000_pch_tgp:
      |        ^~~~~~~~~~~~~
      |        e1000_pch_adp
../drivers/net/e1000/em_ethdev.c:495:8: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/e1000/em_ethdev.c: In function ‘em_hardware_init’:
../drivers/net/e1000/em_ethdev.c:868:22: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
  868 |      hw->mac.type == e1000_pch_tgp) {
      |                      ^~~~~~~~~~~~~
      |                      e1000_pch_adp
../drivers/net/e1000/em_ethdev.c: In function ‘em_get_max_pktlen’:
../drivers/net/e1000/em_ethdev.c:1050:7: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
 1050 |  case e1000_pch_tgp:
      |       ^~~~~~~~~~~~~
      |       e1000_pch_adp
[1307/3976] Linking target drivers/librte_net_dpaa2.so.23.2.
[1308/3976] 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-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
  161 |  { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_V23) },
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/pci/bus_pci_driver.h:75:16: note: in definition of macro ‘RTE_PCI_DEVICE’
   75 |  .device_id = (dev),                \
      |                ^~~
../drivers/net/e1000/em_ethdev.c: In function ‘em_set_pba’:
../drivers/net/e1000/em_ethdev.c:495:8: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
  495 |   case e1000_pch_tgp:
      |        ^~~~~~~~~~~~~
      |        e1000_pch_adp
../drivers/net/e1000/em_ethdev.c:495:8: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/e1000/em_ethdev.c: In function ‘em_hardware_init’:
../drivers/net/e1000/em_ethdev.c:868:22: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
  868 |      hw->mac.type == e1000_pch_tgp) {
      |                      ^~~~~~~~~~~~~
      |                      e1000_pch_adp
../drivers/net/e1000/em_ethdev.c: In function ‘em_get_max_pktlen’:
../drivers/net/e1000/em_ethdev.c:1050:7: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
 1050 |  case e1000_pch_tgp:
      |       ^~~~~~~~~~~~~
      |       e1000_pch_adp
[1245/3826] Generating rte_net_dpaa2.sym_chk with a meson_exe.py custom command.
[1246/3826] 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
####################################################################################
  161 |  { RTE_PCI_DEVICE(E1000_INTEL_VENDOR_ID, E1000_DEV_ID_PCH_RPL_I219_V23) },
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/pci/bus_pci_driver.h:75:16: note: in definition of macro ‘RTE_PCI_DEVICE’
   75 |  .device_id = (dev),                \
      |                ^~~
../drivers/net/e1000/em_ethdev.c: In function ‘em_set_pba’:
../drivers/net/e1000/em_ethdev.c:495:8: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
  495 |   case e1000_pch_tgp:
      |        ^~~~~~~~~~~~~
      |        e1000_pch_adp
../drivers/net/e1000/em_ethdev.c:495:8: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/e1000/em_ethdev.c: In function ‘em_hardware_init’:
../drivers/net/e1000/em_ethdev.c:868:22: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
  868 |      hw->mac.type == e1000_pch_tgp) {
      |                      ^~~~~~~~~~~~~
      |                      e1000_pch_adp
../drivers/net/e1000/em_ethdev.c: In function ‘em_get_max_pktlen’:
../drivers/net/e1000/em_ethdev.c:1050:7: error: ‘e1000_pch_tgp’ undeclared (first use in this function); did you mean ‘e1000_pch_adp’?
 1050 |  case e1000_pch_tgp:
      |       ^~~~~~~~~~~~~
      |       e1000_pch_adp
[1230/3798] Generating rte_net_dpaa2.pmd.c with a custom command.
[1231/3798] 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-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