[INFO] fetching crate lv2_raw 0.2.0... [INFO] checking lv2_raw-0.2.0 against try#3bb2879ea9e58d65b875f9a98df44f4a43ce2597 for pr-85387 [INFO] extracting crate lv2_raw 0.2.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate lv2_raw 0.2.0 on toolchain 3bb2879ea9e58d65b875f9a98df44f4a43ce2597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate lv2_raw 0.2.0 [INFO] finished tweaking crates.io crate lv2_raw 0.2.0 [INFO] tweaked toml for crates.io crate lv2_raw 0.2.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fb6c63ca143b5ba62c86f0a1564ef0fc69c6c47528517c956c8f33713ce7d04a [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" "fb6c63ca143b5ba62c86f0a1564ef0fc69c6c47528517c956c8f33713ce7d04a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fb6c63ca143b5ba62c86f0a1564ef0fc69c6c47528517c956c8f33713ce7d04a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb6c63ca143b5ba62c86f0a1564ef0fc69c6c47528517c956c8f33713ce7d04a", kill_on_drop: false }` [INFO] [stdout] fb6c63ca143b5ba62c86f0a1564ef0fc69c6c47528517c956c8f33713ce7d04a [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b43d025b2ec42fef03f679b7694d5790b960f3efaf80d2bf7345c5b2664e0299 [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" "b43d025b2ec42fef03f679b7694d5790b960f3efaf80d2bf7345c5b2664e0299", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Checking lv2_raw v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/core.rs:113:57 [INFO] [stdout] | [INFO] [stdout] 113 | ... features: *const (*const LV2Feature)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/core.rs:245:58 [INFO] [stdout] | [INFO] [stdout] 245 | pub extension_data: extern "C" fn(uri: *const u8) -> (*const libc::c_void), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/ui.rs:121:61 [INFO] [stdout] | [INFO] [stdout] 121 | ... features: *const (*const LV2Feature)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/core.rs:113:57 [INFO] [stdout] | [INFO] [stdout] 113 | ... features: *const (*const LV2Feature)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/core.rs:245:58 [INFO] [stdout] | [INFO] [stdout] 245 | pub extension_data: extern "C" fn(uri: *const u8) -> (*const libc::c_void), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/ui.rs:121:61 [INFO] [stdout] | [INFO] [stdout] 121 | ... features: *const (*const LV2Feature)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/coreutils.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | let mut data = it.data; [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/coreutils.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | let mut data = it.data; [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/atomutils.rs:200:17 [INFO] [stdout] | [INFO] [stdout] 200 | let mut q = query; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/atomutils.rs:200:17 [INFO] [stdout] | [INFO] [stdout] 200 | let mut q = query; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `ptr::mut_ptr::::offset` that must be used [INFO] [stdout] --> src/atomutils.rs:195:9 [INFO] [stdout] | [INFO] [stdout] 195 | q.offset(1); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: returns a new pointer rather than modifying its argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `ptr::mut_ptr::::offset` that must be used [INFO] [stdout] --> src/atomutils.rs:195:9 [INFO] [stdout] | [INFO] [stdout] 195 | q.offset(1); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: returns a new pointer rather than modifying its argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `ptr::mut_ptr::::offset` that must be used [INFO] [stdout] --> src/atomutils.rs:213:17 [INFO] [stdout] | [INFO] [stdout] 213 | q.offset(1); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: returns a new pointer rather than modifying its argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `ptr::mut_ptr::::offset` that must be used [INFO] [stdout] --> src/atomutils.rs:213:17 [INFO] [stdout] | [INFO] [stdout] 213 | q.offset(1); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: returns a new pointer rather than modifying its argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.00s [INFO] running `Command { std: "docker" "inspect" "b43d025b2ec42fef03f679b7694d5790b960f3efaf80d2bf7345c5b2664e0299", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b43d025b2ec42fef03f679b7694d5790b960f3efaf80d2bf7345c5b2664e0299", kill_on_drop: false }` [INFO] [stdout] b43d025b2ec42fef03f679b7694d5790b960f3efaf80d2bf7345c5b2664e0299