[INFO] cloning repository https://github.com/UseK/typical90 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/UseK/typical90" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUseK%2Ftypical90", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUseK%2Ftypical90'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fa0f70dcbcc65b8300e8dc2177b71e7828e76a7c [INFO] testing UseK/typical90 against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUseK%2Ftypical90" "/workspace/builds/worker-43/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-43/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/UseK/typical90 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/UseK/typical90 [INFO] finished tweaking git repo https://github.com/UseK/typical90 [INFO] tweaked toml for git repo https://github.com/UseK/typical90 written to /workspace/builds/worker-43/source/Cargo.toml [INFO] crate git repo https://github.com/UseK/typical90 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/UseK/competitive-tools-rust.git` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5a02cebee1135b8d005eca731febd97ba4379aa34d17b8585e69169801876226 [INFO] running `Command { std: "docker" "start" "-a" "5a02cebee1135b8d005eca731febd97ba4379aa34d17b8585e69169801876226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a02cebee1135b8d005eca731febd97ba4379aa34d17b8585e69169801876226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a02cebee1135b8d005eca731febd97ba4379aa34d17b8585e69169801876226", kill_on_drop: false }` [INFO] [stdout] 5a02cebee1135b8d005eca731febd97ba4379aa34d17b8585e69169801876226 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0777d910db21a21bb5585630f8779177231c3c7a6479286ae4d6c233c74a2a60 [INFO] running `Command { std: "docker" "start" "-a" "0777d910db21a21bb5585630f8779177231c3c7a6479286ae4d6c233c74a2a60", kill_on_drop: false }` [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling competitive-tools-rust v0.9.1 (https://github.com/UseK/competitive-tools-rust.git#ba3cfd3f) [INFO] [stderr] Compiling typical90 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/bin/014.rs:13:55 [INFO] [stdout] | [INFO] [stdout] 13 | .fold(0, |acc, (a_item, b_item)| acc + a_item.abs_diff(*b_item)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `abs_diff(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/bin/024.rs:10:40 [INFO] [stdout] | [INFO] [stdout] 10 | .fold(0, |acc, (x, y)| acc + x.abs_diff(*y)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `abs_diff(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.49s [INFO] running `Command { std: "docker" "inspect" "0777d910db21a21bb5585630f8779177231c3c7a6479286ae4d6c233c74a2a60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0777d910db21a21bb5585630f8779177231c3c7a6479286ae4d6c233c74a2a60", kill_on_drop: false }` [INFO] [stdout] 0777d910db21a21bb5585630f8779177231c3c7a6479286ae4d6c233c74a2a60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1c06024935dbe6cfbba73ef1ee394056e785de0affe8f04a6768f2bea89758c9 [INFO] running `Command { std: "docker" "start" "-a" "1c06024935dbe6cfbba73ef1ee394056e785de0affe8f04a6768f2bea89758c9", kill_on_drop: false }` [INFO] [stderr] Compiling typical90 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/bin/014.rs:13:55 [INFO] [stdout] | [INFO] [stdout] 13 | .fold(0, |acc, (a_item, b_item)| acc + a_item.abs_diff(*b_item)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `abs_diff(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/bin/024.rs:10:40 [INFO] [stdout] | [INFO] [stdout] 10 | .fold(0, |acc, (x, y)| acc + x.abs_diff(*y)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `abs_diff(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `typical90`; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name 024 --edition=2018 src/bin/024.rs --error-format=json --json=diagnostic-rendered-ansi,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=5b242cb4f1309ea0 -C extra-filename=-5b242cb4f1309ea0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern competitive_tools_rust=/opt/rustwide/target/debug/deps/libcompetitive_tools_rust-757cf901e0de48f8.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-d013b5c31c8aac7a.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1c06024935dbe6cfbba73ef1ee394056e785de0affe8f04a6768f2bea89758c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c06024935dbe6cfbba73ef1ee394056e785de0affe8f04a6768f2bea89758c9", kill_on_drop: false }` [INFO] [stdout] 1c06024935dbe6cfbba73ef1ee394056e785de0affe8f04a6768f2bea89758c9