[INFO] fetching crate cellular_env 0.1.1...
[INFO] checking cellular_env-0.1.1 against master#b3bd7058c139e71bae0862ef8f8ac936208873e9 for pr-123752
[INFO] extracting crate cellular_env 0.1.1 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate cellular_env 0.1.1 on toolchain b3bd7058c139e71bae0862ef8f8ac936208873e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cellular_env 0.1.1
[INFO] finished tweaking crates.io crate cellular_env 0.1.1
[INFO] tweaked toml for crates.io crate cellular_env 0.1.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cellular_lib v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c9b13471890c1485e29996c114399becb9da589fecad489ef4bbf8bdaa5153ba
[INFO] running `Command { std: "docker" "start" "-a" "c9b13471890c1485e29996c114399becb9da589fecad489ef4bbf8bdaa5153ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c9b13471890c1485e29996c114399becb9da589fecad489ef4bbf8bdaa5153ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9b13471890c1485e29996c114399becb9da589fecad489ef4bbf8bdaa5153ba", kill_on_drop: false }`
[INFO] [stdout] c9b13471890c1485e29996c114399becb9da589fecad489ef4bbf8bdaa5153ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 24b9de1aac8b6921beb586613c6e441ba3b01d5fc212267271d1b990b1b9c42b
[INFO] running `Command { std: "docker" "start" "-a" "24b9de1aac8b6921beb586613c6e441ba3b01d5fc212267271d1b990b1b9c42b", kill_on_drop: false }`
[INFO] [stderr]     Checking cellular_lib v0.1.1
[INFO] [stderr]     Checking cellular_env v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0412]: cannot find type `RunFunc` in module `cellular_process`
[INFO] [stdout]   --> src/main.rs:40:42
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let run_func: &cellular_process::RunFunc<util::UsizeWrapper, AdaptiveMetaData> =
[INFO] [stdout]    |                                          ^^^^^^^ not found in `cellular_process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RunFunc` in module `cellular_process`
[INFO] [stdout]   --> src/main.rs:40:42
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let run_func: &cellular_process::RunFunc<util::UsizeWrapper, AdaptiveMetaData> =
[INFO] [stdout]    |                                          ^^^^^^^ not found in `cellular_process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `run_func` found for struct `cellular_lib::cellular_automata::AdaptiveCellularAutomata` in the current scope
[INFO] [stdout]   --> src/main.rs:41:40
[INFO] [stdout]    |
[INFO] [stdout] 41 |             &AdaptiveCellularAutomata::run_func;
[INFO] [stdout]    |                                        ^^^^^^^^ function or associated item not found in `AdaptiveCellularAutomata<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `run_func` found for struct `cellular_lib::cellular_automata::AdaptiveCellularAutomata` in the current scope
[INFO] [stdout]   --> src/main.rs:41:40
[INFO] [stdout]    |
[INFO] [stdout] 41 |             &AdaptiveCellularAutomata::run_func;
[INFO] [stdout]    |                                        ^^^^^^^^ function or associated item not found in `AdaptiveCellularAutomata<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 3 arguments but 5 arguments were supplied
[INFO] [stdout]    --> src/main.rs:45:14
[INFO] [stdout]     |
[INFO] [stdout] 45  |         grid.apply(transition, neighbor, run_func, 1, &meta);
[INFO] [stdout]     |              ^^^^^                                 -  ----- unexpected argument of type `&cellular_lib::cellular_automata::AdaptiveMetaData`
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    unexpected argument of type `{integer}`
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cellular_lib-0.1.1/src/cellular_automata/cellular_process.rs:171:12
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub fn apply(
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] help: remove the extra arguments
[INFO] [stdout]     |
[INFO] [stdout] 45  -         grid.apply(transition, neighbor, run_func, 1, &meta);
[INFO] [stdout] 45  +         grid.apply(transition, neighbor, run_func);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 3 arguments but 5 arguments were supplied
[INFO] [stdout]    --> src/main.rs:45:14
[INFO] [stdout]     |
[INFO] [stdout] 45  |         grid.apply(transition, neighbor, run_func, 1, &meta);
[INFO] [stdout]     |              ^^^^^                                 -  ----- unexpected argument of type `&cellular_lib::cellular_automata::AdaptiveMetaData`
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    unexpected argument of type `{integer}`
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cellular_lib-0.1.1/src/cellular_automata/cellular_process.rs:171:12
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub fn apply(
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] help: remove the extra arguments
[INFO] [stdout]     |
[INFO] [stdout] 45  -         grid.apply(transition, neighbor, run_func, 1, &meta);
[INFO] [stdout] 45  +         grid.apply(transition, neighbor, run_func);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0412, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0412, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cellular_env` (bin "cellular_env") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `cellular_env` (bin "cellular_env" test) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "24b9de1aac8b6921beb586613c6e441ba3b01d5fc212267271d1b990b1b9c42b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24b9de1aac8b6921beb586613c6e441ba3b01d5fc212267271d1b990b1b9c42b", kill_on_drop: false }`
[INFO] [stdout] 24b9de1aac8b6921beb586613c6e441ba3b01d5fc212267271d1b990b1b9c42b
[INFO] checking cellular_env-0.1.1 against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] extracting crate cellular_env 0.1.1 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate cellular_env 0.1.1 on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cellular_env 0.1.1
[INFO] finished tweaking crates.io crate cellular_env 0.1.1
[INFO] tweaked toml for crates.io crate cellular_env 0.1.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 2 packages
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2563bb9a3c5805a5968b786d398c65a9f1da596dea6ae802682b352c4a20133f
[INFO] running `Command { std: "docker" "start" "-a" "2563bb9a3c5805a5968b786d398c65a9f1da596dea6ae802682b352c4a20133f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2563bb9a3c5805a5968b786d398c65a9f1da596dea6ae802682b352c4a20133f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2563bb9a3c5805a5968b786d398c65a9f1da596dea6ae802682b352c4a20133f", kill_on_drop: false }`
[INFO] [stdout] 2563bb9a3c5805a5968b786d398c65a9f1da596dea6ae802682b352c4a20133f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4662d4cd5ef73cca9ea2677f07a1b56cc8f39c37ff9781882c4b8c1772a55e98
[INFO] running `Command { std: "docker" "start" "-a" "4662d4cd5ef73cca9ea2677f07a1b56cc8f39c37ff9781882c4b8c1772a55e98", kill_on_drop: false }`
[INFO] [stderr]     Checking cellular_lib v0.1.1
[INFO] [stderr]     Checking cellular_env v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0412]: cannot find type `RunFunc` in module `cellular_process`
[INFO] [stdout]   --> src/main.rs:40:42
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let run_func: &cellular_process::RunFunc<util::UsizeWrapper, AdaptiveMetaData> =
[INFO] [stdout]    |                                          ^^^^^^^ not found in `cellular_process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RunFunc` in module `cellular_process`
[INFO] [stdout]   --> src/main.rs:40:42
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let run_func: &cellular_process::RunFunc<util::UsizeWrapper, AdaptiveMetaData> =
[INFO] [stdout]    |                                          ^^^^^^^ not found in `cellular_process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `run_func` found for struct `cellular_lib::cellular_automata::AdaptiveCellularAutomata` in the current scope
[INFO] [stdout]   --> src/main.rs:41:40
[INFO] [stdout]    |
[INFO] [stdout] 41 |             &AdaptiveCellularAutomata::run_func;
[INFO] [stdout]    |                                        ^^^^^^^^ function or associated item not found in `AdaptiveCellularAutomata<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 3 arguments but 5 arguments were supplied
[INFO] [stdout]    --> src/main.rs:45:14
[INFO] [stdout]     |
[INFO] [stdout] 45  |         grid.apply(transition, neighbor, run_func, 1, &meta);
[INFO] [stdout]     |              ^^^^^                                 -  ----- unexpected argument of type `&cellular_lib::cellular_automata::AdaptiveMetaData`
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    unexpected argument of type `{integer}`
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cellular_lib-0.1.1/src/cellular_automata/cellular_process.rs:171:12
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub fn apply(
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] help: remove the extra arguments
[INFO] [stdout]     |
[INFO] [stdout] 45  -         grid.apply(transition, neighbor, run_func, 1, &meta);
[INFO] [stdout] 45  +         grid.apply(transition, neighbor, run_func);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `run_func` found for struct `cellular_lib::cellular_automata::AdaptiveCellularAutomata` in the current scope
[INFO] [stdout]   --> src/main.rs:41:40
[INFO] [stdout]    |
[INFO] [stdout] 41 |             &AdaptiveCellularAutomata::run_func;
[INFO] [stdout]    |                                        ^^^^^^^^ function or associated item not found in `AdaptiveCellularAutomata<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 3 arguments but 5 arguments were supplied
[INFO] [stdout]    --> src/main.rs:45:14
[INFO] [stdout]     |
[INFO] [stdout] 45  |         grid.apply(transition, neighbor, run_func, 1, &meta);
[INFO] [stdout]     |              ^^^^^                                 -  ----- unexpected argument of type `&cellular_lib::cellular_automata::AdaptiveMetaData`
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    unexpected argument of type `{integer}`
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cellular_lib-0.1.1/src/cellular_automata/cellular_process.rs:171:12
[INFO] [stdout]     |
[INFO] [stdout] 171 |     pub fn apply(
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] help: remove the extra arguments
[INFO] [stdout]     |
[INFO] [stdout] 45  -         grid.apply(transition, neighbor, run_func, 1, &meta);
[INFO] [stdout] 45  +         grid.apply(transition, neighbor, run_func);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0412, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0412, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cellular_env` (bin "cellular_env") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `cellular_env` (bin "cellular_env" test) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "4662d4cd5ef73cca9ea2677f07a1b56cc8f39c37ff9781882c4b8c1772a55e98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4662d4cd5ef73cca9ea2677f07a1b56cc8f39c37ff9781882c4b8c1772a55e98", kill_on_drop: false }`
[INFO] [stdout] 4662d4cd5ef73cca9ea2677f07a1b56cc8f39c37ff9781882c4b8c1772a55e98
