[INFO] fetching crate prest-serde-derive-fork 1.0.216...
[INFO] testing prest-serde-derive-fork-1.0.216 against 1.90.0 for beta-1.91-3
[INFO] extracting crate prest-serde-derive-fork 1.0.216 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate prest-serde-derive-fork 1.0.216
[INFO] finished tweaking crates.io crate prest-serde-derive-fork 1.0.216
[INFO] tweaked toml for crates.io crate prest-serde-derive-fork 1.0.216 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate prest-serde-derive-fork 1.0.216 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ed43286648b2ba58097036110647f74706b80e9d38fb39d71c88562be20bb850
[INFO] running `Command { std: "docker" "start" "-a" "ed43286648b2ba58097036110647f74706b80e9d38fb39d71c88562be20bb850", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed43286648b2ba58097036110647f74706b80e9d38fb39d71c88562be20bb850", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed43286648b2ba58097036110647f74706b80e9d38fb39d71c88562be20bb850", kill_on_drop: false }`
[INFO] [stdout] ed43286648b2ba58097036110647f74706b80e9d38fb39d71c88562be20bb850
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f45ecb10c379c1a0bb16d3c245f655f3749048981e70f9a3189c570690551810
[INFO] running `Command { std: "docker" "start" "-a" "f45ecb10c379c1a0bb16d3c245f655f3749048981e70f9a3189c570690551810", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling prest-serde-derive-fork v1.0.216 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/internals/attr.rs:612:23
[INFO] [stdout]     |
[INFO] [stdout] 612 |     pub fn serde_path(&self) -> Cow<syn::Path> {
[INFO] [stdout]     |                       ^^^^^     -------------- the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 612 |     pub fn serde_path(&self) -> Cow<'_, syn::Path> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internals/case.rs:45:37
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> {
[INFO] [stdout]    |                                     ^^^^                  ---------- the same lifetime is hidden here
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError<'_>> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/de.rs:3228:13
[INFO] [stdout]      |
[INFO] [stdout] 3228 |     params: &Parameters,
[INFO] [stdout]      |             ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 3229 | ) -> (
[INFO] [stdout] 3230 |     DeImplGenerics,
[INFO] [stdout]      |     -------------- the same lifetime is hidden here
[INFO] [stdout] 3231 |     DeTypeGenerics,
[INFO] [stdout]      |     -------------- the same lifetime is hidden here
[INFO] [stdout] 3232 |     syn::TypeGenerics,
[INFO] [stdout]      |     ----------------- the same lifetime is hidden here
[INFO] [stdout] 3233 |     Option<&syn::WhereClause>,
[INFO] [stdout]      |            ----------------- the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3230 ~     DeImplGenerics<'_>,
[INFO] [stdout] 3231 ~     DeTypeGenerics<'_>,
[INFO] [stdout] 3232 ~     syn::TypeGenerics<'_>,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.40s
[INFO] running `Command { std: "docker" "inspect" "f45ecb10c379c1a0bb16d3c245f655f3749048981e70f9a3189c570690551810", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f45ecb10c379c1a0bb16d3c245f655f3749048981e70f9a3189c570690551810", kill_on_drop: false }`
[INFO] [stdout] f45ecb10c379c1a0bb16d3c245f655f3749048981e70f9a3189c570690551810
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb5155a58aa4773ee79446045b4b369d32e50a335156271553e3b14d6f69c75c
[INFO] running `Command { std: "docker" "start" "-a" "bb5155a58aa4773ee79446045b4b369d32e50a335156271553e3b14d6f69c75c", kill_on_drop: false }`
[INFO] [stderr]    Compiling prest-serde-derive-fork v1.0.216 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/internals/attr.rs:612:23
[INFO] [stdout]     |
[INFO] [stdout] 612 |     pub fn serde_path(&self) -> Cow<syn::Path> {
[INFO] [stdout]     |                       ^^^^^     -------------- the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 612 |     pub fn serde_path(&self) -> Cow<'_, syn::Path> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internals/case.rs:45:37
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> {
[INFO] [stdout]    |                                     ^^^^                  ---------- the same lifetime is hidden here
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError<'_>> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/de.rs:3228:13
[INFO] [stdout]      |
[INFO] [stdout] 3228 |     params: &Parameters,
[INFO] [stdout]      |             ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 3229 | ) -> (
[INFO] [stdout] 3230 |     DeImplGenerics,
[INFO] [stdout]      |     -------------- the same lifetime is hidden here
[INFO] [stdout] 3231 |     DeTypeGenerics,
[INFO] [stdout]      |     -------------- the same lifetime is hidden here
[INFO] [stdout] 3232 |     syn::TypeGenerics,
[INFO] [stdout]      |     ----------------- the same lifetime is hidden here
[INFO] [stdout] 3233 |     Option<&syn::WhereClause>,
[INFO] [stdout]      |            ----------------- the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3230 ~     DeImplGenerics<'_>,
[INFO] [stdout] 3231 ~     DeTypeGenerics<'_>,
[INFO] [stdout] 3232 ~     syn::TypeGenerics<'_>,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/internals/attr.rs:612:23
[INFO] [stdout]     |
[INFO] [stdout] 612 |     pub fn serde_path(&self) -> Cow<syn::Path> {
[INFO] [stdout]     |                       ^^^^^     -------------- the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 612 |     pub fn serde_path(&self) -> Cow<'_, syn::Path> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/internals/case.rs:45:37
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> {
[INFO] [stdout]    |                                     ^^^^                  ---------- the same lifetime is hidden here
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError<'_>> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/de.rs:3228:13
[INFO] [stdout]      |
[INFO] [stdout] 3228 |     params: &Parameters,
[INFO] [stdout]      |             ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 3229 | ) -> (
[INFO] [stdout] 3230 |     DeImplGenerics,
[INFO] [stdout]      |     -------------- the same lifetime is hidden here
[INFO] [stdout] 3231 |     DeTypeGenerics,
[INFO] [stdout]      |     -------------- the same lifetime is hidden here
[INFO] [stdout] 3232 |     syn::TypeGenerics,
[INFO] [stdout]      |     ----------------- the same lifetime is hidden here
[INFO] [stdout] 3233 |     Option<&syn::WhereClause>,
[INFO] [stdout]      |            ----------------- the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3230 ~     DeImplGenerics<'_>,
[INFO] [stdout] 3231 ~     DeTypeGenerics<'_>,
[INFO] [stdout] 3232 ~     syn::TypeGenerics<'_>,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.65s
[INFO] running `Command { std: "docker" "inspect" "bb5155a58aa4773ee79446045b4b369d32e50a335156271553e3b14d6f69c75c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb5155a58aa4773ee79446045b4b369d32e50a335156271553e3b14d6f69c75c", kill_on_drop: false }`
[INFO] [stdout] bb5155a58aa4773ee79446045b4b369d32e50a335156271553e3b14d6f69c75c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 63d62f3724036319bade636714e83bad9c287b22fabbfa0c44cbe049407bcf1d
[INFO] running `Command { std: "docker" "start" "-a" "63d62f3724036319bade636714e83bad9c287b22fabbfa0c44cbe049407bcf1d", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/internals/attr.rs:612:23
[INFO] [stderr]     |
[INFO] [stderr] 612 |     pub fn serde_path(&self) -> Cow<syn::Path> {
[INFO] [stderr]     |                       ^^^^^     -------------- the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 612 |     pub fn serde_path(&self) -> Cow<'_, syn::Path> {
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/internals/case.rs:45:37
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> {
[INFO] [stderr]    |                                     ^^^^                  ---------- the same lifetime is hidden here
[INFO] [stderr]    |                                     |
[INFO] [stderr]    |                                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError<'_>> {
[INFO] [stderr]    |                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/de.rs:3228:13
[INFO] [stderr]      |
[INFO] [stderr] 3228 |     params: &Parameters,
[INFO] [stderr]      |             ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 3229 | ) -> (
[INFO] [stderr] 3230 |     DeImplGenerics,
[INFO] [stderr]      |     -------------- the same lifetime is hidden here
[INFO] [stderr] 3231 |     DeTypeGenerics,
[INFO] [stderr]      |     -------------- the same lifetime is hidden here
[INFO] [stderr] 3232 |     syn::TypeGenerics,
[INFO] [stderr]      |     ----------------- the same lifetime is hidden here
[INFO] [stderr] 3233 |     Option<&syn::WhereClause>,
[INFO] [stderr]      |            ----------------- the same lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 3230 ~     DeImplGenerics<'_>,
[INFO] [stderr] 3231 ~     DeTypeGenerics<'_>,
[INFO] [stderr] 3232 ~     syn::TypeGenerics<'_>,
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: `prest-serde-derive-fork` (lib) generated 3 warnings
[INFO] [stderr] warning: `prest-serde-derive-fork` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/serde_derive-db0bf4928af976fa)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test internals::case::rename_fields ... ok
[INFO] [stdout] test internals::case::rename_variants ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests serde_derive
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 3) ... FAILED
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 3) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `prest`
[INFO] [stdout]  --> src/lib.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^ could not find `prest` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `prest`
[INFO] [stdout]  --> src/lib.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]   |                     ^^^^^^^^^^^ could not find `prest` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `prest` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]   |          ^^^^^^^^^ could not find `prest` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `prest` in the list of imported crates
[INFO] [stdout]  --> src/lib.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Serialize, Deserialize)]
[INFO] [stdout]   |                     ^^^^^^^^^^^ could not find `prest` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 3)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "63d62f3724036319bade636714e83bad9c287b22fabbfa0c44cbe049407bcf1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63d62f3724036319bade636714e83bad9c287b22fabbfa0c44cbe049407bcf1d", kill_on_drop: false }`
[INFO] [stdout] 63d62f3724036319bade636714e83bad9c287b22fabbfa0c44cbe049407bcf1d
