[INFO] fetching crate corosync-config-parser 0.1.0...
[INFO] testing corosync-config-parser-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate corosync-config-parser 0.1.0 into /workspace/builds/worker-1-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-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate corosync-config-parser 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e9364a6d5010273b4143094cab8c5e1dc11232bb4beeaa2766db61d0d21ebf2d
[INFO] running `Command { std: "docker" "start" "-a" "e9364a6d5010273b4143094cab8c5e1dc11232bb4beeaa2766db61d0d21ebf2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e9364a6d5010273b4143094cab8c5e1dc11232bb4beeaa2766db61d0d21ebf2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9364a6d5010273b4143094cab8c5e1dc11232bb4beeaa2766db61d0d21ebf2d", kill_on_drop: false }`
[INFO] [stdout] e9364a6d5010273b4143094cab8c5e1dc11232bb4beeaa2766db61d0d21ebf2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 81d8504bc31bc1462c44819ba32424a24bb5e92dbb70d3f3dc7c84914ba221b4
[INFO] running `Command { std: "docker" "start" "-a" "81d8504bc31bc1462c44819ba32424a24bb5e92dbb70d3f3dc7c84914ba221b4", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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.39s
[INFO] running `Command { std: "docker" "inspect" "81d8504bc31bc1462c44819ba32424a24bb5e92dbb70d3f3dc7c84914ba221b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81d8504bc31bc1462c44819ba32424a24bb5e92dbb70d3f3dc7c84914ba221b4", kill_on_drop: false }`
[INFO] [stdout] 81d8504bc31bc1462c44819ba32424a24bb5e92dbb70d3f3dc7c84914ba221b4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c016cbd72672951765edfef189d2ce47670c2555c870941586843bd2cd8050e9
[INFO] running `Command { std: "docker" "start" "-a" "c016cbd72672951765edfef189d2ce47670c2555c870941586843bd2cd8050e9", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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] [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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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.81s
[INFO] running `Command { std: "docker" "inspect" "c016cbd72672951765edfef189d2ce47670c2555c870941586843bd2cd8050e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c016cbd72672951765edfef189d2ce47670c2555c870941586843bd2cd8050e9", kill_on_drop: false }`
[INFO] [stdout] c016cbd72672951765edfef189d2ce47670c2555c870941586843bd2cd8050e9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 88353b50388c627c5849469808e60875c015c55cfe7b68ef3b4ac250eae9dc56
[INFO] running `Command { std: "docker" "start" "-a" "88353b50388c627c5849469808e60875c015c55cfe7b68ef3b4ac250eae9dc56", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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.02s
[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::fails_on_unterminated_string ... ok
[INFO] [stdout] test lexer::test::ignores_comments ... ok
[INFO] [stdout] test lexer::test::successfully_parse_basic_tokens ... ok
[INFO] [stdout] test lexer::test::successfully_parses_string_token ... ok
[INFO] [stdout] test parser::test::test_it_parsing_a_typical_example ... ok
[INFO] [stdout] test parser::test::test_it_parsing_the_most_basic_option ... ok
[INFO] [stdout] test lexer::test::successfully_parses_raw_token ... ok
[INFO] [stdout] test lexer::test::successfully_parse_a_typical_example ... ok
[INFO] [stdout] test lexer::test::successfully_parses_empty_string ... 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_datapath_get ... ok
[INFO] [stdout] test test_parse_example_file ... ok
[INFO] [stderr]    Doc-tests corosync_config_parser
[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" "88353b50388c627c5849469808e60875c015c55cfe7b68ef3b4ac250eae9dc56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88353b50388c627c5849469808e60875c015c55cfe7b68ef3b4ac250eae9dc56", kill_on_drop: false }`
[INFO] [stdout] 88353b50388c627c5849469808e60875c015c55cfe7b68ef3b4ac250eae9dc56
