[INFO] fetching crate possum-db 0.3.0...
[INFO] checking possum-db-0.3.0 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate possum-db 0.3.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate possum-db 0.3.0 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate possum-db 0.3.0
[INFO] finished tweaking crates.io crate possum-db 0.3.0
[INFO] tweaked toml for crates.io crate possum-db 0.3.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate possum-db 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded test-log-macros v0.2.15
[INFO] [stderr]   Downloaded test-log v0.2.15
[INFO] [stderr]   Downloaded shuttle v0.7.1
[INFO] [stderr]   Downloaded ctx-thread v0.1.1
[INFO] [stderr]   Downloaded assoc v0.1.3
[INFO] [stderr]   Downloaded num-iter v0.1.44
[INFO] [stderr]   Downloaded anacrolix-libc v0.2.151
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 57bb7f3f6ab78a5fa63f6471389ddf878d66122c5f49a845cbfa79521f846078
[INFO] running `Command { std: "docker" "start" "-a" "57bb7f3f6ab78a5fa63f6471389ddf878d66122c5f49a845cbfa79521f846078", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "57bb7f3f6ab78a5fa63f6471389ddf878d66122c5f49a845cbfa79521f846078", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57bb7f3f6ab78a5fa63f6471389ddf878d66122c5f49a845cbfa79521f846078", kill_on_drop: false }`
[INFO] [stdout] 57bb7f3f6ab78a5fa63f6471389ddf878d66122c5f49a845cbfa79521f846078
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f05eaa749b4d72c91969007dce17778668326fcc3290dee484d92888c75acabc
[INFO] running `Command { std: "docker" "start" "-a" "f05eaa749b4d72c91969007dce17778668326fcc3290dee484d92888c75acabc", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling cc v1.0.89
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking anstyle v1.0.6
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking strsim v0.11.0
[INFO] [stderr]     Checking anstream v0.6.13
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking clap_builder v4.5.1
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling anacrolix-libc v0.2.151
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling anyhow v1.0.80
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking half v2.4.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking plotters-backend v0.3.5
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking plotters-svg v0.3.5
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ctx-thread v0.1.1
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.5
[INFO] [stderr]     Checking chrono v0.4.34
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking env_filter v0.1.0
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking is-terminal v0.4.12
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking num-iter v0.1.44
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking memmap2 v0.9.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking positioned-io v0.3.3
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rayon v1.9.0
[INFO] [stderr]     Checking env_logger v0.11.2
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking bytesize v1.3.0
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]     Checking num v0.4.1
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling clap_derive v4.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling test-log-macros v0.2.15
[INFO] [stderr]     Checking test-log v0.2.15
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking clap v4.5.1
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking rusqlite v0.30.0
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking possum-db v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/sync.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(shuttle)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/sync.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg(not(shuttle))]
[INFO] [stdout]   |           ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `possum::testing`
[INFO] [stdout]   --> benches/possum.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout] 9  | use possum::testing::test_tempdir;
[INFO] [stdout]    |             ^^^^^^^ could not find `testing` in `possum`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub mod testing;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] note: the item is gated behind the `testing` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[cfg(feature = "testing")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `testing` in `possum`
[INFO] [stdout]   --> benches/torrent_storage.rs:2:13
[INFO] [stdout]    |
[INFO] [stdout] 2  | use possum::testing::torrent_storage::*;
[INFO] [stdout]    |             ^^^^^^^ could not find `testing` in `possum`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub mod testing;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] note: the item is gated behind the `testing` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[cfg(feature = "testing")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `possum::testing`
[INFO] [stdout]   --> benches/clonefile.rs:5:13
[INFO] [stdout]    |
[INFO] [stdout] 5  | use possum::testing::test_tempdir;
[INFO] [stdout]    |             ^^^^^^^ could not find `testing` in `possum`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub mod testing;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] note: the item is gated behind the `testing` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[cfg(feature = "testing")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `possum::testing`
[INFO] [stdout]   --> tests/simple_tests.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 | use possum::testing::*;
[INFO] [stdout]    |             ^^^^^^^ could not find `testing` in `possum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fdlimit`
[INFO] [stdout]   --> tests/simple_tests.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use fdlimit::raise_fd_limit;
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `fdlimit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `testing` in `possum`
[INFO] [stdout]   --> benches/clonefile.rs:28:29
[INFO] [stdout]    |
[INFO] [stdout] 28 |                     possum::testing::write_random(&mut file, *file_size)?;
[INFO] [stdout]    |                             ^^^^^^^ could not find `testing` in `possum`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub mod testing;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] note: the item is gated behind the `testing` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[cfg(feature = "testing")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TorrentStorageOpts` in this scope
[INFO] [stdout]  --> benches/torrent_storage.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let opts = TorrentStorageOpts { ..BENCHMARK_OPTS };
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BENCHMARK_OPTS` in this scope
[INFO] [stdout]  --> benches/torrent_storage.rs:5:39
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let opts = TorrentStorageOpts { ..BENCHMARK_OPTS };
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TorrentStorageOpts` in this scope
[INFO] [stdout]   --> benches/torrent_storage.rs:12:25
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let inner = TorrentStorageOpts {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TorrentStorageOpts` in this scope
[INFO] [stdout]   --> benches/torrent_storage.rs:22:25
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let inner = TorrentStorageOpts {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> tests/simple_tests.rs:330:36
[INFO] [stdout]     |
[INFO] [stdout] 327 | fn offsets_starting_with<'a>(
[INFO] [stdout]     |                          -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 330 | ) -> impl Iterator<Item = usize> + '_ {
[INFO] [stdout]     |                                    ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `possum-db` (bench "possum") due to 8 previous errors
[INFO] [stdout] error[E0432]: unresolved import `crate::testing`
[INFO] [stdout]    --> src/sys/seekhole/mod.rs:134:16
[INFO] [stdout]     |
[INFO] [stdout] 134 |     use crate::testing::write_random_tempfile;
[INFO] [stdout]     |                ^^^^^^^ could not find `testing` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:58:9
[INFO] [stdout]     |
[INFO] [stdout] 58  | pub mod testing;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] note: the item is gated behind the `testing` feature
[INFO] [stdout]    --> src/lib.rs:57:7
[INFO] [stdout]     |
[INFO] [stdout] 57  | #[cfg(feature = "testing")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]    --> src/tests.rs:178:9
[INFO] [stdout]     |
[INFO] [stdout] 178 |     use testing::torrent_storage::*;
[INFO] [stdout]     |         ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::testing`
[INFO] [stdout]  --> src/tests.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::testing::*;
[INFO] [stdout]   |            ^^^^^^^ could not find `testing` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `loom`
[INFO] [stdout]   --> src/tests.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 |     #[cfg(loom)]
[INFO] [stdout]    |           ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/tests.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 |     #[cfg(shuttle)]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `loom`
[INFO] [stdout]   --> src/tests.rs:25:19
[INFO] [stdout]    |
[INFO] [stdout] 25 |     #[cfg(all(not(loom), not(shuttle)))]
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/tests.rs:25:30
[INFO] [stdout]    |
[INFO] [stdout] 25 |     #[cfg(all(not(loom), not(shuttle)))]
[INFO] [stdout]    |                              ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/sync.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(shuttle)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/sync.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg(not(shuttle))]
[INFO] [stdout]   |           ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `possum-db` (test "simple_tests") due to 2 previous errors; 1 warning emitted
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `possum-db` (lib test) due to 3 previous errors; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "f05eaa749b4d72c91969007dce17778668326fcc3290dee484d92888c75acabc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f05eaa749b4d72c91969007dce17778668326fcc3290dee484d92888c75acabc", kill_on_drop: false }`
[INFO] [stdout] f05eaa749b4d72c91969007dce17778668326fcc3290dee484d92888c75acabc
