[INFO] fetching crate pp-rs 0.2.1... [INFO] testing pp-rs-0.2.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_getrandom_patch_0 [INFO] extracting crate pp-rs 0.2.1 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate pp-rs 0.2.1 [INFO] finished tweaking crates.io crate pp-rs 0.2.1 [INFO] tweaked toml for crates.io crate pp-rs 0.2.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate pp-rs 0.2.1 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [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] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c48d6ea0b7606201f6dbe7fe42b3222931e8467f2cb8ad506064832034eae90c [INFO] running `Command { std: "docker" "start" "-a" "c48d6ea0b7606201f6dbe7fe42b3222931e8467f2cb8ad506064832034eae90c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c48d6ea0b7606201f6dbe7fe42b3222931e8467f2cb8ad506064832034eae90c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c48d6ea0b7606201f6dbe7fe42b3222931e8467f2cb8ad506064832034eae90c", kill_on_drop: false }` [INFO] [stdout] c48d6ea0b7606201f6dbe7fe42b3222931e8467f2cb8ad506064832034eae90c [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=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] e1c6eb3b4cf8887e23755aba2dff07a207af536c7775f99f3e44aa2dfe31f68d [INFO] running `Command { std: "docker" "start" "-a" "e1c6eb3b4cf8887e23755aba2dff07a207af536c7775f99f3e44aa2dfe31f68d", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling pp-rs v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pp.rs:130:24 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn new(input: &'a str) -> DirectiveProcessor { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'a` [INFO] [stdout] | | [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 consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 130 | pub fn new(input: &'a str) -> DirectiveProcessor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pp.rs:985:24 [INFO] [stdout] | [INFO] [stdout] 985 | pub fn new(input: &'a str) -> Preprocessor { [INFO] [stdout] | ^^ ------------ the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 985 | pub fn new(input: &'a str) -> Preprocessor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s [INFO] running `Command { std: "docker" "inspect" "e1c6eb3b4cf8887e23755aba2dff07a207af536c7775f99f3e44aa2dfe31f68d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1c6eb3b4cf8887e23755aba2dff07a207af536c7775f99f3e44aa2dfe31f68d", kill_on_drop: false }` [INFO] [stdout] e1c6eb3b4cf8887e23755aba2dff07a207af536c7775f99f3e44aa2dfe31f68d [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=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] e3de99be04e31bb7a3b9822196e838564508d1c106e56ba37d94b5ee529d8c1e [INFO] running `Command { std: "docker" "start" "-a" "e3de99be04e31bb7a3b9822196e838564508d1c106e56ba37d94b5ee529d8c1e", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pp.rs:130:24 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn new(input: &'a str) -> DirectiveProcessor { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'a` [INFO] [stdout] | | [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 consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 130 | pub fn new(input: &'a str) -> DirectiveProcessor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pp.rs:985:24 [INFO] [stdout] | [INFO] [stdout] 985 | pub fn new(input: &'a str) -> Preprocessor { [INFO] [stdout] | ^^ ------------ the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 985 | pub fn new(input: &'a str) -> Preprocessor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pp-rs v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pp.rs:130:24 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn new(input: &'a str) -> DirectiveProcessor { [INFO] [stdout] | ^^ ------------------ the lifetime gets resolved as `'a` [INFO] [stdout] | | [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 consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 130 | pub fn new(input: &'a str) -> DirectiveProcessor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pp.rs:985:24 [INFO] [stdout] | [INFO] [stdout] 985 | pub fn new(input: &'a str) -> Preprocessor { [INFO] [stdout] | ^^ ------------ the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 985 | pub fn new(input: &'a str) -> Preprocessor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pp_tests.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn new(input: &'a str) -> NoopPreprocessor { [INFO] [stdout] | ^^ ---------------- the lifetime gets resolved as `'a` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 10 | pub fn new(input: &'a str) -> NoopPreprocessor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.46s [INFO] running `Command { std: "docker" "inspect" "e3de99be04e31bb7a3b9822196e838564508d1c106e56ba37d94b5ee529d8c1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3de99be04e31bb7a3b9822196e838564508d1c106e56ba37d94b5ee529d8c1e", kill_on_drop: false }` [INFO] [stdout] e3de99be04e31bb7a3b9822196e838564508d1c106e56ba37d94b5ee529d8c1e [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=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] 1c6bc33ee0083a8cf024874238b1a55f579bd21e9b1c96de23b7d872903ab1f5 [INFO] running `Command { std: "docker" "start" "-a" "1c6bc33ee0083a8cf024874238b1a55f579bd21e9b1c96de23b7d872903ab1f5", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/pp.rs:130:24 [INFO] [stderr] | [INFO] [stderr] 130 | pub fn new(input: &'a str) -> DirectiveProcessor { [INFO] [stderr] | ^^ ------------------ the lifetime gets resolved as `'a` [INFO] [stderr] | | [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 consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 130 | pub fn new(input: &'a str) -> DirectiveProcessor<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/pp.rs:985:24 [INFO] [stderr] | [INFO] [stderr] 985 | pub fn new(input: &'a str) -> Preprocessor { [INFO] [stderr] | ^^ ------------ the lifetime gets resolved as `'a` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 985 | pub fn new(input: &'a str) -> Preprocessor<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `pp-rs` (lib) generated 2 warnings (run `cargo fix --lib -p pp-rs` to apply 2 suggestions) [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/pp_tests.rs:10:24 [INFO] [stderr] | [INFO] [stderr] 10 | pub fn new(input: &'a str) -> NoopPreprocessor { [INFO] [stderr] | ^^ ---------------- the lifetime gets resolved as `'a` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 10 | pub fn new(input: &'a str) -> NoopPreprocessor<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `pp-rs` (lib test) generated 3 warnings (2 duplicates) (run `cargo fix --lib -p pp-rs --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/pp_rs-a9243ca22c2f7fac) [INFO] [stdout] [INFO] [stdout] running 35 tests [INFO] [stdout] test lexer_tests::chars_and_location ... ok [INFO] [stdout] test lexer_tests::lex_decimal ... ok [INFO] [stdout] test lexer_tests::lex_float ... ok [INFO] [stdout] test lexer_tests::lex_had_comments ... ok [INFO] [stdout] test lexer_tests::lex_hash ... ok [INFO] [stdout] test lexer_tests::lex_hexadecimal ... ok [INFO] [stdout] test lexer_tests::lex_identifiers ... ok [INFO] [stdout] test lexer_tests::lex_metadata ... ok [INFO] [stdout] test lexer_tests::lex_newline ... ok [INFO] [stdout] test lexer_tests::lex_octal ... ok [INFO] [stdout] test lexer_tests::lex_whitespace ... ok [INFO] [stdout] test lexer_tests::lex_punctuation ... ok [INFO] [stdout] test lexer_tests::replace_comments ... ok [INFO] [stdout] test lexer_tests::skip_backslash_newline ... ok [INFO] [stdout] test pp_tests::add_define ... ok [INFO] [stdout] test pp_tests::define_undef ... ok [INFO] [stdout] test pp_tests::define_redefinition ... ok [INFO] [stdout] test pp_tests::argument_less_define ... ok [INFO] [stdout] test pp_tests::parse_define ... ok [INFO] [stdout] test pp_tests::line_define ... ok [INFO] [stdout] test pp_tests::parse_directive ... ok [INFO] [stdout] test pp_tests::parse_error ... ok [INFO] [stdout] test pp_tests::parse_extension ... ok [INFO] [stdout] test pp_tests::parse_else ... ok [INFO] [stdout] test pp_tests::parse_elif ... ok [INFO] [stdout] test pp_tests::parse_endif ... ok [INFO] [stdout] test pp_tests::function_like_define ... ok [INFO] [stdout] test pp_tests::parse_ifdef ... ok [INFO] [stdout] test pp_tests::parse_if ... ok [INFO] [stdout] test pp_tests::parse_ifndef ... ok [INFO] [stdout] test pp_tests::parse_pragma ... ok [INFO] [stdout] test pp_tests::parse_undef ... ok [INFO] [stdout] test pp_tests::parse_line ... ok [INFO] [stdout] test pp_tests::parse_version ... ok [INFO] [stdout] test pp_tests::skipping_behavior ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1c6bc33ee0083a8cf024874238b1a55f579bd21e9b1c96de23b7d872903ab1f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c6bc33ee0083a8cf024874238b1a55f579bd21e9b1c96de23b7d872903ab1f5", kill_on_drop: false }` [INFO] [stdout] 1c6bc33ee0083a8cf024874238b1a55f579bd21e9b1c96de23b7d872903ab1f5