[INFO] fetching crate idm 0.4.4...
[INFO] testing idm-0.4.4 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate idm 0.4.4 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate idm 0.4.4
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate idm 0.4.4
[INFO] tweaked toml for crates.io crate idm 0.4.4 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate idm 0.4.4 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 idm 0.4.4 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 7681cdef0af3d5b2a173bf30dd3de5c7d3e6d4deb432e38847ec2fe94e110555
[INFO] running `Command { std: "docker" "start" "-a" "7681cdef0af3d5b2a173bf30dd3de5c7d3e6d4deb432e38847ec2fe94e110555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7681cdef0af3d5b2a173bf30dd3de5c7d3e6d4deb432e38847ec2fe94e110555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7681cdef0af3d5b2a173bf30dd3de5c7d3e6d4deb432e38847ec2fe94e110555", kill_on_drop: false }`
[INFO] [stdout] 7681cdef0af3d5b2a173bf30dd3de5c7d3e6d4deb432e38847ec2fe94e110555
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 9d536e7b272aff9fca796cad728983001d8f65988bb549b47e7d0f1c81e11d62
[INFO] running `Command { std: "docker" "start" "-a" "9d536e7b272aff9fca796cad728983001d8f65988bb549b47e7d0f1c81e11d62", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling take_mut v0.2.2
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling idm v0.4.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/de/parse.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn word(input: &str) -> ParseResult<&str> {
[INFO] [stdout]   |                    ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |                    |        |           |
[INFO] [stdout]   |                    |        |           the same lifetime is elided here
[INFO] [stdout]   |                    |        the same lifetime is hidden here
[INFO] [stdout]   |                    the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn word(input: &str) -> ParseResult<'_, &str> {
[INFO] [stdout]   |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/parse.rs:31:26
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn n_elements(input: &str, n: usize) -> ParseResult<Vec<&str>> {
[INFO] [stdout]    |                          ^^^^               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                          |                  |               |
[INFO] [stdout]    |                          |                  |               the same lifetime is elided here
[INFO] [stdout]    |                          |                  the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn n_elements(input: &str, n: usize) -> ParseResult<'_, Vec<&str>> {
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/parse.rs:53:20
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn line(input: &str) -> ParseResult<&str> {
[INFO] [stdout]    |                    ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                    |        |           |
[INFO] [stdout]    |                    |        |           the same lifetime is elided here
[INFO] [stdout]    |                    |        the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn line(input: &str) -> ParseResult<'_, &str> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/parse.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub fn indent(input: &str) -> ParseResult<Indent> {
[INFO] [stdout]    |                      ^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub fn indent(input: &str) -> ParseResult<'_, Indent> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/parse.rs:91:23
[INFO] [stdout]    |
[INFO] [stdout] 91 | fn line_indent(input: &str) -> ParseResult<Option<Indent>> {
[INFO] [stdout]    |                       ^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 | fn line_indent(input: &str) -> ParseResult<'_, Option<Indent>> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/parser.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn read_str(&mut self) -> Result<Cow<str>> {
[INFO] [stdout]    |                     ^^^^^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn read_str(&mut self) -> Result<Cow<'_, str>> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/parser.rs:362:13
[INFO] [stdout]     |
[INFO] [stdout] 362 |     fn next(&mut self) -> Result<Cow<str>> {
[INFO] [stdout]     |             ^^^^^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 362 |     fn next(&mut self) -> Result<Cow<'_, str>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s
[INFO] running `Command { std: "docker" "inspect" "9d536e7b272aff9fca796cad728983001d8f65988bb549b47e7d0f1c81e11d62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d536e7b272aff9fca796cad728983001d8f65988bb549b47e7d0f1c81e11d62", kill_on_drop: false }`
[INFO] [stdout] 9d536e7b272aff9fca796cad728983001d8f65988bb549b47e7d0f1c81e11d62
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 6b16355b4218c550522e0e2143f0c2cf7f9d6893f275b27a6c168f10afaeb11c
[INFO] running `Command { std: "docker" "start" "-a" "6b16355b4218c550522e0e2143f0c2cf7f9d6893f275b27a6c168f10afaeb11c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling gzip-header v1.0.0
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling ascii v1.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling chunked_transfer v1.5.0
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling clap_builder v4.5.26
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tiny_http v0.12.0
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling deflate v1.0.0
[INFO] [stderr]    Compiling deunicode v1.6.0
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling buf_redux v0.8.4
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling twoway v0.1.8
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling tempfile v3.15.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling clap_derive v4.5.24
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling clap v4.5.26
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling multipart v0.18.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling idm v0.4.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/de/parse.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn word(input: &str) -> ParseResult<&str> {
[INFO] [stdout]   |                    ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |                    |        |           |
[INFO] [stdout]   |                    |        |           the same lifetime is elided here
[INFO] [stdout]   |                    |        the same lifetime is hidden here
[INFO] [stdout]   |                    the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn word(input: &str) -> ParseResult<'_, &str> {
[INFO] [stdout]   |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/parse.rs:31:26
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn n_elements(input: &str, n: usize) -> ParseResult<Vec<&str>> {
[INFO] [stdout]    |                          ^^^^               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                          |                  |               |
[INFO] [stdout]    |                          |                  |               the same lifetime is elided here
[INFO] [stdout]    |                          |                  the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn n_elements(input: &str, n: usize) -> ParseResult<'_, Vec<&str>> {
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/parse.rs:53:20
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn line(input: &str) -> ParseResult<&str> {
[INFO] [stdout]    |                    ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                    |        |           |
[INFO] [stdout]    |                    |        |           the same lifetime is elided here
[INFO] [stdout]    |                    |        the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn line(input: &str) -> ParseResult<'_, &str> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/parse.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub fn indent(input: &str) -> ParseResult<Indent> {
[INFO] [stdout]    |                      ^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub fn indent(input: &str) -> ParseResult<'_, Indent> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/parse.rs:91:23
[INFO] [stdout]    |
[INFO] [stdout] 91 | fn line_indent(input: &str) -> ParseResult<Option<Indent>> {
[INFO] [stdout]    |                       ^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 | fn line_indent(input: &str) -> ParseResult<'_, Option<Indent>> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/parser.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn read_str(&mut self) -> Result<Cow<str>> {
[INFO] [stdout]    |                     ^^^^^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn read_str(&mut self) -> Result<Cow<'_, str>> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/parser.rs:362:13
[INFO] [stdout]     |
[INFO] [stdout] 362 |     fn next(&mut self) -> Result<Cow<str>> {
[INFO] [stdout]     |             ^^^^^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 362 |     fn next(&mut self) -> Result<Cow<'_, str>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling rouille v3.6.2
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/de/parse.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn word(input: &str) -> ParseResult<&str> {
[INFO] [stdout]   |                    ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |                    |        |           |
[INFO] [stdout]   |                    |        |           the same lifetime is elided here
[INFO] [stdout]   |                    |        the same lifetime is hidden here
[INFO] [stdout]   |                    the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn word(input: &str) -> ParseResult<'_, &str> {
[INFO] [stdout]   |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/parse.rs:31:26
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn n_elements(input: &str, n: usize) -> ParseResult<Vec<&str>> {
[INFO] [stdout]    |                          ^^^^               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                          |                  |               |
[INFO] [stdout]    |                          |                  |               the same lifetime is elided here
[INFO] [stdout]    |                          |                  the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn n_elements(input: &str, n: usize) -> ParseResult<'_, Vec<&str>> {
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/parse.rs:53:20
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn line(input: &str) -> ParseResult<&str> {
[INFO] [stdout]    |                    ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                    |        |           |
[INFO] [stdout]    |                    |        |           the same lifetime is elided here
[INFO] [stdout]    |                    |        the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn line(input: &str) -> ParseResult<'_, &str> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/parse.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub fn indent(input: &str) -> ParseResult<Indent> {
[INFO] [stdout]    |                      ^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub fn indent(input: &str) -> ParseResult<'_, Indent> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/parse.rs:91:23
[INFO] [stdout]    |
[INFO] [stdout] 91 | fn line_indent(input: &str) -> ParseResult<Option<Indent>> {
[INFO] [stdout]    |                       ^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 | fn line_indent(input: &str) -> ParseResult<'_, Option<Indent>> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/parser.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn read_str(&mut self) -> Result<Cow<str>> {
[INFO] [stdout]    |                     ^^^^^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn read_str(&mut self) -> Result<Cow<'_, str>> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/parser.rs:362:13
[INFO] [stdout]     |
[INFO] [stdout] 362 |     fn next(&mut self) -> Result<Cow<str>> {
[INFO] [stdout]     |             ^^^^^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 362 |     fn next(&mut self) -> Result<Cow<'_, str>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/parser.rs:772:14
[INFO] [stdout]     |
[INFO] [stdout] 772 |         fn n(&mut self) -> Cow<str>;
[INFO] [stdout]     |              ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 772 |         fn n(&mut self) -> Cow<'_, str>;
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/parser.rs:795:14
[INFO] [stdout]     |
[INFO] [stdout] 795 |         fn n(&mut self) -> Cow<str> {
[INFO] [stdout]     |              ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 795 |         fn n(&mut self) -> Cow<'_, str> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 34.17s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "6b16355b4218c550522e0e2143f0c2cf7f9d6893f275b27a6c168f10afaeb11c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b16355b4218c550522e0e2143f0c2cf7f9d6893f275b27a6c168f10afaeb11c", kill_on_drop: false }`
[INFO] [stdout] 6b16355b4218c550522e0e2143f0c2cf7f9d6893f275b27a6c168f10afaeb11c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 121dc047fd6ea617b567791a4e2f72e8fb4c5cdd8d728b95d7a563c6418f2d6c
[INFO] running `Command { std: "docker" "start" "-a" "121dc047fd6ea617b567791a4e2f72e8fb4c5cdd8d728b95d7a563c6418f2d6c", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/de/parse.rs:8:20
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn word(input: &str) -> ParseResult<&str> {
[INFO] [stderr]   |                    ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |                    |        |           |
[INFO] [stderr]   |                    |        |           the same lifetime is elided here
[INFO] [stderr]   |                    |        the same lifetime is hidden here
[INFO] [stderr]   |                    the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn word(input: &str) -> ParseResult<'_, &str> {
[INFO] [stderr]   |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/de/parse.rs:31:26
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub fn n_elements(input: &str, n: usize) -> ParseResult<Vec<&str>> {
[INFO] [stderr]    |                          ^^^^               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                          |                  |               |
[INFO] [stderr]    |                          |                  |               the same lifetime is elided here
[INFO] [stderr]    |                          |                  the same lifetime is hidden here
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub fn n_elements(input: &str, n: usize) -> ParseResult<'_, Vec<&str>> {
[INFO] [stderr]    |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/de/parse.rs:53:20
[INFO] [stderr]    |
[INFO] [stderr] 53 | pub fn line(input: &str) -> ParseResult<&str> {
[INFO] [stderr]    |                    ^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                    |        |           |
[INFO] [stderr]    |                    |        |           the same lifetime is elided here
[INFO] [stderr]    |                    |        the same lifetime is hidden here
[INFO] [stderr]    |                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 53 | pub fn line(input: &str) -> ParseResult<'_, &str> {
[INFO] [stderr]    |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/de/parse.rs:76:22
[INFO] [stderr]    |
[INFO] [stderr] 76 | pub fn indent(input: &str) -> ParseResult<Indent> {
[INFO] [stderr]    |                      ^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 76 | pub fn indent(input: &str) -> ParseResult<'_, Indent> {
[INFO] [stderr]    |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/de/parse.rs:91:23
[INFO] [stderr]    |
[INFO] [stderr] 91 | fn line_indent(input: &str) -> ParseResult<Option<Indent>> {
[INFO] [stderr]    |                       ^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 91 | fn line_indent(input: &str) -> ParseResult<'_, Option<Indent>> {
[INFO] [stderr]    |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/de/parser.rs:48:21
[INFO] [stderr]    |
[INFO] [stderr] 48 |     pub fn read_str(&mut self) -> Result<Cow<str>> {
[INFO] [stderr]    |                     ^^^^^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 48 |     pub fn read_str(&mut self) -> Result<Cow<'_, str>> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/de/parser.rs:362:13
[INFO] [stderr]     |
[INFO] [stderr] 362 |     fn next(&mut self) -> Result<Cow<str>> {
[INFO] [stderr]     |             ^^^^^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |             |
[INFO] [stderr]     |             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 362 |     fn next(&mut self) -> Result<Cow<'_, str>> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: `idm` (lib) generated 7 warnings (run `cargo fix --lib -p idm` to apply 7 suggestions)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/de/parser.rs:772:14
[INFO] [stderr]     |
[INFO] [stderr] 772 |         fn n(&mut self) -> Cow<str>;
[INFO] [stderr]     |              ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 772 |         fn n(&mut self) -> Cow<'_, str>;
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/de/parser.rs:795:14
[INFO] [stderr]     |
[INFO] [stderr] 795 |         fn n(&mut self) -> Cow<str> {
[INFO] [stderr]     |              ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 795 |         fn n(&mut self) -> Cow<'_, str> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: `idm` (lib test) generated 9 warnings (7 duplicates) (run `cargo fix --lib -p idm --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/idm-f53d30ae687c7e59)
[INFO] [stdout] 
[INFO] [stdout] running 61 tests
[INFO] [stdout] test de::parse::tests::test_indent_parse ... ok
[INFO] [stdout] test de::parse::tests::test_whitespace ... ok
[INFO] [stdout] test de::parser::tests::fragment_seq ... ok
[INFO] [stdout] test de::parser::tests::seq_1 ... ok
[INFO] [stdout] test de::parse::tests::test_word ... ok
[INFO] [stdout] test tests::colon_struct ... ok
[INFO] [stdout] test de::parser::tests::seq_2 ... ok
[INFO] [stdout] test de::parser::tests::construction ... ok
[INFO] [stdout] test tests::basic_outlines ... ok
[INFO] [stdout] test tests::atom ... ok
[INFO] [stdout] test tests::enum_field ... ok
[INFO] [stdout] test tests::data_outline ... ok
[INFO] [stdout] test tests::block_sequence_comment_escape ... ok
[INFO] [stdout] test tests::colon_variations ... ok
[INFO] [stdout] test tests::generic_attributes ... ok
[INFO] [stdout] test tests::inconsistent_indentation ... ok
[INFO] [stdout] test tests::full_enum ... ok
[INFO] [stdout] test tests::enum_tuples ... ok
[INFO] [stdout] test tests::indented_vector_struct ... ok
[INFO] [stdout] test de::parser::tests::outline ... ok
[INFO] [stdout] test tests::enum_map_keys ... ok
[INFO] [stdout] test tests::defaults_struct ... ok
[INFO] [stdout] test tests::block_sequence ... ok
[INFO] [stdout] test de::parser::tests::outline_attributes ... ok
[INFO] [stdout] test tests::io_api ... ok
[INFO] [stdout] test tests::complex_inline_structs ... ok
[INFO] [stdout] test tests::multi_nesting ... ok
[INFO] [stdout] test ser::tests::guess_style ... ok
[INFO] [stdout] test tests::nested_map ... ok
[INFO] [stdout] test tests::map ... ok
[INFO] [stdout] test tests::map_structs ... ok
[INFO] [stdout] test tests::oneshot_section ... ok
[INFO] [stdout] test tests::options_struct_vec ... ok
[INFO] [stdout] test tests::nbsp_is_not_whitespace ... ok
[INFO] [stdout] test tests::nested_sequence ... ok
[INFO] [stdout] test tests::oneshot_section_struct_vec ... ok
[INFO] [stdout] test tests::oneshot_section_map_vec ... ok
[INFO] [stdout] test tests::nested_tuples ... ok
[INFO] [stdout] test tests::nesting_contents_2 ... ok
[INFO] [stdout] test tests::nesting_contents ... ok
[INFO] [stdout] test tests::inline_structs ... ok
[INFO] [stdout] test tests::outline_tail_comments ... ok
[INFO] [stdout] test tests::primitives ... ok
[INFO] [stdout] test tests::section_tuple ... ok
[INFO] [stdout] test tests::standalone_section ... ok
[INFO] [stdout] test tests::simple_sequence ... ok
[INFO] [stdout] test tests::struct_enum_tail_lining ... ok
[INFO] [stdout] test tests::section_atoms ... ok
[INFO] [stdout] test tests::simple_struct_errors ... ok
[INFO] [stdout] test tests::outline_with_blanks ... ok
[INFO] [stdout] test tests::string_literal_indent_rewrite ... ok
[INFO] [stdout] test tests::unit_enum ... ok
[INFO] [stdout] test tests::vector_struct ... ok
[INFO] [stdout] test tests::simple_struct_parse ... ok
[INFO] [stdout] test tests::word_tables ... ok
[INFO] [stdout] test tests::struct_tail_lining ... ok
[INFO] [stdout] test tests::tail_lining ... ok
[INFO] [stdout] test tests::tuple_enum_tail_lining ... ok
[INFO] [stdout] test tests::trim_nbsp ... ok
[INFO] [stdout] test tests::struct_block_value ... ok
[INFO] [stdout] test tests::escape_comment ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests idm
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 376) ... ok
[INFO] [stdout] test src/util.rs - util::DefaultDash (line 19) ... ok
[INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 363) ... ok
[INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 118) ... ok
[INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 306) ... ok
[INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 387) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.75s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "121dc047fd6ea617b567791a4e2f72e8fb4c5cdd8d728b95d7a563c6418f2d6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "121dc047fd6ea617b567791a4e2f72e8fb4c5cdd8d728b95d7a563c6418f2d6c", kill_on_drop: false }`
[INFO] [stdout] 121dc047fd6ea617b567791a4e2f72e8fb4c5cdd8d728b95d7a563c6418f2d6c
