From: kernel test robot <lkp@intel.com>
To: cros-kernel-buildreports@googlegroups.com
Cc: oe-kbuild-all@lists.linux.dev
Subject: [android-common:android17-6.18 0/2] error[E0560]: struct `rb_process_layout` has no field named `__kabi_reserved_backport2`
Date: Fri, 15 May 2026 14:17:02 +0800 [thread overview]
Message-ID: <202605151407.Cx0U2was-lkp@intel.com> (raw)
tree: https://android.googlesource.com/kernel/common android17-6.18
head: 921728d05b998e3c5180c152d7bbb5ae0a1d1f44
commit: 38426ae909c9393a05aa368df60c52afd79971dc [0/2] ANDROID: rust_binder: reserve space in RUST_BINDER_LAYOUT
config: x86_64-randconfig-071-20260515 (https://download.01.org/0day-ci/archive/20260515/202605151407.Cx0U2was-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
rustc: rustc 1.88.0 (6b00bc388 2025-06-23)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260515/202605151407.Cx0U2was-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202605151407.Cx0U2was-lkp@intel.com/
Note: the android-common/android17-6.18 HEAD 921728d05b998e3c5180c152d7bbb5ae0a1d1f44 builds fine.
It only hurts bisectability.
All errors (new ones prefixed by >>):
>> error[E0560]: struct `rb_process_layout` has no field named `__kabi_reserved_backport2`
--> drivers/android/binder/process.rs:429:5
|
429 | __kabi_reserved_backport2: 0,
| ^^^^^^^^^^^^^^^^^^^^^^^^^ `rb_process_layout` does not have this field
|
= note: all struct fields are already assigned
--
>> error[E0560]: struct `rb_process_layout` has no field named `__kabi_reserved_backport3`
--> drivers/android/binder/process.rs:430:5
|
430 | __kabi_reserved_backport3: 0,
| ^^^^^^^^^^^^^^^^^^^^^^^^^ `rb_process_layout` does not have this field
|
= note: all struct fields are already assigned
--
>> error[E0560]: struct `rb_thread_layout` has no field named `__kabi_reserved_backport0`
--> drivers/android/binder/thread.rs:432:5
|
432 | __kabi_reserved_backport0: 0,
| ^^^^^^^^^^^^^^^^^^^^^^^^^ `rb_thread_layout` does not have this field
|
= note: all struct fields are already assigned
--
>> error[E0560]: struct `rb_thread_layout` has no field named `__kabi_reserved_backport1`
--> drivers/android/binder/thread.rs:433:5
|
433 | __kabi_reserved_backport1: 0,
| ^^^^^^^^^^^^^^^^^^^^^^^^^ `rb_thread_layout` does not have this field
|
= note: all struct fields are already assigned
--
>> error[E0560]: struct `rb_thread_layout` has no field named `__kabi_reserved_backport2`
--> drivers/android/binder/thread.rs:434:5
|
434 | __kabi_reserved_backport2: 0,
| ^^^^^^^^^^^^^^^^^^^^^^^^^ `rb_thread_layout` does not have this field
|
= note: all struct fields are already assigned
--
>> error[E0560]: struct `rb_thread_layout` has no field named `__kabi_reserved_backport3`
--> drivers/android/binder/thread.rs:435:5
|
435 | __kabi_reserved_backport3: 0,
| ^^^^^^^^^^^^^^^^^^^^^^^^^ `rb_thread_layout` does not have this field
|
= note: all struct fields are already assigned
--
>> error[E0560]: struct `rb_transaction_layout` has no field named `__kabi_reserved_backport0`
--> drivers/android/binder/transaction.rs:37:5
|
37 | __kabi_reserved_backport0: 0,
| ^^^^^^^^^^^^^^^^^^^^^^^^^ `rb_transaction_layout` does not have this field
|
= note: all struct fields are already assigned
--
>> error[E0560]: struct `rb_transaction_layout` has no field named `__kabi_reserved_backport1`
--> drivers/android/binder/transaction.rs:38:5
|
38 | __kabi_reserved_backport1: 0,
| ^^^^^^^^^^^^^^^^^^^^^^^^^ `rb_transaction_layout` does not have this field
|
= note: all struct fields are already assigned
--
>> error[E0560]: struct `rb_transaction_layout` has no field named `__kabi_reserved_backport2`
--> drivers/android/binder/transaction.rs:39:5
|
39 | __kabi_reserved_backport2: 0,
| ^^^^^^^^^^^^^^^^^^^^^^^^^ `rb_transaction_layout` does not have this field
|
= note: all struct fields are already assigned
--
>> error[E0560]: struct `rb_transaction_layout` has no field named `__kabi_reserved_backport3`
--> drivers/android/binder/transaction.rs:40:5
|
40 | __kabi_reserved_backport3: 0,
| ^^^^^^^^^^^^^^^^^^^^^^^^^ `rb_transaction_layout` does not have this field
|
= note: all struct fields are already assigned
--
>> error[E0560]: struct `rust_binder_layout` has no field named `__kabi_reserved_backport0`
--> drivers/android/binder/rust_binder_main.rs:99:5
|
99 | __kabi_reserved_backport0: 0,
| ^^^^^^^^^^^^^^^^^^^^^^^^^ `rust_binder_layout` does not have this field
|
= note: all struct fields are already assigned
..
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-05-15 6:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202605151407.Cx0U2was-lkp@intel.com \
--to=lkp@intel.com \
--cc=cros-kernel-buildreports@googlegroups.com \
--cc=oe-kbuild-all@lists.linux.dev \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.