[INFO] fetching crate rustc-serialize2 0.3.25... [INFO] checking rustc-serialize2-0.3.25 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate rustc-serialize2 0.3.25 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate rustc-serialize2 0.3.25 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rustc-serialize2 0.3.25 [INFO] finished tweaking crates.io crate rustc-serialize2 0.3.25 [INFO] tweaked toml for crates.io crate rustc-serialize2 0.3.25 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" "+ff1737bb00913444173658b4e0b274fd79aabf66" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] [stderr] Adding rand v0.3.23 (available: v0.8.5) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 612aebf816a4f63a61945de66f865b725cce13cf9f4c31954e5700f92232fcac [INFO] running `Command { std: "docker" "start" "-a" "612aebf816a4f63a61945de66f865b725cce13cf9f4c31954e5700f92232fcac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "612aebf816a4f63a61945de66f865b725cce13cf9f4c31954e5700f92232fcac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "612aebf816a4f63a61945de66f865b725cce13cf9f4c31954e5700f92232fcac", kill_on_drop: false }` [INFO] [stdout] 612aebf816a4f63a61945de66f865b725cce13cf9f4c31954e5700f92232fcac [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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0307ca2d21080ae17054d3b0bd2efc96760c55322361ca963d88cba325f83a21 [INFO] running `Command { std: "docker" "start" "-a" "0307ca2d21080ae17054d3b0bd2efc96760c55322361ca963d88cba325f83a21", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Checking rustc-serialize2 v0.3.25 (/opt/rustwide/workdir) [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> src/serialize.rs:1160:5 [INFO] [stdout] | [INFO] [stdout] 1160 | fn decode(d: &mut D) -> Result, D::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `T` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/alloc/src/borrow.rs:179:30 [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1156 | impl<'a, T: ?Sized + 'static> Decodable for Cow<'a, T> [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2631:14 [INFO] [stdout] | [INFO] [stdout] 2631 | #[derive(RustcDecodable, Eq, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2631:14 [INFO] [stdout] | [INFO] [stdout] 2631 | #[derive(RustcDecodable, Eq, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2633:9 [INFO] [stdout] | [INFO] [stdout] 2631 | #[derive(RustcDecodable, Eq, PartialEq, Debug)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] 2632 | struct OptionData { [INFO] [stdout] 2633 | opt: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2631:14 [INFO] [stdout] | [INFO] [stdout] 2631 | #[derive(RustcDecodable, Eq, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2658:25 [INFO] [stdout] | [INFO] [stdout] 2658 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2658:25 [INFO] [stdout] | [INFO] [stdout] 2658 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2661:14 [INFO] [stdout] | [INFO] [stdout] 2658 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 2661 | Frog(string::String, isize) [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2658:25 [INFO] [stdout] | [INFO] [stdout] 2658 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2661:30 [INFO] [stdout] | [INFO] [stdout] 2658 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 2661 | Frog(string::String, isize) [INFO] [stdout] | ^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2658:41 [INFO] [stdout] | [INFO] [stdout] 2658 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2658:41 [INFO] [stdout] | [INFO] [stdout] 2658 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2661:14 [INFO] [stdout] | [INFO] [stdout] 2658 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 2661 | Frog(string::String, isize) [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2658:41 [INFO] [stdout] | [INFO] [stdout] 2658 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2661:30 [INFO] [stdout] | [INFO] [stdout] 2658 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 2661 | Frog(string::String, isize) [INFO] [stdout] | ^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2664:25 [INFO] [stdout] | [INFO] [stdout] 2664 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2664:25 [INFO] [stdout] | [INFO] [stdout] 2664 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2666:9 [INFO] [stdout] | [INFO] [stdout] 2664 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] 2665 | struct Inner { [INFO] [stdout] 2666 | a: (), [INFO] [stdout] | ^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2664:25 [INFO] [stdout] | [INFO] [stdout] 2664 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2667:9 [INFO] [stdout] | [INFO] [stdout] 2664 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 2667 | b: usize, [INFO] [stdout] | ^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2668:9 [INFO] [stdout] | [INFO] [stdout] 2664 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 2668 | c: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2664:41 [INFO] [stdout] | [INFO] [stdout] 2664 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2664:41 [INFO] [stdout] | [INFO] [stdout] 2664 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2666:9 [INFO] [stdout] | [INFO] [stdout] 2664 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] 2665 | struct Inner { [INFO] [stdout] 2666 | a: (), [INFO] [stdout] | ^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2664:41 [INFO] [stdout] | [INFO] [stdout] 2664 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2667:9 [INFO] [stdout] | [INFO] [stdout] 2664 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 2667 | b: usize, [INFO] [stdout] | ^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2668:9 [INFO] [stdout] | [INFO] [stdout] 2664 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 2668 | c: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2671:25 [INFO] [stdout] | [INFO] [stdout] 2671 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2671:25 [INFO] [stdout] | [INFO] [stdout] 2671 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2673:9 [INFO] [stdout] | [INFO] [stdout] 2671 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] 2672 | struct Outer { [INFO] [stdout] 2673 | inner: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2671:25 [INFO] [stdout] | [INFO] [stdout] 2671 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2671:41 [INFO] [stdout] | [INFO] [stdout] 2671 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2671:41 [INFO] [stdout] | [INFO] [stdout] 2671 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2673:9 [INFO] [stdout] | [INFO] [stdout] 2671 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] 2672 | struct Outer { [INFO] [stdout] 2673 | inner: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:2671:41 [INFO] [stdout] | [INFO] [stdout] 2671 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3210:14 [INFO] [stdout] | [INFO] [stdout] 3210 | #[derive(RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3210:14 [INFO] [stdout] | [INFO] [stdout] 3210 | #[derive(RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3212:9 [INFO] [stdout] | [INFO] [stdout] 3210 | #[derive(RustcDecodable)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] 3211 | struct FloatStruct { [INFO] [stdout] 3212 | f: f64, [INFO] [stdout] | ^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3210:14 [INFO] [stdout] | [INFO] [stdout] 3210 | #[derive(RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3213:9 [INFO] [stdout] | [INFO] [stdout] 3210 | #[derive(RustcDecodable)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 3213 | a: Vec [INFO] [stdout] | ^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3268:14 [INFO] [stdout] | [INFO] [stdout] 3268 | #[derive(RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3268:14 [INFO] [stdout] | [INFO] [stdout] 3268 | #[derive(RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3271:9 [INFO] [stdout] | [INFO] [stdout] 3268 | #[derive(RustcDecodable)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 3271 | x: f64, [INFO] [stdout] | ^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3268:14 [INFO] [stdout] | [INFO] [stdout] 3268 | #[derive(RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3272:9 [INFO] [stdout] | [INFO] [stdout] 3268 | #[derive(RustcDecodable)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 3272 | y: bool, [INFO] [stdout] | ^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3273:9 [INFO] [stdout] | [INFO] [stdout] 3268 | #[derive(RustcDecodable)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 3273 | z: string::String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3274:9 [INFO] [stdout] | [INFO] [stdout] 3268 | #[derive(RustcDecodable)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 3274 | w: Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3276:14 [INFO] [stdout] | [INFO] [stdout] 3276 | #[derive(RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3276:14 [INFO] [stdout] | [INFO] [stdout] 3276 | #[derive(RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3278:11 [INFO] [stdout] | [INFO] [stdout] 3276 | #[derive(RustcDecodable)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] 3277 | enum DecodeEnum { [INFO] [stdout] 3278 | A(f64), [INFO] [stdout] | ^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3276:14 [INFO] [stdout] | [INFO] [stdout] 3276 | #[derive(RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3279:11 [INFO] [stdout] | [INFO] [stdout] 3276 | #[derive(RustcDecodable)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 3279 | B(string::String) [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3585:18 [INFO] [stdout] | [INFO] [stdout] 3585 | #[derive(RustcEncodable, Eq, Hash, PartialEq, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3585:18 [INFO] [stdout] | [INFO] [stdout] 3585 | #[derive(RustcEncodable, Eq, Hash, PartialEq, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3585:55 [INFO] [stdout] | [INFO] [stdout] 3585 | #[derive(RustcEncodable, Eq, Hash, PartialEq, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3585:55 [INFO] [stdout] | [INFO] [stdout] 3585 | #[derive(RustcEncodable, Eq, Hash, PartialEq, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3960:39 [INFO] [stdout] | [INFO] [stdout] 3960 | #[derive(PartialEq, Eq, Hash, RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3960:39 [INFO] [stdout] | [INFO] [stdout] 3960 | #[derive(PartialEq, Eq, Hash, RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3961:30 [INFO] [stdout] | [INFO] [stdout] 3960 | #[derive(PartialEq, Eq, Hash, RustcEncodable)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] 3961 | struct ArbitraryType(u32); [INFO] [stdout] | ^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3960:39 [INFO] [stdout] | [INFO] [stdout] 3960 | #[derive(PartialEq, Eq, Hash, RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3977:25 [INFO] [stdout] | [INFO] [stdout] 3977 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3977:25 [INFO] [stdout] | [INFO] [stdout] 3977 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3979:13 [INFO] [stdout] | [INFO] [stdout] 3977 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] 3978 | struct Foo

{ [INFO] [stdout] 3979 | phantom_data: PhantomData

[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3977:25 [INFO] [stdout] | [INFO] [stdout] 3977 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3977:41 [INFO] [stdout] | [INFO] [stdout] 3977 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3977:41 [INFO] [stdout] | [INFO] [stdout] 3977 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3979:13 [INFO] [stdout] | [INFO] [stdout] 3977 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] 3978 | struct Foo

{ [INFO] [stdout] 3979 | phantom_data: PhantomData

[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3977:41 [INFO] [stdout] | [INFO] [stdout] 3977 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3993:25 [INFO] [stdout] | [INFO] [stdout] 3993 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3993:25 [INFO] [stdout] | [INFO] [stdout] 3993 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3995:21 [INFO] [stdout] | [INFO] [stdout] 3993 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] 3994 | enum ChatEvent { [INFO] [stdout] 3995 | Variant(i32) [INFO] [stdout] | ^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:3993:25 [INFO] [stdout] | [INFO] [stdout] 3993 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:4004:25 [INFO] [stdout] | [INFO] [stdout] 4004 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:4004:25 [INFO] [stdout] | [INFO] [stdout] 4004 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:4006:13 [INFO] [stdout] | [INFO] [stdout] 4004 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] 4005 | struct Foo { [INFO] [stdout] 4006 | a: [u8; 1], [INFO] [stdout] | ^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:4004:25 [INFO] [stdout] | [INFO] [stdout] 4004 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:4007:13 [INFO] [stdout] | [INFO] [stdout] 4004 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 4007 | b: [i32; 2], [INFO] [stdout] | ^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:4008:13 [INFO] [stdout] | [INFO] [stdout] 4004 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 4008 | c: [u64; 3], [INFO] [stdout] | ^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Decoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Decoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:4004:41 [INFO] [stdout] | [INFO] [stdout] 4004 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this module [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::rustc_serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:4004:41 [INFO] [stdout] | [INFO] [stdout] 4004 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:4006:13 [INFO] [stdout] | [INFO] [stdout] 4004 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] 4005 | struct Foo { [INFO] [stdout] 4006 | a: [u8; 1], [INFO] [stdout] | ^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:4004:41 [INFO] [stdout] | [INFO] [stdout] 4004 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait through its public re-export [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encodable; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:4007:13 [INFO] [stdout] | [INFO] [stdout] 4004 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 4007 | b: [i32; 2], [INFO] [stdout] | ^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rustc_serialize` in the crate root [INFO] [stdout] --> src/json.rs:4008:13 [INFO] [stdout] | [INFO] [stdout] 4004 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 4008 | c: [u64; 3], [INFO] [stdout] | ^^^^^^^^^^^ could not find `rustc_serialize` in the crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::Encoder; [INFO] [stdout] | [INFO] [stdout] 2617 + use crate::json::Encoder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> src/serialize.rs:1160:5 [INFO] [stdout] | [INFO] [stdout] 1160 | fn decode(d: &mut D) -> Result, D::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `T` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/alloc/src/borrow.rs:179:30 [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1156 | impl<'a, T: ?Sized + 'static> Decodable for Cow<'a, T> [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__D` [INFO] [stdout] --> src/json.rs:2631:14 [INFO] [stdout] | [INFO] [stdout] 2631 | #[derive(RustcDecodable, Eq, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__S` [INFO] [stdout] --> src/json.rs:2658:25 [INFO] [stdout] | [INFO] [stdout] 2658 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__D` [INFO] [stdout] --> src/json.rs:2658:41 [INFO] [stdout] | [INFO] [stdout] 2658 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__S` [INFO] [stdout] --> src/json.rs:2664:25 [INFO] [stdout] | [INFO] [stdout] 2664 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__D` [INFO] [stdout] --> src/json.rs:2664:41 [INFO] [stdout] | [INFO] [stdout] 2664 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__S` [INFO] [stdout] --> src/json.rs:2671:25 [INFO] [stdout] | [INFO] [stdout] 2671 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__D` [INFO] [stdout] --> src/json.rs:2671:41 [INFO] [stdout] | [INFO] [stdout] 2671 | #[derive(PartialEq, RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__D` [INFO] [stdout] --> src/json.rs:3210:14 [INFO] [stdout] | [INFO] [stdout] 3210 | #[derive(RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__D` [INFO] [stdout] --> src/json.rs:3268:14 [INFO] [stdout] | [INFO] [stdout] 3268 | #[derive(RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__D` [INFO] [stdout] --> src/json.rs:3276:14 [INFO] [stdout] | [INFO] [stdout] 3276 | #[derive(RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__S` [INFO] [stdout] --> src/json.rs:3585:18 [INFO] [stdout] | [INFO] [stdout] 3585 | #[derive(RustcEncodable, Eq, Hash, PartialEq, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__D` [INFO] [stdout] --> src/json.rs:3585:55 [INFO] [stdout] | [INFO] [stdout] 3585 | #[derive(RustcEncodable, Eq, Hash, PartialEq, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__S` [INFO] [stdout] --> src/json.rs:3960:39 [INFO] [stdout] | [INFO] [stdout] 3960 | #[derive(PartialEq, Eq, Hash, RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__D` [INFO] [stdout] --> src/json.rs:3977:25 [INFO] [stdout] | [INFO] [stdout] 3977 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__S` [INFO] [stdout] --> src/json.rs:3977:41 [INFO] [stdout] | [INFO] [stdout] 3977 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__D` [INFO] [stdout] --> src/json.rs:3993:25 [INFO] [stdout] | [INFO] [stdout] 3993 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__D` [INFO] [stdout] --> src/json.rs:4004:25 [INFO] [stdout] | [INFO] [stdout] 4004 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `__S` [INFO] [stdout] --> src/json.rs:4004:41 [INFO] [stdout] | [INFO] [stdout] 4004 | #[derive(Debug, RustcDecodable, RustcEncodable, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^^^^^ associated type `Error` not found [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0220, E0310, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0220`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustc-serialize2` (lib test) due to 102 previous errors; 18 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustc-serialize2` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "0307ca2d21080ae17054d3b0bd2efc96760c55322361ca963d88cba325f83a21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0307ca2d21080ae17054d3b0bd2efc96760c55322361ca963d88cba325f83a21", kill_on_drop: false }` [INFO] [stdout] 0307ca2d21080ae17054d3b0bd2efc96760c55322361ca963d88cba325f83a21