[INFO] fetching crate izihawa_lru_time_cache 0.12.0...
[INFO] checking izihawa_lru_time_cache-0.12.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate izihawa_lru_time_cache 0.12.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate izihawa_lru_time_cache 0.12.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate izihawa_lru_time_cache 0.12.0
[INFO] finished tweaking crates.io crate izihawa_lru_time_cache 0.12.0
[INFO] tweaked toml for crates.io crate izihawa_lru_time_cache 0.12.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sn_fake_clock v0.4.14
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 413102d7e86376f7665d5f73d87a35206b966b1f2765f6b4dd9166927c1f5308
[INFO] running `Command { std: "docker" "start" "-a" "413102d7e86376f7665d5f73d87a35206b966b1f2765f6b4dd9166927c1f5308", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "413102d7e86376f7665d5f73d87a35206b966b1f2765f6b4dd9166927c1f5308", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "413102d7e86376f7665d5f73d87a35206b966b1f2765f6b4dd9166927c1f5308", kill_on_drop: false }`
[INFO] [stdout] 413102d7e86376f7665d5f73d87a35206b966b1f2765f6b4dd9166927c1f5308
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4fba0fab7e3a4750ef8d6bdf085b3c916303ace826c883d85902e51794daf809
[INFO] running `Command { std: "docker" "start" "-a" "4fba0fab7e3a4750ef8d6bdf085b3c916303ace826c883d85902e51794daf809", kill_on_drop: false }`
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking izihawa_lru_time_cache v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:514:29
[INFO] [stdout]     |
[INFO] [stdout] 514 |         let mut lru_cache = super::LruCache::<usize, usize>::with_capacity(size);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:68:5
[INFO] [stdout]     |
[INFO] [stdout] 68  |     warnings
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_qualifications)]` implied by `#[deny(warnings)]`
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 514 -         let mut lru_cache = super::LruCache::<usize, usize>::with_capacity(size);
[INFO] [stdout] 514 +         let mut lru_cache = LruCache::<usize, usize>::with_capacity(size);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:537:29
[INFO] [stdout]     |
[INFO] [stdout] 537 |         let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 537 -         let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout] 537 +         let mut lru_cache = LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:565:29
[INFO] [stdout]     |
[INFO] [stdout] 565 |         let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 565 -         let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout] 565 +         let mut lru_cache = LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:582:13
[INFO] [stdout]     |
[INFO] [stdout] 582 |             super::LruCache::<usize, usize>::with_expiry_duration_and_capacity(time_to_live, size);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 582 -             super::LruCache::<usize, usize>::with_expiry_duration_and_capacity(time_to_live, size);
[INFO] [stdout] 582 +             LruCache::<usize, usize>::with_expiry_duration_and_capacity(time_to_live, size);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:615:13
[INFO] [stdout]     |
[INFO] [stdout] 615 |             super::LruCache::<Temp, usize>::with_expiry_duration_and_capacity(time_to_live, size);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 615 -             super::LruCache::<Temp, usize>::with_expiry_duration_and_capacity(time_to_live, size);
[INFO] [stdout] 615 +             LruCache::<Temp, usize>::with_expiry_duration_and_capacity(time_to_live, size);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:842:33
[INFO] [stdout]     |
[INFO] [stdout] 842 |             let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 842 -             let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout] 842 +             let mut lru_cache = LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:857:33
[INFO] [stdout]     |
[INFO] [stdout] 857 |             let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 857 -             let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout] 857 +             let mut lru_cache = LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:873:33
[INFO] [stdout]     |
[INFO] [stdout] 873 |             let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 873 -             let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout] 873 +             let mut lru_cache = LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:898:29
[INFO] [stdout]     |
[INFO] [stdout] 898 |         let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 898 -         let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout] 898 +         let mut lru_cache = LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:914:29
[INFO] [stdout]     |
[INFO] [stdout] 914 |         let mut lru_cache = super::LruCache::<String, usize>::with_capacity(1);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 914 -         let mut lru_cache = super::LruCache::<String, usize>::with_capacity(1);
[INFO] [stdout] 914 +         let mut lru_cache = LruCache::<String, usize>::with_capacity(1);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `izihawa_lru_time_cache` (lib test) due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "4fba0fab7e3a4750ef8d6bdf085b3c916303ace826c883d85902e51794daf809", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fba0fab7e3a4750ef8d6bdf085b3c916303ace826c883d85902e51794daf809", kill_on_drop: false }`
[INFO] [stdout] 4fba0fab7e3a4750ef8d6bdf085b3c916303ace826c883d85902e51794daf809
[INFO] checking izihawa_lru_time_cache-0.12.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate izihawa_lru_time_cache 0.12.0 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate izihawa_lru_time_cache 0.12.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate izihawa_lru_time_cache 0.12.0
[INFO] finished tweaking crates.io crate izihawa_lru_time_cache 0.12.0
[INFO] tweaked toml for crates.io crate izihawa_lru_time_cache 0.12.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ec506d2833c7c08524fdaeb02c08fe4cbfade4bbcc001d827b98ea9a08c46869
[INFO] running `Command { std: "docker" "start" "-a" "ec506d2833c7c08524fdaeb02c08fe4cbfade4bbcc001d827b98ea9a08c46869", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec506d2833c7c08524fdaeb02c08fe4cbfade4bbcc001d827b98ea9a08c46869", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec506d2833c7c08524fdaeb02c08fe4cbfade4bbcc001d827b98ea9a08c46869", kill_on_drop: false }`
[INFO] [stdout] ec506d2833c7c08524fdaeb02c08fe4cbfade4bbcc001d827b98ea9a08c46869
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 14b84080dc84f571b18fbabe24257eba07dbafd921bb32d284a736c31968c04b
[INFO] running `Command { std: "docker" "start" "-a" "14b84080dc84f571b18fbabe24257eba07dbafd921bb32d284a736c31968c04b", kill_on_drop: false }`
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking izihawa_lru_time_cache v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:514:29
[INFO] [stdout]     |
[INFO] [stdout] 514 |         let mut lru_cache = super::LruCache::<usize, usize>::with_capacity(size);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:68:5
[INFO] [stdout]     |
[INFO] [stdout] 68  |     warnings
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_qualifications)]` implied by `#[deny(warnings)]`
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 514 -         let mut lru_cache = super::LruCache::<usize, usize>::with_capacity(size);
[INFO] [stdout] 514 +         let mut lru_cache = LruCache::<usize, usize>::with_capacity(size);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:537:29
[INFO] [stdout]     |
[INFO] [stdout] 537 |         let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 537 -         let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout] 537 +         let mut lru_cache = LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:565:29
[INFO] [stdout]     |
[INFO] [stdout] 565 |         let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 565 -         let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout] 565 +         let mut lru_cache = LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:582:13
[INFO] [stdout]     |
[INFO] [stdout] 582 |             super::LruCache::<usize, usize>::with_expiry_duration_and_capacity(time_to_live, size);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 582 -             super::LruCache::<usize, usize>::with_expiry_duration_and_capacity(time_to_live, size);
[INFO] [stdout] 582 +             LruCache::<usize, usize>::with_expiry_duration_and_capacity(time_to_live, size);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:615:13
[INFO] [stdout]     |
[INFO] [stdout] 615 |             super::LruCache::<Temp, usize>::with_expiry_duration_and_capacity(time_to_live, size);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 615 -             super::LruCache::<Temp, usize>::with_expiry_duration_and_capacity(time_to_live, size);
[INFO] [stdout] 615 +             LruCache::<Temp, usize>::with_expiry_duration_and_capacity(time_to_live, size);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:842:33
[INFO] [stdout]     |
[INFO] [stdout] 842 |             let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 842 -             let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout] 842 +             let mut lru_cache = LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:857:33
[INFO] [stdout]     |
[INFO] [stdout] 857 |             let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 857 -             let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout] 857 +             let mut lru_cache = LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:873:33
[INFO] [stdout]     |
[INFO] [stdout] 873 |             let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 873 -             let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout] 873 +             let mut lru_cache = LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:898:29
[INFO] [stdout]     |
[INFO] [stdout] 898 |         let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 898 -         let mut lru_cache = super::LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout] 898 +         let mut lru_cache = LruCache::<usize, usize>::with_expiry_duration(time_to_live);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout]    --> src/lib.rs:914:29
[INFO] [stdout]     |
[INFO] [stdout] 914 |         let mut lru_cache = super::LruCache::<String, usize>::with_capacity(1);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 914 -         let mut lru_cache = super::LruCache::<String, usize>::with_capacity(1);
[INFO] [stdout] 914 +         let mut lru_cache = LruCache::<String, usize>::with_capacity(1);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `izihawa_lru_time_cache` (lib test) due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "14b84080dc84f571b18fbabe24257eba07dbafd921bb32d284a736c31968c04b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14b84080dc84f571b18fbabe24257eba07dbafd921bb32d284a736c31968c04b", kill_on_drop: false }`
[INFO] [stdout] 14b84080dc84f571b18fbabe24257eba07dbafd921bb32d284a736c31968c04b
