[INFO] cloning repository https://github.com/csauve/slughorn [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/csauve/slughorn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcsauve%2Fslughorn"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcsauve%2Fslughorn'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2772da2f95e5300c80b86823cd0749ef458e05ae [INFO] checking csauve/slughorn against try#e60d9e09c55855f5a848fde8ad83e13131a5b241 for pr-68350 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcsauve%2Fslughorn" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/csauve/slughorn on toolchain e60d9e09c55855f5a848fde8ad83e13131a5b241 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/csauve/slughorn [INFO] finished tweaking git repo https://github.com/csauve/slughorn [INFO] tweaked toml for git repo https://github.com/csauve/slughorn written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/csauve/slughorn already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0b54543148498a01df62134f836f44dd9e4132bb37138231c246ce068942066e [INFO] running `"docker" "start" "-a" "0b54543148498a01df62134f836f44dd9e4132bb37138231c246ce068942066e"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling tokio-macros v0.2.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling pin-project-internal v0.4.6 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking tokio v0.2.9 [INFO] [stderr] Checking pin-project v0.4.6 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking hyper v0.13.1 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking bookworm v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected `;`, found ``None`` [INFO] [stderr] --> src/host.rs:29:42 [INFO] [stderr] | [INFO] [stderr] 29 | let res = client.request(req) [INFO] [stderr] | ^ help: add `;` here [INFO] [stderr] 30 | None [INFO] [stderr] | ---- unexpected token [INFO] [stderr] [INFO] [stderr] error: expected `;`, found ``None`` [INFO] [stderr] --> src/host.rs:29:42 [INFO] [stderr] | [INFO] [stderr] 29 | let res = client.request(req) [INFO] [stderr] | ^ help: add `;` here [INFO] [stderr] 30 | None [INFO] [stderr] | ---- unexpected token [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `super::AdvanceResult` [INFO] [stderr] --> src/game/turn.rs:376:16 [INFO] [stderr] | [INFO] [stderr] 376 | use super::AdvanceResult::*; [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `AdvanceResult` in `super` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AdvanceResult` [INFO] [stderr] --> src/game/mod.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | AdvanceResult::YouDie => (0.0, vec![you_move]), [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `AdvanceResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AdvanceResult` [INFO] [stderr] --> src/game/mod.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | AdvanceResult::YouLive => { [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `AdvanceResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AdvanceResult` [INFO] [stderr] --> src/game/mod.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | AdvanceResult::YouDie => (0.0, vec![you_move]), [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `AdvanceResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AdvanceResult` [INFO] [stderr] --> src/game/mod.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | AdvanceResult::YouLive => { [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `AdvanceResult` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `YouLive` in this scope [INFO] [stderr] --> src/game/turn.rs:419:28 [INFO] [stderr] | [INFO] [stderr] 419 | assert_eq!(result, YouLive); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `YouDie` in this scope [INFO] [stderr] --> src/game/turn.rs:442:28 [INFO] [stderr] | [INFO] [stderr] 442 | assert_eq!(result, YouDie); [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `call` found for struct `hyper::client::Client` in the current scope [INFO] [stderr] --> src/host.rs:17:16 [INFO] [stderr] | [INFO] [stderr] 17 | client.call(Request::post(format!("{}/start", addr)) [INFO] [stderr] | ^^^^ method not found in `hyper::client::Client` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] candidate #1: `use std::ops::Fn;` [INFO] [stderr] candidate #2: `use hyper::service::http::HttpService;` [INFO] [stderr] candidate #3: `use tower_service::Service;` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/host.rs:33:27 [INFO] [stderr] | [INFO] [stderr] 33 | let deaths = turn.advance(&snake_moves); [INFO] [stderr] | ^^^^^^^ expected 2 parameters [INFO] [stderr] | [INFO] [stderr] ::: src/game/turn.rs:263:5 [INFO] [stderr] | [INFO] [stderr] 263 | pub fn advance(&mut self, spawn_food: bool, snake_moves: &[ApiDirection]) -> HashSet { [INFO] [stderr] | ------------------------------------------------------------------------------------------- defined here [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `bookworm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `call` found for struct `hyper::client::Client` in the current scope [INFO] [stderr] --> src/host.rs:17:16 [INFO] [stderr] | [INFO] [stderr] 17 | client.call(Request::post(format!("{}/start", addr)) [INFO] [stderr] | ^^^^ method not found in `hyper::client::Client` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] candidate #1: `use std::ops::Fn;` [INFO] [stderr] candidate #2: `use hyper::service::http::HttpService;` [INFO] [stderr] candidate #3: `use tower_service::Service;` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/host.rs:33:27 [INFO] [stderr] | [INFO] [stderr] 33 | let deaths = turn.advance(&snake_moves); [INFO] [stderr] | ^^^^^^^ expected 2 parameters [INFO] [stderr] | [INFO] [stderr] ::: src/game/turn.rs:263:5 [INFO] [stderr] | [INFO] [stderr] 263 | pub fn advance(&mut self, spawn_food: bool, snake_moves: &[ApiDirection]) -> HashSet { [INFO] [stderr] | ------------------------------------------------------------------------------------------- defined here [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `bookworm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0b54543148498a01df62134f836f44dd9e4132bb37138231c246ce068942066e"` [INFO] running `"docker" "rm" "-f" "0b54543148498a01df62134f836f44dd9e4132bb37138231c246ce068942066e"` [INFO] [stdout] 0b54543148498a01df62134f836f44dd9e4132bb37138231c246ce068942066e