[INFO] updating cached repository https://github.com/joshhansen/Umpire [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] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c115e72ca5b652b0f9bf98225d2730ffb39030d0 [INFO] checking joshhansen/Umpire against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoshhansen%2FUmpire" "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/joshhansen/Umpire on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/joshhansen/Umpire [INFO] removed path dependency pastel from git repo https://github.com/joshhansen/Umpire [INFO] finished tweaking git repo https://github.com/joshhansen/Umpire [INFO] tweaked toml for git repo https://github.com/joshhansen/Umpire written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/joshhansen/Umpire already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (pastel) 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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (pastel) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] bc9af99a3aff24ee40d25da7ecfe5870be1f07add0a087437c39c7e05deb660f [INFO] running `"docker" "start" "-a" "bc9af99a3aff24ee40d25da7ecfe5870be1f07add0a087437c39c7e05deb660f"` [INFO] [stderr] warning: dependency (pastel) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Checking sample v0.6.2 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Checking regex-automata v0.1.8 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Checking output_vt100 v0.1.2 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Compiling pastel v0.5.2 [INFO] [stderr] Checking umpire v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `pastel::distinct::distinct_colors` [INFO] [stderr] --> src/color.rs:23:39 [INFO] [stderr] | [INFO] [stderr] 23 | use pastel::distinct::{DistanceMetric,distinct_colors}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `distinct_colors` in `distinct` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pastel::distinct::distinct_colors` [INFO] [stderr] --> src/color.rs:23:39 [INFO] [stderr] | [INFO] [stderr] 23 | use pastel::distinct::{DistanceMetric,distinct_colors}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `distinct_colors` in `distinct` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'game::map::dijkstra::old_shortest_paths' [INFO] [stderr] --> src/game/map/dijkstra.rs:433:21 [INFO] [stderr] | [INFO] [stderr] 433 | old_shortest_paths, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'game::map::dijkstra::old_shortest_paths' [INFO] [stderr] --> src/game/map/dijkstra.rs:616:32 [INFO] [stderr] | [INFO] [stderr] 616 | let shortest_neither = old_shortest_paths(&map, loc, &infantry, WRAP_NEITHER); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'game::map::dijkstra::old_shortest_paths' [INFO] [stderr] --> src/game/map/dijkstra.rs:631:30 [INFO] [stderr] | [INFO] [stderr] 631 | let shortest_horiz = old_shortest_paths(&map, loc, &infantry, WRAP_HORIZ); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'game::map::dijkstra::old_shortest_paths' [INFO] [stderr] --> src/game/map/dijkstra.rs:645:29 [INFO] [stderr] | [INFO] [stderr] 645 | let shortest_vert = old_shortest_paths(&map, loc, &infantry, WRAP_VERT); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'game::map::dijkstra::old_shortest_paths' [INFO] [stderr] --> src/game/map/dijkstra.rs:658:29 [INFO] [stderr] | [INFO] [stderr] 658 | let shortest_both = old_shortest_paths(&map, loc, &infantry, WRAP_BOTH); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0616]: field `moves_remaining` of struct `game::unit::Unit` is private [INFO] [stderr] --> src/game/mod.rs:947:24 [INFO] [stderr] | [INFO] [stderr] 947 | assert_eq!(move_result.unit().moves_remaining, 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^--------------- [INFO] [stderr] | | [INFO] [stderr] | help: a method `moves_remaining` also exists, call it with parentheses: `moves_remaining()` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `umpire`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0616. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `umpire`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bc9af99a3aff24ee40d25da7ecfe5870be1f07add0a087437c39c7e05deb660f"` [INFO] running `"docker" "rm" "-f" "bc9af99a3aff24ee40d25da7ecfe5870be1f07add0a087437c39c7e05deb660f"` [INFO] [stdout] bc9af99a3aff24ee40d25da7ecfe5870be1f07add0a087437c39c7e05deb660f