[INFO] fetching crate zedmq 0.7.0...
[INFO] checking zedmq-0.7.0 against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] extracting crate zedmq 0.7.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate zedmq 0.7.0
[INFO] finished tweaking crates.io crate zedmq 0.7.0
[INFO] tweaked toml for crates.io crate zedmq 0.7.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate zedmq 0.7.0 on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate zedmq 0.7.0 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded metadeps v1.1.2
[INFO] [stderr]   Downloaded zmq v0.9.2
[INFO] [stderr]   Downloaded toml v0.2.1
[INFO] [stderr]   Downloaded zmq-sys v0.11.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0334ca2db55ccbbb949b18ad4559e5c54ea09482c94ec4bde8d8231243af82e8
[INFO] running `Command { std: "docker" "start" "0334ca2db55ccbbb949b18ad4559e5c54ea09482c94ec4bde8d8231243af82e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0334ca2db55ccbbb949b18ad4559e5c54ea09482c94ec4bde8d8231243af82e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0334ca2db55ccbbb949b18ad4559e5c54ea09482c94ec4bde8d8231243af82e8" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0334ca2db55ccbbb949b18ad4559e5c54ea09482c94ec4bde8d8231243af82e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0334ca2db55ccbbb949b18ad4559e5c54ea09482c94ec4bde8d8231243af82e8" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling toml v0.2.1
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling error-chain v0.10.0
[INFO] [stderr]    Compiling libc v0.2.80
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling zmq v0.9.2
[INFO] [stderr]     Checking zedmq v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `codec::FrameBuf`
[INFO] [stdout]  --> src/socket_type/sub_t.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::{codec::FrameBuf, stream::Stream};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u8::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/socket_type/mod.rs:104:33
[INFO] [stdout]     |
[INFO] [stdout] 104 |             if size <= std::u8::MAX as usize {
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Bind` is never constructed
[INFO] [stdout]   --> src/stream.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) enum Position<L, R> {
[INFO] [stdout]    |                 -------- variant in this enum
[INFO] [stdout] 11 |     Connect(L),
[INFO] [stdout] 12 |     Bind(R),
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Position` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct
[INFO] [stdout]   --> src/socket_type/pub_t.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Pub {
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/socket_type/pub_t.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub fn send(&mut self, bytes: Vec<Vec<u8>>) -> io::Result<()> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling metadeps v1.1.2
[INFO] [stderr]    Compiling zmq-sys v0.11.0
[INFO] [stdout] warning: unused import: `codec::FrameBuf`
[INFO] [stdout]  --> src/socket_type/sub_t.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::{codec::FrameBuf, stream::Stream};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u8::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/socket_type/mod.rs:104:33
[INFO] [stdout]     |
[INFO] [stdout] 104 |             if size <= std::u8::MAX as usize {
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Bind` is never constructed
[INFO] [stdout]   --> src/stream.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) enum Position<L, R> {
[INFO] [stdout]    |                 -------- variant in this enum
[INFO] [stdout] 11 |     Connect(L),
[INFO] [stdout] 12 |     Bind(R),
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Position` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct
[INFO] [stdout]   --> src/socket_type/pub_t.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Pub {
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/socket_type/pub_t.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub fn send(&mut self, bytes: Vec<Vec<u8>>) -> io::Result<()> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: metadeps v1.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 9`
[INFO] running `Command { std: "docker" "inspect" "0334ca2db55ccbbb949b18ad4559e5c54ea09482c94ec4bde8d8231243af82e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0334ca2db55ccbbb949b18ad4559e5c54ea09482c94ec4bde8d8231243af82e8", kill_on_drop: false }`
[INFO] [stdout] 0334ca2db55ccbbb949b18ad4559e5c54ea09482c94ec4bde8d8231243af82e8
