[INFO] fetching crate fg-uds 0.3.0... [INFO] checking fg-uds-0.3.0 against beta for pr-78714 [INFO] extracting crate fg-uds 0.3.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate fg-uds 0.3.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate fg-uds 0.3.0 [INFO] finished tweaking crates.io crate fg-uds 0.3.0 [INFO] tweaked toml for crates.io crate fg-uds 0.3.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 61efeedf99ab9a8ee29a068148c01039f6b44c3a5270da0f88fdddc60b30cfdb [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" "61efeedf99ab9a8ee29a068148c01039f6b44c3a5270da0f88fdddc60b30cfdb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61efeedf99ab9a8ee29a068148c01039f6b44c3a5270da0f88fdddc60b30cfdb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61efeedf99ab9a8ee29a068148c01039f6b44c3a5270da0f88fdddc60b30cfdb", kill_on_drop: false }` [INFO] [stdout] 61efeedf99ab9a8ee29a068148c01039f6b44c3a5270da0f88fdddc60b30cfdb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 624ee7c89e1bfef5d9e485985db23c6929c9c4387897bebdd3a0ab4538c202a0 [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" "624ee7c89e1bfef5d9e485985db23c6929c9c4387897bebdd3a0ab4538c202a0", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling glib-sys v0.6.0 [INFO] [stderr] Compiling gobject-sys v0.6.0 [INFO] [stderr] Compiling gio-sys v0.6.0 [INFO] [stderr] Checking nix v0.9.0 [INFO] [stderr] Checking futures-glib v0.4.0 [INFO] [stderr] Checking fg-uds v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/socket.rs:43:35 [INFO] [stdout] | [INFO] [stdout] 43 | let fd = Socket { fd: try!(cvt(libc::socket(libc::AF_UNIX, ty, 0))) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/socket.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | try!(cvt(libc::ioctl(fd.fd, libc::FIOCLEX))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/socket.rs:43:35 [INFO] [stdout] | [INFO] [stdout] 43 | let fd = Socket { fd: try!(cvt(libc::socket(libc::AF_UNIX, ty, 0))) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/socket.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | try!(cvt(libc::ioctl(fd.fd, libc::FIOCLEX))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:82:39 [INFO] [stdout] | [INFO] [stdout] 82 | let addr: libc::sockaddr_un = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:82:39 [INFO] [stdout] | [INFO] [stdout] 82 | let addr: libc::sockaddr_un = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fd` [INFO] [stdout] --> src/socket.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn fd(&self) -> c_int { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `into_fd` [INFO] [stdout] --> src/socket.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn into_fd(self) -> c_int { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fd` [INFO] [stdout] --> src/socket.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn fd(&self) -> c_int { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `into_fd` [INFO] [stdout] --> src/socket.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn into_fd(self) -> c_int { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/lib.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | channel.set_encoding(None); // TODO: check error. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/lib.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | channel.set_encoding(None); // TODO: check error. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::FramedRead`: Moved to tokio-codec [INFO] [stdout] --> examples/named-splitted.rs:17:41 [INFO] [stdout] | [INFO] [stdout] 17 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::FramedWrite`: Moved to tokio-codec [INFO] [stdout] --> examples/named-splitted.rs:17:53 [INFO] [stdout] | [INFO] [stdout] 17 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::FramedWrite`: Moved to tokio-codec [INFO] [stdout] --> examples/named-splitted.rs:75:37 [INFO] [stdout] | [INFO] [stdout] 75 | let mut framed_writer = FramedWrite::new(writer, LineCodec); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::FramedRead`: Moved to tokio-codec [INFO] [stdout] --> examples/named-splitted.rs:76:33 [INFO] [stdout] | [INFO] [stdout] 76 | let framed_reader = FramedRead::new(reader, LineCodec); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::FramedWrite`: Moved to tokio-codec [INFO] [stdout] --> examples/named-splitted.rs:99:37 [INFO] [stdout] | [INFO] [stdout] 99 | let framed_writer = FramedWrite::new(writer, LineCodec); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::FramedRead`: Moved to tokio-codec [INFO] [stdout] --> examples/named-splitted.rs:100:37 [INFO] [stdout] | [INFO] [stdout] 100 | let framed_reader = FramedRead::new(reader, LineCodec); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_io::AsyncRead::framed`: Use tokio_codec::Decoder::framed instead [INFO] [stdout] --> examples/named.rs:83:40 [INFO] [stdout] | [INFO] [stdout] 83 | let frame = stream.framed(LineCodec); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_io::AsyncRead::framed`: Use tokio_codec::Decoder::framed instead [INFO] [stdout] --> examples/named.rs:102:24 [INFO] [stdout] | [INFO] [stdout] 102 | Ok(stream2.framed(LineCodec)) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::FramedRead`: Moved to tokio-codec [INFO] [stdout] --> examples/abstract.rs:16:41 [INFO] [stdout] | [INFO] [stdout] 16 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::FramedWrite`: Moved to tokio-codec [INFO] [stdout] --> examples/abstract.rs:16:53 [INFO] [stdout] | [INFO] [stdout] 16 | use tokio_io::codec::{Decoder, Encoder, FramedRead, FramedWrite}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::FramedWrite`: Moved to tokio-codec [INFO] [stdout] --> examples/abstract.rs:73:37 [INFO] [stdout] | [INFO] [stdout] 73 | let mut framed_writer = FramedWrite::new(writer, LineCodec); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::FramedRead`: Moved to tokio-codec [INFO] [stdout] --> examples/abstract.rs:74:33 [INFO] [stdout] | [INFO] [stdout] 74 | let framed_reader = FramedRead::new(reader, LineCodec); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::FramedWrite`: Moved to tokio-codec [INFO] [stdout] --> examples/abstract.rs:97:37 [INFO] [stdout] | [INFO] [stdout] 97 | let framed_writer = FramedWrite::new(writer, LineCodec); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::FramedRead`: Moved to tokio-codec [INFO] [stdout] --> examples/abstract.rs:98:37 [INFO] [stdout] | [INFO] [stdout] 98 | let framed_reader = FramedRead::new(reader, LineCodec); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> examples/named.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | sender.send(true); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.06s [INFO] running `Command { std: "docker" "inspect" "624ee7c89e1bfef5d9e485985db23c6929c9c4387897bebdd3a0ab4538c202a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "624ee7c89e1bfef5d9e485985db23c6929c9c4387897bebdd3a0ab4538c202a0", kill_on_drop: false }` [INFO] [stdout] 624ee7c89e1bfef5d9e485985db23c6929c9c4387897bebdd3a0ab4538c202a0