[INFO] crate mcfly 0.4.0 is already in cache [INFO] testing mcfly-0.4.0 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate mcfly 0.4.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate mcfly 0.4.0 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate mcfly 0.4.0 [INFO] finished tweaking crates.io crate mcfly 0.4.0 [INFO] tweaked toml for crates.io crate mcfly 0.4.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate mcfly 0.4.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 92771fcf3e4a6834f319bc88fd198a44be18ca37479ea018a95ce754405b5b1f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "92771fcf3e4a6834f319bc88fd198a44be18ca37479ea018a95ce754405b5b1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "92771fcf3e4a6834f319bc88fd198a44be18ca37479ea018a95ce754405b5b1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92771fcf3e4a6834f319bc88fd198a44be18ca37479ea018a95ce754405b5b1f", kill_on_drop: false }` [INFO] [stdout] 92771fcf3e4a6834f319bc88fd198a44be18ca37479ea018a95ce754405b5b1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 473469cdec35b47ebbc04b43f30cb1ae2ca867d398668b90d3d486f366837901 [INFO] running `Command { std: "docker" "start" "-a" "473469cdec35b47ebbc04b43f30cb1ae2ca867d398668b90d3d486f366837901", kill_on_drop: false }` [INFO] [stderr] Compiling relative-path v1.0.0 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling termion v1.5.5 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling libsqlite3-sys v0.10.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling bstr v0.2.12 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling shellexpand v2.0.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling rusqlite v0.15.0 [INFO] [stderr] Compiling mcfly v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:120:17 [INFO] [stdout] | [INFO] [stdout] 120 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:134:17 [INFO] [stdout] | [INFO] [stdout] 134 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:166:17 [INFO] [stdout] | [INFO] [stdout] 166 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:186:17 [INFO] [stdout] | [INFO] [stdout] 186 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.38s [INFO] running `Command { std: "docker" "inspect" "473469cdec35b47ebbc04b43f30cb1ae2ca867d398668b90d3d486f366837901", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "473469cdec35b47ebbc04b43f30cb1ae2ca867d398668b90d3d486f366837901", kill_on_drop: false }` [INFO] [stdout] 473469cdec35b47ebbc04b43f30cb1ae2ca867d398668b90d3d486f366837901 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 22e57272135cf968ef62101ba302d0f95ac73a1355b091fdaab7b169a96673b8 [INFO] running `Command { std: "docker" "start" "-a" "22e57272135cf968ef62101ba302d0f95ac73a1355b091fdaab7b169a96673b8", kill_on_drop: false }` [INFO] [stderr] Compiling mcfly v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:120:17 [INFO] [stdout] | [INFO] [stdout] 120 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:134:17 [INFO] [stdout] | [INFO] [stdout] 134 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:166:17 [INFO] [stdout] | [INFO] [stdout] 166 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:186:17 [INFO] [stdout] | [INFO] [stdout] 186 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:120:17 [INFO] [stdout] | [INFO] [stdout] 120 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:134:17 [INFO] [stdout] | [INFO] [stdout] 134 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:166:17 [INFO] [stdout] | [INFO] [stdout] 166 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:186:17 [INFO] [stdout] | [INFO] [stdout] 186 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/command_input.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | mem::replace(&mut self.command, new_command); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.49s [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "22e57272135cf968ef62101ba302d0f95ac73a1355b091fdaab7b169a96673b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22e57272135cf968ef62101ba302d0f95ac73a1355b091fdaab7b169a96673b8", kill_on_drop: false }` [INFO] [stdout] 22e57272135cf968ef62101ba302d0f95ac73a1355b091fdaab7b169a96673b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b2dba2d6fcb4615ca4c0892d026aa567c1bbcfd933e8f61d6b50a5bd91592bff [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b2dba2d6fcb4615ca4c0892d026aa567c1bbcfd933e8f61d6b50a5bd91592bff", kill_on_drop: false }` [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/command_input.rs:106:17 [INFO] [stderr] | [INFO] [stderr] 106 | mem::replace(&mut self.command, new_command); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/command_input.rs:120:17 [INFO] [stderr] | [INFO] [stderr] 120 | mem::replace(&mut self.command, new_command); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/command_input.rs:134:17 [INFO] [stderr] | [INFO] [stderr] 134 | mem::replace(&mut self.command, new_command); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/command_input.rs:149:17 [INFO] [stderr] | [INFO] [stderr] 149 | mem::replace(&mut self.command, new_command); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/command_input.rs:166:17 [INFO] [stderr] | [INFO] [stderr] 166 | mem::replace(&mut self.command, new_command); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/command_input.rs:186:17 [INFO] [stderr] | [INFO] [stderr] 186 | mem::replace(&mut self.command, new_command); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/command_input.rs:211:9 [INFO] [stderr] | [INFO] [stderr] 211 | mem::replace(&mut self.command, new_command); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] running 20 tests [INFO] [stderr] --> src/command_input.rs:106:17 [INFO] [stdout] test path_update_helpers::tests::normalize_path_works_with_double_dots ... ok [INFO] [stderr] | [INFO] [stdout] test fixed_length_grapheme_string::tests::length_works ... ok [INFO] [stderr] 106 | mem::replace(&mut self.command, new_command); [INFO] [stdout] test simplified_command::tests::it_simplifies_obvious_paths ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] test simplified_command::tests::it_simplifies_simple_quoted_strings ... ok [INFO] [stderr] | [INFO] [stdout] test simplified_command::tests::it_truncates_after_simplification ... ok [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] test simplified_command::tests::it_works_for_simple_commands ... ok [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/command_input.rs:120:17 [INFO] [stderr] | [INFO] [stderr] 120 | mem::replace(&mut self.command, new_command); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/command_input.rs:134:17 [INFO] [stderr] | [INFO] [stderr] 134 | mem::replace(&mut self.command, new_command); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/command_input.rs:149:17 [INFO] [stderr] | [INFO] [stderr] 149 | mem::replace(&mut self.command, new_command); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/command_input.rs:166:17 [INFO] [stderr] | [INFO] [stderr] 166 | mem::replace(&mut self.command, new_command); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/command_input.rs:186:17 [INFO] [stderr] | [INFO] [stderr] 186 | mem::replace(&mut self.command, new_command); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/command_input.rs:211:9 [INFO] [stderr] | [INFO] [stderr] 211 | mem::replace(&mut self.command, new_command); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mcfly-3415fa2f39720b28 [INFO] [stdout] test shell_history::tests::has_leading_timestamp_works ... ok [INFO] [stdout] test simplified_command::tests::it_ignores_escaping_otherwise ... ok [INFO] [stdout] test simplified_command::tests::it_handles_one_level_of_quote_escaping ... ok [INFO] [stdout] test command_input::tests::display_works ... ok [INFO] [stdout] test fixed_length_grapheme_string::tests::max_length_works ... ok [INFO] [stdout] test path_update_helpers::tests::parse_mv_command_works_with_options ... ok [INFO] [stdout] test path_update_helpers::tests::normalize_path_works_absolute_paths ... ok [INFO] [stdout] test path_update_helpers::tests::parse_mv_command_works_in_the_basic_case ... ok [INFO] [stdout] test path_update_helpers::tests::parse_mv_command_works_with_escaped_strings ... ok [INFO] [stdout] test simplified_command::tests::it_ignores_leading_paths ... ok [INFO] [stdout] test path_update_helpers::tests::parse_mv_command_works_with_escaping ... ok [INFO] [stdout] test path_update_helpers::tests::normalize_path_works_with_tilda ... ok [INFO] [stdout] test command_input::tests::previous_word_boundary_works ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mcfly-90d3e8acba9202bd [INFO] [stdout] test command_input::tests::next_word_boundary_works ... ok [INFO] [stderr] Doc-tests mcfly [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b2dba2d6fcb4615ca4c0892d026aa567c1bbcfd933e8f61d6b50a5bd91592bff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2dba2d6fcb4615ca4c0892d026aa567c1bbcfd933e8f61d6b50a5bd91592bff", kill_on_drop: false }` [INFO] [stdout] b2dba2d6fcb4615ca4c0892d026aa567c1bbcfd933e8f61d6b50a5bd91592bff