[INFO] fetching crate bijection 0.1.2...
[INFO] checking bijection-0.1.2 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate bijection 0.1.2 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate bijection 0.1.2 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bijection 0.1.2
[INFO] finished tweaking crates.io crate bijection 0.1.2
[INFO] tweaked toml for crates.io crate bijection 0.1.2 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" "+b0696a5160711c068cb1f01b7437db7990d15750" "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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rust-crypto v0.2.36
[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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eb185f46920cc04bba0f5501c6ba7bab099f1ee9f3173de4a97e1e486addab3f
[INFO] running `Command { std: "docker" "start" "-a" "eb185f46920cc04bba0f5501c6ba7bab099f1ee9f3173de4a97e1e486addab3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eb185f46920cc04bba0f5501c6ba7bab099f1ee9f3173de4a97e1e486addab3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb185f46920cc04bba0f5501c6ba7bab099f1ee9f3173de4a97e1e486addab3f", kill_on_drop: false }`
[INFO] [stdout] eb185f46920cc04bba0f5501c6ba7bab099f1ee9f3173de4a97e1e486addab3f
[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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9813b701ceee9062bc1c40a884a8b44facd161c4619984019a33b571c334d5bf
[INFO] running `Command { std: "docker" "start" "-a" "9813b701ceee9062bc1c40a884a8b44facd161c4619984019a33b571c334d5bf", kill_on_drop: false }`
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]     Checking rustc-serialize v0.3.25
[INFO] [stderr]     Checking byteorder v0.5.3
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]    Compiling rust-crypto v0.2.36
[INFO] [stderr]     Checking bijection v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]   --> src/lib.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[macro_use] extern crate arrayref;
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]   --> src/lib.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[macro_use] extern crate matches;
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:165:23
[INFO] [stdout]     |
[INFO] [stdout] 165 |     String::from_utf8(try!(self.revert_bytes(input))).map_err(Error::FromUtf8)
[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/lib.rs:183:8
[INFO] [stdout]     |
[INFO] [stdout] 183 |     Ok(try!(self.revert_bytes(input))[0])
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:32
[INFO] [stdout]     |
[INFO] [stdout] 145 |     Ok(NetworkEndian::$reader(&try!($bijection.revert_bytes($input))))
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     revert_integer!(self, input, read_u16)
[INFO] [stdout]     |     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `revert_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:32
[INFO] [stdout]     |
[INFO] [stdout] 145 |     Ok(NetworkEndian::$reader(&try!($bijection.revert_bytes($input))))
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |     revert_integer!(self, input, read_u32)
[INFO] [stdout]     |     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `revert_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:32
[INFO] [stdout]     |
[INFO] [stdout] 145 |     Ok(NetworkEndian::$reader(&try!($bijection.revert_bytes($input))))
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |     revert_integer!(self, input, read_u64)
[INFO] [stdout]     |     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `revert_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:252:22
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let result = try!(cipher.$cipher_method(&mut read_buffer, &mut write_buffer, true).map_err(Error::SymmetricCipher));
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 |     process_buffer!(self, input, encrypt)
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `process_buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:252:22
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let result = try!(cipher.$cipher_method(&mut read_buffer, &mut write_buffer, true).map_err(Error::SymmetricCipher));
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |     process_buffer!(self, input, decrypt)
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `process_buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]   --> src/lib.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[macro_use] extern crate matches;
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:165:23
[INFO] [stdout]     |
[INFO] [stdout] 165 |     String::from_utf8(try!(self.revert_bytes(input))).map_err(Error::FromUtf8)
[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/lib.rs:183:8
[INFO] [stdout]     |
[INFO] [stdout] 183 |     Ok(try!(self.revert_bytes(input))[0])
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:32
[INFO] [stdout]     |
[INFO] [stdout] 145 |     Ok(NetworkEndian::$reader(&try!($bijection.revert_bytes($input))))
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     revert_integer!(self, input, read_u16)
[INFO] [stdout]     |     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `revert_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:32
[INFO] [stdout]     |
[INFO] [stdout] 145 |     Ok(NetworkEndian::$reader(&try!($bijection.revert_bytes($input))))
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |     revert_integer!(self, input, read_u32)
[INFO] [stdout]     |     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `revert_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:32
[INFO] [stdout]     |
[INFO] [stdout] 145 |     Ok(NetworkEndian::$reader(&try!($bijection.revert_bytes($input))))
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |     revert_integer!(self, input, read_u64)
[INFO] [stdout]     |     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `revert_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:252:22
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let result = try!(cipher.$cipher_method(&mut read_buffer, &mut write_buffer, true).map_err(Error::SymmetricCipher));
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 |     process_buffer!(self, input, encrypt)
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `process_buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:252:22
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let result = try!(cipher.$cipher_method(&mut read_buffer, &mut write_buffer, true).map_err(Error::SymmetricCipher));
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |     process_buffer!(self, input, decrypt)
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `process_buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
[INFO] running `Command { std: "docker" "inspect" "9813b701ceee9062bc1c40a884a8b44facd161c4619984019a33b571c334d5bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9813b701ceee9062bc1c40a884a8b44facd161c4619984019a33b571c334d5bf", kill_on_drop: false }`
[INFO] [stdout] 9813b701ceee9062bc1c40a884a8b44facd161c4619984019a33b571c334d5bf
[INFO] checking bijection-0.1.2 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate bijection 0.1.2 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate bijection 0.1.2 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bijection 0.1.2
[INFO] finished tweaking crates.io crate bijection 0.1.2
[INFO] tweaked toml for crates.io crate bijection 0.1.2 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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0212b179da6d1bb7e557d7d909a077ac176f59f994b875a198792f9edf490ae5
[INFO] running `Command { std: "docker" "start" "-a" "0212b179da6d1bb7e557d7d909a077ac176f59f994b875a198792f9edf490ae5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0212b179da6d1bb7e557d7d909a077ac176f59f994b875a198792f9edf490ae5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0212b179da6d1bb7e557d7d909a077ac176f59f994b875a198792f9edf490ae5", kill_on_drop: false }`
[INFO] [stdout] 0212b179da6d1bb7e557d7d909a077ac176f59f994b875a198792f9edf490ae5
[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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ed76395ae80ed94637849e1a606f7dcf4bc704d299364f74efe6bb440241ea2
[INFO] running `Command { std: "docker" "start" "-a" "4ed76395ae80ed94637849e1a606f7dcf4bc704d299364f74efe6bb440241ea2", kill_on_drop: false }`
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]     Checking rustc-serialize v0.3.25
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]     Checking byteorder v0.5.3
[INFO] [stderr]    Compiling rust-crypto v0.2.36
[INFO] [stderr]     Checking bijection v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]   --> src/lib.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[macro_use] extern crate arrayref;
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]   --> src/lib.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[macro_use] extern crate matches;
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:165:23
[INFO] [stdout]     |
[INFO] [stdout] 165 |     String::from_utf8(try!(self.revert_bytes(input))).map_err(Error::FromUtf8)
[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/lib.rs:183:8
[INFO] [stdout]     |
[INFO] [stdout] 183 |     Ok(try!(self.revert_bytes(input))[0])
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:32
[INFO] [stdout]     |
[INFO] [stdout] 145 |     Ok(NetworkEndian::$reader(&try!($bijection.revert_bytes($input))))
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     revert_integer!(self, input, read_u16)
[INFO] [stdout]     |     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `revert_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:32
[INFO] [stdout]     |
[INFO] [stdout] 145 |     Ok(NetworkEndian::$reader(&try!($bijection.revert_bytes($input))))
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |     revert_integer!(self, input, read_u32)
[INFO] [stdout]     |     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `revert_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:32
[INFO] [stdout]     |
[INFO] [stdout] 145 |     Ok(NetworkEndian::$reader(&try!($bijection.revert_bytes($input))))
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |     revert_integer!(self, input, read_u64)
[INFO] [stdout]     |     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `revert_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:252:22
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let result = try!(cipher.$cipher_method(&mut read_buffer, &mut write_buffer, true).map_err(Error::SymmetricCipher));
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 |     process_buffer!(self, input, encrypt)
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `process_buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:252:22
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let result = try!(cipher.$cipher_method(&mut read_buffer, &mut write_buffer, true).map_err(Error::SymmetricCipher));
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |     process_buffer!(self, input, decrypt)
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `process_buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]   --> src/lib.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[macro_use] extern crate matches;
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:165:23
[INFO] [stdout]     |
[INFO] [stdout] 165 |     String::from_utf8(try!(self.revert_bytes(input))).map_err(Error::FromUtf8)
[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/lib.rs:183:8
[INFO] [stdout]     |
[INFO] [stdout] 183 |     Ok(try!(self.revert_bytes(input))[0])
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:32
[INFO] [stdout]     |
[INFO] [stdout] 145 |     Ok(NetworkEndian::$reader(&try!($bijection.revert_bytes($input))))
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     revert_integer!(self, input, read_u16)
[INFO] [stdout]     |     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `revert_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:32
[INFO] [stdout]     |
[INFO] [stdout] 145 |     Ok(NetworkEndian::$reader(&try!($bijection.revert_bytes($input))))
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |     revert_integer!(self, input, read_u32)
[INFO] [stdout]     |     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `revert_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:145:32
[INFO] [stdout]     |
[INFO] [stdout] 145 |     Ok(NetworkEndian::$reader(&try!($bijection.revert_bytes($input))))
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |     revert_integer!(self, input, read_u64)
[INFO] [stdout]     |     -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `revert_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:252:22
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let result = try!(cipher.$cipher_method(&mut read_buffer, &mut write_buffer, true).map_err(Error::SymmetricCipher));
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 |     process_buffer!(self, input, encrypt)
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `process_buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:252:22
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let result = try!(cipher.$cipher_method(&mut read_buffer, &mut write_buffer, true).map_err(Error::SymmetricCipher));
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |     process_buffer!(self, input, decrypt)
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `process_buffer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s
[INFO] running `Command { std: "docker" "inspect" "4ed76395ae80ed94637849e1a606f7dcf4bc704d299364f74efe6bb440241ea2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ed76395ae80ed94637849e1a606f7dcf4bc704d299364f74efe6bb440241ea2", kill_on_drop: false }`
[INFO] [stdout] 4ed76395ae80ed94637849e1a606f7dcf4bc704d299364f74efe6bb440241ea2
