From: kernel test robot <lkp@intel.com>
To: Miguel Ojeda <ojeda@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
Linux Memory Management List <linux-mm@kvack.org>
Subject: [linux-next:master 3426/3432] error[E0432]: unresolved import `crate::types::ARef`
Date: Thu, 10 Oct 2024 01:47:53 +0800 [thread overview]
Message-ID: <202410100136.vvX9cS2a-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: b6270c3bca987530eafc6a15f9d54ecd0033e0e3
commit: 6f1eae733bf1bfb92f5339e096b6990f28e4262f [3426/3432] Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.git
config: x86_64-buildonly-randconfig-001-20241009 (https://download.01.org/0day-ci/archive/20241010/202410100136.vvX9cS2a-lkp@intel.com/config)
compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241010/202410100136.vvX9cS2a-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/202410100136.vvX9cS2a-lkp@intel.com/
All errors (new ones prefixed by >>):
>> error[E0432]: unresolved import `crate::types::ARef`
--> rust/kernel/task.rs:10:13
|
10 | types::{ARef, NotThreadSafe, Opaque},
| ^^^^ no `ARef` in `types`
|
= help: consider importing this struct instead:
crate::sync::aref::ARef
--
>> error[E0690]: transparent struct needs at most one field with non-trivial size or alignment, but has 2
--> rust/kernel/seq_file.rs:11:1
|
11 | pub struct SeqFile {
| ^^^^^^^^^^^^^^^^^^ needs at most one field with non-trivial size or alignment, but has 2
12 | inner: Opaque<bindings::seq_file>,
| --------------------------------- this field has non-zero size or requires alignment
13 | _not_send: NotThreadSafe,
| ------------------------ this field has non-zero size or requires alignment
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2024-10-09 17:48 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=202410100136.vvX9cS2a-lkp@intel.com \
--to=lkp@intel.com \
--cc=linux-mm@kvack.org \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
--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