[INFO] fetching crate corosync-config-parser 0.1.0... [INFO] testing corosync-config-parser-0.1.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate corosync-config-parser 0.1.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate corosync-config-parser 0.1.0 [INFO] finished tweaking crates.io crate corosync-config-parser 0.1.0 [INFO] tweaked toml for crates.io crate corosync-config-parser 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate corosync-config-parser 0.1.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d42a5f2c3ecced3ce21c811f26eb7b6369c0850566590b6df2e13cf7f5b69a4 [INFO] running `Command { std: "docker" "start" "-a" "5d42a5f2c3ecced3ce21c811f26eb7b6369c0850566590b6df2e13cf7f5b69a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d42a5f2c3ecced3ce21c811f26eb7b6369c0850566590b6df2e13cf7f5b69a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d42a5f2c3ecced3ce21c811f26eb7b6369c0850566590b6df2e13cf7f5b69a4", kill_on_drop: false }` [INFO] [stdout] 5d42a5f2c3ecced3ce21c811f26eb7b6369c0850566590b6df2e13cf7f5b69a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a5cef8a289825e0ad4ac3ba3562348eaa43c71884ddec9e476533d1de4752c4f [INFO] running `Command { std: "docker" "start" "-a" "a5cef8a289825e0ad4ac3ba3562348eaa43c71884ddec9e476533d1de4752c4f", kill_on_drop: false }` [INFO] [stderr] Compiling corosync-config-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `nonstrict` [INFO] [stdout] --> src/parser.rs:116:29 [INFO] [stdout] | [INFO] [stdout] 116 | if cfg!(feature = "nonstrict") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `nonstrict` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/config.rs:63:61 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn path<'a>(&'a self, keys: Vec<&'a str>) -> Option<&str> { [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 63 | pub fn path<'a>(&'a self, keys: Vec<&'a str>) -> Option<&'a str> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s [INFO] running `Command { std: "docker" "inspect" "a5cef8a289825e0ad4ac3ba3562348eaa43c71884ddec9e476533d1de4752c4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5cef8a289825e0ad4ac3ba3562348eaa43c71884ddec9e476533d1de4752c4f", kill_on_drop: false }` [INFO] [stdout] a5cef8a289825e0ad4ac3ba3562348eaa43c71884ddec9e476533d1de4752c4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ddec1f7be9b1594f5023f13db900ea4345565f63997e6f668744c3af92c5c3d [INFO] running `Command { std: "docker" "start" "-a" "0ddec1f7be9b1594f5023f13db900ea4345565f63997e6f668744c3af92c5c3d", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `nonstrict` [INFO] [stdout] --> src/parser.rs:116:29 [INFO] [stdout] | [INFO] [stdout] 116 | if cfg!(feature = "nonstrict") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `nonstrict` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/config.rs:63:61 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn path<'a>(&'a self, keys: Vec<&'a str>) -> Option<&str> { [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 63 | pub fn path<'a>(&'a self, keys: Vec<&'a str>) -> Option<&'a str> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling corosync-config-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `nonstrict` [INFO] [stdout] --> src/parser.rs:116:29 [INFO] [stdout] | [INFO] [stdout] 116 | if cfg!(feature = "nonstrict") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `nonstrict` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/config.rs:63:61 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn path<'a>(&'a self, keys: Vec<&'a str>) -> Option<&str> { [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 63 | pub fn path<'a>(&'a self, keys: Vec<&'a str>) -> Option<&'a str> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `Command { std: "docker" "inspect" "0ddec1f7be9b1594f5023f13db900ea4345565f63997e6f668744c3af92c5c3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ddec1f7be9b1594f5023f13db900ea4345565f63997e6f668744c3af92c5c3d", kill_on_drop: false }` [INFO] [stdout] 0ddec1f7be9b1594f5023f13db900ea4345565f63997e6f668744c3af92c5c3d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f41ef8bd5afcbff7ae1a5054b7485702431f41a8b922bd1bfb555635080fa31a [INFO] running `Command { std: "docker" "start" "-a" "f41ef8bd5afcbff7ae1a5054b7485702431f41a8b922bd1bfb555635080fa31a", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `nonstrict` [INFO] [stderr] --> src/parser.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | if cfg!(feature = "nonstrict") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `nonstrict` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/config.rs:63:61 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn path<'a>(&'a self, keys: Vec<&'a str>) -> Option<&str> { [INFO] [stderr] | -- -- ^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is named here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 63 | pub fn path<'a>(&'a self, keys: Vec<&'a str>) -> Option<&'a str> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `corosync-config-parser` (lib) generated 2 warnings (run `cargo fix --lib -p corosync-config-parser` to apply 1 suggestion) [INFO] [stderr] warning: `corosync-config-parser` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/corosync_config_parser-d817668a21cb5538) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test lexer::test::fails_on_unterminated_string ... ok [INFO] [stdout] test lexer::test::successfully_parse_basic_tokens ... ok [INFO] [stdout] test lexer::test::successfully_parses_empty_string ... ok [INFO] [stdout] test lexer::test::successfully_parses_raw_token ... ok [INFO] [stdout] test parser::test::test_it_parsing_a_typical_example ... ok [INFO] [stdout] test lexer::test::successfully_parses_string_token ... ok [INFO] [stdout] test parser::test::test_it_parsing_the_most_basic_option ... ok [INFO] [stdout] test lexer::test::ignores_comments ... ok [INFO] [stdout] test lexer::test::successfully_parse_a_typical_example ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/parse_test.rs (/opt/rustwide/target/debug/deps/parse_test-7e383a49e42c01e9) [INFO] [stdout] running 2 tests [INFO] [stderr] Doc-tests corosync_config_parser [INFO] [stdout] test test_datapath_get ... ok [INFO] [stdout] test test_parse_example_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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] running `Command { std: "docker" "inspect" "f41ef8bd5afcbff7ae1a5054b7485702431f41a8b922bd1bfb555635080fa31a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f41ef8bd5afcbff7ae1a5054b7485702431f41a8b922bd1bfb555635080fa31a", kill_on_drop: false }` [INFO] [stdout] f41ef8bd5afcbff7ae1a5054b7485702431f41a8b922bd1bfb555635080fa31a