[INFO] updating cached repository https://github.com/phaazon/codingame-unleash-the-geek [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ab1aab147caac589f54bfe18e05b4b25d90874d7 [INFO] checking phaazon/codingame-unleash-the-geek against try#e922e6444795ab795fab1943288aee3d543699b8 for pr-66852 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphaazon%2Fcodingame-unleash-the-geek" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/phaazon/codingame-unleash-the-geek on toolchain e922e6444795ab795fab1943288aee3d543699b8 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/phaazon/codingame-unleash-the-geek [INFO] finished tweaking git repo https://github.com/phaazon/codingame-unleash-the-geek [INFO] tweaked toml for git repo https://github.com/phaazon/codingame-unleash-the-geek written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/phaazon/codingame-unleash-the-geek already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+e922e6444795ab795fab1943288aee3d543699b8" "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] 0e8b8c78931a4f321812ab4d4b0e76a68533415a7b1bf273d75d4e7bf8f84c0d [INFO] running `"docker" "start" "-a" "0e8b8c78931a4f321812ab4d4b0e76a68533415a7b1bf273d75d4e7bf8f84c0d"` [INFO] [stderr] Checking getrandom v0.1.12 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking codingame-unleash-the-geek v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `EntityType: std::convert::From` is not satisfied [INFO] [stderr] --> src/main.rs:858:66 [INFO] [stderr] | [INFO] [stderr] 858 | let entity_type: EntityType = parse_input!(inputs[1], u32).try_into().unwrap(); [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `EntityType` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `u32` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `EntityType` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `u32` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Item: std::convert::From` is not satisfied [INFO] [stderr] --> src/main.rs:862:47 [INFO] [stderr] | [INFO] [stderr] 862 | let item = parse_input!(inputs[4], i32).try_into().ok(); // if this entity is a robot, the item it is carrying (-1 for NONE, 2 for RADAR, 3 for TRAP, 4 for ORE) [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `Item` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `i32` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `Item` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `i32` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `codingame-unleash-the-geek`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the trait bound `EntityType: std::convert::From` is not satisfied [INFO] [stderr] --> src/main.rs:858:66 [INFO] [stderr] | [INFO] [stderr] 858 | let entity_type: EntityType = parse_input!(inputs[1], u32).try_into().unwrap(); [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `EntityType` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `u32` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `EntityType` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `u32` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Item: std::convert::From` is not satisfied [INFO] [stderr] --> src/main.rs:862:47 [INFO] [stderr] | [INFO] [stderr] 862 | let item = parse_input!(inputs[4], i32).try_into().ok(); // if this entity is a robot, the item it is carrying (-1 for NONE, 2 for RADAR, 3 for TRAP, 4 for ORE) [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `Item` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `i32` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `Item` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `i32` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `codingame-unleash-the-geek`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0e8b8c78931a4f321812ab4d4b0e76a68533415a7b1bf273d75d4e7bf8f84c0d"` [INFO] running `"docker" "rm" "-f" "0e8b8c78931a4f321812ab4d4b0e76a68533415a7b1bf273d75d4e7bf8f84c0d"` [INFO] [stdout] 0e8b8c78931a4f321812ab4d4b0e76a68533415a7b1bf273d75d4e7bf8f84c0d