From: kernel test robot <lkp@intel.com>
To: Burak Emir <bqe@google.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH v15 3/5] rust: add bitmap API.
Date: Sun, 7 Sep 2025 02:15:42 +0800 [thread overview]
Message-ID: <202509070216.nS8FpK8d-lkp@intel.com> (raw)
In-Reply-To: <20250904165015.3791895-4-bqe@google.com>
Hi Burak,
kernel test robot noticed the following build errors:
[auto build test ERROR on 08b06c30a44555a8b1d14950e4462a52bfa0758b]
url: https://github.com/intel-lab-lkp/linux/commits/Burak-Emir/rust-add-bindings-for-bitmap-h/20250905-005312
base: 08b06c30a44555a8b1d14950e4462a52bfa0758b
patch link: https://lore.kernel.org/r/20250904165015.3791895-4-bqe%40google.com
patch subject: [PATCH v15 3/5] rust: add bitmap API.
config: x86_64-rhel-9.4-rust (https://download.01.org/0day-ci/archive/20250907/202509070216.nS8FpK8d-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/20250907/202509070216.nS8FpK8d-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/202509070216.nS8FpK8d-lkp@intel.com/
All errors (new ones prefixed by >>):
>> error[E0425]: cannot find function `owned_bitmap_out_of_bounds` in this scope
--> rust/kernel/bitmap.rs:469:1
|
469 | #[kunit_tests(rust_kernel_bitmap)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
|
= note: this error originates in the attribute macro `kunit_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-09-06 18:16 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-04 16:50 [PATCH v15 0/5] rust: adds Bitmap API, ID pool and bindings Burak Emir
2025-09-04 16:50 ` [PATCH v15 1/5] rust: add bindings for bitmap.h Burak Emir
2025-09-04 16:50 ` [PATCH v15 2/5] rust: add bindings for bitops.h Burak Emir
2025-09-04 16:50 ` [PATCH v15 3/5] rust: add bitmap API Burak Emir
2025-09-06 18:15 ` kernel test robot [this message]
2025-09-04 16:50 ` [PATCH v15 4/5] rust: add find_bit_benchmark_rust module Burak Emir
2025-09-04 16:50 ` [PATCH v15 5/5] rust: add dynamic ID pool abstraction for bitmap Burak Emir
2025-09-04 18:02 ` [PATCH v15 0/5] rust: adds Bitmap API, ID pool and bindings Yury Norov
2025-09-05 9:29 ` Miguel Ojeda
2025-09-05 13:18 ` Yury ooNorov
2025-09-05 15:56 ` Miguel Ojeda
2025-09-05 21:51 ` Yury Norov
2025-09-05 21:48 ` Yury Norov
2025-09-06 0:46 ` Philip Li
2025-09-06 14:24 ` Yury Norov
2025-09-06 9:05 ` Dan Carpenter
2025-09-06 9:18 ` Dan Carpenter
2025-09-06 14:27 ` Yury Norov
2025-09-08 7:25 ` Burak Emir
2025-09-08 9:24 ` Miguel Ojeda
2025-09-08 10:03 ` Dan Carpenter
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=202509070216.nS8FpK8d-lkp@intel.com \
--to=lkp@intel.com \
--cc=bqe@google.com \
--cc=llvm@lists.linux.dev \
--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.