[INFO] updating cached repository alberdingk-thijm/flesh-wounds [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/alberdingk-thijm/flesh-wounds [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/alberdingk-thijm/flesh-wounds" "work/ex/beta-1.37-6/sources/1.36.0/gh/alberdingk-thijm/flesh-wounds"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/alberdingk-thijm/flesh-wounds'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/alberdingk-thijm/flesh-wounds" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/alberdingk-thijm/flesh-wounds"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/alberdingk-thijm/flesh-wounds'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d78e73b6a2ec14c12f46ddaa36e03e727556b790 [INFO] sha for GitHub repo alberdingk-thijm/flesh-wounds: d78e73b6a2ec14c12f46ddaa36e03e727556b790 [INFO] validating manifest of alberdingk-thijm/flesh-wounds on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of alberdingk-thijm/flesh-wounds on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing alberdingk-thijm/flesh-wounds [INFO] finished frobbing alberdingk-thijm/flesh-wounds [INFO] frobbed toml for alberdingk-thijm/flesh-wounds written to work/ex/beta-1.37-6/sources/1.36.0/gh/alberdingk-thijm/flesh-wounds/Cargo.toml [INFO] started frobbing alberdingk-thijm/flesh-wounds [INFO] finished frobbing alberdingk-thijm/flesh-wounds [INFO] frobbed toml for alberdingk-thijm/flesh-wounds written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/alberdingk-thijm/flesh-wounds/Cargo.toml [INFO] crate alberdingk-thijm/flesh-wounds already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing alberdingk-thijm/flesh-wounds against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/alberdingk-thijm/flesh-wounds:/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] afc26b63b35efa2994945bf37c0a7f330d10d82434118a4c88295e751bf596bc [INFO] running `"docker" "start" "-a" "afc26b63b35efa2994945bf37c0a7f330d10d82434118a4c88295e751bf596bc"` [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling strum v0.9.0 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling log v0.4.2 [INFO] [stderr] Compiling strum_macros v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.20 [INFO] [stderr] Compiling backtrace v0.3.8 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling tui v0.2.3 [INFO] [stderr] Compiling flesh-wounds v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:527:21 [INFO] [stderr] | [INFO] [stderr] 527 | let mut from = self.combatants[f].done_mut().unwrap(); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:540:21 [INFO] [stderr] | [INFO] [stderr] 540 | let mut to = self.combatants[t].done_mut().unwrap(); [INFO] [stderr] | ----^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] error[E0382]: borrow of moved value: `class` [INFO] [stderr] --> src/combatants.rs:85:20 [INFO] [stderr] | [INFO] [stderr] 73 | let class = self.class?; [INFO] [stderr] | ----- move occurs because `class` has type `combatants::Classes`, which does not implement the `Copy` trait [INFO] [stderr] ... [INFO] [stderr] 76 | class: class, [INFO] [stderr] | ----- value moved here [INFO] [stderr] ... [INFO] [stderr] 85 | thac0: class.thac0(), [INFO] [stderr] | ^^^^^ value borrowed here after move [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0382`. [INFO] [stderr] error: Could not compile `flesh-wounds`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "afc26b63b35efa2994945bf37c0a7f330d10d82434118a4c88295e751bf596bc"` [INFO] running `"docker" "rm" "-f" "afc26b63b35efa2994945bf37c0a7f330d10d82434118a4c88295e751bf596bc"` [INFO] [stdout] afc26b63b35efa2994945bf37c0a7f330d10d82434118a4c88295e751bf596bc