[INFO] updating cached repository https://github.com/mich101mich/game_rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/mich101mich/game_rs [INFO] [stderr] 48128f4..348735e master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 348735ede6e4c1b40c38699f11e4496d38f36f5d [INFO] checking mich101mich/game_rs against master#9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7 for pr-64564 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmich101mich%2Fgame_rs" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mich101mich/game_rs on toolchain 9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mich101mich/game_rs [INFO] removed path dependency hierarchical_pathfinding from git repo https://github.com/mich101mich/game_rs [INFO] finished tweaking git repo https://github.com/mich101mich/game_rs [INFO] tweaked toml for git repo https://github.com/mich101mich/game_rs written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/mich101mich/game_rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (hierarchical_pathfinding) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (hierarchical_pathfinding) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+9b9d2aff8de4d499b4ba7ca406e000f8d3754ea7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 59920f1d8fe59bfc9133fdae98e7bbba52909fc18575c05b8810d0a692879167 [INFO] running `"docker" "start" "-a" "59920f1d8fe59bfc9133fdae98e7bbba52909fc18575c05b8810d0a692879167"` [INFO] [stderr] warning: dependency (hierarchical_pathfinding) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Checking hierarchical_pathfinding v0.3.0 [INFO] [stderr] Checking sfml v0.14.0 [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 game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `GamePos` [INFO] [stderr] --> src/game.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | world::{GamePos, MachineType, Material, Mineral, World}, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `GamePos` [INFO] [stderr] --> src/game.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | world::{GamePos, MachineType, Material, Mineral, World}, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `code` [INFO] [stderr] --> src/game.rs:54:3 [INFO] [stderr] | [INFO] [stderr] 54 | code: Option, [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_code` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `code` [INFO] [stderr] --> src/game.rs:54:3 [INFO] [stderr] | [INFO] [stderr] 54 | code: Option, [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_code` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.40s [INFO] running `"docker" "inspect" "59920f1d8fe59bfc9133fdae98e7bbba52909fc18575c05b8810d0a692879167"` [INFO] running `"docker" "rm" "-f" "59920f1d8fe59bfc9133fdae98e7bbba52909fc18575c05b8810d0a692879167"` [INFO] [stdout] 59920f1d8fe59bfc9133fdae98e7bbba52909fc18575c05b8810d0a692879167