[INFO] fetching crate supply-chain-trust-example-crate-000004 1.0.95...
[INFO] testing supply-chain-trust-example-crate-000004-1.0.95 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate supply-chain-trust-example-crate-000004 1.0.95 into /workspace/builds/worker-5-tc2/source
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate supply-chain-trust-example-crate-000004 1.0.95
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate supply-chain-trust-example-crate-000004 1.0.95
[INFO] tweaked toml for crates.io crate supply-chain-trust-example-crate-000004 1.0.95 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate supply-chain-trust-example-crate-000004 1.0.95 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate supply-chain-trust-example-crate-000004 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5ba613e04a52a8a361f0553b454353ace63d4fda63846c29c3a3bc07e5ad84e0
[INFO] running `Command { std: "docker" "start" "-a" "5ba613e04a52a8a361f0553b454353ace63d4fda63846c29c3a3bc07e5ad84e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5ba613e04a52a8a361f0553b454353ace63d4fda63846c29c3a3bc07e5ad84e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ba613e04a52a8a361f0553b454353ace63d4fda63846c29c3a3bc07e5ad84e0", kill_on_drop: false }`
[INFO] [stdout] 5ba613e04a52a8a361f0553b454353ace63d4fda63846c29c3a3bc07e5ad84e0
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 28f8bdb9816f3242f57abbca6297a999c528414d97d8ea9684b76b28d4925e36
[INFO] running `Command { std: "docker" "start" "-a" "28f8bdb9816f3242f57abbca6297a999c528414d97d8ea9684b76b28d4925e36", kill_on_drop: false }`
[INFO] [stderr]    Compiling supply-chain-trust-example-crate-000004 v1.0.95 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[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:204:20
[INFO] [stdout]     |
[INFO] [stdout] 204 | 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] 204 | fn get_cursor(src: &str) -> Cursor<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
[INFO] running `Command { std: "docker" "inspect" "28f8bdb9816f3242f57abbca6297a999c528414d97d8ea9684b76b28d4925e36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28f8bdb9816f3242f57abbca6297a999c528414d97d8ea9684b76b28d4925e36", kill_on_drop: false }`
[INFO] [stdout] 28f8bdb9816f3242f57abbca6297a999c528414d97d8ea9684b76b28d4925e36
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 678c25a24897c53200847fb5f2973eab1b7072419b2b652e7be9060820b1cce6
[INFO] running `Command { std: "docker" "start" "-a" "678c25a24897c53200847fb5f2973eab1b7072419b2b652e7be9060820b1cce6", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.0.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling linux-raw-sys v0.9.3
[INFO] [stderr]    Compiling filetime v0.2.25
[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:204:20
[INFO] [stdout]     |
[INFO] [stdout] 204 | 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] 204 | fn get_cursor(src: &str) -> Cursor<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling flate2 v1.1.0
[INFO] [stderr]    Compiling xattr v1.5.0
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling supply-chain-trust-example-crate-000004 v1.0.95 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `proc_macro2`
[INFO] [stdout]  --> tests/marker.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use proc_macro2::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proc_macro2`, use `cargo add proc_macro2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `proc_macro2`
[INFO] [stdout]   --> tests/marker.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     use proc_macro2::{
[INFO] [stdout]    |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `proc_macro2`, use `cargo add proc_macro2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `proc_macro2`
[INFO] [stdout]  --> tests/comments.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use proc_macro2::{Delimiter, Literal, Spacing, TokenStream, TokenTree};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proc_macro2`, use `cargo add proc_macro2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `proc_macro2`
[INFO] [stdout]  --> tests/test_fmt.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use proc_macro2::{Delimiter, Group, Ident, Span, TokenStream, TokenTree};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proc_macro2`, use `cargo add proc_macro2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `proc_macro2`
[INFO] [stdout]   --> tests/test.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use proc_macro2::{Ident, Literal, Punct, Spacing, Span, TokenStream, TokenTree};
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `proc_macro2`, use `cargo add proc_macro2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FromStr`
[INFO] [stdout]   --> tests/test.rs:13:22
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::str::{self, FromStr};
[INFO] [stdout]    |                      ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000004` (test "test_fmt") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000004` (test "comments") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000004` (test "marker") due to 2 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:27:31
[INFO] [stdout]    |
[INFO] [stdout] 27 |     assert_eq!(mem::size_of::<proc_macro2::Span>(), 0);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 27 -     assert_eq!(mem::size_of::<proc_macro2::Span>(), 0);
[INFO] [stdout] 27 +     assert_eq!(mem::size_of::<proc_macro::Span>(), 0);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:28:38
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_eq!(mem::size_of::<Option<proc_macro2::Span>>(), 1);
[INFO] [stdout]    |                                      ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 28 -     assert_eq!(mem::size_of::<Option<proc_macro2::Span>>(), 1);
[INFO] [stdout] 28 +     assert_eq!(mem::size_of::<Option<proc_macro::Span>>(), 1);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 |     assert_eq!(mem::size_of::<proc_macro2::Group>(), 16);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 29 -     assert_eq!(mem::size_of::<proc_macro2::Group>(), 16);
[INFO] [stdout] 29 +     assert_eq!(mem::size_of::<proc_macro::Group>(), 16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:30:31
[INFO] [stdout]    |
[INFO] [stdout] 30 |     assert_eq!(mem::size_of::<proc_macro2::Ident>(), 24);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 30 -     assert_eq!(mem::size_of::<proc_macro2::Ident>(), 24);
[INFO] [stdout] 30 +     assert_eq!(mem::size_of::<proc_macro::Ident>(), 24);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:31:31
[INFO] [stdout]    |
[INFO] [stdout] 31 |     assert_eq!(mem::size_of::<proc_macro2::Punct>(), 8);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 31 -     assert_eq!(mem::size_of::<proc_macro2::Punct>(), 8);
[INFO] [stdout] 31 +     assert_eq!(mem::size_of::<proc_macro::Punct>(), 8);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:32:31
[INFO] [stdout]    |
[INFO] [stdout] 32 |     assert_eq!(mem::size_of::<proc_macro2::Literal>(), 24);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 32 -     assert_eq!(mem::size_of::<proc_macro2::Literal>(), 24);
[INFO] [stdout] 32 +     assert_eq!(mem::size_of::<proc_macro::Literal>(), 24);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:33:31
[INFO] [stdout]    |
[INFO] [stdout] 33 |     assert_eq!(mem::size_of::<proc_macro2::TokenStream>(), 8);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 33 -     assert_eq!(mem::size_of::<proc_macro2::TokenStream>(), 8);
[INFO] [stdout] 33 +     assert_eq!(mem::size_of::<proc_macro::TokenStream>(), 8);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:42:31
[INFO] [stdout]    |
[INFO] [stdout] 42 |     assert_eq!(mem::size_of::<proc_macro2::Span>(), 8);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 42 -     assert_eq!(mem::size_of::<proc_macro2::Span>(), 8);
[INFO] [stdout] 42 +     assert_eq!(mem::size_of::<proc_macro::Span>(), 8);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:43:38
[INFO] [stdout]    |
[INFO] [stdout] 43 |     assert_eq!(mem::size_of::<Option<proc_macro2::Span>>(), 12);
[INFO] [stdout]    |                                      ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 43 -     assert_eq!(mem::size_of::<Option<proc_macro2::Span>>(), 12);
[INFO] [stdout] 43 +     assert_eq!(mem::size_of::<Option<proc_macro::Span>>(), 12);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:44:31
[INFO] [stdout]    |
[INFO] [stdout] 44 |     assert_eq!(mem::size_of::<proc_macro2::Group>(), 24);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 44 -     assert_eq!(mem::size_of::<proc_macro2::Group>(), 24);
[INFO] [stdout] 44 +     assert_eq!(mem::size_of::<proc_macro::Group>(), 24);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:45:31
[INFO] [stdout]    |
[INFO] [stdout] 45 |     assert_eq!(mem::size_of::<proc_macro2::Ident>(), 32);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 45 -     assert_eq!(mem::size_of::<proc_macro2::Ident>(), 32);
[INFO] [stdout] 45 +     assert_eq!(mem::size_of::<proc_macro::Ident>(), 32);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:46:31
[INFO] [stdout]    |
[INFO] [stdout] 46 |     assert_eq!(mem::size_of::<proc_macro2::Punct>(), 16);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 46 -     assert_eq!(mem::size_of::<proc_macro2::Punct>(), 16);
[INFO] [stdout] 46 +     assert_eq!(mem::size_of::<proc_macro::Punct>(), 16);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:47:31
[INFO] [stdout]    |
[INFO] [stdout] 47 |     assert_eq!(mem::size_of::<proc_macro2::Literal>(), 32);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 47 -     assert_eq!(mem::size_of::<proc_macro2::Literal>(), 32);
[INFO] [stdout] 47 +     assert_eq!(mem::size_of::<proc_macro::Literal>(), 32);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:48:31
[INFO] [stdout]    |
[INFO] [stdout] 48 |     assert_eq!(mem::size_of::<proc_macro2::TokenStream>(), 8);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 48 -     assert_eq!(mem::size_of::<proc_macro2::TokenStream>(), 8);
[INFO] [stdout] 48 +     assert_eq!(mem::size_of::<proc_macro::TokenStream>(), 8);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:58:31
[INFO] [stdout]    |
[INFO] [stdout] 58 |     assert_eq!(mem::size_of::<proc_macro2::Span>(), 4);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 58 -     assert_eq!(mem::size_of::<proc_macro2::Span>(), 4);
[INFO] [stdout] 58 +     assert_eq!(mem::size_of::<proc_macro::Span>(), 4);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:59:38
[INFO] [stdout]    |
[INFO] [stdout] 59 |     assert_eq!(mem::size_of::<Option<proc_macro2::Span>>(), 8);
[INFO] [stdout]    |                                      ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 59 -     assert_eq!(mem::size_of::<Option<proc_macro2::Span>>(), 8);
[INFO] [stdout] 59 +     assert_eq!(mem::size_of::<Option<proc_macro::Span>>(), 8);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:60:31
[INFO] [stdout]    |
[INFO] [stdout] 60 |     assert_eq!(mem::size_of::<proc_macro2::Group>(), 24);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 60 -     assert_eq!(mem::size_of::<proc_macro2::Group>(), 24);
[INFO] [stdout] 60 +     assert_eq!(mem::size_of::<proc_macro::Group>(), 24);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:61:31
[INFO] [stdout]    |
[INFO] [stdout] 61 |     assert_eq!(mem::size_of::<proc_macro2::Ident>(), 24);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 61 -     assert_eq!(mem::size_of::<proc_macro2::Ident>(), 24);
[INFO] [stdout] 61 +     assert_eq!(mem::size_of::<proc_macro::Ident>(), 24);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:62:31
[INFO] [stdout]    |
[INFO] [stdout] 62 |     assert_eq!(mem::size_of::<proc_macro2::Punct>(), 12);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 62 -     assert_eq!(mem::size_of::<proc_macro2::Punct>(), 12);
[INFO] [stdout] 62 +     assert_eq!(mem::size_of::<proc_macro::Punct>(), 12);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:63:31
[INFO] [stdout]    |
[INFO] [stdout] 63 |     assert_eq!(mem::size_of::<proc_macro2::Literal>(), 24);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 63 -     assert_eq!(mem::size_of::<proc_macro2::Literal>(), 24);
[INFO] [stdout] 63 +     assert_eq!(mem::size_of::<proc_macro::Literal>(), 24);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:64:31
[INFO] [stdout]    |
[INFO] [stdout] 64 |     assert_eq!(mem::size_of::<proc_macro2::TokenStream>(), 32);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 64 -     assert_eq!(mem::size_of::<proc_macro2::TokenStream>(), 32);
[INFO] [stdout] 64 +     assert_eq!(mem::size_of::<proc_macro::TokenStream>(), 32);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:74:31
[INFO] [stdout]    |
[INFO] [stdout] 74 |     assert_eq!(mem::size_of::<proc_macro2::Span>(), 12);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 74 -     assert_eq!(mem::size_of::<proc_macro2::Span>(), 12);
[INFO] [stdout] 74 +     assert_eq!(mem::size_of::<proc_macro::Span>(), 12);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:75:38
[INFO] [stdout]    |
[INFO] [stdout] 75 |     assert_eq!(mem::size_of::<Option<proc_macro2::Span>>(), 12);
[INFO] [stdout]    |                                      ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 75 -     assert_eq!(mem::size_of::<Option<proc_macro2::Span>>(), 12);
[INFO] [stdout] 75 +     assert_eq!(mem::size_of::<Option<proc_macro::Span>>(), 12);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 |     assert_eq!(mem::size_of::<proc_macro2::Group>(), 32);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 76 -     assert_eq!(mem::size_of::<proc_macro2::Group>(), 32);
[INFO] [stdout] 76 +     assert_eq!(mem::size_of::<proc_macro::Group>(), 32);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:77:31
[INFO] [stdout]    |
[INFO] [stdout] 77 |     assert_eq!(mem::size_of::<proc_macro2::Ident>(), 32);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 77 -     assert_eq!(mem::size_of::<proc_macro2::Ident>(), 32);
[INFO] [stdout] 77 +     assert_eq!(mem::size_of::<proc_macro::Ident>(), 32);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:78:31
[INFO] [stdout]    |
[INFO] [stdout] 78 |     assert_eq!(mem::size_of::<proc_macro2::Punct>(), 20);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 78 -     assert_eq!(mem::size_of::<proc_macro2::Punct>(), 20);
[INFO] [stdout] 78 +     assert_eq!(mem::size_of::<proc_macro::Punct>(), 20);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:79:31
[INFO] [stdout]    |
[INFO] [stdout] 79 |     assert_eq!(mem::size_of::<proc_macro2::Literal>(), 32);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 79 -     assert_eq!(mem::size_of::<proc_macro2::Literal>(), 32);
[INFO] [stdout] 79 +     assert_eq!(mem::size_of::<proc_macro::Literal>(), 32);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]   --> tests/test_size.rs:80:31
[INFO] [stdout]    |
[INFO] [stdout] 80 |     assert_eq!(mem::size_of::<proc_macro2::TokenStream>(), 32);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `proc_macro2`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 80 -     assert_eq!(mem::size_of::<proc_macro2::TokenStream>(), 32);
[INFO] [stdout] 80 +     assert_eq!(mem::size_of::<proc_macro::TokenStream>(), 32);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000004` (test "test_size") due to 28 previous errors
[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:204:20
[INFO] [stdout]     |
[INFO] [stdout] 204 | 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] 204 | fn get_cursor(src: &str) -> Cursor<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000004` (test "test") due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "678c25a24897c53200847fb5f2973eab1b7072419b2b652e7be9060820b1cce6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "678c25a24897c53200847fb5f2973eab1b7072419b2b652e7be9060820b1cce6", kill_on_drop: false }`
[INFO] [stdout] 678c25a24897c53200847fb5f2973eab1b7072419b2b652e7be9060820b1cce6
