[INFO] crate alloc-no-stdlib 2.0.1 is already in cache [INFO] checking alloc-no-stdlib-2.0.1 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate alloc-no-stdlib 2.0.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate alloc-no-stdlib 2.0.1 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate alloc-no-stdlib 2.0.1 [INFO] finished tweaking crates.io crate alloc-no-stdlib 2.0.1 [INFO] tweaked toml for crates.io crate alloc-no-stdlib 2.0.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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] a97c917c1315f04c16aeb6f039f6289c2426054bd7e28f5f74ae705f45927a9a [INFO] running `"docker" "start" "-a" "a97c917c1315f04c16aeb6f039f6289c2426054bd7e28f5f74ae705f45927a9a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking alloc-no-stdlib v2.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused return value of `core::mem::replace` that must be used [INFO] [stderr] --> src/stack_allocator.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | / core::mem::replace(&mut self.system_resources.slice_mut()[index], [INFO] [stderr] 67 | | farthest_free_list); [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 `core::mem::replace` that must be used [INFO] [stderr] --> src/stack_allocator.rs:74:13 [INFO] [stderr] | [INFO] [stderr] 74 | core::mem::replace(&mut self.system_resources.slice_mut()[index], return_to_sender); [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 `core::mem::replace` that must be used [INFO] [stderr] --> src/stack_allocator.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | / core::mem::replace(&mut self.system_resources.slice_mut()[self.free_list_start], [INFO] [stderr] 86 | | val.mem); [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 `core::mem::replace` that must be used [INFO] [stderr] --> src/stack_allocator.rs:93:20 [INFO] [stderr] | [INFO] [stderr] 93 | / core::mem::replace(&mut self.system_resources.slice_mut()[self.free_list_overflow_count], [INFO] [stderr] 94 | | val.mem); [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: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::mem::replace` that must be used [INFO] [stderr] --> src/stack_allocator.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | / core::mem::replace(&mut self.system_resources.slice_mut()[index], [INFO] [stderr] 67 | | farthest_free_list); [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 `core::mem::replace` that must be used [INFO] [stderr] --> src/stack_allocator.rs:74:13 [INFO] [stderr] | [INFO] [stderr] 74 | core::mem::replace(&mut self.system_resources.slice_mut()[index], return_to_sender); [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 `core::mem::replace` that must be used [INFO] [stderr] --> src/stack_allocator.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | / core::mem::replace(&mut self.system_resources.slice_mut()[self.free_list_start], [INFO] [stderr] 86 | | val.mem); [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 `core::mem::replace` that must be used [INFO] [stderr] --> src/stack_allocator.rs:93:20 [INFO] [stderr] | [INFO] [stderr] 93 | / core::mem::replace(&mut self.system_resources.slice_mut()[self.free_list_overflow_count], [INFO] [stderr] 94 | | val.mem); [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: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.49s [INFO] running `"docker" "inspect" "a97c917c1315f04c16aeb6f039f6289c2426054bd7e28f5f74ae705f45927a9a"` [INFO] running `"docker" "rm" "-f" "a97c917c1315f04c16aeb6f039f6289c2426054bd7e28f5f74ae705f45927a9a"` [INFO] [stdout] a97c917c1315f04c16aeb6f039f6289c2426054bd7e28f5f74ae705f45927a9a