[INFO] updating cached repository https://github.com/icevision/score [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 30c97752a58eef135e02df99807e58e7d4ab8980 [INFO] testing icevision/score against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ficevision%2Fscore" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/icevision/score on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/icevision/score [INFO] finished tweaking git repo https://github.com/icevision/score [INFO] tweaked toml for git repo https://github.com/icevision/score written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/icevision/score already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 2203732573fc29bf4dd89cdc7382a2151b65a3ec2fa5ad6b8c2d284a9ff253ed [INFO] running `"docker" "start" "-a" "2203732573fc29bf4dd89cdc7382a2151b65a3ec2fa5ad6b8c2d284a9ff253ed"` [INFO] [stderr] Compiling libc v0.2.59 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling regex-automata v0.1.7 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling atty v0.2.12 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling bstr v0.2.1 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling icevision-score v0.2.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/score.rs:123:52 [INFO] [stderr] | [INFO] [stderr] 123 | let k3 = compute_k3(gt_item, sol_item);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.11s [INFO] running `"docker" "inspect" "2203732573fc29bf4dd89cdc7382a2151b65a3ec2fa5ad6b8c2d284a9ff253ed"` [INFO] running `"docker" "rm" "-f" "2203732573fc29bf4dd89cdc7382a2151b65a3ec2fa5ad6b8c2d284a9ff253ed"` [INFO] [stdout] 2203732573fc29bf4dd89cdc7382a2151b65a3ec2fa5ad6b8c2d284a9ff253ed [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] abd8eef84149ca40f3c53d3746162211069f7e5341d1f078dbc83edffa22e52e [INFO] running `"docker" "start" "-a" "abd8eef84149ca40f3c53d3746162211069f7e5341d1f078dbc83edffa22e52e"` [INFO] [stderr] Compiling icevision-score v0.2.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/score.rs:123:52 [INFO] [stderr] | [INFO] [stderr] 123 | let k3 = compute_k3(gt_item, sol_item);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.09s [INFO] running `"docker" "inspect" "abd8eef84149ca40f3c53d3746162211069f7e5341d1f078dbc83edffa22e52e"` [INFO] running `"docker" "rm" "-f" "abd8eef84149ca40f3c53d3746162211069f7e5341d1f078dbc83edffa22e52e"` [INFO] [stdout] abd8eef84149ca40f3c53d3746162211069f7e5341d1f078dbc83edffa22e52e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 981093b9b94d48f0a42378df5f36e39305cc2eb05e401690c1fadd1f0c3c503c [INFO] running `"docker" "start" "-a" "981093b9b94d48f0a42378df5f36e39305cc2eb05e401690c1fadd1f0c3c503c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/icevision_score-0c8f7ec5b8e9b5bb [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "981093b9b94d48f0a42378df5f36e39305cc2eb05e401690c1fadd1f0c3c503c"` [INFO] running `"docker" "rm" "-f" "981093b9b94d48f0a42378df5f36e39305cc2eb05e401690c1fadd1f0c3c503c"` [INFO] [stdout] 981093b9b94d48f0a42378df5f36e39305cc2eb05e401690c1fadd1f0c3c503c