[INFO] fetching crate cellular_env 0.1.1...
[INFO] checking cellular_env-0.1.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate cellular_env 0.1.1 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate cellular_env 0.1.1 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ce522850f36f6bd2bcd8a3dfc6f4c7b6576cfe2b9deec35d037d152ba8ad96f5
[INFO] running `Command { std: "docker" "start" "-a" "ce522850f36f6bd2bcd8a3dfc6f4c7b6576cfe2b9deec35d037d152ba8ad96f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce522850f36f6bd2bcd8a3dfc6f4c7b6576cfe2b9deec35d037d152ba8ad96f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce522850f36f6bd2bcd8a3dfc6f4c7b6576cfe2b9deec35d037d152ba8ad96f5", kill_on_drop: false }`
[INFO] [stdout] ce522850f36f6bd2bcd8a3dfc6f4c7b6576cfe2b9deec35d037d152ba8ad96f5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2bf69c46343950fcabfa11d3313e238e00d395b646f77fce76ac8a92583b4223
[INFO] running `Command { std: "docker" "start" "-a" "2bf69c46343950fcabfa11d3313e238e00d395b646f77fce76ac8a92583b4223", 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: 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[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] [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" "2bf69c46343950fcabfa11d3313e238e00d395b646f77fce76ac8a92583b4223", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2bf69c46343950fcabfa11d3313e238e00d395b646f77fce76ac8a92583b4223", kill_on_drop: false }`
[INFO] [stdout] 2bf69c46343950fcabfa11d3313e238e00d395b646f77fce76ac8a92583b4223
[INFO] checking cellular_env-0.1.1 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate cellular_env 0.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate cellular_env 0.1.1 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "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-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 422212625c13c01f650ea0c6c2b4a1b1765ca151d253aaa90e8198453aa95bd1
[INFO] running `Command { std: "docker" "start" "-a" "422212625c13c01f650ea0c6c2b4a1b1765ca151d253aaa90e8198453aa95bd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "422212625c13c01f650ea0c6c2b4a1b1765ca151d253aaa90e8198453aa95bd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "422212625c13c01f650ea0c6c2b4a1b1765ca151d253aaa90e8198453aa95bd1", kill_on_drop: false }`
[INFO] [stdout] 422212625c13c01f650ea0c6c2b4a1b1765ca151d253aaa90e8198453aa95bd1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0eaf6a5a081eef98ba991a23cd498b3034768886a320b898752ff08440304cc9
[INFO] running `Command { std: "docker" "start" "-a" "0eaf6a5a081eef98ba991a23cd498b3034768886a320b898752ff08440304cc9", 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] [stderr] error: could not compile `cellular_env` (bin "cellular_env") due to 4 previous errors
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[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" "0eaf6a5a081eef98ba991a23cd498b3034768886a320b898752ff08440304cc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0eaf6a5a081eef98ba991a23cd498b3034768886a320b898752ff08440304cc9", kill_on_drop: false }`
[INFO] [stdout] 0eaf6a5a081eef98ba991a23cd498b3034768886a320b898752ff08440304cc9
