[INFO] fetching crate proc-macro2 1.0.95... [INFO] testing proc-macro2-1.0.95 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate proc-macro2 1.0.95 into /workspace/builds/worker-2-tc1/source [INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml [INFO] started tweaking crates.io crate proc-macro2 1.0.95 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate proc-macro2 1.0.95 [INFO] tweaked toml for crates.io crate proc-macro2 1.0.95 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate proc-macro2 1.0.95 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate proc-macro2 1.0.95 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 01b413bbdd993f8a47ea9e68e9248e3ddad359ff9091638941033152c4eae483 [INFO] running `Command { std: "docker" "start" "-a" "01b413bbdd993f8a47ea9e68e9248e3ddad359ff9091638941033152c4eae483", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "01b413bbdd993f8a47ea9e68e9248e3ddad359ff9091638941033152c4eae483", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01b413bbdd993f8a47ea9e68e9248e3ddad359ff9091638941033152c4eae483", kill_on_drop: false }` [INFO] [stdout] 01b413bbdd993f8a47ea9e68e9248e3ddad359ff9091638941033152c4eae483 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] e719ecaa8f8932f773b34bb04f801c55d9520c3005615b2f5eb0e75a0b836bb4 [INFO] running `Command { std: "docker" "start" "-a" "e719ecaa8f8932f773b34bb04f801c55d9520c3005615b2f5eb0e75a0b836bb4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 (/opt/rustwide/workdir) [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 125 | fn block_comment(input: Cursor<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 318 | fn ident_not_raw(input: Cursor<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 474 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 957 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<'_, (&str, bool)> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rcvec.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | pub(crate) fn iter(&self) -> slice::Iter { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | pub(crate) fn iter(&self) -> slice::Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rcvec.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub(crate) fn make_mut(&mut self) -> RcVecMut [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub(crate) fn make_mut(&mut self) -> RcVecMut<'_, T> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rcvec.rs:46:27 [INFO] [stdout] | [INFO] [stdout] 46 | pub(crate) fn get_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 46 | pub(crate) fn get_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rcvec.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 83 | pub(crate) fn as_mut(&mut self) -> RcVecMut { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 83 | pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rcvec.rs:105:26 [INFO] [stdout] | [INFO] [stdout] 105 | pub(crate) fn as_mut(&mut self) -> RcVecMut { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 105 | pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/fallback.rs:204:20 [INFO] [stdout] | [INFO] [stdout] 204 | fn get_cursor(src: &str) -> Cursor { [INFO] [stdout] | ^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.43s [INFO] running `Command { std: "docker" "inspect" "e719ecaa8f8932f773b34bb04f801c55d9520c3005615b2f5eb0e75a0b836bb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e719ecaa8f8932f773b34bb04f801c55d9520c3005615b2f5eb0e75a0b836bb4", kill_on_drop: false }` [INFO] [stdout] e719ecaa8f8932f773b34bb04f801c55d9520c3005615b2f5eb0e75a0b836bb4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 5a17624e14071ba1eac6dfd62f24d489adcd2b4f0ff1e408591d1907810c131e [INFO] running `Command { std: "docker" "start" "-a" "5a17624e14071ba1eac6dfd62f24d489adcd2b4f0ff1e408591d1907810c131e", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling rustix v1.0.5 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling miniz_oxide v0.8.8 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 125 | fn block_comment(input: Cursor<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 318 | fn ident_not_raw(input: Cursor<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 474 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 957 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<'_, (&str, bool)> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rcvec.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | pub(crate) fn iter(&self) -> slice::Iter { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | pub(crate) fn iter(&self) -> slice::Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rcvec.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub(crate) fn make_mut(&mut self) -> RcVecMut [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub(crate) fn make_mut(&mut self) -> RcVecMut<'_, T> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rcvec.rs:46:27 [INFO] [stdout] | [INFO] [stdout] 46 | pub(crate) fn get_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 46 | pub(crate) fn get_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rcvec.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 83 | pub(crate) fn as_mut(&mut self) -> RcVecMut { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 83 | pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rcvec.rs:105:26 [INFO] [stdout] | [INFO] [stdout] 105 | pub(crate) fn as_mut(&mut self) -> RcVecMut { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 105 | pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/fallback.rs:204:20 [INFO] [stdout] | [INFO] [stdout] 204 | fn get_cursor(src: &str) -> Cursor { [INFO] [stdout] | ^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 204 | fn get_cursor(src: &str) -> Cursor<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling flate2 v1.1.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling xattr v1.5.0 [INFO] [stderr] Compiling tar v0.4.44 [INFO] [stderr] Compiling proc-macro2 v1.0.95 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 125 | fn block_comment(input: Cursor<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 318 | fn ident_not_raw(input: Cursor<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 474 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<'_, &str> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 957 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<'_, (&str, bool)> { [INFO] [stdout] | ++++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rcvec.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | pub(crate) fn iter(&self) -> slice::Iter { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 33 | pub(crate) fn iter(&self) -> slice::Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rcvec.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub(crate) fn make_mut(&mut self) -> RcVecMut [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub(crate) fn make_mut(&mut self) -> RcVecMut<'_, T> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rcvec.rs:46:27 [INFO] [stdout] | [INFO] [stdout] 46 | pub(crate) fn get_mut(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 46 | pub(crate) fn get_mut(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rcvec.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 83 | pub(crate) fn as_mut(&mut self) -> RcVecMut { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 83 | pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rcvec.rs:105:26 [INFO] [stdout] | [INFO] [stdout] 105 | pub(crate) fn as_mut(&mut self) -> RcVecMut { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 105 | pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/fallback.rs:204:20 [INFO] [stdout] | [INFO] [stdout] 204 | fn get_cursor(src: &str) -> Cursor { [INFO] [stdout] | ^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 204 | fn get_cursor(src: &str) -> Cursor<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 9.04s [INFO] running `Command { std: "docker" "inspect" "5a17624e14071ba1eac6dfd62f24d489adcd2b4f0ff1e408591d1907810c131e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a17624e14071ba1eac6dfd62f24d489adcd2b4f0ff1e408591d1907810c131e", kill_on_drop: false }` [INFO] [stdout] 5a17624e14071ba1eac6dfd62f24d489adcd2b4f0ff1e408591d1907810c131e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 5fadc9075b40fe13583a9e1984521e64ea85a75d2549da852dabe4720710227d [INFO] running `Command { std: "docker" "start" "-a" "5fadc9075b40fe13583a9e1984521e64ea85a75d2549da852dabe4720710227d", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parse.rs:125:25 [INFO] [stderr] | [INFO] [stderr] 125 | fn block_comment(input: Cursor) -> PResult<&str> { [INFO] [stderr] | ^^^^^^ ------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 125 | fn block_comment(input: Cursor<'_>) -> PResult<'_, &str> { [INFO] [stderr] | ++++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parse.rs:318:25 [INFO] [stderr] | [INFO] [stderr] 318 | fn ident_not_raw(input: Cursor) -> PResult<&str> { [INFO] [stderr] | ^^^^^^ ------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 318 | fn ident_not_raw(input: Cursor<'_>) -> PResult<'_, &str> { [INFO] [stderr] | ++++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parse.rs:474:35 [INFO] [stderr] | [INFO] [stderr] 474 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> { [INFO] [stderr] | ^^^^^^ ------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 474 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<'_, &str> { [INFO] [stderr] | ++++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parse.rs:957:32 [INFO] [stderr] | [INFO] [stderr] 957 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { [INFO] [stderr] | ^^^^^^ --------------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 957 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<'_, (&str, bool)> { [INFO] [stderr] | ++++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/parse.rs:980:37 [INFO] [stderr] | [INFO] [stderr] 980 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) { [INFO] [stderr] | ^^^^^^ ------ ---- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 980 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor<'_>, &str) { [INFO] [stderr] | ++++ ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rcvec.rs:33:24 [INFO] [stderr] | [INFO] [stderr] 33 | pub(crate) fn iter(&self) -> slice::Iter { [INFO] [stderr] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 33 | pub(crate) fn iter(&self) -> slice::Iter<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rcvec.rs:37:28 [INFO] [stderr] | [INFO] [stderr] 37 | pub(crate) fn make_mut(&mut self) -> RcVecMut [INFO] [stderr] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 37 | pub(crate) fn make_mut(&mut self) -> RcVecMut<'_, T> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rcvec.rs:46:27 [INFO] [stderr] | [INFO] [stderr] 46 | pub(crate) fn get_mut(&mut self) -> Option> { [INFO] [stderr] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 46 | pub(crate) fn get_mut(&mut self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rcvec.rs:83:26 [INFO] [stderr] | [INFO] [stderr] 83 | pub(crate) fn as_mut(&mut self) -> RcVecMut { [INFO] [stderr] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 83 | pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rcvec.rs:105:26 [INFO] [stderr] | [INFO] [stderr] 105 | pub(crate) fn as_mut(&mut self) -> RcVecMut { [INFO] [stderr] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 105 | pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/fallback.rs:204:20 [INFO] [stderr] | [INFO] [stderr] 204 | fn get_cursor(src: &str) -> Cursor { [INFO] [stderr] | ^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 204 | fn get_cursor(src: &str) -> Cursor<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `proc-macro2` (lib) generated 11 warnings (run `cargo fix --lib -p proc-macro2` to apply 11 suggestions) [INFO] [stderr] warning: `proc-macro2` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/proc_macro2-71869717d15669da) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/comments.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/comments-e611866616fb4cb7) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test closed_immediately ... ok [INFO] [stdout] test carriage_return ... ok [INFO] [stdout] test lit ... ok [INFO] [stderr] Running tests/features.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/features-630013084fde9234) [INFO] [stdout] test incomplete ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test make_sure_no_proc_macro ... ignored [INFO] [stderr] Running tests/marker.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/marker-ab99f12458f1a18b) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test Delimiter ... ok [INFO] [stdout] test Group ... ok [INFO] [stdout] test Ident ... ok [INFO] [stdout] test LexError ... ok [INFO] [stdout] test Literal ... ok [INFO] [stdout] test Punct ... ok [INFO] [stdout] test Spacing ... ok [INFO] [stdout] test Span ... ok [INFO] [stdout] test TokenStream ... ok [INFO] [stdout] test TokenTree ... ok [INFO] [stdout] test unwind_safe::Delimiter ... ok [INFO] [stdout] test unwind_safe::Group ... ok [INFO] [stdout] test unwind_safe::Ident ... ok [INFO] [stdout] test unwind_safe::LexError ... ok [INFO] [stdout] test unwind_safe::Literal ... ok [INFO] [stdout] test unwind_safe::Punct ... ok [INFO] [stdout] test unwind_safe::Spacing ... ok [INFO] [stdout] test unwind_safe::Span ... ok [INFO] [stdout] test unwind_safe::TokenStream ... ok [INFO] [stdout] test unwind_safe::TokenTree ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/test-824b70dfd9172197) [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test fail ... ok [INFO] [stdout] test byte_order_mark ... ok [INFO] [stdout] test idents ... ok [INFO] [stdout] test joint_last_token ... ok [INFO] [stdout] test literal_byte_character ... ok [INFO] [stdout] test literal_c_string ... ok [INFO] [stdout] test literal_byte_string ... ok [INFO] [stdout] test literal_character ... ok [INFO] [stdout] test literal_float ... ok [INFO] [stdout] test default_tokenstream_is_empty ... ok [INFO] [stdout] test literal_integer ... ok [INFO] [stdout] test literal_iter_negative ... ok [INFO] [stdout] test literal_parse ... ok [INFO] [stdout] test literal_span ... ok [INFO] [stdout] test literal_string ... ok [INFO] [stdout] test literal_suffix ... ok [INFO] [stdout] test no_panic ... ok [INFO] [stdout] test punct_before_comment ... ok [INFO] [stdout] test raw_identifier ... ok [INFO] [stdout] test test_debug_ident ... ok [INFO] [stdout] test roundtrip ... ok [INFO] [stdout] test tokenstream_size_hint ... ok [INFO] [stdout] test test_debug_tokenstream ... ok [INFO] [stdout] test tuple_indexing ... ok [INFO] [stdout] test raw_idents ... ok [INFO] [stdout] test whitespace ... ok [INFO] [stdout] test literal_raw_string ... ok [INFO] [stdout] test ident_invalid - should panic ... ok [INFO] [stdout] test ident_number - should panic ... ok [INFO] [stdout] test ident_empty - should panic ... ok [INFO] [stdout] test ident_raw_underscore - should panic ... ok [INFO] [stdout] test ident_raw_reserved - should panic ... ok [INFO] [stdout] test lifetime_invalid - should panic ... ok [INFO] [stdout] test lifetime_empty - should panic ... ok [INFO] [stderr] Running tests/test_fmt.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/test_fmt-383a02d621e6cb8b) [INFO] [stdout] test lifetime_number - should panic ... ok [INFO] [stdout] test raw_ident_empty - should panic ... ok [INFO] [stdout] test raw_ident_invalid - should panic ... ok [INFO] [stdout] test raw_ident_number - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/test_size.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/test_size-4a7b20310c41be01) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_fmt_group ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_proc_macro2_fallback_size_with_locations ... ignored, wrapper mode [INFO] [stdout] test test_proc_macro2_fallback_size_without_locations ... ignored, wrapper mode [INFO] [stdout] test test_proc_macro2_wrapper_size_with_locations ... ignored, span locations are off [INFO] [stdout] test test_proc_macro2_wrapper_size_without_locations ... ok [INFO] [stdout] test test_proc_macro_size ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5fadc9075b40fe13583a9e1984521e64ea85a75d2549da852dabe4720710227d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fadc9075b40fe13583a9e1984521e64ea85a75d2549da852dabe4720710227d", kill_on_drop: false }` [INFO] [stdout] 5fadc9075b40fe13583a9e1984521e64ea85a75d2549da852dabe4720710227d