[INFO] fetching crate serde_sjson 1.2.1...
[INFO] testing serde_sjson-1.2.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate serde_sjson 1.2.1 into /workspace/builds/worker-1-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate serde_sjson 1.2.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nom_locate v5.0.0
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1223b031720cc572588556ec9babfb2f18546d47c8698612dae2b4cd10ba993f
[INFO] running `Command { std: "docker" "start" "-a" "1223b031720cc572588556ec9babfb2f18546d47c8698612dae2b4cd10ba993f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1223b031720cc572588556ec9babfb2f18546d47c8698612dae2b4cd10ba993f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1223b031720cc572588556ec9babfb2f18546d47c8698612dae2b4cd10ba993f", kill_on_drop: false }`
[INFO] [stdout] 1223b031720cc572588556ec9babfb2f18546d47c8698612dae2b4cd10ba993f
[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=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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f261edc787654ea9c17a3e18b9a1b59aeef70bfab0d560b9bff761e28c80ceae
[INFO] running `Command { std: "docker" "start" "-a" "f261edc787654ea9c17a3e18b9a1b59aeef70bfab0d560b9bff761e28c80ceae", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling serde v1.0.219
[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.12s
[INFO] running `Command { std: "docker" "inspect" "f261edc787654ea9c17a3e18b9a1b59aeef70bfab0d560b9bff761e28c80ceae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f261edc787654ea9c17a3e18b9a1b59aeef70bfab0d560b9bff761e28c80ceae", kill_on_drop: false }`
[INFO] [stdout] f261edc787654ea9c17a3e18b9a1b59aeef70bfab0d560b9bff761e28c80ceae
[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=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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 420713b40d04a93c470ea56ad7e53cd92313da16e3250461e432e06f4fb0eca6
[INFO] running `Command { std: "docker" "start" "-a" "420713b40d04a93c470ea56ad7e53cd92313da16e3250461e432e06f4fb0eca6", 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 11.96s
[INFO] running `Command { std: "docker" "inspect" "420713b40d04a93c470ea56ad7e53cd92313da16e3250461e432e06f4fb0eca6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "420713b40d04a93c470ea56ad7e53cd92313da16e3250461e432e06f4fb0eca6", kill_on_drop: false }`
[INFO] [stdout] 420713b40d04a93c470ea56ad7e53cd92313da16e3250461e432e06f4fb0eca6
[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=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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c22b6bbad5ff04efbb5a991e49602f87fb0f848ba3b9dcaf1efb7fe749aad2ed
[INFO] running `Command { std: "docker" "start" "-a" "c22b6bbad5ff04efbb5a991e49602f87fb0f848ba3b9dcaf1efb7fe749aad2ed", 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.06s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/serde_sjson-3fa6abcfb25b118c)
[INFO] [stdout] running 21 tests
[INFO] [stdout] test de::test::deserialize_array ... ok
[INFO] [stdout] test de::test::deserialize_bool ... ok
[INFO] [stdout] test de::test::deserialize_dtmt_config ... ok
[INFO] [stdout] test de::test::deserialize_integer ... ok
[INFO] [stdout] test de::test::deserialize_missing_top_level_struct ... ok
[INFO] [stdout] test de::test::deserialize_null ... ok
[INFO] [stdout] test de::test::deserialize_float ... ok
[INFO] [stdout] test parser::test::parse_block_comment ... ok
[INFO] [stdout] test parser::test::parse_crlf_separator ... ok
[INFO] [stdout] test de::test::deserialize_vec ... ok
[INFO] [stdout] test parser::test::parse_float ... ok
[INFO] [stdout] test parser::test::parse_delimited_string ... ok
[INFO] [stdout] test parser::test::parse_literal_string ... ok
[INFO] [stdout] test de::test::deserialize_enum ... ok
[INFO] [stdout] test parser::test::parse_optional ... ok
[INFO] [stdout] test parser::test::parse_integer ... ok
[INFO] [stdout] test parser::test::parse_raw_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_windows_path ... ok
[INFO] [stdout] test de::test::deserialize_stingray_example ... ok
[INFO] [stderr]      Running tests/serialize.rs (/opt/rustwide/target/debug/deps/serialize-d2ebb1b841354226)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test serialize_deeply_nested_struct ... ok
[INFO] [stdout] test serialize_enum_tagged_variant ... ok
[INFO] [stdout] test serialize_bool ... ok
[INFO] [stdout] test serialize_char ... ok
[INFO] [stdout] test serialize_enum_newtype_variant ... ok
[INFO] [stdout] test serialize_f64 ... ok
[INFO] [stdout] test serialize_list_of_structs ... ok
[INFO] [stdout] test serialize_flat_struct ... ok
[INFO] [stdout] test serialize_nested_struct ... ok
[INFO] [stdout] test serialize_non_representable_floats ... ok
[INFO] [stdout] test serialize_option_number ... ok
[INFO] [stdout] test serialize_enum_variant ... ok
[INFO] [stdout] test serialize_option_string ... ok
[INFO] [stdout] test serialize_option_unit ... ok
[INFO] [stdout] test serialize_string ... ok
[INFO] [stdout] test serialize_i64 ... ok
[INFO] [stdout] test serialize_nested_vec_of_numbers ... ok
[INFO] [stdout] test serialize_struct_with_vec_of_structs ... ok
[INFO] [stdout] test serialize_tuple_multiple_unit ... ok
[INFO] [stdout] test serialize_tuple_single ... ok
[INFO] [stdout] test serialize_u64 ... ok
[INFO] [stdout] test serialize_tuple_multiple_value ... ok
[INFO] [stdout] test serialize_vec_of_strings ... ok
[INFO] [stdout] test serialize_null ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[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.41s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c22b6bbad5ff04efbb5a991e49602f87fb0f848ba3b9dcaf1efb7fe749aad2ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c22b6bbad5ff04efbb5a991e49602f87fb0f848ba3b9dcaf1efb7fe749aad2ed", kill_on_drop: false }`
[INFO] [stdout] c22b6bbad5ff04efbb5a991e49602f87fb0f848ba3b9dcaf1efb7fe749aad2ed
