[INFO] fetching crate serde_sjson 1.2.1...
[INFO] testing serde_sjson-1.2.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate serde_sjson 1.2.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate serde_sjson 1.2.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate serde_sjson 1.2.1
[INFO] tweaked toml for crates.io crate serde_sjson 1.2.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate serde_sjson 1.2.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate serde_sjson 1.2.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8c9e229f8f1c02e0d99feb798d897d711eb79ff50783e8c2b0db059bd30acdc2
[INFO] running `Command { std: "docker" "start" "-a" "8c9e229f8f1c02e0d99feb798d897d711eb79ff50783e8c2b0db059bd30acdc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8c9e229f8f1c02e0d99feb798d897d711eb79ff50783e8c2b0db059bd30acdc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c9e229f8f1c02e0d99feb798d897d711eb79ff50783e8c2b0db059bd30acdc2", kill_on_drop: false }`
[INFO] [stdout] 8c9e229f8f1c02e0d99feb798d897d711eb79ff50783e8c2b0db059bd30acdc2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5c560581b9b45b71c005d3e882f48d7e62d10dd32ec0630083589ef38630995e
[INFO] running `Command { std: "docker" "start" "-a" "5c560581b9b45b71c005d3e882f48d7e62d10dd32ec0630083589ef38630995e", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling nom_locate v5.0.0
[INFO] [stderr]    Compiling serde_sjson v1.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn separator(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                     ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                     |                |
[INFO] [stdout]    |                     |                the same lifetime is hidden here
[INFO] [stdout]    |                     the lifetime is hidden 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] 41 | fn separator(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                         ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 | fn identifier(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                      ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                      |                |
[INFO] [stdout]    |                      |                the same lifetime is hidden here
[INFO] [stdout]    |                      the lifetime is hidden 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] 63 | fn identifier(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                          ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:70:26
[INFO] [stdout]    |
[INFO] [stdout] 70 | fn literal_string(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is hidden 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] 70 | fn literal_string(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                              ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:78:26
[INFO] [stdout]    |
[INFO] [stdout] 78 | fn string_content(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is hidden 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] 78 | fn string_content(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                              ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:110:28
[INFO] [stdout]     |
[INFO] [stdout] 110 | fn delimited_string(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                            ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is hidden 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] 110 | fn delimited_string(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                                ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:114:18
[INFO] [stdout]     |
[INFO] [stdout] 114 | fn string(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is hidden 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] 114 | fn string(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                      ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:118:24
[INFO] [stdout]     |
[INFO] [stdout] 118 | fn line_comment(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                        ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                        |                |
[INFO] [stdout]     |                        |                the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is hidden 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] 118 | fn line_comment(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                            ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:126:25
[INFO] [stdout]     |
[INFO] [stdout] 126 | fn block_comment(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                         |                |
[INFO] [stdout]     |                         |                the same lifetime is hidden here
[INFO] [stdout]     |                         the lifetime is hidden 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] 126 | fn block_comment(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                             ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:134:19
[INFO] [stdout]     |
[INFO] [stdout] 134 | fn comment(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is hidden 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] 134 | fn comment(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                       ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s
[INFO] running `Command { std: "docker" "inspect" "5c560581b9b45b71c005d3e882f48d7e62d10dd32ec0630083589ef38630995e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c560581b9b45b71c005d3e882f48d7e62d10dd32ec0630083589ef38630995e", kill_on_drop: false }`
[INFO] [stdout] 5c560581b9b45b71c005d3e882f48d7e62d10dd32ec0630083589ef38630995e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 209504a8735bc331a0091b09a54af604043cf2eb04b20d9cf71b4f268f41cedf
[INFO] running `Command { std: "docker" "start" "-a" "209504a8735bc331a0091b09a54af604043cf2eb04b20d9cf71b4f268f41cedf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_sjson v1.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn separator(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                     ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                     |                |
[INFO] [stdout]    |                     |                the same lifetime is hidden here
[INFO] [stdout]    |                     the lifetime is hidden 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] 41 | fn separator(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                         ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 | fn identifier(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                      ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                      |                |
[INFO] [stdout]    |                      |                the same lifetime is hidden here
[INFO] [stdout]    |                      the lifetime is hidden 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] 63 | fn identifier(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                          ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:70:26
[INFO] [stdout]    |
[INFO] [stdout] 70 | fn literal_string(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is hidden 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] 70 | fn literal_string(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                              ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:78:26
[INFO] [stdout]    |
[INFO] [stdout] 78 | fn string_content(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is hidden 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] 78 | fn string_content(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                              ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:110:28
[INFO] [stdout]     |
[INFO] [stdout] 110 | fn delimited_string(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                            ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is hidden 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] 110 | fn delimited_string(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                                ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:114:18
[INFO] [stdout]     |
[INFO] [stdout] 114 | fn string(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is hidden 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] 114 | fn string(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                      ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:118:24
[INFO] [stdout]     |
[INFO] [stdout] 118 | fn line_comment(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                        ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                        |                |
[INFO] [stdout]     |                        |                the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is hidden 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] 118 | fn line_comment(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                            ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:126:25
[INFO] [stdout]     |
[INFO] [stdout] 126 | fn block_comment(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                         |                |
[INFO] [stdout]     |                         |                the same lifetime is hidden here
[INFO] [stdout]     |                         the lifetime is hidden 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] 126 | fn block_comment(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                             ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:134:19
[INFO] [stdout]     |
[INFO] [stdout] 134 | fn comment(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is hidden 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] 134 | fn comment(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                       ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn separator(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                     ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                     |                |
[INFO] [stdout]    |                     |                the same lifetime is hidden here
[INFO] [stdout]    |                     the lifetime is hidden 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] 41 | fn separator(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                         ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 | fn identifier(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                      ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                      |                |
[INFO] [stdout]    |                      |                the same lifetime is hidden here
[INFO] [stdout]    |                      the lifetime is hidden 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] 63 | fn identifier(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                          ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:70:26
[INFO] [stdout]    |
[INFO] [stdout] 70 | fn literal_string(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is hidden 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] 70 | fn literal_string(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                              ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:78:26
[INFO] [stdout]    |
[INFO] [stdout] 78 | fn string_content(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is hidden 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] 78 | fn string_content(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                              ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:110:28
[INFO] [stdout]     |
[INFO] [stdout] 110 | fn delimited_string(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                            ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                            |                |
[INFO] [stdout]     |                            |                the same lifetime is hidden here
[INFO] [stdout]     |                            the lifetime is hidden 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] 110 | fn delimited_string(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                                ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:114:18
[INFO] [stdout]     |
[INFO] [stdout] 114 | fn string(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                  |                |
[INFO] [stdout]     |                  |                the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is hidden 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] 114 | fn string(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                      ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:118:24
[INFO] [stdout]     |
[INFO] [stdout] 118 | fn line_comment(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                        ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                        |                |
[INFO] [stdout]     |                        |                the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is hidden 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] 118 | fn line_comment(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                            ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:126:25
[INFO] [stdout]     |
[INFO] [stdout] 126 | fn block_comment(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                         ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                         |                |
[INFO] [stdout]     |                         |                the same lifetime is hidden here
[INFO] [stdout]     |                         the lifetime is hidden 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] 126 | fn block_comment(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                             ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:134:19
[INFO] [stdout]     |
[INFO] [stdout] 134 | fn comment(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is hidden 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] 134 | fn comment(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                       ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.67s
[INFO] running `Command { std: "docker" "inspect" "209504a8735bc331a0091b09a54af604043cf2eb04b20d9cf71b4f268f41cedf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "209504a8735bc331a0091b09a54af604043cf2eb04b20d9cf71b4f268f41cedf", kill_on_drop: false }`
[INFO] [stdout] 209504a8735bc331a0091b09a54af604043cf2eb04b20d9cf71b4f268f41cedf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d82aee2576e958b332790bbdc88a2a31413af720412b3bcb9f20a3db4b3b70da
[INFO] running `Command { std: "docker" "start" "-a" "d82aee2576e958b332790bbdc88a2a31413af720412b3bcb9f20a3db4b3b70da", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:41:21
[INFO] [stderr]    |
[INFO] [stderr] 41 | fn separator(input: Span) -> IResult<Span, &str> {
[INFO] [stderr]    |                     ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                     |                |
[INFO] [stderr]    |                     |                the same lifetime is hidden here
[INFO] [stderr]    |                     the lifetime is hidden 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] 41 | fn separator(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stderr]    |                         ++++                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:63:22
[INFO] [stderr]    |
[INFO] [stderr] 63 | fn identifier(input: Span) -> IResult<Span, &str> {
[INFO] [stderr]    |                      ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                      |                |
[INFO] [stderr]    |                      |                the same lifetime is hidden here
[INFO] [stderr]    |                      the lifetime is hidden 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] 63 | fn identifier(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stderr]    |                          ++++                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:70:26
[INFO] [stderr]    |
[INFO] [stderr] 70 | fn literal_string(input: Span) -> IResult<Span, &str> {
[INFO] [stderr]    |                          ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                          |                |
[INFO] [stderr]    |                          |                the same lifetime is hidden here
[INFO] [stderr]    |                          the lifetime is hidden 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] 70 | fn literal_string(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stderr]    |                              ++++                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:78:26
[INFO] [stderr]    |
[INFO] [stderr] 78 | fn string_content(input: Span) -> IResult<Span, &str> {
[INFO] [stderr]    |                          ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                          |                |
[INFO] [stderr]    |                          |                the same lifetime is hidden here
[INFO] [stderr]    |                          the lifetime is hidden 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] 78 | fn string_content(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stderr]    |                              ++++                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:110:28
[INFO] [stderr]     |
[INFO] [stderr] 110 | fn delimited_string(input: Span) -> IResult<Span, &str> {
[INFO] [stderr]     |                            ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stderr]     |                            |                |
[INFO] [stderr]     |                            |                the same lifetime is hidden here
[INFO] [stderr]     |                            the lifetime is hidden 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] 110 | fn delimited_string(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stderr]     |                                ++++                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:114:18
[INFO] [stderr]     |
[INFO] [stderr] 114 | fn string(input: Span) -> IResult<Span, &str> {
[INFO] [stderr]     |                  ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stderr]     |                  |                |
[INFO] [stderr]     |                  |                the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is hidden 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] 114 | fn string(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stderr]     |                      ++++                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:118:24
[INFO] [stderr]     |
[INFO] [stderr] 118 | fn line_comment(input: Span) -> IResult<Span, &str> {
[INFO] [stderr]     |                        ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stderr]     |                        |                |
[INFO] [stderr]     |                        |                the same lifetime is hidden here
[INFO] [stderr]     |                        the lifetime is hidden 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] 118 | fn line_comment(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stderr]     |                            ++++                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:126:25
[INFO] [stderr]     |
[INFO] [stderr] 126 | fn block_comment(input: Span) -> IResult<Span, &str> {
[INFO] [stderr]     |                         ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stderr]     |                         |                |
[INFO] [stderr]     |                         |                the same lifetime is hidden here
[INFO] [stderr]     |                         the lifetime is hidden 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] 126 | fn block_comment(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stderr]     |                             ++++                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:134:19
[INFO] [stderr]     |
[INFO] [stderr] 134 | fn comment(input: Span) -> IResult<Span, &str> {
[INFO] [stderr]     |                   ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is hidden 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] 134 | fn comment(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stderr]     |                       ++++                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `serde_sjson` (lib) generated 9 warnings (run `cargo fix --lib -p serde_sjson` to apply 9 suggestions)
[INFO] [stderr] warning: `serde_sjson` (lib test) generated 9 warnings (9 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_sjson-3fa6abcfb25b118c)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test de::test::deserialize_array ... ok
[INFO] [stdout] test de::test::deserialize_enum ... ok
[INFO] [stdout] test de::test::deserialize_dtmt_config ... ok
[INFO] [stdout] test de::test::deserialize_missing_top_level_struct ... ok
[INFO] [stdout] test de::test::deserialize_bool ... ok
[INFO] [stdout] test de::test::deserialize_float ... ok
[INFO] [stdout] test de::test::deserialize_null ... ok
[INFO] [stdout] test de::test::deserialize_integer ... ok
[INFO] [stdout] test de::test::deserialize_vec ... ok
[INFO] [stdout] test parser::test::parse_float ... ok
[INFO] [stdout] test parser::test::parse_block_comment ... ok
[INFO] [stdout] test parser::test::parse_integer ... ok
[INFO] [stdout] test de::test::deserialize_stingray_example ... ok
[INFO] [stdout] test parser::test::parse_crlf_separator ... ok
[INFO] [stdout] test parser::test::parse_delimited_string ... ok
[INFO] [stdout] test parser::test::parse_dtmt_config ... ok
[INFO] [stdout] test parser::test::parse_line_comment ... ok
[INFO] [stdout] test parser::test::parse_literal_string ... ok
[INFO] [stdout] test parser::test::parse_optional ... ok
[INFO] [stdout] test parser::test::parse_raw_string ... ok
[INFO] [stdout] test parser::test::parse_windows_path ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/serialize.rs (/opt/rustwide/target/debug/deps/serialize-d2ebb1b841354226)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test serialize_bool ... ok
[INFO] [stdout] test serialize_char ... ok
[INFO] [stdout] test serialize_deeply_nested_struct ... ok
[INFO] [stdout] test serialize_flat_struct ... ok
[INFO] [stdout] test serialize_enum_variant ... ok
[INFO] [stdout] test serialize_f64 ... ok
[INFO] [stdout] test serialize_i64 ... ok
[INFO] [stdout] test serialize_list_of_structs ... ok
[INFO] [stdout] test serialize_nested_struct ... ok
[INFO] [stdout] test serialize_nested_vec_of_numbers ... ok
[INFO] [stdout] test serialize_non_representable_floats ... ok
[INFO] [stdout] test serialize_null ... ok
[INFO] [stdout] test serialize_option_string ... ok
[INFO] [stdout] test serialize_option_number ... ok
[INFO] [stdout] test serialize_option_unit ... ok
[INFO] [stdout] test serialize_string ... ok
[INFO] [stdout] test serialize_struct_with_vec_of_structs ... ok
[INFO] [stdout] test serialize_tuple_multiple_unit ... ok
[INFO] [stdout] test serialize_tuple_multiple_value ... ok
[INFO] [stdout] test serialize_tuple_single ... ok
[INFO] [stdout] test serialize_u64 ... ok
[INFO] [stdout] test serialize_vec_of_strings ... ok
[INFO] [stdout] test serialize_enum_newtype_variant ... ok
[INFO] [stdout] test serialize_enum_tagged_variant ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests serde_sjson
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 8) ... ok
[INFO] [stdout] test src/lib.rs - (line 36) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.45s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d82aee2576e958b332790bbdc88a2a31413af720412b3bcb9f20a3db4b3b70da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d82aee2576e958b332790bbdc88a2a31413af720412b3bcb9f20a3db4b3b70da", kill_on_drop: false }`
[INFO] [stdout] d82aee2576e958b332790bbdc88a2a31413af720412b3bcb9f20a3db4b3b70da
