At package build time debhelper tries to extract package metadata which will be used later to create a SBOM. In particular, package rust-coreutils, since it includes statically linked libraries, should report several rust pacakges, but none of them are present.
This seems to be caused by special build rules in rust-coreutils.
Reproducibility
How often the issue is hit when repeating the steps to reproduce and changing nothing?
Put the in the most appropriate entry:
always
often, but not always
rarely
Impact of bug
Due to this issue the BOM does not capture the reality of the sources.
After adding a new warning and with the proposed fix these entries are still present
WARNING: /usr/src/rustc-1.63.0/vendor/memchr/src/lib.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/vendor/rustc-demangle/src/lib.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/vendor/hashbrown/src/lib.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/vendor/libc/src/lib.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/vendor/compiler_builtins/src/lib.rs was not found in any packageWARNING: /home/user/pkg/rust-coreutils/target/release/build/num-bigint-afb47798d25fb382/out/radix_bases.rs was not found in any packageWARNING: /home/user/pkg/rust-coreutils/target/release/build/selinux-sys-872ac2e2f6fa6926/out/selinux-sys.rs was not found in any packageWARNING: /home/user/pkg/rust-coreutils/target/release/build/unicode-linebreak-6c3bc019c6df887f/out/tables.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/alloc.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/borrow.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/boxed.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/collections/btree/borrow.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/collections/btree/fix.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/collections/btree/map.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/collections/btree/map/entry.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/collections/btree/mem.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/collections/btree/navigate.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/collections/btree/node.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/collections/btree/remove.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/collections/btree/search.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/collections/btree/set.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/collections/linked_list.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/collections/vec_deque/iter.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/collections/vec_deque/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/collections/vec_deque/ring_slices.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/collections/vec_deque/spec_extend.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/ffi/c_str.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/fmt.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/raw_vec.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/rc.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/slice.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/str.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/string.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/sync.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/vec/cow.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/vec/drain.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/vec/in_place_collect.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/vec/in_place_drop.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/vec/into_iter.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/vec/is_zero.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/vec/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/vec/partial_eq.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/vec/set_len_on_drop.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/vec/spec_extend.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/vec/spec_from_elem.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/vec/spec_from_iter.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/vec/spec_from_iter_nested.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/alloc/src/vec/splice.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/../../stdarch/crates/core_arch/src/simd.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/../../stdarch/crates/core_arch/src/x86/avx.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/../../stdarch/crates/core_arch/src/x86/avx2.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/../../stdarch/crates/core_arch/src/x86/cpuid.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/../../stdarch/crates/core_arch/src/x86/sha.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/../../stdarch/crates/core_arch/src/x86/sse2.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/../../stdarch/crates/core_arch/src/x86/sse41.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/../../stdarch/crates/core_arch/src/x86/ssse3.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/../../stdarch/crates/core_arch/src/x86_64/adx.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/../../stdarch/crates/core_arch/src/x86_64/sse2.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/../../stdarch/crates/core_arch/src/x86_64/sse41.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/alloc/layout.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/any.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/array/equality.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/array/iter.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/array/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/ascii.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/bool.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/borrow.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/cell.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/char/convert.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/char/methods.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/char/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/clone.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/cmp.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/convert/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/convert/num.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/ffi/c_str.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/fmt/builders.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/fmt/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/fmt/num.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/hash/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/hash/sip.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/hint.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/internal_macros.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/intrinsics.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/by_ref_sized.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/chain.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/cloned.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/copied.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/enumerate.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/filter.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/filter_map.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/flatten.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/fuse.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/map.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/peekable.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/rev.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/scan.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/skip.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/skip_while.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/step_by.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/take.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/take_while.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/adapters/zip.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/range.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/sources/empty.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/sources/from_fn.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/sources/once.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/sources/repeat.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/sources/repeat_with.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/traits/accum.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/traits/collect.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/traits/double_ended.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/traits/exact_size.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/iter/traits/iterator.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/marker.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/mem/manually_drop.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/mem/maybe_uninit.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/mem/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/num/dec2flt/common.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/num/dec2flt/fpu.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/num/dec2flt/lemire.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/num/dec2flt/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/num/dec2flt/number.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/num/dec2flt/parse.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/num/dec2flt/slow.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/num/error.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/num/f32.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/num/f64.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/num/int_macros.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/num/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/num/nonzero.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/num/uint_macros.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/num/wrapping.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/ops/arith.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/ops/bit.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/ops/control_flow.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/ops/deref.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/ops/function.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/ops/range.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/option.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/panic/unwind_safe.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/panicking.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/pin.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/ptr/const_ptr.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/ptr/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/ptr/mut_ptr.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/ptr/non_null.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/result.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/slice/ascii.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/slice/cmp.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/slice/index.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/slice/iter.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/slice/iter/macros.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/slice/memchr.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/slice/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/slice/raw.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/slice/rotate.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/slice/sort.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/str/count.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/str/error.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/str/iter.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/str/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/str/pattern.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/str/traits.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/str/validations.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/sync/atomic.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/time.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/core/src/tuple.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/collections/hash/map.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/collections/hash/set.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/env.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/error.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/f32.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/f64.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/ffi/os_str.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/fs.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/io/buffered/bufreader.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/io/buffered/bufwriter.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/io/buffered/linewriter.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/io/copy.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/io/cursor.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/io/error.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/io/error/repr_bitpacked.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/io/impls.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/io/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/io/readbuf.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/io/stdio.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/io/util.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/net/addr.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/net/ip.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/net/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/net/udp.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/os/fd/net.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/os/fd/owned.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/os/fd/raw.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/os/unix/fs.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/os/unix/net/datagram.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/os/unix/net/listener.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/os/unix/net/stream.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/panic.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/panicking.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/path.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/process.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/rt.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sync/condvar.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sync/mpsc/blocking.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sync/mpsc/cache_aligned.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sync/mpsc/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sync/mpsc/mpsc_queue.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sync/mpsc/oneshot.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sync/mpsc/shared.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sync/mpsc/spsc_queue.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sync/mpsc/stream.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sync/mpsc/sync.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sync/mutex.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sync/once.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sync/poison.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sync/rwlock.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys/unix/fs.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys/unix/io.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys/unix/kernel_copy.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys/unix/locks/futex.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys/unix/locks/futex_rwlock.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys/unix/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys/unix/os_str.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys/unix/path.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys/unix/time.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys_common/backtrace.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys_common/condvar.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys_common/memchr.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys_common/mutex.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys_common/remutex.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys_common/rwlock.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/sys_common/thread_parker/futex.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/thread/local.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/thread/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/std/src/time.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/stdarch/crates/std_detect/src/detect/cache.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/stdarch/crates/std_detect/src/detect/macros.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/library/stdarch/crates/std_detect/src/detect/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/vendor/hashbrown/src/macros.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/vendor/hashbrown/src/map.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/vendor/hashbrown/src/raw/alloc.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/vendor/hashbrown/src/raw/bitmask.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/vendor/hashbrown/src/raw/mod.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/vendor/hashbrown/src/raw/sse2.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/vendor/hashbrown/src/rustc_entry.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/vendor/hashbrown/src/scopeguard.rs was not found in any packageWARNING: /usr/src/rustc-1.63.0/vendor/hashbrown/src/set.rs was not found in any package