[INFO] cloning repository rocurley/time-game [INFO] running `"git" "clone" "--bare" "git://github.com/rocurley/time-game.git" "work/cache/sources/gh/rocurley/time-game"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/rocurley/time-game'... [INFO] running `"git" "clone" "work/cache/sources/gh/rocurley/time-game" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rocurley/time-game"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rocurley/time-game'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rocurley/time-game" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rocurley/time-game"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rocurley/time-game on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-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-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded proptest v0.9.1 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rocurley/time-game against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] e7d94c938bab66285e53c0cfa36d2e9be1d803e66a79e7c52f2e912e9d002e4d [INFO] running `"docker" "start" "-a" "e7d94c938bab66285e53c0cfa36d2e9be1d803e66a79e7c52f2e912e9d002e4d"` [INFO] [stderr] Compiling spin v0.4.10 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling wait-timeout v0.1.5 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling rodio v0.7.0 [INFO] [stderr] Compiling tempfile v3.0.7 [INFO] [stderr] Compiling twox-hash v1.1.2 [INFO] [stderr] Compiling gfx_glyph v0.10.2 [INFO] [stderr] Compiling rusty-fork v0.2.1 [INFO] [stderr] Compiling proptest v0.9.1 [INFO] [stderr] Compiling ggez v0.4.4 [INFO] [stderr] Compiling 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] 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" "e7d94c938bab66285e53c0cfa36d2e9be1d803e66a79e7c52f2e912e9d002e4d"` [INFO] running `"docker" "rm" "-f" "e7d94c938bab66285e53c0cfa36d2e9be1d803e66a79e7c52f2e912e9d002e4d"` [INFO] [stdout] e7d94c938bab66285e53c0cfa36d2e9be1d803e66a79e7c52f2e912e9d002e4d