[INFO] updating cached repository rocurley/time-game [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/rocurley/time-game [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/rocurley/time-game" "work/ex/pr-61753/sources/master#8e948df707ea8a3c88c65bf2ffdcb2f1cf5491be/gh/rocurley/time-game"` [INFO] [stderr] Cloning into 'work/ex/pr-61753/sources/master#8e948df707ea8a3c88c65bf2ffdcb2f1cf5491be/gh/rocurley/time-game'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rocurley/time-game" "work/ex/pr-61753/sources/try#af22dfc7f56a5057c6b6120a65c74e7b6c1530af/gh/rocurley/time-game"` [INFO] [stderr] Cloning into 'work/ex/pr-61753/sources/try#af22dfc7f56a5057c6b6120a65c74e7b6c1530af/gh/rocurley/time-game'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e3f413b6140dc13f2c89cf287d0574799bdf021a [INFO] sha for GitHub repo rocurley/time-game: e3f413b6140dc13f2c89cf287d0574799bdf021a [INFO] validating manifest of rocurley/time-game on toolchain master#8e948df707ea8a3c88c65bf2ffdcb2f1cf5491be [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8e948df707ea8a3c88c65bf2ffdcb2f1cf5491be-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rocurley/time-game on toolchain try#af22dfc7f56a5057c6b6120a65c74e7b6c1530af [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+af22dfc7f56a5057c6b6120a65c74e7b6c1530af-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rocurley/time-game [INFO] finished frobbing rocurley/time-game [INFO] frobbed toml for rocurley/time-game written to work/ex/pr-61753/sources/master#8e948df707ea8a3c88c65bf2ffdcb2f1cf5491be/gh/rocurley/time-game/Cargo.toml [INFO] started frobbing rocurley/time-game [INFO] finished frobbing rocurley/time-game [INFO] frobbed toml for rocurley/time-game written to work/ex/pr-61753/sources/try#af22dfc7f56a5057c6b6120a65c74e7b6c1530af/gh/rocurley/time-game/Cargo.toml [INFO] crate rocurley/time-game already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8e948df707ea8a3c88c65bf2ffdcb2f1cf5491be-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+af22dfc7f56a5057c6b6120a65c74e7b6c1530af-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking rocurley/time-game against try#af22dfc7f56a5057c6b6120a65c74e7b6c1530af for pr-61753 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61753/worker-1/try#af22dfc7f56a5057c6b6120a65c74e7b6c1530af:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61753/sources/try#af22dfc7f56a5057c6b6120a65c74e7b6c1530af/gh/rocurley/time-game:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+af22dfc7f56a5057c6b6120a65c74e7b6c1530af-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 09a9efeb04d9237d3c3bd0a2e142f89aa90f5185b182ba6b0f22708eff6eeb7d [INFO] running `"docker" "start" "-a" "09a9efeb04d9237d3c3bd0a2e142f89aa90f5185b182ba6b0f22708eff6eeb7d"` [INFO] [stderr] Checking spin v0.4.10 [INFO] [stderr] Checking bit-vec v0.5.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking wait-timeout v0.1.5 [INFO] [stderr] Checking lazy_static v1.2.0 [INFO] [stderr] Checking cpal v0.8.2 [INFO] [stderr] Checking bit-set v0.5.0 [INFO] [stderr] Checking rodio v0.7.0 [INFO] [stderr] Checking tempfile v3.0.7 [INFO] [stderr] Checking twox-hash v1.1.2 [INFO] [stderr] Checking gfx_glyph v0.10.2 [INFO] [stderr] Checking rusty-fork v0.2.1 [INFO] [stderr] Checking proptest v0.9.1 [INFO] [stderr] Checking ggez v0.4.4 [INFO] [stderr] Checking time_game v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Entry` is imported redundantly [INFO] [stderr] --> src/types/mod.rs:512:25 [INFO] [stderr] | [INFO] [stderr] 5 | use std::collections::hash_map::Entry; [INFO] [stderr] | --------------------------------- the item `Entry` is already imported here [INFO] [stderr] ... [INFO] [stderr] 512 | use std::collections::hash_map::Entry; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Entry` is imported redundantly [INFO] [stderr] --> src/types/mod.rs:512:25 [INFO] [stderr] | [INFO] [stderr] 5 | use std::collections::hash_map::Entry; [INFO] [stderr] | --------------------------------- the item `Entry` is already imported here [INFO] [stderr] ... [INFO] [stderr] 512 | use std::collections::hash_map::Entry; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `*frame` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/game_state/mod.rs:86:25 [INFO] [stderr] | [INFO] [stderr] 85 | if let Some(item_drop) = frame.items.get_by_position(&tile_pt) { [INFO] [stderr] | ----------- immutable borrow occurs here [INFO] [stderr] 86 | frame.wish(player_id, ix, Some(item_drop.item.clone())); [INFO] [stderr] | ^^^^^ -------------- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0502`. [INFO] [stderr] error: Could not compile `time_game`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0502]: cannot borrow `*frame` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/game_state/mod.rs:86:25 [INFO] [stderr] | [INFO] [stderr] 85 | if let Some(item_drop) = frame.items.get_by_position(&tile_pt) { [INFO] [stderr] | ----------- immutable borrow occurs here [INFO] [stderr] 86 | frame.wish(player_id, ix, Some(item_drop.item.clone())); [INFO] [stderr] | ^^^^^ -------------- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0502`. [INFO] [stderr] error: Could not compile `time_game`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "09a9efeb04d9237d3c3bd0a2e142f89aa90f5185b182ba6b0f22708eff6eeb7d"` [INFO] running `"docker" "rm" "-f" "09a9efeb04d9237d3c3bd0a2e142f89aa90f5185b182ba6b0f22708eff6eeb7d"` [INFO] [stdout] 09a9efeb04d9237d3c3bd0a2e142f89aa90f5185b182ba6b0f22708eff6eeb7d