[INFO] fetching crate rio 0.9.4... [INFO] checking rio-0.9.4 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate rio 0.9.4 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate rio 0.9.4 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rio 0.9.4 [INFO] finished tweaking crates.io crate rio 0.9.4 [INFO] tweaked toml for crates.io crate rio 0.9.4 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate crates.io crate rio 0.9.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded extreme v666.666.666 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 26109b0cca3e7e91cc1cf7be76b324e008336b4db87407f078a68f96b6d3bcea [INFO] running `Command { std: "docker" "start" "-a" "26109b0cca3e7e91cc1cf7be76b324e008336b4db87407f078a68f96b6d3bcea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "26109b0cca3e7e91cc1cf7be76b324e008336b4db87407f078a68f96b6d3bcea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26109b0cca3e7e91cc1cf7be76b324e008336b4db87407f078a68f96b6d3bcea", kill_on_drop: false }` [INFO] [stdout] 26109b0cca3e7e91cc1cf7be76b324e008336b4db87407f078a68f96b6d3bcea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 165884b0bb684d1f1a4ce8829015c254ae089c8cfccc3935327df742fe199cfb [INFO] running `Command { std: "docker" "start" "-a" "165884b0bb684d1f1a4ce8829015c254ae089c8cfccc3935327df742fe199cfb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Checking extreme v666.666.666 [INFO] [stderr] Checking rio v0.9.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `measure_allocs` [INFO] [stdout] --> src/metrics.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(feature = "measure_allocs")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `no_metrics` [INFO] [stdout] = help: consider adding `measure_allocs` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `measure_allocs` [INFO] [stdout] --> src/metrics.rs:101:11 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg(feature = "measure_allocs")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `no_metrics` [INFO] [stdout] = help: consider adding `measure_allocs` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `measure_allocs` [INFO] [stdout] --> src/metrics.rs:103:11 [INFO] [stdout] | [INFO] [stdout] 103 | #[cfg(feature = "measure_allocs")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `no_metrics` [INFO] [stdout] = help: consider adding `measure_allocs` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `measure_allocs` [INFO] [stdout] --> src/metrics.rs:218:15 [INFO] [stdout] | [INFO] [stdout] 218 | #[cfg(feature = "measure_allocs")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `no_metrics` [INFO] [stdout] = help: consider adding `measure_allocs` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary qualification [INFO] [stdout] --> src/io_uring/cq.rs:46:19 [INFO] [stdout] | [INFO] [stdout] 46 | * std::mem::size_of::()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | unused_qualifications [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 46 - * std::mem::size_of::()); [INFO] [stdout] 46 + * size_of::()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary qualification [INFO] [stdout] --> src/io_uring/sq.rs:49:19 [INFO] [stdout] | [INFO] [stdout] 49 | * std::mem::size_of::()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 49 - * std::mem::size_of::()); [INFO] [stdout] 49 + * size_of::()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `measure_allocs` [INFO] [stdout] --> src/metrics.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(feature = "measure_allocs")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `no_metrics` [INFO] [stdout] = help: consider adding `measure_allocs` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:123:24 [INFO] [stdout] | [INFO] [stdout] 123 | #![cfg_attr(test, deny(warnings))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unexpected_cfgs)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary qualification [INFO] [stdout] --> src/io_uring/sq.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | * std::mem::size_of::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 61 - * std::mem::size_of::(); [INFO] [stdout] 61 + * size_of::(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary qualification [INFO] [stdout] --> src/io_uring/syscall.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | core::mem::size_of::() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 65 - core::mem::size_of::() [INFO] [stdout] 65 + size_of::() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `measure_allocs` [INFO] [stdout] --> src/metrics.rs:101:11 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg(feature = "measure_allocs")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `no_metrics` [INFO] [stdout] = help: consider adding `measure_allocs` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary qualification [INFO] [stdout] --> src/io_uring/uring.rs:741:17 [INFO] [stdout] | [INFO] [stdout] 741 | std::mem::size_of_val(a) as libc::socklen_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 741 - std::mem::size_of_val(a) as libc::socklen_t, [INFO] [stdout] 741 + size_of_val(a) as libc::socklen_t, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `measure_allocs` [INFO] [stdout] --> src/metrics.rs:103:11 [INFO] [stdout] | [INFO] [stdout] 103 | #[cfg(feature = "measure_allocs")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `no_metrics` [INFO] [stdout] = help: consider adding `measure_allocs` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary qualification [INFO] [stdout] --> src/io_uring/uring.rs:748:17 [INFO] [stdout] | [INFO] [stdout] 748 | std::mem::size_of_val(a) as libc::socklen_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 748 - std::mem::size_of_val(a) as libc::socklen_t, [INFO] [stdout] 748 + size_of_val(a) as libc::socklen_t, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `measure_allocs` [INFO] [stdout] --> src/metrics.rs:218:15 [INFO] [stdout] | [INFO] [stdout] 218 | #[cfg(feature = "measure_allocs")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `no_metrics` [INFO] [stdout] = help: consider adding `measure_allocs` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary qualification [INFO] [stdout] --> src/io_uring/cq.rs:46:19 [INFO] [stdout] | [INFO] [stdout] 46 | * std::mem::size_of::()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | unused_qualifications [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 46 - * std::mem::size_of::()); [INFO] [stdout] 46 + * size_of::()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary qualification [INFO] [stdout] --> src/io_uring/sq.rs:49:19 [INFO] [stdout] | [INFO] [stdout] 49 | * std::mem::size_of::()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 49 - * std::mem::size_of::()); [INFO] [stdout] 49 + * size_of::()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary qualification [INFO] [stdout] --> src/io_uring/sq.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | * std::mem::size_of::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 61 - * std::mem::size_of::(); [INFO] [stdout] 61 + * size_of::(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary qualification [INFO] [stdout] --> src/io_uring/syscall.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | core::mem::size_of::() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 65 - core::mem::size_of::() [INFO] [stdout] 65 + size_of::() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary qualification [INFO] [stdout] --> src/io_uring/uring.rs:741:17 [INFO] [stdout] | [INFO] [stdout] 741 | std::mem::size_of_val(a) as libc::socklen_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 741 - std::mem::size_of_val(a) as libc::socklen_t, [INFO] [stdout] 741 + size_of_val(a) as libc::socklen_t, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary qualification [INFO] [stdout] --> src/io_uring/uring.rs:748:17 [INFO] [stdout] | [INFO] [stdout] 748 | std::mem::size_of_val(a) as libc::socklen_t, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 748 - std::mem::size_of_val(a) as libc::socklen_t, [INFO] [stdout] 748 + size_of_val(a) as libc::socklen_t, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lazy.rs:61:28 [INFO] [stdout] | [INFO] [stdout] 61 | while self.init_mu.compare_and_swap(false, true, SeqCst) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated method `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lazy.rs:61:28 [INFO] [stdout] | [INFO] [stdout] 61 | while self.init_mu.compare_and_swap(false, true, SeqCst) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/io_uring/uring.rs:416:37 [INFO] [stdout] | [INFO] [stdout] 416 | self.with_sqe(None, false, |mut sqe| { [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/io_uring/uring.rs:474:37 [INFO] [stdout] | [INFO] [stdout] 474 | self.with_sqe(None, false, |mut sqe| { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: variable does not need to be mutable [INFO] [stdout] --> src/io_uring/uring.rs:416:37 [INFO] [stdout] | [INFO] [stdout] 416 | self.with_sqe(None, false, |mut sqe| { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(unused_mut)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: variable does not need to be mutable [INFO] [stdout] --> src/io_uring/uring.rs:474:37 [INFO] [stdout] | [INFO] [stdout] 474 | self.with_sqe(None, false, |mut sqe| { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rio` (lib) due to 7 previous errors; 7 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rio` (lib test) due to 14 previous errors [INFO] running `Command { std: "docker" "inspect" "165884b0bb684d1f1a4ce8829015c254ae089c8cfccc3935327df742fe199cfb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "165884b0bb684d1f1a4ce8829015c254ae089c8cfccc3935327df742fe199cfb", kill_on_drop: false }` [INFO] [stdout] 165884b0bb684d1f1a4ce8829015c254ae089c8cfccc3935327df742fe199cfb