[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.38-1/sources/1.37.0/gh/alberdingk-thijm/flesh-wounds"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/gh/alberdingk-thijm/flesh-wounds"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of alberdingk-thijm/flesh-wounds on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing alberdingk-thijm/flesh-wounds against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "build" "--frozen"` [INFO] [stdout] aed2b8f1ced5d01539e3ad68450812b489d475850c91b630dfaeee548b8f18c7 [INFO] running `"docker" "start" "-a" "aed2b8f1ced5d01539e3ad68450812b489d475850c91b630dfaeee548b8f18c7"` [INFO] [stderr] Compiling serde v1.0.66 [INFO] [stderr] Compiling rustc-demangle v0.1.8 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Compiling strum v0.9.0 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling proc-macro2 v0.4.6 [INFO] [stderr] Compiling log v0.4.2 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling tui v0.2.3 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling syn v0.14.2 [INFO] [stderr] Compiling backtrace v0.3.8 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling strum_macros v0.9.0 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.66 [INFO] [stderr] Compiling serde_json v1.0.20 [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" "aed2b8f1ced5d01539e3ad68450812b489d475850c91b630dfaeee548b8f18c7"` [INFO] running `"docker" "rm" "-f" "aed2b8f1ced5d01539e3ad68450812b489d475850c91b630dfaeee548b8f18c7"` [INFO] [stdout] aed2b8f1ced5d01539e3ad68450812b489d475850c91b630dfaeee548b8f18c7