[INFO] fetching crate sortedvec 0.5.0... [INFO] checking sortedvec-0.5.0 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate sortedvec 0.5.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate sortedvec 0.5.0 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate sortedvec 0.5.0 [INFO] finished tweaking crates.io crate sortedvec 0.5.0 [INFO] tweaked toml for crates.io crate sortedvec 0.5.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6d4c6b02547df7d609a9a47b7698c4a14a952d89cbca65b90ab718ff5a977768 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6d4c6b02547df7d609a9a47b7698c4a14a952d89cbca65b90ab718ff5a977768", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d4c6b02547df7d609a9a47b7698c4a14a952d89cbca65b90ab718ff5a977768", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d4c6b02547df7d609a9a47b7698c4a14a952d89cbca65b90ab718ff5a977768", kill_on_drop: false }` [INFO] [stdout] 6d4c6b02547df7d609a9a47b7698c4a14a952d89cbca65b90ab718ff5a977768 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0be5b03fb0f49d38b8e316d7602ed0d7450c439a7e7bce9c755106224f5f0384 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0be5b03fb0f49d38b8e316d7602ed0d7450c439a7e7bce9c755106224f5f0384", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Checking sortedvec v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking getrandom v0.1.15 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking quickcheck v0.9.2 [INFO] [stderr] Compiling quickcheck_macros v0.9.1 [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> benches/dna.rs:74:40 [INFO] [stdout] | [INFO] [stdout] 73 | (Nucleobase::Cytosine, 0..=80) => Nucleobase::Adenine, [INFO] [stdout] | ------ this range overlaps on `80_u8` [INFO] [stdout] 74 | (Nucleobase::Cytosine, 80..=100) => Nucleobase::Cytosine, [INFO] [stdout] | ^^^^^^^^ overlapping patterns [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(overlapping_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> benches/dna.rs:119:21 [INFO] [stdout] | [INFO] [stdout] 119 | let mut rng = SmallRng::from_seed(SEED); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 158 | / gen_bench! { [INFO] [stdout] 159 | | dna_e1;10, [INFO] [stdout] 160 | | dna_e2;100, [INFO] [stdout] 161 | | dna_e3;1_000, [INFO] [stdout] ... | [INFO] [stdout] 164 | | dna_e6;1_000_000 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> benches/dna.rs:119:21 [INFO] [stdout] | [INFO] [stdout] 119 | let mut rng = SmallRng::from_seed(SEED); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 158 | / gen_bench! { [INFO] [stdout] 159 | | dna_e1;10, [INFO] [stdout] 160 | | dna_e2;100, [INFO] [stdout] 161 | | dna_e3;1_000, [INFO] [stdout] ... | [INFO] [stdout] 164 | | dna_e6;1_000_000 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> benches/dna.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let mut rng = SmallRng::from_seed(SEED); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 158 | / gen_bench! { [INFO] [stdout] 159 | | dna_e1;10, [INFO] [stdout] 160 | | dna_e2;100, [INFO] [stdout] 161 | | dna_e3;1_000, [INFO] [stdout] ... | [INFO] [stdout] 164 | | dna_e6;1_000_000 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> benches/dna.rs:146:21 [INFO] [stdout] | [INFO] [stdout] 146 | let mut rng = SmallRng::from_seed(SEED); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 158 | / gen_bench! { [INFO] [stdout] 159 | | dna_e1;10, [INFO] [stdout] 160 | | dna_e2;100, [INFO] [stdout] 161 | | dna_e3;1_000, [INFO] [stdout] ... | [INFO] [stdout] 164 | | dna_e6;1_000_000 [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.91s [INFO] running `Command { std: "docker" "inspect" "0be5b03fb0f49d38b8e316d7602ed0d7450c439a7e7bce9c755106224f5f0384", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0be5b03fb0f49d38b8e316d7602ed0d7450c439a7e7bce9c755106224f5f0384", kill_on_drop: false }` [INFO] [stdout] 0be5b03fb0f49d38b8e316d7602ed0d7450c439a7e7bce9c755106224f5f0384