[INFO] fetching crate mcfly 0.3.6... [INFO] checking mcfly-0.3.6 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate mcfly 0.3.6 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate mcfly 0.3.6 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate mcfly 0.3.6 [INFO] finished tweaking crates.io crate mcfly 0.3.6 [INFO] tweaked toml for crates.io crate mcfly 0.3.6 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate crates.io crate mcfly 0.3.6 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 8c97befe7c60b0cb823e2eb8b49dfe3c85beb2ca0c9f499622a45261ae046ff6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "8c97befe7c60b0cb823e2eb8b49dfe3c85beb2ca0c9f499622a45261ae046ff6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking libc v0.2.42 [INFO] [stderr] Compiling pkg-config v0.3.11 [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Compiling serde v1.0.75 [INFO] [stderr] Checking bitflags v1.0.3 [INFO] [stderr] Checking linked-hash-map v0.4.2 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking rand_core v0.2.1 [INFO] [stderr] Checking unicode-segmentation v1.2.1 [INFO] [stderr] Checking relative-path v0.4.0 [INFO] [stderr] Checking shellexpand v1.0.0 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking lru-cache v0.1.1 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking time v0.1.40 [INFO] [stderr] Checking atty v0.2.10 [INFO] [stderr] Checking termion v1.5.1 [INFO] [stderr] Checking rand v0.5.5 [INFO] [stderr] Checking dirs v1.0.4 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking csv-core v0.1.4 [INFO] [stderr] Compiling libsqlite3-sys v0.10.0 [INFO] [stderr] Checking csv v1.0.1 [INFO] [stderr] Checking rusqlite v0.15.0 [INFO] [stderr] Checking mcfly v0.3.6 (/opt/rustwide/workdir) [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] [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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.29s [INFO] running `"docker" "inspect" "8c97befe7c60b0cb823e2eb8b49dfe3c85beb2ca0c9f499622a45261ae046ff6"` [INFO] running `"docker" "rm" "-f" "8c97befe7c60b0cb823e2eb8b49dfe3c85beb2ca0c9f499622a45261ae046ff6"` [INFO] [stdout] 8c97befe7c60b0cb823e2eb8b49dfe3c85beb2ca0c9f499622a45261ae046ff6