[INFO] fetching crate bincode_ext 0.0.7...
[INFO] checking bincode_ext-0.0.7 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate bincode_ext 0.0.7 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate bincode_ext 0.0.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 bincode_ext 0.0.7
[INFO] finished tweaking crates.io crate bincode_ext 0.0.7
[INFO] tweaked toml for crates.io crate bincode_ext 0.0.7 written to /workspace/builds/worker-6-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-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 9d7d86216b74bfdc2d4507ff0867e200e1d08f69cb1fc6336d8399f8bd4ac402
[INFO] running `Command { std: "docker" "start" "-a" "9d7d86216b74bfdc2d4507ff0867e200e1d08f69cb1fc6336d8399f8bd4ac402", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d7d86216b74bfdc2d4507ff0867e200e1d08f69cb1fc6336d8399f8bd4ac402", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d7d86216b74bfdc2d4507ff0867e200e1d08f69cb1fc6336d8399f8bd4ac402", kill_on_drop: false }`
[INFO] [stdout] 9d7d86216b74bfdc2d4507ff0867e200e1d08f69cb1fc6336d8399f8bd4ac402
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] e0933618475ae22cf86cd10bf359271c1c509a3640f4eb80dca726822d1511a7
[INFO] running `Command { std: "docker" "start" "-a" "e0933618475ae22cf86cd10bf359271c1c509a3640f4eb80dca726822d1511a7", kill_on_drop: false }`
[INFO] [stderr]     Checking rustc-serialize v0.3.25
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking bincode_ext v0.0.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/byte_order.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let r: $int = try!(Decodable::decode(d));
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 | define_le! { u16 }
[INFO] [stdout]    | ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `define_le` (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/byte_order.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let r: $int = try!(Decodable::decode(d));
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 | define_le! { u32 }
[INFO] [stdout]    | ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_le` (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/byte_order.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let r: $int = try!(Decodable::decode(d));
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 | define_le! { u64 }
[INFO] [stdout]    | ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialEq` is imported redundantly
[INFO] [stdout]  --> src/slice.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::cmp::PartialEq;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialEq` is already defined here
[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/slice.rs:59:27
[INFO] [stdout]    |
[INFO] [stdout] 59 |                      v[i] = try!(Decodable::decode(d));
[INFO] [stdout]    |                             ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
[INFO] [stdout] 78 | |     32}
[INFO] [stdout]    | |_______- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `def_fixed` (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/slice.rs:69:21
[INFO] [stdout]    |
[INFO] [stdout] 69 |                       try!(self.0[i].encode(s));
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
[INFO] [stdout] 78 | |     32}
[INFO] [stdout]    | |_______- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `def_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> src/slice.rs:57:53
[INFO] [stdout]    |
[INFO] [stdout] 57 |                   let mut v : [T; $n] = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
[INFO] [stdout] 78 | |     32}
[INFO] [stdout]    | |_______- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `def_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `SizeLimit` in `bincode`
[INFO] [stdout]   --> src/test.rs:16:52
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let e : Vec<u8> = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout]    |                                                    ^^^^^^^^^ could not find `SizeLimit` in `bincode`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `test::bincode::ErrorKind::SizeLimit`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let e : Vec<u8> = bincode::encode(&x, test::bincode::ErrorKind).unwrap();
[INFO] [stdout]    |                                           ~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `SizeLimit` in `bincode`
[INFO] [stdout]   --> src/test.rs:33:52
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let e : Vec<u8> = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout]    |                                                    ^^^^^^^^^ could not find `SizeLimit` in `bincode`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `test::bincode::ErrorKind::SizeLimit`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let e : Vec<u8> = bincode::encode(&x, test::bincode::ErrorKind).unwrap();
[INFO] [stdout]    |                                           ~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `encode` in crate `bincode`
[INFO] [stdout]   --> src/test.rs:16:32
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let e : Vec<u8> = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout]    |                                ^^^^^^ not found in `bincode`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 3  + use rustc_serialize::json::encode;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `encode`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 16 -     let e : Vec<u8> = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout] 16 +     let e : Vec<u8> = encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode` in crate `bincode`
[INFO] [stdout]   --> src/test.rs:18:26
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let d : X = bincode::decode(&e).unwrap();
[INFO] [stdout]    |                          ^^^^^^ not found in `bincode`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 3  + use rustc_serialize::json::decode;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `decode`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 18 -     let d : X = bincode::decode(&e).unwrap();
[INFO] [stdout] 18 +     let d : X = decode(&e).unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `encode` in crate `bincode`
[INFO] [stdout]   --> src/test.rs:33:32
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let e : Vec<u8> = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout]    |                                ^^^^^^ not found in `bincode`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 3  + use rustc_serialize::json::encode;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `encode`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 33 -     let e : Vec<u8> = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout] 33 +     let e : Vec<u8> = encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode` in crate `bincode`
[INFO] [stdout]   --> src/test.rs:35:26
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let d : Y = bincode::decode(&e).unwrap();
[INFO] [stdout]    |                          ^^^^^^ not found in `bincode`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 3  + use rustc_serialize::json::decode;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `decode`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 35 -     let d : Y = bincode::decode(&e).unwrap();
[INFO] [stdout] 35 +     let d : Y = decode(&e).unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/byte_order.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let r: $int = try!(Decodable::decode(d));
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 | define_le! { u16 }
[INFO] [stdout]    | ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `define_le` (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/byte_order.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let r: $int = try!(Decodable::decode(d));
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 | define_le! { u32 }
[INFO] [stdout]    | ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_le` (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/byte_order.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let r: $int = try!(Decodable::decode(d));
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 | define_le! { u64 }
[INFO] [stdout]    | ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialEq` is imported redundantly
[INFO] [stdout]  --> src/slice.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::cmp::PartialEq;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialEq` is already defined here
[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/slice.rs:59:27
[INFO] [stdout]    |
[INFO] [stdout] 59 |                      v[i] = try!(Decodable::decode(d));
[INFO] [stdout]    |                             ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
[INFO] [stdout] 78 | |     32}
[INFO] [stdout]    | |_______- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `def_fixed` (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/slice.rs:69:21
[INFO] [stdout]    |
[INFO] [stdout] 69 |                       try!(self.0[i].encode(s));
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
[INFO] [stdout] 78 | |     32}
[INFO] [stdout]    | |_______- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `def_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]  --> src/test.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(RustcDecodable, RustcEncodable, PartialEq, PartialOrd, Debug)]
[INFO] [stdout]   |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]  --> src/test.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(RustcDecodable, RustcEncodable, PartialEq, PartialOrd, Debug)]
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rustc_serialize::Encodable`
[INFO] [stdout]  --> src/test.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rustc_serialize::Encodable;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]   --> src/test.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)]
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]   --> src/test.rs:26:30
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)]
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> src/slice.rs:57:53
[INFO] [stdout]    |
[INFO] [stdout] 57 |                   let mut v : [T; $n] = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
[INFO] [stdout] 78 | |     32}
[INFO] [stdout]    | |_______- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `def_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bincode_ext` (lib test) due to 7 previous errors; 12 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "e0933618475ae22cf86cd10bf359271c1c509a3640f4eb80dca726822d1511a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0933618475ae22cf86cd10bf359271c1c509a3640f4eb80dca726822d1511a7", kill_on_drop: false }`
[INFO] [stdout] e0933618475ae22cf86cd10bf359271c1c509a3640f4eb80dca726822d1511a7
[INFO] checking bincode_ext-0.0.7 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate bincode_ext 0.0.7 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate bincode_ext 0.0.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 bincode_ext 0.0.7
[INFO] finished tweaking crates.io crate bincode_ext 0.0.7
[INFO] tweaked toml for crates.io crate bincode_ext 0.0.7 written to /workspace/builds/worker-6-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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] fc76a1601801e544f30981aee1d7908e673c55199fc19a8935e2e982bb542fc9
[INFO] running `Command { std: "docker" "start" "-a" "fc76a1601801e544f30981aee1d7908e673c55199fc19a8935e2e982bb542fc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc76a1601801e544f30981aee1d7908e673c55199fc19a8935e2e982bb542fc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc76a1601801e544f30981aee1d7908e673c55199fc19a8935e2e982bb542fc9", kill_on_drop: false }`
[INFO] [stdout] fc76a1601801e544f30981aee1d7908e673c55199fc19a8935e2e982bb542fc9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 7ebba830f9bb2dfc813a414b3146a820a25de32fea7558fdc5d5a6a432bb7ec8
[INFO] running `Command { std: "docker" "start" "-a" "7ebba830f9bb2dfc813a414b3146a820a25de32fea7558fdc5d5a6a432bb7ec8", kill_on_drop: false }`
[INFO] [stderr]     Checking rustc-serialize v0.3.25
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking bincode_ext v0.0.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/byte_order.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let r: $int = try!(Decodable::decode(d));
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 | define_le! { u16 }
[INFO] [stdout]    | ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `define_le` (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/byte_order.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let r: $int = try!(Decodable::decode(d));
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 | define_le! { u32 }
[INFO] [stdout]    | ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_le` (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/byte_order.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let r: $int = try!(Decodable::decode(d));
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 | define_le! { u64 }
[INFO] [stdout]    | ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialEq` is imported redundantly
[INFO] [stdout]  --> src/slice.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::cmp::PartialEq;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialEq` is already defined here
[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/slice.rs:59:27
[INFO] [stdout]    |
[INFO] [stdout] 59 |                      v[i] = try!(Decodable::decode(d));
[INFO] [stdout]    |                             ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
[INFO] [stdout] 78 | |     32}
[INFO] [stdout]    | |_______- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `def_fixed` (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/slice.rs:69:21
[INFO] [stdout]    |
[INFO] [stdout] 69 |                       try!(self.0[i].encode(s));
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
[INFO] [stdout] 78 | |     32}
[INFO] [stdout]    | |_______- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `def_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> src/slice.rs:57:53
[INFO] [stdout]    |
[INFO] [stdout] 57 |                   let mut v : [T; $n] = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
[INFO] [stdout] 78 | |     32}
[INFO] [stdout]    | |_______- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `def_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `SizeLimit` in `bincode`
[INFO] [stdout]   --> src/test.rs:16:52
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let e : Vec<u8> = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout]    |                                                    ^^^^^^^^^ could not find `SizeLimit` in `bincode`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `test::bincode::ErrorKind::SizeLimit`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let e : Vec<u8> = bincode::encode(&x, test::bincode::ErrorKind).unwrap();
[INFO] [stdout]    |                                           ~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `SizeLimit` in `bincode`
[INFO] [stdout]   --> src/test.rs:33:52
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let e : Vec<u8> = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout]    |                                                    ^^^^^^^^^ could not find `SizeLimit` in `bincode`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `test::bincode::ErrorKind::SizeLimit`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let e : Vec<u8> = bincode::encode(&x, test::bincode::ErrorKind).unwrap();
[INFO] [stdout]    |                                           ~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `encode` in crate `bincode`
[INFO] [stdout]   --> src/test.rs:16:32
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let e : Vec<u8> = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout]    |                                ^^^^^^ not found in `bincode`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 3  + use rustc_serialize::json::encode;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `encode`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 16 -     let e : Vec<u8> = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout] 16 +     let e : Vec<u8> = encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode` in crate `bincode`
[INFO] [stdout]   --> src/test.rs:18:26
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let d : X = bincode::decode(&e).unwrap();
[INFO] [stdout]    |                          ^^^^^^ not found in `bincode`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 3  + use rustc_serialize::json::decode;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `decode`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 18 -     let d : X = bincode::decode(&e).unwrap();
[INFO] [stdout] 18 +     let d : X = decode(&e).unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `encode` in crate `bincode`
[INFO] [stdout]   --> src/test.rs:33:32
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let e : Vec<u8> = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout]    |                                ^^^^^^ not found in `bincode`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 3  + use rustc_serialize::json::encode;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `encode`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 33 -     let e : Vec<u8> = bincode::encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout] 33 +     let e : Vec<u8> = encode(&x, bincode::SizeLimit::Infinite).unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode` in crate `bincode`
[INFO] [stdout]   --> src/test.rs:35:26
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let d : Y = bincode::decode(&e).unwrap();
[INFO] [stdout]    |                          ^^^^^^ not found in `bincode`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 3  + use rustc_serialize::json::decode;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `decode`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 35 -     let d : Y = bincode::decode(&e).unwrap();
[INFO] [stdout] 35 +     let d : Y = decode(&e).unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/byte_order.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let r: $int = try!(Decodable::decode(d));
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 | define_le! { u16 }
[INFO] [stdout]    | ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `define_le` (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/byte_order.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let r: $int = try!(Decodable::decode(d));
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 | define_le! { u32 }
[INFO] [stdout]    | ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_le` (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/byte_order.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let r: $int = try!(Decodable::decode(d));
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 | define_le! { u64 }
[INFO] [stdout]    | ------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialEq` is imported redundantly
[INFO] [stdout]  --> src/slice.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::cmp::PartialEq;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialEq` is already defined here
[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/slice.rs:59:27
[INFO] [stdout]    |
[INFO] [stdout] 59 |                      v[i] = try!(Decodable::decode(d));
[INFO] [stdout]    |                             ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
[INFO] [stdout] 78 | |     32}
[INFO] [stdout]    | |_______- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `def_fixed` (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/slice.rs:69:21
[INFO] [stdout]    |
[INFO] [stdout] 69 |                       try!(self.0[i].encode(s));
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
[INFO] [stdout] 78 | |     32}
[INFO] [stdout]    | |_______- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `def_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]  --> src/test.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(RustcDecodable, RustcEncodable, PartialEq, PartialOrd, Debug)]
[INFO] [stdout]   |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]  --> src/test.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(RustcDecodable, RustcEncodable, PartialEq, PartialOrd, Debug)]
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rustc_serialize::Encodable`
[INFO] [stdout]  --> src/test.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rustc_serialize::Encodable;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]   --> src/test.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)]
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]   --> src/test.rs:26:30
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)]
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> src/slice.rs:57:53
[INFO] [stdout]    |
[INFO] [stdout] 57 |                   let mut v : [T; $n] = unsafe { mem::uninitialized() };
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | / def_fixed! {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
[INFO] [stdout] 78 | |     32}
[INFO] [stdout]    | |_______- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `def_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bincode_ext` (lib test) due to 7 previous errors; 12 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "7ebba830f9bb2dfc813a414b3146a820a25de32fea7558fdc5d5a6a432bb7ec8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ebba830f9bb2dfc813a414b3146a820a25de32fea7558fdc5d5a6a432bb7ec8", kill_on_drop: false }`
[INFO] [stdout] 7ebba830f9bb2dfc813a414b3146a820a25de32fea7558fdc5d5a6a432bb7ec8
