[INFO] updating cached repository Chopinsky/Rusty_Express [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Chopinsky/Rusty_Express [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Chopinsky/Rusty_Express" "work/ex/beta-1.37-6/sources/1.36.0/gh/Chopinsky/Rusty_Express"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Chopinsky/Rusty_Express'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Chopinsky/Rusty_Express" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Chopinsky/Rusty_Express"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Chopinsky/Rusty_Express'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 690b155de84ccae8cc20ff7560a4f793ef96e3f1 [INFO] sha for GitHub repo Chopinsky/Rusty_Express: 690b155de84ccae8cc20ff7560a4f793ef96e3f1 [INFO] validating manifest of Chopinsky/Rusty_Express 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 Chopinsky/Rusty_Express 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 Chopinsky/Rusty_Express [INFO] finished frobbing Chopinsky/Rusty_Express [INFO] frobbed toml for Chopinsky/Rusty_Express written to work/ex/beta-1.37-6/sources/1.36.0/gh/Chopinsky/Rusty_Express/Cargo.toml [INFO] started frobbing Chopinsky/Rusty_Express [INFO] finished frobbing Chopinsky/Rusty_Express [INFO] frobbed toml for Chopinsky/Rusty_Express written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Chopinsky/Rusty_Express/Cargo.toml [INFO] crate Chopinsky/Rusty_Express 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 Chopinsky/Rusty_Express against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Chopinsky/Rusty_Express:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 4f0562a1da7455aa48e9988c3405477e3d47569cbdc9c2da056d1791e08c0fe4 [INFO] running `"docker" "start" "-a" "4f0562a1da7455aa48e9988c3405477e3d47569cbdc9c2da056d1791e08c0fe4"` [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling openssl v0.10.21 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.6 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling rusty_express v0.4.3 (/opt/crater/workdir) [INFO] [stderr] error[E0382]: use of moved value: `message` [INFO] [stderr] --> src/core/states.rs:30:15 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn send(&self, message: ControlMessage) -> Result<(), SendError> { [INFO] [stderr] | ------- move occurs because `message` has type `core::states::ControlMessage`, which does not implement the `Copy` trait [INFO] [stderr] 28 | self.0.send(message)?; [INFO] [stderr] | ------- value moved here [INFO] [stderr] 29 | [INFO] [stderr] 30 | match message { [INFO] [stderr] | ^^^^^^^ value used 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 `rusty_express`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4f0562a1da7455aa48e9988c3405477e3d47569cbdc9c2da056d1791e08c0fe4"` [INFO] running `"docker" "rm" "-f" "4f0562a1da7455aa48e9988c3405477e3d47569cbdc9c2da056d1791e08c0fe4"` [INFO] [stdout] 4f0562a1da7455aa48e9988c3405477e3d47569cbdc9c2da056d1791e08c0fe4