automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: qiming.yang@intel.com, robot@bytheb.org
Subject: |FAILURE| pw127724 [PATCH] net/e1000: support device I219
Date: Tue, 30 May 2023 06:59:56 -0400	[thread overview]
Message-ID: <20230530105956.1327805-1-robot@bytheb.org> (raw)
In-Reply-To: <20230530095404.1618218-1-qiming.yang@intel.com>

From: robot@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@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@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@sta/e1000_osdep.c.obj'.
[403/1418] Compiling C object 'drivers/a715181@@tmp_rte_dma_skeleton@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-----------------------------

  parent reply	other threads:[~2023-05-30 11:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230530095404.1618218-1-qiming.yang@intel.com>
2023-05-30 10:02 ` |SUCCESS| " qemudev
2023-05-30 10:06 ` qemudev
2023-05-30 10:13 ` checkpatch
2023-05-30 10:59 ` 0-day Robot [this message]
2023-05-30 17:58 |FAILURE| " dpdklab
2023-06-08 22:29 dpdklab
2023-06-09 23:03 dpdklab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230530105956.1327805-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=qiming.yang@intel.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).