automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: rushilg@google.com, robot@bytheb.org
Subject: |FAILURE| pw125892 [PATCH 1/1] net/gve: update base code for DQO
Date: Tue, 11 Apr 2023 01:38:53 -0400	[thread overview]
Message-ID: <20230411053853.2618448-1-robot@bytheb.org> (raw)
In-Reply-To: <20230411045908.844901-2-rushilg@google.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/4664147361
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-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:35-gcc" failed at step Build
"fedora:35-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
####################################################################################
  239 |  __le32 reserved6;
      |  ^~~~~~
../drivers/net/gve/base/gve_desc_dqo.h:240:2: error: unknown type name ‘__le64’
  240 |  __le64 reserved7;
      |  ^~~~~~
In file included from ../drivers/net/gve/base/gve_desc.h:11,
                 from ../drivers/net/gve/base/gve.h:9,
                 from ../drivers/net/gve/gve_ethdev.h:12,
                 from ../drivers/net/gve/gve_ethdev.c:5:
../drivers/net/gve/base/gve_osdep.h:78:32: error: division by zero [-Werror=div-by-zero]
   78 |  { gve_static_assert_##X = (n) / ((sizeof(struct X) == (n)) ? 1 : 0) }
      |                                ^
../drivers/net/gve/base/gve_desc_dqo.h:243:1: note: in expansion of macro ‘GVE_CHECK_STRUCT_LEN’
  243 | GVE_CHECK_STRUCT_LEN(32, gve_rx_compl_desc_dqo);
      | ^~~~~~~~~~~~~~~~~~~~
../drivers/net/gve/base/gve_desc_dqo.h:243:26: error: enumerator value for ‘gve_static_assert_gve_rx_compl_desc_dqo’ is not an integer constant
  243 | GVE_CHECK_STRUCT_LEN(32, gve_rx_compl_desc_dqo);
      |                          ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/gve/base/gve_osdep.h:78:50: note: in definition of macro ‘GVE_CHECK_STRUCT_LEN’
   78 |  { gve_static_assert_##X = (n) / ((sizeof(struct X) == (n)) ? 1 : 0) }
      |                                                  ^
cc1: all warnings being treated as errors
[1507/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_fm10k@sta/net_fm10k_fm10k_rxtx_vec.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
####################################################################################
typedef rte_be32_t __be32;
                   ^
In file included from ../drivers/net/gve/gve_ethdev.c:5:
In file included from ../drivers/net/gve/gve_ethdev.h:12:
In file included from ../drivers/net/gve/base/gve.h:10:
../drivers/net/gve/base/gve_desc_dqo.h:239:2: error: unknown type name '__le32'; did you mean '__be32'?
        __le32 reserved6;
        ^~~~~~
        __be32
../drivers/net/gve/base/gve_osdep.h:35:20: note: '__be32' declared here
typedef rte_be32_t __be32;
                   ^
In file included from ../drivers/net/gve/gve_ethdev.c:5:
In file included from ../drivers/net/gve/gve_ethdev.h:12:
In file included from ../drivers/net/gve/base/gve.h:10:
../drivers/net/gve/base/gve_desc_dqo.h:240:2: error: unknown type name '__le64'; did you mean '__be64'?
        __le64 reserved7;
        ^~~~~~
        __be64
../drivers/net/gve/base/gve_osdep.h:36:20: note: '__be64' declared here
typedef rte_be64_t __be64;
                   ^
19 errors generated.
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
####################################################################################
      |                     ^~~~~~~~~~~~~~~~~~~~
../lib/eal/x86/include/rte_byteorder.h:60:29: note: in definition of macro ‘rte_bswap64’
   60 |        rte_constant_bswap64(x) :  \
      |                             ^
../drivers/net/gve/base/../base/gve_osdep.h:58:24: note: in expansion of macro ‘rte_cpu_to_be_64’
   58 | #define cpu_to_be64(x) rte_cpu_to_be_64(x)
      |                        ^~~~~~~~~~~~~~~~
../drivers/net/gve/base/gve_adminq.c:552:4: note: in expansion of macro ‘cpu_to_be64’
  552 |    cpu_to_be64(rxq->compl_ring_phys_addr);
      |    ^~~~~~~~~~~
../drivers/net/gve/base/gve_adminq.c:552:21: error: ‘struct gve_rx_queue’ has no member named ‘compl_ring_phys_addr’; did you mean ‘rx_ring_phys_addr’?
  552 |    cpu_to_be64(rxq->compl_ring_phys_addr);
      |                     ^~~~~~~~~~~~~~~~~~~~
../lib/eal/x86/include/rte_byteorder.h:61:25: note: in definition of macro ‘rte_bswap64’
   61 |        rte_arch_bswap64(x)))
      |                         ^
../drivers/net/gve/base/../base/gve_osdep.h:58:24: note: in expansion of macro ‘rte_cpu_to_be_64’
   58 | #define cpu_to_be64(x) rte_cpu_to_be_64(x)
      |                        ^~~~~~~~~~~~~~~~
../drivers/net/gve/base/gve_adminq.c:552:4: note: in expansion of macro ‘cpu_to_be64’
  552 |    cpu_to_be64(rxq->compl_ring_phys_addr);
      |    ^~~~~~~~~~~
cc1: all warnings being treated as errors
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-aarch64" at step Build and test
####################################################################################
../drivers/net/gve/base/gve_desc_dqo.h:239:2: error: unknown type name ‘__le32’
  239 |  __le32 reserved6;
      |  ^~~~~~
../drivers/net/gve/base/gve_desc_dqo.h:240:2: error: unknown type name ‘__le64’
  240 |  __le64 reserved7;
      |  ^~~~~~
In file included from ../drivers/net/gve/base/gve_desc.h:11,
                 from ../drivers/net/gve/base/gve.h:9,
                 from ../drivers/net/gve/gve_ethdev.h:12,
                 from ../drivers/net/gve/gve_ethdev.c:5:
../drivers/net/gve/base/gve_osdep.h:78:32: error: division by zero [-Werror=div-by-zero]
   78 |  { gve_static_assert_##X = (n) / ((sizeof(struct X) == (n)) ? 1 : 0) }
      |                                ^
../drivers/net/gve/base/gve_desc_dqo.h:243:1: note: in expansion of macro ‘GVE_CHECK_STRUCT_LEN’
  243 | GVE_CHECK_STRUCT_LEN(32, gve_rx_compl_desc_dqo);
      | ^~~~~~~~~~~~~~~~~~~~
../drivers/net/gve/base/gve_desc_dqo.h:243:26: error: enumerator value for ‘gve_static_assert_gve_rx_compl_desc_dqo’ is not an integer constant
  243 | GVE_CHECK_STRUCT_LEN(32, gve_rx_compl_desc_dqo);
      |                          ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/gve/base/gve_osdep.h:78:50: note: in definition of macro ‘GVE_CHECK_STRUCT_LEN’
   78 |  { gve_static_assert_##X = (n) / ((sizeof(struct X) == (n)) ? 1 : 0) }
      |                                                  ^
cc1: all warnings being treated as errors
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
####################################################################################
   63 |        rte_constant_bswap64(x) :  \
      |                             ^
../drivers/net/gve/base/../base/gve_osdep.h:58:24: note: in expansion of macro ‘rte_cpu_to_be_64’
   58 | #define cpu_to_be64(x) rte_cpu_to_be_64(x)
      |                        ^~~~~~~~~~~~~~~~
../drivers/net/gve/base/gve_adminq.c:552:4: note: in expansion of macro ‘cpu_to_be64’
  552 |    cpu_to_be64(rxq->compl_ring_phys_addr);
      |    ^~~~~~~~~~~
../drivers/net/gve/base/gve_adminq.c:552:21: error: ‘struct gve_rx_queue’ has no member named ‘compl_ring_phys_addr’; did you mean ‘rx_ring_phys_addr’?
  552 |    cpu_to_be64(rxq->compl_ring_phys_addr);
      |                     ^~~~~~~~~~~~~~~~~~~~
../lib/eal/ppc/include/rte_byteorder.h:64:25: note: in definition of macro ‘rte_bswap64’
   64 |        rte_arch_bswap64(x)))
      |                         ^
../drivers/net/gve/base/../base/gve_osdep.h:58:24: note: in expansion of macro ‘rte_cpu_to_be_64’
   58 | #define cpu_to_be64(x) rte_cpu_to_be_64(x)
      |                        ^~~~~~~~~~~~~~~~
../drivers/net/gve/base/gve_adminq.c:552:4: note: in expansion of macro ‘cpu_to_be64’
  552 |    cpu_to_be64(rxq->compl_ring_phys_addr);
      |    ^~~~~~~~~~~
cc1: all warnings being treated as errors
[1332/3826] Linking target drivers/librte_net_fm10k.so.23.2.
[1333/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
####################################################################################
      |                                          ^
../drivers/net/gve/base/../base/gve_osdep.h:56:24: note: in expansion of macro ‘rte_cpu_to_be_16’
   56 | #define cpu_to_be16(x) rte_cpu_to_be_16(x)
      |                        ^~~~~~~~~~~~~~~~
../drivers/net/gve/base/gve_adminq.c:504:4: note: in expansion of macro ‘cpu_to_be16’
  504 |    cpu_to_be16(priv->tx_compq_size * DQO_TX_MULTIPLIER);
      |    ^~~~~~~~~~~
../drivers/net/gve/base/gve_adminq.c: In function ‘gve_adminq_create_rx_queue’:
../drivers/net/gve/base/gve_adminq.c:552:21: error: ‘struct gve_rx_queue’ has no member named ‘compl_ring_phys_addr’; did you mean ‘rx_ring_phys_addr’?
  552 |    cpu_to_be64(rxq->compl_ring_phys_addr);
      |                     ^~~~~~~~~~~~~~~~~~~~
../lib/eal/include/generic/rte_byteorder.h:243:42: note: in definition of macro ‘rte_bswap64’
  243 | #define rte_bswap64(x) __builtin_bswap64(x)
      |                                          ^
../drivers/net/gve/base/../base/gve_osdep.h:58:24: note: in expansion of macro ‘rte_cpu_to_be_64’
   58 | #define cpu_to_be64(x) rte_cpu_to_be_64(x)
      |                        ^~~~~~~~~~~~~~~~
../drivers/net/gve/base/gve_adminq.c:552:4: note: in expansion of macro ‘cpu_to_be64’
  552 |    cpu_to_be64(rxq->compl_ring_phys_addr);
      |    ^~~~~~~~~~~
cc1: all warnings being treated as errors
[1332/3798] Generating rte_net_fm10k.pmd.c with a custom command.
[1333/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:35-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc" at step Build
####################################################################################




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

  parent reply	other threads:[~2023-04-11  5:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230411045908.844901-2-rushilg@google.com>
2023-04-11  4:51 ` qemudev
2023-04-11  5:01 ` |SUCCESS| " checkpatch
2023-04-11  5:38 ` 0-day Robot [this message]
2023-04-11  5:26 |FAILURE| pw125892 [PATCH] [1/1] " 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=20230411053853.2618448-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=rushilg@google.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).