[INFO] fetching crate supply-chain-trust-crate-000004 1.0.94...
[INFO] testing supply-chain-trust-crate-000004-1.0.94 against 1.90.0 for beta-1.91-3
[INFO] extracting crate supply-chain-trust-crate-000004 1.0.94 into /workspace/builds/worker-7-tc1/source
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate supply-chain-trust-crate-000004 1.0.94
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate supply-chain-trust-crate-000004 1.0.94
[INFO] tweaked toml for crates.io crate supply-chain-trust-crate-000004 1.0.94 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate supply-chain-trust-crate-000004 1.0.94 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate supply-chain-trust-crate-000004 1.0.94 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4c7dd2c9dc8bb0b01ba9c474c104a4e2e4c95fb934d8f853a81ed9be68d7abee
[INFO] running `Command { std: "docker" "start" "-a" "4c7dd2c9dc8bb0b01ba9c474c104a4e2e4c95fb934d8f853a81ed9be68d7abee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c7dd2c9dc8bb0b01ba9c474c104a4e2e4c95fb934d8f853a81ed9be68d7abee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c7dd2c9dc8bb0b01ba9c474c104a4e2e4c95fb934d8f853a81ed9be68d7abee", kill_on_drop: false }`
[INFO] [stdout] 4c7dd2c9dc8bb0b01ba9c474c104a4e2e4c95fb934d8f853a81ed9be68d7abee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2a8134601af8eef42701c0f2ae0953f25f1ddde2cceedf44e732e380adb97cc5
[INFO] running `Command { std: "docker" "start" "-a" "2a8134601af8eef42701c0f2ae0953f25f1ddde2cceedf44e732e380adb97cc5", kill_on_drop: false }`
[INFO] [stderr]    Compiling supply-chain-trust-crate-000004 v1.0.94 (/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.39s
[INFO] running `Command { std: "docker" "inspect" "2a8134601af8eef42701c0f2ae0953f25f1ddde2cceedf44e732e380adb97cc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a8134601af8eef42701c0f2ae0953f25f1ddde2cceedf44e732e380adb97cc5", kill_on_drop: false }`
[INFO] [stdout] 2a8134601af8eef42701c0f2ae0953f25f1ddde2cceedf44e732e380adb97cc5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2170eb4f789daf73abd0e8a134c8e5b42aae2409e86c0c139e99fba89ecac239
[INFO] running `Command { std: "docker" "start" "-a" "2170eb4f789daf73abd0e8a134c8e5b42aae2409e86c0c139e99fba89ecac239", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.0.2
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling linux-raw-sys v0.9.2
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling rustversion v1.0.20
[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 rayon v1.10.0
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]    Compiling flate2 v1.1.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 supply-chain-trust-crate-000004 v1.0.94 (/opt/rustwide/workdir)
[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] 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] 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)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[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/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] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `supply-chain-trust-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-crate-000004` (test "marker") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[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-crate-000004` (test "test") due to 1 previous error; 1 warning emitted
[INFO] [stderr] error: could not compile `supply-chain-trust-crate-000004` (test "test_size") due to 28 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `supply-chain-trust-crate-000004` (test "comments") due to 1 previous error
[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] running `Command { std: "docker" "inspect" "2170eb4f789daf73abd0e8a134c8e5b42aae2409e86c0c139e99fba89ecac239", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2170eb4f789daf73abd0e8a134c8e5b42aae2409e86c0c139e99fba89ecac239", kill_on_drop: false }`
[INFO] [stdout] 2170eb4f789daf73abd0e8a134c8e5b42aae2409e86c0c139e99fba89ecac239
