mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kernel test robot <yujie.liu@intel.com>
To: Miguel Ojeda <ojeda@kernel.org>
Cc: <kbuild-all@lists.01.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [linux-next:master 13092/13104] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type
Date: Fri, 29 Jul 2022 09:31:24 +0800	[thread overview]
Message-ID: <e5c7aa10-590d-0d20-dd3b-385bee2377e7@intel.com> (raw)
In-Reply-To: <202207280541.fIGx210Q-lkp@intel.com>

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   9250d2f72dc46a808b6aa23bf50dd670f1f52ddc
commit: 475dd867241716f1b6ab12cc188c221bfadacc40 [13092/13104] Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.git
config: x86_64-rhel-8.3-rust (attached as .config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 8dfaecc4c24494337933aff9d9166486ca0949f1)

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <yujie.liu@intel.com>

All errors (new ones prefixed by >>):

    error: write on a pipe with no reader
 >> error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type
    --> rust/bindings_generated.rs:128494:1
    |
    128494 | / pub struct x86_msi_data {
    128495 | |     pub __bindgen_anon_1: x86_msi_data__bindgen_ty_1,
    128496 | | }
    | |_^
    |
    note: `x86_msi_data__bindgen_ty_1__bindgen_ty_1` has a `#[repr(align)]` attribute
    --> rust/bindings_generated.rs:128507:1
    |
    128507 | / pub struct x86_msi_data__bindgen_ty_1__bindgen_ty_1 {
    128508 | |     pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2usize], u8>,
    128509 | |     pub __bindgen_padding_0: u16,
    128510 | | }
    | |_^
    note: `x86_msi_data` contains a field of type `x86_msi_data__bindgen_ty_1`
    --> rust/bindings_generated.rs:128495:9
    |
    128495 |     pub __bindgen_anon_1: x86_msi_data__bindgen_ty_1,
    |         ^^^^^^^^^^^^^^^^
    note: ...which contains a field of type `x86_msi_data__bindgen_ty_1__bindgen_ty_1`
    --> rust/bindings_generated.rs:128500:9
    |
    128500 |     pub __bindgen_anon_1: x86_msi_data__bindgen_ty_1__bindgen_ty_1,
    |         ^^^^^^^^^^^^^^^^
--
 >> error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type
    --> rust/bindings_generated.rs:128687:1
    |
    128687 | / pub struct x86_msi_addr_lo {
    128688 | |     pub __bindgen_anon_1: x86_msi_addr_lo__bindgen_ty_1,
    128689 | | }
    | |_^
    |
    note: `x86_msi_addr_lo__bindgen_ty_1__bindgen_ty_1` has a `#[repr(align)]` attribute
    --> rust/bindings_generated.rs:128700:1
    |
    128700 | / pub struct x86_msi_addr_lo__bindgen_ty_1__bindgen_ty_1 {
    128701 | |     pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4usize], u16>,
    128702 | | }
    | |_^
    note: `x86_msi_addr_lo` contains a field of type `x86_msi_addr_lo__bindgen_ty_1`
    --> rust/bindings_generated.rs:128688:9
    |
    128688 |     pub __bindgen_anon_1: x86_msi_addr_lo__bindgen_ty_1,
    |         ^^^^^^^^^^^^^^^^
    note: ...which contains a field of type `x86_msi_addr_lo__bindgen_ty_1__bindgen_ty_1`
    --> rust/bindings_generated.rs:128693:9
    |
    128693 |     pub __bindgen_anon_1: x86_msi_addr_lo__bindgen_ty_1__bindgen_ty_1,
    |         ^^^^^^^^^^^^^^^^
--
 >> error[E0063]: missing field `uring_cmd` in initializer of `bindings_raw::file_operations`
    --> rust/kernel/file.rs:468:47
    |
    468 |     const VTABLE: bindings::file_operations = bindings::file_operations {
    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^ missing `uring_cmd`
--
 >> error: aborting due to 3 previous errors

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 39547 bytes --]

       reply	other threads:[~2022-07-29  1:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <202207280541.fIGx210Q-lkp@intel.com>
2022-07-29  1:31 ` kernel test robot [this message]
2022-08-02  0:55   ` Miguel Ojeda

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=e5c7aa10-590d-0d20-dd3b-385bee2377e7@intel.com \
    --to=yujie.liu@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ojeda@kernel.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

all inboxes | Powered by JetHome®