[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-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/gh/rocurley/time-game"` [INFO] [stderr] Cloning into 'work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/gh/rocurley/time-game'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rocurley/time-game" "work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/gh/rocurley/time-game"` [INFO] [stderr] Cloning into 'work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/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#c43d03a19f326f4a323569328cc501e86eb6d22e [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rocurley/time-game on toolchain try#75eff020d0923c035c2fe220db4a0465cd847048 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-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-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/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-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/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" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking rocurley/time-game against master#c43d03a19f326f4a323569328cc501e86eb6d22e for pr-63565 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63565/worker-1/master#c43d03a19f326f4a323569328cc501e86eb6d22e:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/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" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 45d5dd6b14e1766bd2d0a8b6cddabde0bed72ace42b8ac250c9003be63ce5e63 [INFO] running `"docker" "start" "-a" "45d5dd6b14e1766bd2d0a8b6cddabde0bed72ace42b8ac250c9003be63ce5e63"` [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking wait-timeout v0.1.5 [INFO] [stderr] Checking cpal v0.8.2 [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[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: 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" "45d5dd6b14e1766bd2d0a8b6cddabde0bed72ace42b8ac250c9003be63ce5e63"` [INFO] running `"docker" "rm" "-f" "45d5dd6b14e1766bd2d0a8b6cddabde0bed72ace42b8ac250c9003be63ce5e63"` [INFO] [stdout] 45d5dd6b14e1766bd2d0a8b6cddabde0bed72ace42b8ac250c9003be63ce5e63