[INFO] crate mio-st 0.2.3 is already in cache [INFO] testing mio-st-0.2.3 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate mio-st 0.2.3 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate mio-st 0.2.3 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate mio-st 0.2.3 [INFO] finished tweaking crates.io crate mio-st 0.2.3 [INFO] tweaked toml for crates.io crate mio-st 0.2.3 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e1012b73f88d3113dea9d86bcc5438cd4e43dc022a74ab40ea05c3d6872c36f4 [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" "e1012b73f88d3113dea9d86bcc5438cd4e43dc022a74ab40ea05c3d6872c36f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1012b73f88d3113dea9d86bcc5438cd4e43dc022a74ab40ea05c3d6872c36f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1012b73f88d3113dea9d86bcc5438cd4e43dc022a74ab40ea05c3d6872c36f4", kill_on_drop: false }` [INFO] [stdout] e1012b73f88d3113dea9d86bcc5438cd4e43dc022a74ab40ea05c3d6872c36f4 [INFO] running `Command { std: "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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ef5ded41712e1039f010f47d7e22efa4021e49e6bcd0254f3e60a7b3d5384e8 [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" "1ef5ded41712e1039f010f47d7e22efa4021e49e6bcd0254f3e60a7b3d5384e8", kill_on_drop: false }` [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling mio-st v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/sys/unix/pipe.rs:68:40 [INFO] [stdout] | [INFO] [stdout] 68 | let mut fds: [RawFd; 2] = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/sys/unix/epoll.rs:99:25 [INFO] [stdout] | [INFO] [stdout] 99 | fn contains_flag(flags: libc::uint32_t, flag: libc::c_int) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/sys/unix/epoll.rs:100:22 [INFO] [stdout] | [INFO] [stdout] 100 | (flags & flag as libc::uint32_t) != 0 [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/sys/unix/epoll.rs:111:62 [INFO] [stdout] | [INFO] [stdout] 111 | fn to_epoll_events(interests: Interests, opt: PollOption) -> libc::uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/sys/unix/epoll.rs:127:15 [INFO] [stdout] | [INFO] [stdout] 127 | events as libc::uint32_t [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/sys/unix/epoll.rs:27:71 [INFO] [stdout] | [INFO] [stdout] 27 | let mut ep_events: [libc::epoll_event; EVENTS_CAP] = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.61s [INFO] running `Command { std: "docker" "inspect" "1ef5ded41712e1039f010f47d7e22efa4021e49e6bcd0254f3e60a7b3d5384e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ef5ded41712e1039f010f47d7e22efa4021e49e6bcd0254f3e60a7b3d5384e8", kill_on_drop: false }` [INFO] [stdout] 1ef5ded41712e1039f010f47d7e22efa4021e49e6bcd0254f3e60a7b3d5384e8 [INFO] running `Command { std: "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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ca7b4c4c23acd428b7270bd4784de3adcdd3b6e61482f5f47b9ea5b36529a08 [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" "2ca7b4c4c23acd428b7270bd4784de3adcdd3b6e61482f5f47b9ea5b36529a08", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/sys/unix/pipe.rs:68:40 [INFO] [stdout] | [INFO] [stdout] 68 | let mut fds: [RawFd; 2] = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/sys/unix/epoll.rs:99:25 [INFO] [stdout] | [INFO] [stdout] 99 | fn contains_flag(flags: libc::uint32_t, flag: libc::c_int) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/sys/unix/epoll.rs:100:22 [INFO] [stdout] | [INFO] [stdout] 100 | (flags & flag as libc::uint32_t) != 0 [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/sys/unix/epoll.rs:111:62 [INFO] [stdout] | [INFO] [stdout] 111 | fn to_epoll_events(interests: Interests, opt: PollOption) -> libc::uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/sys/unix/epoll.rs:127:15 [INFO] [stdout] | [INFO] [stdout] 127 | events as libc::uint32_t [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/sys/unix/epoll.rs:27:71 [INFO] [stdout] | [INFO] [stdout] 27 | let mut ep_events: [libc::epoll_event; EVENTS_CAP] = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling mio-st v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] error: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/sys/unix/pipe.rs:68:40 [INFO] [stdout] | [INFO] [stdout] 68 | let mut fds: [RawFd; 2] = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:144:24 [INFO] [stdout] | [INFO] [stdout] 144 | #![cfg_attr(test, deny(warnings))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/sys/unix/epoll.rs:99:25 [INFO] [stdout] | [INFO] [stdout] 99 | fn contains_flag(flags: libc::uint32_t, flag: libc::c_int) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/sys/unix/epoll.rs:100:22 [INFO] [stdout] | [INFO] [stdout] 100 | (flags & flag as libc::uint32_t) != 0 [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/sys/unix/epoll.rs:111:62 [INFO] [stdout] | [INFO] [stdout] 111 | fn to_epoll_events(interests: Interests, opt: PollOption) -> libc::uint32_t { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stdout] --> src/sys/unix/epoll.rs:127:15 [INFO] [stdout] | [INFO] [stdout] 127 | events as libc::uint32_t [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/sys/unix/epoll.rs:27:71 [INFO] [stdout] | [INFO] [stdout] 27 | let mut ep_events: [libc::epoll_event; EVENTS_CAP] = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mio-st`. [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "2ca7b4c4c23acd428b7270bd4784de3adcdd3b6e61482f5f47b9ea5b36529a08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ca7b4c4c23acd428b7270bd4784de3adcdd3b6e61482f5f47b9ea5b36529a08", kill_on_drop: false }` [INFO] [stdout] 2ca7b4c4c23acd428b7270bd4784de3adcdd3b6e61482f5f47b9ea5b36529a08