[INFO] cloning repository https://github.com/zachstruck/vcxproj-parser [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zachstruck/vcxproj-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzachstruck%2Fvcxproj-parser", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzachstruck%2Fvcxproj-parser'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cddecb68b382328f4b3629ccdbb24584a28818a9 [INFO] testing zachstruck/vcxproj-parser against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzachstruck%2Fvcxproj-parser" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/zachstruck/vcxproj-parser [INFO] finished tweaking git repo https://github.com/zachstruck/vcxproj-parser [INFO] tweaked toml for git repo https://github.com/zachstruck/vcxproj-parser written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/zachstruck/vcxproj-parser 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] crate git repo https://github.com/zachstruck/vcxproj-parser 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 7d872c0dc885fedf570fd46654ebdff2b3d5759f5261459153ea2ad5e878b0ec [INFO] running `Command { std: "docker" "start" "-a" "7d872c0dc885fedf570fd46654ebdff2b3d5759f5261459153ea2ad5e878b0ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7d872c0dc885fedf570fd46654ebdff2b3d5759f5261459153ea2ad5e878b0ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d872c0dc885fedf570fd46654ebdff2b3d5759f5261459153ea2ad5e878b0ec", kill_on_drop: false }` [INFO] [stdout] 7d872c0dc885fedf570fd46654ebdff2b3d5759f5261459153ea2ad5e878b0ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 2f91dd428563ff1f18e4595d427ed685b1754a36e4430753b2ccd3639dd091a4 [INFO] running `Command { std: "docker" "start" "-a" "2f91dd428563ff1f18e4595d427ed685b1754a36e4430753b2ccd3639dd091a4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.45 [INFO] [stderr] Compiling proc-macro2 v0.4.26 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling ucd-trie v0.1.1 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling memchr v2.1.3 [INFO] [stderr] Compiling maplit v1.0.1 [INFO] [stderr] Compiling encoding_rs v0.8.14 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling pest v2.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling peresil v0.3.0 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling typed-arena v1.4.1 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling sxd-document v0.3.0 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling pest_meta v2.1.0 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling vcxproj-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/condition.rs:38:34 [INFO] [stdout] | [INFO] [stdout] 38 | fn parse_simple_string(pair: Pair) -> &str { [INFO] [stdout] | ^^^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is hidden 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 38 | fn parse_simple_string(pair: Pair<'_, Rule>) -> &str { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/condition.rs:42:34 [INFO] [stdout] | [INFO] [stdout] 42 | fn parse_quoted_string(pair: Pair) -> &str { [INFO] [stdout] | ^^^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | fn parse_quoted_string(pair: Pair<'_, Rule>) -> &str { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/condition.rs:47:27 [INFO] [stdout] | [INFO] [stdout] 47 | fn parse_string(pair: Pair) -> &str { [INFO] [stdout] | ^^^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | fn parse_string(pair: Pair<'_, Rule>) -> &str { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.06s [INFO] running `Command { std: "docker" "inspect" "2f91dd428563ff1f18e4595d427ed685b1754a36e4430753b2ccd3639dd091a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f91dd428563ff1f18e4595d427ed685b1754a36e4430753b2ccd3639dd091a4", kill_on_drop: false }` [INFO] [stdout] 2f91dd428563ff1f18e4595d427ed685b1754a36e4430753b2ccd3639dd091a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 572be0aba9f71f6034c9c1bdb468238f0068db927f8771d7a334e74bfff4c937 [INFO] running `Command { std: "docker" "start" "-a" "572be0aba9f71f6034c9c1bdb468238f0068db927f8771d7a334e74bfff4c937", kill_on_drop: false }` [INFO] [stderr] Compiling vcxproj-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/condition.rs:38:34 [INFO] [stdout] | [INFO] [stdout] 38 | fn parse_simple_string(pair: Pair) -> &str { [INFO] [stdout] | ^^^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is hidden 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 38 | fn parse_simple_string(pair: Pair<'_, Rule>) -> &str { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/condition.rs:42:34 [INFO] [stdout] | [INFO] [stdout] 42 | fn parse_quoted_string(pair: Pair) -> &str { [INFO] [stdout] | ^^^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | fn parse_quoted_string(pair: Pair<'_, Rule>) -> &str { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/condition.rs:47:27 [INFO] [stdout] | [INFO] [stdout] 47 | fn parse_string(pair: Pair) -> &str { [INFO] [stdout] | ^^^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | fn parse_string(pair: Pair<'_, Rule>) -> &str { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.15s [INFO] running `Command { std: "docker" "inspect" "572be0aba9f71f6034c9c1bdb468238f0068db927f8771d7a334e74bfff4c937", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "572be0aba9f71f6034c9c1bdb468238f0068db927f8771d7a334e74bfff4c937", kill_on_drop: false }` [INFO] [stdout] 572be0aba9f71f6034c9c1bdb468238f0068db927f8771d7a334e74bfff4c937 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 645453647acb0ae5062e04c0852ac584f30de321754afd522c1dc9e9bb4e5808 [INFO] running `Command { std: "docker" "start" "-a" "645453647acb0ae5062e04c0852ac584f30de321754afd522c1dc9e9bb4e5808", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/condition.rs:38:34 [INFO] [stderr] | [INFO] [stderr] 38 | fn parse_simple_string(pair: Pair) -> &str { [INFO] [stderr] | ^^^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is hidden 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 38 | fn parse_simple_string(pair: Pair<'_, Rule>) -> &str { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/condition.rs:42:34 [INFO] [stderr] | [INFO] [stderr] 42 | fn parse_quoted_string(pair: Pair) -> &str { [INFO] [stderr] | ^^^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 42 | fn parse_quoted_string(pair: Pair<'_, Rule>) -> &str { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/condition.rs:47:27 [INFO] [stderr] | [INFO] [stderr] 47 | fn parse_string(pair: Pair) -> &str { [INFO] [stderr] | ^^^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 47 | fn parse_string(pair: Pair<'_, Rule>) -> &str { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `vcxproj-parser` (bin "vcxproj-parser" test) generated 3 warnings (run `cargo fix --bin "vcxproj-parser" -p vcxproj-parser --tests` to apply 3 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/vcxproj_parser-2128b60cbd960316) [INFO] [stdout] running 8 tests [INFO] [stdout] test condition::tests::test_and ... ok [INFO] [stdout] test condition::tests::test_ne ... ok [INFO] [stdout] test condition::tests::test_eval ... ok [INFO] [stdout] test condition::tests::test_eq ... ok [INFO] [stdout] test condition::tests::test_not ... ok [INFO] [stdout] test condition::tests::test_or ... ok [INFO] [stdout] test condition::tests::test_trailing_slash ... ok [INFO] [stdout] test condition::tests::test_exists ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "645453647acb0ae5062e04c0852ac584f30de321754afd522c1dc9e9bb4e5808", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "645453647acb0ae5062e04c0852ac584f30de321754afd522c1dc9e9bb4e5808", kill_on_drop: false }` [INFO] [stdout] 645453647acb0ae5062e04c0852ac584f30de321754afd522c1dc9e9bb4e5808