[INFO] crate tang-rs 0.1.0 is already in cache [INFO] checking tang-rs-0.1.0 against master#f9fdf642bab2bfcabe1829a4c82aaf055330661b for pr-73102 [INFO] extracting crate tang-rs 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate tang-rs 0.1.0 on toolchain f9fdf642bab2bfcabe1829a4c82aaf055330661b [INFO] running `"/workspace/cargo-home/bin/cargo" "+f9fdf642bab2bfcabe1829a4c82aaf055330661b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tang-rs 0.1.0 [INFO] finished tweaking crates.io crate tang-rs 0.1.0 [INFO] tweaked toml for crates.io crate tang-rs 0.1.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f9fdf642bab2bfcabe1829a4c82aaf055330661b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f9fdf642bab2bfcabe1829a4c82aaf055330661b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+f9fdf642bab2bfcabe1829a4c82aaf055330661b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e2f3544cae78dfdfb47d43863e13f774c636c0fab54fa3278cb6bd7df7325afe [INFO] running `"docker" "start" "-a" "e2f3544cae78dfdfb47d43863e13f774c636c0fab54fa3278cb6bd7df7325afe"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.31 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking pin-project-lite v0.1.7 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Compiling pin-project-internal v0.4.20 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Checking tokio v0.2.21 [INFO] [stderr] Checking pin-project v0.4.20 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking tang-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/util/linked_list.rs:68:13 [INFO] [stderr] | [INFO] [stderr] 68 | std::mem::replace(&mut (*prev).next_in_queue, next); [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/util/linked_list.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | std::mem::replace(&mut (*self.head).prev_in_queue, prev); [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/util/linked_list.rs:77:13 [INFO] [stderr] | [INFO] [stderr] 77 | std::mem::replace(&mut (*next).prev_in_queue, prev); [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/util/linked_list.rs:68:13 [INFO] [stderr] | [INFO] [stderr] 68 | std::mem::replace(&mut (*prev).next_in_queue, next); [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/util/linked_list.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | std::mem::replace(&mut (*self.head).prev_in_queue, prev); [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/util/linked_list.rs:77:13 [INFO] [stderr] | [INFO] [stderr] 77 | std::mem::replace(&mut (*next).prev_in_queue, prev); [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: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.44s [INFO] running `"docker" "inspect" "e2f3544cae78dfdfb47d43863e13f774c636c0fab54fa3278cb6bd7df7325afe"` [INFO] running `"docker" "rm" "-f" "e2f3544cae78dfdfb47d43863e13f774c636c0fab54fa3278cb6bd7df7325afe"` [INFO] [stdout] e2f3544cae78dfdfb47d43863e13f774c636c0fab54fa3278cb6bd7df7325afe