[INFO] fetching crate corosync-config-parser 0.1.0... [INFO] testing corosync-config-parser-0.1.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate corosync-config-parser 0.1.0 into /workspace/builds/worker-6-tc1/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-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate corosync-config-parser 0.1.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f5ea05451c862aece4559ebf8ebbae9b9b976c9af6cb86f17ed20f784aeb3f53 [INFO] running `Command { std: "docker" "start" "-a" "f5ea05451c862aece4559ebf8ebbae9b9b976c9af6cb86f17ed20f784aeb3f53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f5ea05451c862aece4559ebf8ebbae9b9b976c9af6cb86f17ed20f784aeb3f53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5ea05451c862aece4559ebf8ebbae9b9b976c9af6cb86f17ed20f784aeb3f53", kill_on_drop: false }` [INFO] [stdout] f5ea05451c862aece4559ebf8ebbae9b9b976c9af6cb86f17ed20f784aeb3f53 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 570ed71399c87fe9cc24e507b0711170a50b2947a36afe3055e03673fe7b401f [INFO] running `Command { std: "docker" "start" "-a" "570ed71399c87fe9cc24e507b0711170a50b2947a36afe3055e03673fe7b401f", 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.28s [INFO] running `Command { std: "docker" "inspect" "570ed71399c87fe9cc24e507b0711170a50b2947a36afe3055e03673fe7b401f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "570ed71399c87fe9cc24e507b0711170a50b2947a36afe3055e03673fe7b401f", kill_on_drop: false }` [INFO] [stdout] 570ed71399c87fe9cc24e507b0711170a50b2947a36afe3055e03673fe7b401f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be593567c0dd73bb4ac044c75a34c7047d5218fecede1518e338b7705582db81 [INFO] running `Command { std: "docker" "start" "-a" "be593567c0dd73bb4ac044c75a34c7047d5218fecede1518e338b7705582db81", 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.61s [INFO] running `Command { std: "docker" "inspect" "be593567c0dd73bb4ac044c75a34c7047d5218fecede1518e338b7705582db81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be593567c0dd73bb4ac044c75a34c7047d5218fecede1518e338b7705582db81", kill_on_drop: false }` [INFO] [stdout] be593567c0dd73bb4ac044c75a34c7047d5218fecede1518e338b7705582db81 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d6f6296028b8e60bc16bf5403c7b297cc089cdfd983835e433d6f0219a1cefa2 [INFO] running `Command { std: "docker" "start" "-a" "d6f6296028b8e60bc16bf5403c7b297cc089cdfd983835e433d6f0219a1cefa2", 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-9527a3620c4adb51) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test lexer::test::ignores_comments ... ok [INFO] [stdout] test lexer::test::successfully_parse_a_typical_example ... ok [INFO] [stdout] test lexer::test::successfully_parses_empty_string ... ok [INFO] [stdout] test lexer::test::fails_on_unterminated_string ... 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 lexer::test::successfully_parses_raw_token ... ok [INFO] [stdout] test parser::test::test_it_parsing_the_most_basic_option ... ok [INFO] [stdout] test lexer::test::successfully_parse_basic_tokens ... 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] [stderr] Running tests/parse_test.rs (/opt/rustwide/target/debug/deps/parse_test-1984812e061a8b69) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_parse_example_file ... ok [INFO] [stdout] test test_datapath_get ... 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] [stderr] Doc-tests corosync_config_parser [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" "d6f6296028b8e60bc16bf5403c7b297cc089cdfd983835e433d6f0219a1cefa2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6f6296028b8e60bc16bf5403c7b297cc089cdfd983835e433d6f0219a1cefa2", kill_on_drop: false }` [INFO] [stdout] d6f6296028b8e60bc16bf5403c7b297cc089cdfd983835e433d6f0219a1cefa2