[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 try#8d67a66581ea5498d7ac03b8f88a478d8ec75cf0 for pr-64564 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmich101mich%2Fgame_rs" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mich101mich/game_rs on toolchain 8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-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-2/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" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-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-2/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" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-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-2/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-2/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" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d608089e90dfa0193ac83c35b5112e538f82f28a9ac408157bc2d5a1c1ea0418 [INFO] running `"docker" "start" "-a" "d608089e90dfa0193ac83c35b5112e538f82f28a9ac408157bc2d5a1c1ea0418"` [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.44s [INFO] running `"docker" "inspect" "d608089e90dfa0193ac83c35b5112e538f82f28a9ac408157bc2d5a1c1ea0418"` [INFO] running `"docker" "rm" "-f" "d608089e90dfa0193ac83c35b5112e538f82f28a9ac408157bc2d5a1c1ea0418"` [INFO] [stdout] d608089e90dfa0193ac83c35b5112e538f82f28a9ac408157bc2d5a1c1ea0418