[INFO] fetching crate queen-io 0.6.1... [INFO] testing queen-io-0.6.1 against try#f23b22458132fb20faeb8a915b1c252478696f25 for pr-131095 [INFO] extracting crate queen-io 0.6.1 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate queen-io 0.6.1 on toolchain f23b22458132fb20faeb8a915b1c252478696f25 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f23b22458132fb20faeb8a915b1c252478696f25" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate queen-io 0.6.1 [INFO] finished tweaking crates.io crate queen-io 0.6.1 [INFO] tweaked toml for crates.io crate queen-io 0.6.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate crates.io crate queen-io 0.6.1 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" "+f23b22458132fb20faeb8a915b1c252478696f25" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f23b22458132fb20faeb8a915b1c252478696f25" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 09b50ebf50cdecc61198726fdfbb081f799f9f8a703364e3128ace7e8a19db96 [INFO] running `Command { std: "docker" "start" "-a" "09b50ebf50cdecc61198726fdfbb081f799f9f8a703364e3128ace7e8a19db96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09b50ebf50cdecc61198726fdfbb081f799f9f8a703364e3128ace7e8a19db96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09b50ebf50cdecc61198726fdfbb081f799f9f8a703364e3128ace7e8a19db96", kill_on_drop: false }` [INFO] [stdout] 09b50ebf50cdecc61198726fdfbb081f799f9f8a703364e3128ace7e8a19db96 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f23b22458132fb20faeb8a915b1c252478696f25" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a880978749b22750823ff4efb901f4d23c2b01afb7dd7e2ac78accd7f685245d [INFO] running `Command { std: "docker" "start" "-a" "a880978749b22750823ff4efb901f4d23c2b01afb7dd7e2ac78accd7f685245d", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.46 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling queen-io v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see 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 value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:168:11 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:170:11 [INFO] [stdout] | [INFO] [stdout] 170 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:172:11 [INFO] [stdout] | [INFO] [stdout] 172 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:190:19 [INFO] [stdout] | [INFO] [stdout] 190 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:192:19 [INFO] [stdout] | [INFO] [stdout] 192 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:194:19 [INFO] [stdout] | [INFO] [stdout] 194 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:529:11 [INFO] [stdout] | [INFO] [stdout] 529 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:553:11 [INFO] [stdout] | [INFO] [stdout] 553 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:576:11 [INFO] [stdout] | [INFO] [stdout] 576 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:583:11 [INFO] [stdout] | [INFO] [stdout] 583 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:207:19 [INFO] [stdout] | [INFO] [stdout] 207 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:209:19 [INFO] [stdout] | [INFO] [stdout] 209 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:211:19 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:290:15 [INFO] [stdout] | [INFO] [stdout] 290 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:333:15 [INFO] [stdout] | [INFO] [stdout] 333 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:620:19 [INFO] [stdout] | [INFO] [stdout] 620 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:622:19 [INFO] [stdout] | [INFO] [stdout] 622 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:624:19 [INFO] [stdout] | [INFO] [stdout] 624 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/plus/mpmc_queue.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | let enqueue_pos = self.enqueue_pos.compare_and_swap(pos, pos + 1, Relaxed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/plus/mpmc_queue.rs:104:52 [INFO] [stdout] | [INFO] [stdout] 104 | let dequeue_pos = self.dequeue_pos.compare_and_swap(pos, pos + 1, Relaxed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `LruEntry` does not permit being left uninitialized [INFO] [stdout] --> src/plus/lru_cache.rs:66:51 [INFO] [stdout] | [INFO] [stdout] 66 | head: unsafe{ mem::transmute(Box::new(mem::MaybeUninit::>::uninit().assume_init())) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] note: raw pointers must be initialized (in this struct field) [INFO] [stdout] --> src/plus/lru_cache.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | next: *mut LruEntry, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s [INFO] running `Command { std: "docker" "inspect" "a880978749b22750823ff4efb901f4d23c2b01afb7dd7e2ac78accd7f685245d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a880978749b22750823ff4efb901f4d23c2b01afb7dd7e2ac78accd7f685245d", kill_on_drop: false }` [INFO] [stdout] a880978749b22750823ff4efb901f4d23c2b01afb7dd7e2ac78accd7f685245d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f23b22458132fb20faeb8a915b1c252478696f25" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 47c2b03f9bfe62c4ca97a04e3e8267a55b547951b5b0cc3f96cbcccf22a28db6 [INFO] running `Command { std: "docker" "start" "-a" "47c2b03f9bfe62c4ca97a04e3e8267a55b547951b5b0cc3f96cbcccf22a28db6", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see 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 value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:168:11 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling queen-io v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:170:11 [INFO] [stdout] | [INFO] [stdout] 170 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:172:11 [INFO] [stdout] | [INFO] [stdout] 172 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:190:19 [INFO] [stdout] | [INFO] [stdout] 190 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:192:19 [INFO] [stdout] | [INFO] [stdout] 192 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:194:19 [INFO] [stdout] | [INFO] [stdout] 194 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:529:11 [INFO] [stdout] | [INFO] [stdout] 529 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:553:11 [INFO] [stdout] | [INFO] [stdout] 553 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:576:11 [INFO] [stdout] | [INFO] [stdout] 576 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:583:11 [INFO] [stdout] | [INFO] [stdout] 583 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:207:19 [INFO] [stdout] | [INFO] [stdout] 207 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:209:19 [INFO] [stdout] | [INFO] [stdout] 209 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:211:19 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:290:15 [INFO] [stdout] | [INFO] [stdout] 290 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:333:15 [INFO] [stdout] | [INFO] [stdout] 333 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:620:19 [INFO] [stdout] | [INFO] [stdout] 620 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:622:19 [INFO] [stdout] | [INFO] [stdout] 622 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:624:19 [INFO] [stdout] | [INFO] [stdout] 624 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/plus/mpmc_queue.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | let enqueue_pos = self.enqueue_pos.compare_and_swap(pos, pos + 1, Relaxed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/plus/mpmc_queue.rs:104:52 [INFO] [stdout] | [INFO] [stdout] 104 | let dequeue_pos = self.dequeue_pos.compare_and_swap(pos, pos + 1, Relaxed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `LruEntry` does not permit being left uninitialized [INFO] [stdout] --> src/plus/lru_cache.rs:66:51 [INFO] [stdout] | [INFO] [stdout] 66 | head: unsafe{ mem::transmute(Box::new(mem::MaybeUninit::>::uninit().assume_init())) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] note: raw pointers must be initialized (in this struct field) [INFO] [stdout] --> src/plus/lru_cache.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | next: *mut LruEntry, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see 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 value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:168:11 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:170:11 [INFO] [stdout] | [INFO] [stdout] 170 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:172:11 [INFO] [stdout] | [INFO] [stdout] 172 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:190:19 [INFO] [stdout] | [INFO] [stdout] 190 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:192:19 [INFO] [stdout] | [INFO] [stdout] 192 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:194:19 [INFO] [stdout] | [INFO] [stdout] 194 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:529:11 [INFO] [stdout] | [INFO] [stdout] 529 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:553:11 [INFO] [stdout] | [INFO] [stdout] 553 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:576:11 [INFO] [stdout] | [INFO] [stdout] 576 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:583:11 [INFO] [stdout] | [INFO] [stdout] 583 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:207:19 [INFO] [stdout] | [INFO] [stdout] 207 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:209:19 [INFO] [stdout] | [INFO] [stdout] 209 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:211:19 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:290:15 [INFO] [stdout] | [INFO] [stdout] 290 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:333:15 [INFO] [stdout] | [INFO] [stdout] 333 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:620:19 [INFO] [stdout] | [INFO] [stdout] 620 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:622:19 [INFO] [stdout] | [INFO] [stdout] 622 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `stats` [INFO] [stdout] --> src/plus/ttl_cache.rs:624:19 [INFO] [stdout] | [INFO] [stdout] 624 | #[cfg(feature = "stats")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/plus/mpmc_queue.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | let enqueue_pos = self.enqueue_pos.compare_and_swap(pos, pos + 1, Relaxed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/plus/mpmc_queue.rs:104:52 [INFO] [stdout] | [INFO] [stdout] 104 | let dequeue_pos = self.dequeue_pos.compare_and_swap(pos, pos + 1, Relaxed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `LruEntry` does not permit being left uninitialized [INFO] [stdout] --> src/plus/lru_cache.rs:66:51 [INFO] [stdout] | [INFO] [stdout] 66 | head: unsafe{ mem::transmute(Box::new(mem::MaybeUninit::>::uninit().assume_init())) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] note: raw pointers must be initialized (in this struct field) [INFO] [stdout] --> src/plus/lru_cache.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | next: *mut LruEntry, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `Command { std: "docker" "inspect" "47c2b03f9bfe62c4ca97a04e3e8267a55b547951b5b0cc3f96cbcccf22a28db6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47c2b03f9bfe62c4ca97a04e3e8267a55b547951b5b0cc3f96cbcccf22a28db6", kill_on_drop: false }` [INFO] [stdout] 47c2b03f9bfe62c4ca97a04e3e8267a55b547951b5b0cc3f96cbcccf22a28db6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f23b22458132fb20faeb8a915b1c252478696f25" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] acf69f27aeb5bc466d5e8f2d14483bf4ddd57fa90ddf341d364a3a45a0b8bd27 [INFO] running `Command { std: "docker" "start" "-a" "acf69f27aeb5bc466d5e8f2d14483bf4ddd57fa90ddf341d364a3a45a0b8bd27", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:4:7 [INFO] [stderr] | [INFO] [stderr] 4 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:168:11 [INFO] [stderr] | [INFO] [stderr] 168 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:170:11 [INFO] [stderr] | [INFO] [stderr] 170 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:172:11 [INFO] [stderr] | [INFO] [stderr] 172 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:190:19 [INFO] [stderr] | [INFO] [stderr] 190 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:192:19 [INFO] [stderr] | [INFO] [stderr] 192 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:194:19 [INFO] [stderr] | [INFO] [stderr] 194 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:529:11 [INFO] [stderr] | [INFO] [stderr] 529 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:553:11 [INFO] [stderr] | [INFO] [stderr] 553 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:576:11 [INFO] [stderr] | [INFO] [stderr] 576 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:583:11 [INFO] [stderr] | [INFO] [stderr] 583 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:207:19 [INFO] [stderr] | [INFO] [stderr] 207 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:209:19 [INFO] [stderr] | [INFO] [stderr] 209 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:211:19 [INFO] [stderr] | [INFO] [stderr] 211 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:290:15 [INFO] [stderr] | [INFO] [stderr] 290 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:333:15 [INFO] [stderr] | [INFO] [stderr] 333 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:620:19 [INFO] [stderr] | [INFO] [stderr] 620 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:622:19 [INFO] [stderr] | [INFO] [stderr] 622 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `stats` [INFO] [stderr] --> src/plus/ttl_cache.rs:624:19 [INFO] [stderr] | [INFO] [stderr] 624 | #[cfg(feature = "stats")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `stats` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/plus/mpmc_queue.rs:77:52 [INFO] [stderr] | [INFO] [stderr] 77 | let enqueue_pos = self.enqueue_pos.compare_and_swap(pos, pos + 1, Relaxed); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/plus/mpmc_queue.rs:104:52 [INFO] [stderr] | [INFO] [stderr] 104 | let dequeue_pos = self.dequeue_pos.compare_and_swap(pos, pos + 1, Relaxed); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the type `LruEntry` does not permit being left uninitialized [INFO] [stderr] --> src/plus/lru_cache.rs:66:51 [INFO] [stderr] | [INFO] [stderr] 66 | head: unsafe{ mem::transmute(Box::new(mem::MaybeUninit::>::uninit().assume_init())) }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] | [INFO] [stderr] note: raw pointers must be initialized (in this struct field) [INFO] [stderr] --> src/plus/lru_cache.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | next: *mut LruEntry, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(invalid_value)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `queen-io` (lib) generated 22 warnings [INFO] [stderr] warning: `queen-io` (lib test) generated 22 warnings (22 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/queen_io-4225bf98db9451a0) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test plus::mpsc_queue::tests::test_full ... ok [INFO] [stdout] test plus::spsc_queue::tests::drop_full ... ok [INFO] [stdout] test plus::spsc_queue::tests::peek ... ok [INFO] [stdout] test plus::spsc_queue::tests::smoke ... ok [INFO] [stdout] test plus::spsc_queue::tests::smoke_bound ... ok [INFO] [stdout] test sys::eventfd::test::write_and_read ... ok [INFO] [stdout] test sys::eventfd::test::write_block ... ok [INFO] [stdout] test plus::mpsc_queue::tests::test ... ok [INFO] [stdout] test plus::mpmc_queue::tests::test ... ok [INFO] [stdout] test plus::block_queue::tests::timeout ... ok [INFO] [stdout] test plus::spsc_queue::tests::stress ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests queen_io [INFO] [stdout] [INFO] [stdout] running 56 tests [INFO] [stdout] test src/plus/lru_cache.rs - plus::lru_cache::LruCache::pop (line 158) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab (line 38) ... ok [INFO] [stdout] test src/plus/lru_cache.rs - plus::lru_cache::LruCache::get (line 124) ... ok [INFO] [stdout] test src/plus/lru_cache.rs - plus::lru_cache::LruCache::put (line 79) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab (line 59) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab (line 1045) ... ok [INFO] [stdout] test src/plus/lru_cache.rs - plus::lru_cache::LruCache::new (line 58) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::clear (line 506) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab (line 21) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::get (line 627) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::contains (line 881) ... ok [INFO] [stdout] test src/plus/lru_cache.rs - plus::lru_cache::LruCache::capacity (line 180) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::capacity (line 240) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::iter (line 566) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::iter_mut (line 597) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::get_unchecked (line 673) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::compact (line 420) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab (line 1033) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::get_unchecked_mut (line 696) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::is_empty (line 545) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::drain (line 947) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::insert (line 778) ... ok [INFO] [stdout] test src/plus/lru_cache.rs - plus::lru_cache::LruCache::change_capacity (line 194) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::new (line 193) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::with_capacity (line 213) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::VacantEntry<'a,T>::key (line 1190) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::reserve_exact (line 302) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::shrink_to_fit (line 329) ... ok [INFO] [stdout] test src/plus/ttl_cache.rs - plus::ttl_cache::OccupiedEntry<'a,K,V>::key (line 58) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::reserve (line 268) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::VacantEntry (line 137) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::remove (line 848) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::len (line 527) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::shrink_to_fit (line 344) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::retain (line 907) ... ok [INFO] [stdout] test src/plus/ttl_cache.rs - plus::ttl_cache::TtlCache::capacity (line 374) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::VacantEntry<'a,T>::insert (line 1160) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::vacant_entry (line 800) ... ok [INFO] [stdout] test src/plus/ttl_cache.rs - plus::ttl_cache::TtlCache::insert (line 241) ... ok [INFO] [stdout] test src/plus/ttl_cache.rs - plus::ttl_cache::TtlCache::get (line 267) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::key_of (line 729) ... ok [INFO] [stdout] test src/plus/ttl_cache.rs - plus::ttl_cache::TtlCache::contains_key (line 219) ... ok [INFO] [stdout] test src/sys/timerfd.rs - sys::timerfd::TimerFd::settime (line 125) ... ok [INFO] [stdout] test src/sys/timerfd.rs - sys::timerfd::TimerFd::create (line 107) ... ok [INFO] [stdout] test src/plus/ttl_cache.rs - plus::ttl_cache::VacantEntry<'a,K,V>::key (line 107) ... ok [INFO] [stdout] test src/sys/timerfd.rs - sys::timerfd::TimerFd::new (line 92) ... ok [INFO] [stdout] test src/plus/ttl_cache.rs - plus::ttl_cache::TtlCache::remove (line 348) ... ok [INFO] [stdout] test src/plus/ttl_cache.rs - plus::ttl_cache::TtlCache::iter (line 455) ... ok [INFO] [stdout] test src/plus/ttl_cache.rs - plus::ttl_cache::TtlCache::set_capacity (line 390) ... ok [INFO] [stdout] test src/sys/timerfd.rs - sys::timerfd::TimerFd::gettime (line 169) ... ok [INFO] [stdout] test src/plus/ttl_cache.rs - plus::ttl_cache::TtlCache::new (line 181) ... ok [INFO] [stdout] test src/plus/ttl_cache.rs - plus::ttl_cache::TtlCache::iter_mut (line 480) ... ok [INFO] [stdout] test src/plus/ttl_cache.rs - plus::ttl_cache::TtlCache::get_mut (line 306) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::key_of (line 741) - should panic ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::compact (line 437) ... ok [INFO] [stdout] test src/plus/slab.rs - plus::slab::Slab::get_mut (line 649) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "acf69f27aeb5bc466d5e8f2d14483bf4ddd57fa90ddf341d364a3a45a0b8bd27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acf69f27aeb5bc466d5e8f2d14483bf4ddd57fa90ddf341d364a3a45a0b8bd27", kill_on_drop: false }` [INFO] [stdout] acf69f27aeb5bc466d5e8f2d14483bf4ddd57fa90ddf341d364a3a45a0b8bd27