[INFO] cloning repository https://github.com/meshuga/conway-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/meshuga/conway-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeshuga%2Fconway-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeshuga%2Fconway-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cdc1d1f07b35813f37607320353baa09f1f8cd78 [INFO] checking meshuga/conway-rust against master#8007b506ac5da629f223b755f5a5391edd5f6d01 for pr-88041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeshuga%2Fconway-rust" "/workspace/builds/worker-64/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-64/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/meshuga/conway-rust on toolchain 8007b506ac5da629f223b755f5a5391edd5f6d01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/meshuga/conway-rust [INFO] finished tweaking git repo https://github.com/meshuga/conway-rust [INFO] tweaked toml for git repo https://github.com/meshuga/conway-rust written to /workspace/builds/worker-64/source/Cargo.toml [INFO] crate git repo https://github.com/meshuga/conway-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0cdc2e7c1c1d58d690355ea3e8962a85a7048a869fc273102e9057f081b8e46f [INFO] running `Command { std: "docker" "start" "-a" "0cdc2e7c1c1d58d690355ea3e8962a85a7048a869fc273102e9057f081b8e46f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0cdc2e7c1c1d58d690355ea3e8962a85a7048a869fc273102e9057f081b8e46f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cdc2e7c1c1d58d690355ea3e8962a85a7048a869fc273102e9057f081b8e46f", kill_on_drop: false }` [INFO] [stdout] 0cdc2e7c1c1d58d690355ea3e8962a85a7048a869fc273102e9057f081b8e46f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d73f08a7f99443cc6ef355961008fc22942d41d30b2a8023035dbf5eefa41ae [INFO] running `Command { std: "docker" "start" "-a" "0d73f08a7f99443cc6ef355961008fc22942d41d30b2a8023035dbf5eefa41ae", kill_on_drop: false }` [INFO] [stderr] Checking conway-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | try!(file.read_to_string(&mut s)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0428]: the name `test_generation_is_cell__alive` is defined multiple times [INFO] [stdout] --> src/conway.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 95 | fn test_generation_is_cell__alive() { [INFO] [stdout] | ----------------------------------- previous definition of the value `test_generation_is_cell__alive` here [INFO] [stdout] ... [INFO] [stdout] 101 | fn test_generation_is_cell__alive() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `test_generation_is_cell__alive` redefined here [INFO] [stdout] | [INFO] [stdout] = note: `test_generation_is_cell__alive` must be defined only once in the value namespace of this module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | let mut file = try!(File::open(&path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | try!(file.read_to_string(&mut s)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | let mut file = try!(File::open(&path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0428`. [INFO] [stdout] [INFO] [stderr] error: could not compile `conway-rust` due to 2 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "0d73f08a7f99443cc6ef355961008fc22942d41d30b2a8023035dbf5eefa41ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d73f08a7f99443cc6ef355961008fc22942d41d30b2a8023035dbf5eefa41ae", kill_on_drop: false }` [INFO] [stdout] 0d73f08a7f99443cc6ef355961008fc22942d41d30b2a8023035dbf5eefa41ae