[INFO] fetching crate safe-proc-macro2 1.0.95...
[INFO] testing safe-proc-macro2-1.0.95 against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] extracting crate safe-proc-macro2 1.0.95 into /workspace/builds/worker-4-tc1/source
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate safe-proc-macro2 1.0.95
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate safe-proc-macro2 1.0.95
[INFO] tweaked toml for crates.io crate safe-proc-macro2 1.0.95 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate safe-proc-macro2 1.0.95 on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate safe-proc-macro2 1.0.95 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" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded xattr v1.5.0
[INFO] [stderr]   Downloaded safe-proc-macro2 v1.0.94
[INFO] [stderr]   Downloaded safe-quote v1.0.39
[INFO] [stderr]   Downloaded rustix v1.0.2
[INFO] [stderr]   Downloaded linux-raw-sys v0.9.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f86554dce4151e22d32290922baad816e425cc4700bb75b99479195a5902f388
[INFO] running `Command { std: "docker" "start" "-a" "f86554dce4151e22d32290922baad816e425cc4700bb75b99479195a5902f388", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f86554dce4151e22d32290922baad816e425cc4700bb75b99479195a5902f388", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f86554dce4151e22d32290922baad816e425cc4700bb75b99479195a5902f388", kill_on_drop: false }`
[INFO] [stdout] f86554dce4151e22d32290922baad816e425cc4700bb75b99479195a5902f388
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 36963a1e6b8b380a63bb26c6e797f841546653546e16c06e73bbc6ad9be0b58c
[INFO] running `Command { std: "docker" "start" "-a" "36963a1e6b8b380a63bb26c6e797f841546653546e16c06e73bbc6ad9be0b58c", kill_on_drop: false }`
[INFO] [stderr]    Compiling safe-proc-macro2 v1.0.95 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn block_comment(input: Cursor) -> PResult<&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 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] 125 | fn block_comment(input: Cursor<'_>) -> PResult<'_, &str> {
[INFO] [stdout]     |                               ++++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:318:25
[INFO] [stdout]     |
[INFO] [stdout] 318 | fn ident_not_raw(input: Cursor) -> PResult<&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 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] 318 | fn ident_not_raw(input: Cursor<'_>) -> PResult<'_, &str> {
[INFO] [stdout]     |                               ++++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:474:35
[INFO] [stdout]     |
[INFO] [stdout] 474 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&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 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] 474 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<'_, &str> {
[INFO] [stdout]     |                                         ++++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:957:32
[INFO] [stdout]     |
[INFO] [stdout] 957 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> {
[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 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] 957 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<'_, (&str, bool)> {
[INFO] [stdout]     |                                      ++++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:980:37
[INFO] [stdout]     |
[INFO] [stdout] 980 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &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] 980 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor<'_>, &str) {
[INFO] [stdout]     |                                           ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rcvec.rs:33:24
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub(crate) fn iter(&self) -> slice::Iter<T> {
[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] 33 |     pub(crate) fn iter(&self) -> slice::Iter<'_, T> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rcvec.rs:37:28
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub(crate) fn make_mut(&mut self) -> RcVecMut<T>
[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] 37 |     pub(crate) fn make_mut(&mut self) -> RcVecMut<'_, T>
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rcvec.rs:46:27
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub(crate) fn get_mut(&mut self) -> Option<RcVecMut<T>> {
[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] 46 |     pub(crate) fn get_mut(&mut self) -> Option<RcVecMut<'_, T>> {
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rcvec.rs:83:26
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<T> {
[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] 83 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rcvec.rs:105:26
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<T> {
[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] 105 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fallback.rs:203:20
[INFO] [stdout]     |
[INFO] [stdout] 203 | fn get_cursor(src: &str) -> Cursor {
[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] 203 | fn get_cursor(src: &str) -> Cursor<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
[INFO] running `Command { std: "docker" "inspect" "36963a1e6b8b380a63bb26c6e797f841546653546e16c06e73bbc6ad9be0b58c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36963a1e6b8b380a63bb26c6e797f841546653546e16c06e73bbc6ad9be0b58c", kill_on_drop: false }`
[INFO] [stdout] 36963a1e6b8b380a63bb26c6e797f841546653546e16c06e73bbc6ad9be0b58c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 34a2770df10baa3a136d3ea41c413963e20871339f35face6d0aeacaaf5c2338
[INFO] running `Command { std: "docker" "start" "-a" "34a2770df10baa3a136d3ea41c413963e20871339f35face6d0aeacaaf5c2338", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.0.2
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling linux-raw-sys v0.9.2
[INFO] [stderr]    Compiling safe-proc-macro2 v1.0.94
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn block_comment(input: Cursor) -> PResult<&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 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] 125 | fn block_comment(input: Cursor<'_>) -> PResult<'_, &str> {
[INFO] [stdout]     |                               ++++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:318:25
[INFO] [stdout]     |
[INFO] [stdout] 318 | fn ident_not_raw(input: Cursor) -> PResult<&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 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] 318 | fn ident_not_raw(input: Cursor<'_>) -> PResult<'_, &str> {
[INFO] [stdout]     |                               ++++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:474:35
[INFO] [stdout]     |
[INFO] [stdout] 474 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&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 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] 474 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<'_, &str> {
[INFO] [stdout]     |                                         ++++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:957:32
[INFO] [stdout]     |
[INFO] [stdout] 957 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> {
[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 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] 957 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<'_, (&str, bool)> {
[INFO] [stdout]     |                                      ++++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:980:37
[INFO] [stdout]     |
[INFO] [stdout] 980 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &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] 980 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor<'_>, &str) {
[INFO] [stdout]     |                                           ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rcvec.rs:33:24
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub(crate) fn iter(&self) -> slice::Iter<T> {
[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] 33 |     pub(crate) fn iter(&self) -> slice::Iter<'_, T> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rcvec.rs:37:28
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub(crate) fn make_mut(&mut self) -> RcVecMut<T>
[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] 37 |     pub(crate) fn make_mut(&mut self) -> RcVecMut<'_, T>
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rcvec.rs:46:27
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub(crate) fn get_mut(&mut self) -> Option<RcVecMut<T>> {
[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] 46 |     pub(crate) fn get_mut(&mut self) -> Option<RcVecMut<'_, T>> {
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rcvec.rs:83:26
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<T> {
[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] 83 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rcvec.rs:105:26
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<T> {
[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] 105 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fallback.rs:203:20
[INFO] [stdout]     |
[INFO] [stdout] 203 | fn get_cursor(src: &str) -> Cursor {
[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] 203 | fn get_cursor(src: &str) -> Cursor<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling flate2 v1.1.0
[INFO] [stderr]    Compiling safe-quote v1.0.39
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling xattr v1.5.0
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling safe-proc-macro2 v1.0.95 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn block_comment(input: Cursor) -> PResult<&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 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] 125 | fn block_comment(input: Cursor<'_>) -> PResult<'_, &str> {
[INFO] [stdout]     |                               ++++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:318:25
[INFO] [stdout]     |
[INFO] [stdout] 318 | fn ident_not_raw(input: Cursor) -> PResult<&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 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] 318 | fn ident_not_raw(input: Cursor<'_>) -> PResult<'_, &str> {
[INFO] [stdout]     |                               ++++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:474:35
[INFO] [stdout]     |
[INFO] [stdout] 474 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&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 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] 474 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<'_, &str> {
[INFO] [stdout]     |                                         ++++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:957:32
[INFO] [stdout]     |
[INFO] [stdout] 957 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> {
[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 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] 957 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<'_, (&str, bool)> {
[INFO] [stdout]     |                                      ++++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:980:37
[INFO] [stdout]     |
[INFO] [stdout] 980 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &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] 980 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor<'_>, &str) {
[INFO] [stdout]     |                                           ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rcvec.rs:33:24
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub(crate) fn iter(&self) -> slice::Iter<T> {
[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] 33 |     pub(crate) fn iter(&self) -> slice::Iter<'_, T> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rcvec.rs:37:28
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub(crate) fn make_mut(&mut self) -> RcVecMut<T>
[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] 37 |     pub(crate) fn make_mut(&mut self) -> RcVecMut<'_, T>
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rcvec.rs:46:27
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub(crate) fn get_mut(&mut self) -> Option<RcVecMut<T>> {
[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] 46 |     pub(crate) fn get_mut(&mut self) -> Option<RcVecMut<'_, T>> {
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rcvec.rs:83:26
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<T> {
[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] 83 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rcvec.rs:105:26
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<T> {
[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] 105 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fallback.rs:203:20
[INFO] [stdout]     |
[INFO] [stdout] 203 | fn get_cursor(src: &str) -> Cursor {
[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] 203 | fn get_cursor(src: &str) -> Cursor<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.54s
[INFO] running `Command { std: "docker" "inspect" "34a2770df10baa3a136d3ea41c413963e20871339f35face6d0aeacaaf5c2338", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34a2770df10baa3a136d3ea41c413963e20871339f35face6d0aeacaaf5c2338", kill_on_drop: false }`
[INFO] [stdout] 34a2770df10baa3a136d3ea41c413963e20871339f35face6d0aeacaaf5c2338
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c9ed490bf6b3e88dae0a9d71c55381ec773adbcbe1090b0f10ceb99163bb5187
[INFO] running `Command { std: "docker" "start" "-a" "c9ed490bf6b3e88dae0a9d71c55381ec773adbcbe1090b0f10ceb99163bb5187", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:125:25
[INFO] [stderr]     |
[INFO] [stderr] 125 | fn block_comment(input: Cursor) -> PResult<&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 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] 125 | fn block_comment(input: Cursor<'_>) -> PResult<'_, &str> {
[INFO] [stderr]     |                               ++++             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:318:25
[INFO] [stderr]     |
[INFO] [stderr] 318 | fn ident_not_raw(input: Cursor) -> PResult<&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 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] 318 | fn ident_not_raw(input: Cursor<'_>) -> PResult<'_, &str> {
[INFO] [stderr]     |                               ++++             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:474:35
[INFO] [stderr]     |
[INFO] [stderr] 474 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&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 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] 474 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<'_, &str> {
[INFO] [stderr]     |                                         ++++             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:957:32
[INFO] [stderr]     |
[INFO] [stderr] 957 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> {
[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 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] 957 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<'_, (&str, bool)> {
[INFO] [stderr]     |                                      ++++             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:980:37
[INFO] [stderr]     |
[INFO] [stderr] 980 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &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] 980 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor<'_>, &str) {
[INFO] [stderr]     |                                           ++++            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/rcvec.rs:33:24
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub(crate) fn iter(&self) -> slice::Iter<T> {
[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] 33 |     pub(crate) fn iter(&self) -> slice::Iter<'_, T> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/rcvec.rs:37:28
[INFO] [stderr]    |
[INFO] [stderr] 37 |     pub(crate) fn make_mut(&mut self) -> RcVecMut<T>
[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] 37 |     pub(crate) fn make_mut(&mut self) -> RcVecMut<'_, T>
[INFO] [stderr]    |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/rcvec.rs:46:27
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub(crate) fn get_mut(&mut self) -> Option<RcVecMut<T>> {
[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] 46 |     pub(crate) fn get_mut(&mut self) -> Option<RcVecMut<'_, T>> {
[INFO] [stderr]    |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/rcvec.rs:83:26
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<T> {
[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] 83 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {
[INFO] [stderr]    |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rcvec.rs:105:26
[INFO] [stderr]     |
[INFO] [stderr] 105 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<T> {
[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] 105 |     pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {
[INFO] [stderr]     |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/fallback.rs:203:20
[INFO] [stderr]     |
[INFO] [stderr] 203 | fn get_cursor(src: &str) -> Cursor {
[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] 203 | fn get_cursor(src: &str) -> Cursor<'_> {
[INFO] [stderr]     |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `safe-proc-macro2` (lib) generated 11 warnings (run `cargo fix --lib -p safe-proc-macro2` to apply 11 suggestions)
[INFO] [stderr] warning: `safe-proc-macro2` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/safe_proc_macro2-ecd5f7ca9a57f5ba)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/comments.rs (/opt/rustwide/target/debug/deps/comments-871d895395af2e0d)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test closed_immediately ... ok
[INFO] [stdout] test incomplete ... ok
[INFO] [stdout] test carriage_return ... ok
[INFO] [stdout] test lit ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/features.rs (/opt/rustwide/target/debug/deps/features-1b3dcceb204d6608)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/marker.rs (/opt/rustwide/target/debug/deps/marker-9a63e7a57915438c)
[INFO] [stdout] test make_sure_no_proc_macro ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test Delimiter ... ok
[INFO] [stdout] test Ident ... ok
[INFO] [stdout] test Group ... ok
[INFO] [stdout] test LexError ... ok
[INFO] [stdout] test Literal ... ok
[INFO] [stdout] test Punct ... ok
[INFO] [stdout] test Spacing ... ok
[INFO] [stdout] test Span ... ok
[INFO] [stdout] test TokenStream ... ok
[INFO] [stdout] test TokenTree ... ok
[INFO] [stdout] test unwind_safe::Delimiter ... ok
[INFO] [stdout] test unwind_safe::Group ... ok
[INFO] [stdout] test unwind_safe::Ident ... ok
[INFO] [stdout] test unwind_safe::LexError ... ok
[INFO] [stdout] test unwind_safe::Literal ... ok
[INFO] [stdout] test unwind_safe::Punct ... ok
[INFO] [stdout] test unwind_safe::Spacing ... ok
[INFO] [stdout] test unwind_safe::Span ... ok
[INFO] [stdout] test unwind_safe::TokenStream ... ok
[INFO] [stdout] test unwind_safe::TokenTree ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test.rs (/opt/rustwide/target/debug/deps/test-e9f64fea2b11a6a4)
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test default_tokenstream_is_empty ... ok
[INFO] [stdout] test fail ... ok
[INFO] [stdout] test byte_order_mark ... ok
[INFO] [stdout] test idents ... ok
[INFO] [stdout] test joint_last_token ... ok
[INFO] [stdout] test ident_empty - should panic ... ok
[INFO] [stdout] test ident_invalid - should panic ... ok
[INFO] [stdout] test ident_number - should panic ... ok
[INFO] [stdout] test ident_raw_underscore - should panic ... ok
[INFO] [stdout] test literal_byte_character ... ok
[INFO] [stdout] test lifetime_empty - should panic ... ok
[INFO] [stdout] test lifetime_invalid - should panic ... ok
[INFO] [stdout] test lifetime_number - should panic ... ok
[INFO] [stdout] test ident_raw_reserved - should panic ... ok
[INFO] [stdout] test literal_byte_string ... ok
[INFO] [stdout] test literal_c_string ... ok
[INFO] [stdout] test literal_character ... ok
[INFO] [stdout] test literal_float ... ok
[INFO] [stdout] test literal_integer ... ok
[INFO] [stdout] test literal_iter_negative ... ok
[INFO] [stdout] test literal_parse ... ok
[INFO] [stdout] test literal_raw_string ... ok
[INFO] [stdout] test literal_span ... ok
[INFO] [stdout] test literal_suffix ... ok
[INFO] [stdout] test literal_string ... ok
[INFO] [stdout] test no_panic ... ok
[INFO] [stdout] test punct_before_comment ... ok
[INFO] [stdout] test raw_ident_empty - should panic ... ok
[INFO] [stdout] test raw_ident_invalid - should panic ... ok
[INFO] [stdout] test raw_ident_number - should panic ... ok
[INFO] [stdout] test raw_identifier ... ok
[INFO] [stdout] test raw_idents ... ok
[INFO] [stdout] test test_debug_ident ... ok
[INFO] [stdout] test test_debug_tokenstream ... ok
[INFO] [stdout] test tokenstream_size_hint ... ok
[INFO] [stdout] test tuple_indexing ... ok
[INFO] [stdout] test roundtrip ... ok
[INFO] [stdout] test whitespace ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_fmt.rs (/opt/rustwide/target/debug/deps/test_fmt-df2dbcba6af5944c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_fmt_group ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_size.rs (/opt/rustwide/target/debug/deps/test_size-031f2e80fb77c87a)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_proc_macro2_fallback_size_with_locations ... ignored, wrapper mode
[INFO] [stdout] test test_proc_macro2_fallback_size_without_locations ... ignored, wrapper mode
[INFO] [stdout] test test_proc_macro2_wrapper_size_with_locations ... ignored, span locations are off
[INFO] [stdout] test test_proc_macro_size ... ok
[INFO] [stdout] test test_proc_macro2_wrapper_size_without_locations ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests safe_proc_macro2
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - Ident (line 891) ... FAILED
[INFO] [stdout] test src/lib.rs - Ident (line 879) ... ok
[INFO] [stdout] test src/lib.rs - (line 30) ... ok
[INFO] [stdout] test src/lib.rs - Ident (line 910) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Ident (line 891) stdout ----
[INFO] [stdout] error[E0277]: the trait bound `safe_proc_macro2::Ident: ToTokens` is not satisfied
[INFO] [stdout]   --> src/lib.rs:900:20
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let expanded = quote! { let #ident = 10; };
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the trait `ToTokens` is not implemented for `safe_proc_macro2::Ident`
[INFO] [stdout]    |                    required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `ToTokens`:
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              CStr
[INFO] [stdout]              CString
[INFO] [stdout]              Cow<'a, T>
[INFO] [stdout]              Option<T>
[INFO] [stdout]              Rc<T>
[INFO] [stdout]            and 24 others
[INFO] [stdout]    = note: this error originates in the macro `$crate::quote_token_with_context` which comes from the expansion of the macro `quote` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `safe_proc_macro2::Ident: ToTokens` is not satisfied
[INFO] [stdout]   --> src/lib.rs:904:20
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let expanded = quote! { let #temp_ident = 10; };
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the trait `ToTokens` is not implemented for `safe_proc_macro2::Ident`
[INFO] [stdout]    |                    required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `ToTokens`:
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout]              Box<T>
[INFO] [stdout]              CStr
[INFO] [stdout]              CString
[INFO] [stdout]              Cow<'a, T>
[INFO] [stdout]              Option<T>
[INFO] [stdout]              Rc<T>
[INFO] [stdout]            and 24 others
[INFO] [stdout]    = note: this error originates in the macro `$crate::quote_token_with_context` which comes from the expansion of the macro `quote` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - Ident (line 891)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "c9ed490bf6b3e88dae0a9d71c55381ec773adbcbe1090b0f10ceb99163bb5187", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9ed490bf6b3e88dae0a9d71c55381ec773adbcbe1090b0f10ceb99163bb5187", kill_on_drop: false }`
[INFO] [stdout] c9ed490bf6b3e88dae0a9d71c55381ec773adbcbe1090b0f10ceb99163bb5187
