[INFO] cloning repository https://github.com/diegocardoso93/measure-variations [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/diegocardoso93/measure-variations" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiegocardoso93%2Fmeasure-variations", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiegocardoso93%2Fmeasure-variations'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 46b9a4216f51226d0c45b00fcec60209f45ecc7c [INFO] checking diegocardoso93/measure-variations against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiegocardoso93%2Fmeasure-variations" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 27% (2161/7753) Checking out files: 28% (2171/7753) Checking out files: 29% (2249/7753) Checking out files: 30% (2326/7753) Checking out files: 31% (2404/7753) Checking out files: 32% (2481/7753) Checking out files: 33% (2559/7753) Checking out files: 34% (2637/7753) Checking out files: 35% (2714/7753) Checking out files: 36% (2792/7753) Checking out files: 37% (2869/7753) Checking out files: 38% (2947/7753) Checking out files: 39% (3024/7753) Checking out files: 40% (3102/7753) Checking out files: 41% (3179/7753) Checking out files: 42% (3257/7753) Checking out files: 43% (3334/7753) Checking out files: 44% (3412/7753) Checking out files: 45% (3489/7753) Checking out files: 46% (3567/7753) Checking out files: 47% (3644/7753) Checking out files: 48% (3722/7753) Checking out files: 49% (3799/7753) Checking out files: 50% (3877/7753) Checking out files: 51% (3955/7753) Checking out files: 52% (4032/7753) Checking out files: 53% (4110/7753) Checking out files: 54% (4187/7753) Checking out files: 55% (4265/7753) Checking out files: 56% (4342/7753) Checking out files: 57% (4420/7753) Checking out files: 58% (4497/7753) Checking out files: 59% (4575/7753) Checking out files: 60% (4652/7753) Checking out files: 61% (4730/7753) Checking out files: 62% (4807/7753) Checking out files: 63% (4885/7753) Checking out files: 64% (4962/7753) Checking out files: 65% (5040/7753) Checking out files: 66% (5117/7753) Checking out files: 67% (5195/7753) Checking out files: 68% (5273/7753) Checking out files: 69% (5350/7753) Checking out files: 70% (5428/7753) Checking out files: 71% (5505/7753) Checking out files: 72% (5583/7753) Checking out files: 73% (5660/7753) Checking out files: 74% (5738/7753) Checking out files: 75% (5815/7753) Checking out files: 76% (5893/7753) Checking out files: 77% (5970/7753) Checking out files: 78% (6048/7753) Checking out files: 79% (6125/7753) Checking out files: 80% (6203/7753) Checking out files: 81% (6280/7753) Checking out files: 82% (6358/7753) Checking out files: 83% (6435/7753) Checking out files: 84% (6513/7753) Checking out files: 85% (6591/7753) Checking out files: 85% (6631/7753) Checking out files: 86% (6668/7753) Checking out files: 87% (6746/7753) Checking out files: 88% (6823/7753) Checking out files: 89% (6901/7753) Checking out files: 90% (6978/7753) Checking out files: 91% (7056/7753) Checking out files: 92% (7133/7753) Checking out files: 93% (7211/7753) Checking out files: 94% (7288/7753) Checking out files: 95% (7366/7753) Checking out files: 96% (7443/7753) Checking out files: 97% (7521/7753) Checking out files: 98% (7598/7753) Checking out files: 98% (7619/7753) Checking out files: 99% (7676/7753) Checking out files: 100% (7753/7753) Checking out files: 100% (7753/7753), done. [INFO] validating manifest of git repo https://github.com/diegocardoso93/measure-variations on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/diegocardoso93/measure-variations [INFO] finished tweaking git repo https://github.com/diegocardoso93/measure-variations [INFO] tweaked toml for git repo https://github.com/diegocardoso93/measure-variations written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/diegocardoso93/measure-variations already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4d47df588878d15f362b70f3029d64953d4abd1410a9c8d2b00d87ced77977c6 [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" "4d47df588878d15f362b70f3029d64953d4abd1410a9c8d2b00d87ced77977c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4d47df588878d15f362b70f3029d64953d4abd1410a9c8d2b00d87ced77977c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d47df588878d15f362b70f3029d64953d4abd1410a9c8d2b00d87ced77977c6", kill_on_drop: false }` [INFO] [stdout] 4d47df588878d15f362b70f3029d64953d4abd1410a9c8d2b00d87ced77977c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca385aec002864dbe6d5ba2d7f8a1393314ee46034e8b5015eafda83731dcf6c [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" "ca385aec002864dbe6d5ba2d7f8a1393314ee46034e8b5015eafda83731dcf6c", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.62 [INFO] [stderr] Compiling bumpalo v3.3.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.62 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling feature-probe v0.1.1 [INFO] [stderr] Compiling ndarray v0.13.1 [INFO] [stderr] Compiling bio v0.30.0 [INFO] [stderr] Checking bytecount v0.6.0 [INFO] [stderr] Checking strum v0.16.0 [INFO] [stderr] Checking custom_derive v0.1.7 [INFO] [stderr] Checking difference v1.0.0 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking petgraph v0.4.13 [INFO] [stderr] Checking doc-comment v0.3.3 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking num-complex v0.2.4 [INFO] [stderr] Checking itertools-num v0.1.3 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Compiling bv v0.11.1 [INFO] [stderr] Checking statrs v0.11.0 [INFO] [stderr] Compiling snafu-derive v0.5.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.62 [INFO] [stderr] Checking snafu v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Compiling getset v0.0.9 [INFO] [stderr] Compiling strum_macros v0.16.0 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.62 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.62 [INFO] [stderr] Checking console_error_panic_hook v0.1.6 [INFO] [stderr] Checking js-sys v0.3.39 [INFO] [stderr] Checking serde v1.0.110 [INFO] [stderr] Checking wasm-bindgen-futures v0.3.27 [INFO] [stderr] Checking wasm-bindgen-test v0.2.50 [INFO] [stderr] Checking bstr v0.2.12 [INFO] [stderr] Checking multimap v0.6.0 [INFO] [stderr] Checking bio-types v0.6.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Checking sequences-comparer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/lib.rs:64:17 [INFO] [stdout] | [INFO] [stdout] 64 | _ => (), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/lib.rs:64:17 [INFO] [stdout] | [INFO] [stdout] 64 | _ => (), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `set_panic_hook` [INFO] [stdout] --> src/utils.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | pub fn set_panic_hook() { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `set_panic_hook` [INFO] [stdout] --> src/utils.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | pub fn set_panic_hook() { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 55s [INFO] running `Command { std: "docker" "inspect" "ca385aec002864dbe6d5ba2d7f8a1393314ee46034e8b5015eafda83731dcf6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca385aec002864dbe6d5ba2d7f8a1393314ee46034e8b5015eafda83731dcf6c", kill_on_drop: false }` [INFO] [stdout] ca385aec002864dbe6d5ba2d7f8a1393314ee46034e8b5015eafda83731dcf6c