[INFO] fetching crate mles-utils 1.1.7...
[INFO] checking mles-utils-1.1.7 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate mles-utils 1.1.7 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate mles-utils 1.1.7 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mles-utils 1.1.7
[INFO] finished tweaking crates.io crate mles-utils 1.1.7
[INFO] tweaked toml for crates.io crate mles-utils 1.1.7 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] edfda484ea01087fe6e00aeb78e3961cd74e1a4748ea22dc8b92de3323f623ef
[INFO] running `Command { std: "docker" "start" "-a" "edfda484ea01087fe6e00aeb78e3961cd74e1a4748ea22dc8b92de3323f623ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "edfda484ea01087fe6e00aeb78e3961cd74e1a4748ea22dc8b92de3323f623ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "edfda484ea01087fe6e00aeb78e3961cd74e1a4748ea22dc8b92de3323f623ef", kill_on_drop: false }`
[INFO] [stdout] edfda484ea01087fe6e00aeb78e3961cd74e1a4748ea22dc8b92de3323f623ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ea1ef07333658e1a3ce8347150dec7d020db0f4150f6898aee01fc5015ea0682
[INFO] running `Command { std: "docker" "start" "-a" "ea1ef07333658e1a3ce8347150dec7d020db0f4150f6898aee01fc5015ea0682", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking serde_bytes v0.11.14
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]     Checking crossbeam-deque v0.7.4
[INFO] [stderr]     Checking tokio-executor v0.1.10
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking tokio-sync v0.1.8
[INFO] [stderr]     Checking tokio-threadpool v0.1.18
[INFO] [stderr]     Checking tokio-timer v0.2.13
[INFO] [stderr]     Checking tokio-current-thread v0.1.7
[INFO] [stderr]     Checking tokio-codec v0.1.2
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking tokio-fs v0.1.7
[INFO] [stderr]     Checking tokio-udp v0.1.6
[INFO] [stderr]     Checking tokio-uds v0.2.7
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking mles-utils v1.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Error` is imported redundantly
[INFO] [stdout]   --> src/frame.rs:7:15
[INFO] [stdout]    |
[INFO] [stdout] 7  | use std::io::{Error, ErrorKind};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 | use super::*;
[INFO] [stdout]    |     -------- the item `Error` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BytesMut` is imported redundantly
[INFO] [stdout]   --> src/peer.rs:24:20
[INFO] [stdout]    |
[INFO] [stdout] 24 | use bytes::{Bytes, BytesMut};
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout] 25 |
[INFO] [stdout] 26 | use super::*;
[INFO] [stdout]    |     -------- the item `BytesMut` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `KEEPALIVE` is imported redundantly
[INFO] [stdout]   --> src/peer.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use super::*;
[INFO] [stdout]    |     -------- the item `KEEPALIVE` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 29 | use crate::KEEPALIVE;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `IpAddr` is imported redundantly
[INFO] [stdout]    --> src/peer.rs:338:20
[INFO] [stdout]     |
[INFO] [stdout] 337 |     use super::*;
[INFO] [stdout]     |         -------- the item `IpAddr` is already imported here
[INFO] [stdout] 338 |     use std::net::{IpAddr, Ipv4Addr};
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Error` is imported redundantly
[INFO] [stdout]   --> src/server.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout] 9  | use std::io::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 | use super::*;
[INFO] [stdout]    |     -------- the item `Error` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SocketAddr` is imported redundantly
[INFO] [stdout]   --> src/server.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::net::SocketAddr;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 | use super::*;
[INFO] [stdout]    |     -------- the item `SocketAddr` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BytesMut` is imported redundantly
[INFO] [stdout]   --> src/server.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use bytes::BytesMut;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 28 |
[INFO] [stdout] 29 | use super::*;
[INFO] [stdout]    |     -------- the item `BytesMut` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SocketAddr` is imported redundantly
[INFO] [stdout]     --> src/lib.rs:1056:9
[INFO] [stdout]      |
[INFO] [stdout] 1055 |     use super::*;
[INFO] [stdout]      |         -------- the item `SocketAddr` is already imported here
[INFO] [stdout] 1056 |     use std::net::SocketAddr;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Error` is imported redundantly
[INFO] [stdout]   --> src/frame.rs:7:15
[INFO] [stdout]    |
[INFO] [stdout] 7  | use std::io::{Error, ErrorKind};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 | use super::*;
[INFO] [stdout]    |     -------- the item `Error` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BytesMut` is imported redundantly
[INFO] [stdout]   --> src/frame.rs:9:20
[INFO] [stdout]    |
[INFO] [stdout] 9  | use bytes::{Bytes, BytesMut};
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 | use super::*;
[INFO] [stdout]    |     -------- the item `BytesMut` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SocketAddr` is imported redundantly
[INFO] [stdout]   --> src/peer.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::net::SocketAddr;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 | use super::*;
[INFO] [stdout]    |     -------- the item `SocketAddr` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BytesMut` is imported redundantly
[INFO] [stdout]   --> src/peer.rs:24:20
[INFO] [stdout]    |
[INFO] [stdout] 24 | use bytes::{Bytes, BytesMut};
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout] 25 |
[INFO] [stdout] 26 | use super::*;
[INFO] [stdout]    |     -------- the item `BytesMut` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `KEEPALIVE` is imported redundantly
[INFO] [stdout]   --> src/peer.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use super::*;
[INFO] [stdout]    |     -------- the item `KEEPALIVE` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 29 | use crate::KEEPALIVE;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Error` is imported redundantly
[INFO] [stdout]   --> src/server.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout] 9  | use std::io::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 | use super::*;
[INFO] [stdout]    |     -------- the item `Error` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SocketAddr` is imported redundantly
[INFO] [stdout]   --> src/server.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::net::SocketAddr;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 | use super::*;
[INFO] [stdout]    |     -------- the item `SocketAddr` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BytesMut` is imported redundantly
[INFO] [stdout]   --> src/server.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use bytes::BytesMut;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 28 |
[INFO] [stdout] 29 | use super::*;
[INFO] [stdout]    |     -------- the item `BytesMut` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 0 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/transcode.rs:16:28
[INFO] [stdout]     |
[INFO] [stdout] 16  |         b.iter(|| orig_msg.encode(&orig_msg));
[INFO] [stdout]     |                            ^^^^^^ ---------
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   unexpected argument of type `&mles_utils::Msg`
[INFO] [stdout]     |                                   help: remove the extra argument
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:505:12
[INFO] [stdout]     |
[INFO] [stdout] 505 |     pub fn encode(&self) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 0 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/transcode.rs:25:36
[INFO] [stdout]     |
[INFO] [stdout] 25  |         let encoded_msg = orig_msg.encode(&orig_msg);
[INFO] [stdout]     |                                    ^^^^^^ ---------
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           unexpected argument of type `&mles_utils::Msg`
[INFO] [stdout]     |                                           help: remove the extra argument
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:505:12
[INFO] [stdout]     |
[INFO] [stdout] 505 |     pub fn encode(&self) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode` found for struct `Vec<u8>` in the current scope
[INFO] [stdout]   --> benches/transcode.rs:26:31
[INFO] [stdout]    |
[INFO] [stdout] 26 |         b.iter(|| encoded_msg.decode(&encoded_msg));
[INFO] [stdout]    |                               ^^^^^^ method not found in `Vec<u8>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mles-utils` (bench "transcode") due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "ea1ef07333658e1a3ce8347150dec7d020db0f4150f6898aee01fc5015ea0682", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea1ef07333658e1a3ce8347150dec7d020db0f4150f6898aee01fc5015ea0682", kill_on_drop: false }`
[INFO] [stdout] ea1ef07333658e1a3ce8347150dec7d020db0f4150f6898aee01fc5015ea0682
[INFO] checking mles-utils-1.1.7 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate mles-utils 1.1.7 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate mles-utils 1.1.7 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mles-utils 1.1.7
[INFO] finished tweaking crates.io crate mles-utils 1.1.7
[INFO] tweaked toml for crates.io crate mles-utils 1.1.7 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 701d9bf029c855493a5862f0acfe2a93c4a3185f2a44555cd266ff052462541d
[INFO] running `Command { std: "docker" "start" "-a" "701d9bf029c855493a5862f0acfe2a93c4a3185f2a44555cd266ff052462541d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "701d9bf029c855493a5862f0acfe2a93c4a3185f2a44555cd266ff052462541d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "701d9bf029c855493a5862f0acfe2a93c4a3185f2a44555cd266ff052462541d", kill_on_drop: false }`
[INFO] [stdout] 701d9bf029c855493a5862f0acfe2a93c4a3185f2a44555cd266ff052462541d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 65fa23a47e2266704948cf83a05242d5d7562e49f1a7b47b0dde0b7e30a6de69
[INFO] running `Command { std: "docker" "start" "-a" "65fa23a47e2266704948cf83a05242d5d7562e49f1a7b47b0dde0b7e30a6de69", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking serde_bytes v0.11.14
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]     Checking crossbeam-deque v0.7.4
[INFO] [stderr]     Checking tokio-executor v0.1.10
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking tokio-sync v0.1.8
[INFO] [stderr]     Checking tokio-threadpool v0.1.18
[INFO] [stderr]     Checking tokio-current-thread v0.1.7
[INFO] [stderr]     Checking tokio-timer v0.2.13
[INFO] [stderr]     Checking tokio-codec v0.1.2
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking tokio-fs v0.1.7
[INFO] [stderr]     Checking tokio-uds v0.2.7
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking tokio-udp v0.1.6
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking mles-utils v1.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Error` is imported redundantly
[INFO] [stdout]   --> src/frame.rs:7:15
[INFO] [stdout]    |
[INFO] [stdout] 7  | use std::io::{Error, ErrorKind};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 | use super::*;
[INFO] [stdout]    |     -------- the item `Error` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BytesMut` is imported redundantly
[INFO] [stdout]   --> src/frame.rs:9:20
[INFO] [stdout]    |
[INFO] [stdout] 9  | use bytes::{Bytes, BytesMut};
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 | use super::*;
[INFO] [stdout]    |     -------- the item `BytesMut` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SocketAddr` is imported redundantly
[INFO] [stdout]   --> src/peer.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::net::SocketAddr;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 | use super::*;
[INFO] [stdout]    |     -------- the item `SocketAddr` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BytesMut` is imported redundantly
[INFO] [stdout]   --> src/peer.rs:24:20
[INFO] [stdout]    |
[INFO] [stdout] 24 | use bytes::{Bytes, BytesMut};
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout] 25 |
[INFO] [stdout] 26 | use super::*;
[INFO] [stdout]    |     -------- the item `BytesMut` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `KEEPALIVE` is imported redundantly
[INFO] [stdout]   --> src/peer.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use super::*;
[INFO] [stdout]    |     -------- the item `KEEPALIVE` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 29 | use crate::KEEPALIVE;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Error` is imported redundantly
[INFO] [stdout]   --> src/server.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout] 9  | use std::io::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 | use super::*;
[INFO] [stdout]    |     -------- the item `Error` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SocketAddr` is imported redundantly
[INFO] [stdout]   --> src/server.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::net::SocketAddr;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 | use super::*;
[INFO] [stdout]    |     -------- the item `SocketAddr` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BytesMut` is imported redundantly
[INFO] [stdout]   --> src/server.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use bytes::BytesMut;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 28 |
[INFO] [stdout] 29 | use super::*;
[INFO] [stdout]    |     -------- the item `BytesMut` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Error` is imported redundantly
[INFO] [stdout]   --> src/frame.rs:7:15
[INFO] [stdout]    |
[INFO] [stdout] 7  | use std::io::{Error, ErrorKind};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 | use super::*;
[INFO] [stdout]    |     -------- the item `Error` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BytesMut` is imported redundantly
[INFO] [stdout]   --> src/peer.rs:24:20
[INFO] [stdout]    |
[INFO] [stdout] 24 | use bytes::{Bytes, BytesMut};
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout] 25 |
[INFO] [stdout] 26 | use super::*;
[INFO] [stdout]    |     -------- the item `BytesMut` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `KEEPALIVE` is imported redundantly
[INFO] [stdout]   --> src/peer.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use super::*;
[INFO] [stdout]    |     -------- the item `KEEPALIVE` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 29 | use crate::KEEPALIVE;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `IpAddr` is imported redundantly
[INFO] [stdout]    --> src/peer.rs:338:20
[INFO] [stdout]     |
[INFO] [stdout] 337 |     use super::*;
[INFO] [stdout]     |         -------- the item `IpAddr` is already imported here
[INFO] [stdout] 338 |     use std::net::{IpAddr, Ipv4Addr};
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Error` is imported redundantly
[INFO] [stdout]   --> src/server.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout] 9  | use std::io::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 | use super::*;
[INFO] [stdout]    |     -------- the item `Error` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SocketAddr` is imported redundantly
[INFO] [stdout]   --> src/server.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::net::SocketAddr;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 | use super::*;
[INFO] [stdout]    |     -------- the item `SocketAddr` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BytesMut` is imported redundantly
[INFO] [stdout]   --> src/server.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use bytes::BytesMut;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 28 |
[INFO] [stdout] 29 | use super::*;
[INFO] [stdout]    |     -------- the item `BytesMut` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SocketAddr` is imported redundantly
[INFO] [stdout]     --> src/lib.rs:1056:9
[INFO] [stdout]      |
[INFO] [stdout] 1055 |     use super::*;
[INFO] [stdout]      |         -------- the item `SocketAddr` is already imported here
[INFO] [stdout] 1056 |     use std::net::SocketAddr;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 0 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/transcode.rs:16:28
[INFO] [stdout]     |
[INFO] [stdout] 16  |         b.iter(|| orig_msg.encode(&orig_msg));
[INFO] [stdout]     |                            ^^^^^^ ---------
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   unexpected argument of type `&mles_utils::Msg`
[INFO] [stdout]     |                                   help: remove the extra argument
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:505:12
[INFO] [stdout]     |
[INFO] [stdout] 505 |     pub fn encode(&self) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 0 arguments but 1 argument was supplied
[INFO] [stdout]    --> benches/transcode.rs:25:36
[INFO] [stdout]     |
[INFO] [stdout] 25  |         let encoded_msg = orig_msg.encode(&orig_msg);
[INFO] [stdout]     |                                    ^^^^^^ ---------
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           unexpected argument of type `&mles_utils::Msg`
[INFO] [stdout]     |                                           help: remove the extra argument
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:505:12
[INFO] [stdout]     |
[INFO] [stdout] 505 |     pub fn encode(&self) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `decode` found for struct `Vec<u8>` in the current scope
[INFO] [stdout]   --> benches/transcode.rs:26:31
[INFO] [stdout]    |
[INFO] [stdout] 26 |         b.iter(|| encoded_msg.decode(&encoded_msg));
[INFO] [stdout]    |                               ^^^^^^ method not found in `Vec<u8>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mles-utils` (bench "transcode") due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "65fa23a47e2266704948cf83a05242d5d7562e49f1a7b47b0dde0b7e30a6de69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65fa23a47e2266704948cf83a05242d5d7562e49f1a7b47b0dde0b7e30a6de69", kill_on_drop: false }`
[INFO] [stdout] 65fa23a47e2266704948cf83a05242d5d7562e49f1a7b47b0dde0b7e30a6de69
