[INFO] fetching crate cargo-results 0.6.2... [INFO] testing cargo-results-0.6.2 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate cargo-results 0.6.2 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate cargo-results 0.6.2 [INFO] finished tweaking crates.io crate cargo-results 0.6.2 [INFO] tweaked toml for crates.io crate cargo-results 0.6.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate cargo-results 0.6.2 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] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] [stderr] Adding nom v3.2.1 (available: v8.0.0) [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] [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-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 5c85f172702b4b509a56b22498228af3d5d2975618075b38fed2f253dbaf2658 [INFO] running `Command { std: "docker" "start" "-a" "5c85f172702b4b509a56b22498228af3d5d2975618075b38fed2f253dbaf2658", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c85f172702b4b509a56b22498228af3d5d2975618075b38fed2f253dbaf2658", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c85f172702b4b509a56b22498228af3d5d2975618075b38fed2f253dbaf2658", kill_on_drop: false }` [INFO] [stdout] 5c85f172702b4b509a56b22498228af3d5d2975618075b38fed2f253dbaf2658 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] d8adc1e972cda4301f63fdb6d35a39bcedf101d1262aecd5c14b8f1bc18825a3 [INFO] running `Command { std: "docker" "start" "-a" "d8adc1e972cda4301f63fdb6d35a39bcedf101d1262aecd5c14b8f1bc18825a3", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling cargo-results v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/suite/mod.rs:96:16 [INFO] [stdout] | [INFO] [stdout] 95 | / named!( [INFO] [stdout] 96 | | suite_line<&str>, [INFO] [stdout] | | ^^^^ the same lifetime is elided here [INFO] [stdout] 97 | | do_parse!( [INFO] [stdout] 98 | | ws!( [INFO] [stdout] ... | [INFO] [stdout] 104 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same 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] 96 | suite_line<&'a str>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/suite/failure.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 12 | / named!( [INFO] [stdout] 13 | | fail_line<&str>, [INFO] [stdout] | | ^^^^ the same lifetime is elided here [INFO] [stdout] 14 | | do_parse!( [INFO] [stdout] 15 | | ws!(tag!("----")) >> [INFO] [stdout] ... | [INFO] [stdout] 24 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 13 | fail_line<&'a str>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/suite/failure.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 26 | / named!( [INFO] [stdout] 27 | | failure, [INFO] [stdout] | | ^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] 28 | | do_parse!( [INFO] [stdout] 29 | | name: fail_line >> [INFO] [stdout] ... | [INFO] [stdout] 41 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 27 | failure>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/suite/failure.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | named!(failures >, many1!(failure)); [INFO] [stdout] | --------------------^^^^^^^--------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 43 | named!(failures> >, many1!(failure)); [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] running `Command { std: "docker" "inspect" "d8adc1e972cda4301f63fdb6d35a39bcedf101d1262aecd5c14b8f1bc18825a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8adc1e972cda4301f63fdb6d35a39bcedf101d1262aecd5c14b8f1bc18825a3", kill_on_drop: false }` [INFO] [stdout] d8adc1e972cda4301f63fdb6d35a39bcedf101d1262aecd5c14b8f1bc18825a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 1e2e2725c5ecd65f5efea7b9989da1538112ab613f8d6b40199bb50a6015d83b [INFO] running `Command { std: "docker" "start" "-a" "1e2e2725c5ecd65f5efea7b9989da1538112ab613f8d6b40199bb50a6015d83b", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/suite/mod.rs:96:16 [INFO] [stdout] | [INFO] [stdout] 95 | / named!( [INFO] [stdout] 96 | | suite_line<&str>, [INFO] [stdout] | | ^^^^ the same lifetime is elided here [INFO] [stdout] 97 | | do_parse!( [INFO] [stdout] 98 | | ws!( [INFO] [stdout] ... | [INFO] [stdout] 104 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same 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] 96 | suite_line<&'a str>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cargo-results v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/suite/failure.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 12 | / named!( [INFO] [stdout] 13 | | fail_line<&str>, [INFO] [stdout] | | ^^^^ the same lifetime is elided here [INFO] [stdout] 14 | | do_parse!( [INFO] [stdout] 15 | | ws!(tag!("----")) >> [INFO] [stdout] ... | [INFO] [stdout] 24 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 13 | fail_line<&'a str>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/suite/failure.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 26 | / named!( [INFO] [stdout] 27 | | failure, [INFO] [stdout] | | ^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] 28 | | do_parse!( [INFO] [stdout] 29 | | name: fail_line >> [INFO] [stdout] ... | [INFO] [stdout] 41 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 27 | failure>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/suite/failure.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | named!(failures >, many1!(failure)); [INFO] [stdout] | --------------------^^^^^^^--------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 43 | named!(failures> >, many1!(failure)); [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/suite/mod.rs:96:16 [INFO] [stdout] | [INFO] [stdout] 95 | / named!( [INFO] [stdout] 96 | | suite_line<&str>, [INFO] [stdout] | | ^^^^ the same lifetime is elided here [INFO] [stdout] 97 | | do_parse!( [INFO] [stdout] 98 | | ws!( [INFO] [stdout] ... | [INFO] [stdout] 104 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same 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] 96 | suite_line<&'a str>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/suite/failure.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 12 | / named!( [INFO] [stdout] 13 | | fail_line<&str>, [INFO] [stdout] | | ^^^^ the same lifetime is elided here [INFO] [stdout] 14 | | do_parse!( [INFO] [stdout] 15 | | ws!(tag!("----")) >> [INFO] [stdout] ... | [INFO] [stdout] 24 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 13 | fail_line<&'a str>, [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/suite/failure.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 26 | / named!( [INFO] [stdout] 27 | | failure, [INFO] [stdout] | | ^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] 28 | | do_parse!( [INFO] [stdout] 29 | | name: fail_line >> [INFO] [stdout] ... | [INFO] [stdout] 41 | | ); [INFO] [stdout] | | - [INFO] [stdout] | | | [INFO] [stdout] | |_the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 27 | failure>, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/suite/failure.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | named!(failures >, many1!(failure)); [INFO] [stdout] | --------------------^^^^^^^--------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 43 | named!(failures> >, many1!(failure)); [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.10s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] running `Command { std: "docker" "inspect" "1e2e2725c5ecd65f5efea7b9989da1538112ab613f8d6b40199bb50a6015d83b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e2e2725c5ecd65f5efea7b9989da1538112ab613f8d6b40199bb50a6015d83b", kill_on_drop: false }` [INFO] [stdout] 1e2e2725c5ecd65f5efea7b9989da1538112ab613f8d6b40199bb50a6015d83b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 3482329c4592963bcfb2d2f37eff2597daae558fb41e1775774b5a67f450f122 [INFO] running `Command { std: "docker" "start" "-a" "3482329c4592963bcfb2d2f37eff2597daae558fb41e1775774b5a67f450f122", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/suite/mod.rs:96:16 [INFO] [stderr] | [INFO] [stderr] 95 | / named!( [INFO] [stderr] 96 | | suite_line<&str>, [INFO] [stderr] | | ^^^^ the same lifetime is elided here [INFO] [stderr] 97 | | do_parse!( [INFO] [stderr] 98 | | ws!( [INFO] [stderr] ... | [INFO] [stderr] 104 | | ); [INFO] [stderr] | | - [INFO] [stderr] | | | [INFO] [stderr] | |_the lifetime is named here [INFO] [stderr] | the same 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] 96 | suite_line<&'a str>, [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/suite/failure.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 12 | / named!( [INFO] [stderr] 13 | | fail_line<&str>, [INFO] [stderr] | | ^^^^ the same lifetime is elided here [INFO] [stderr] 14 | | do_parse!( [INFO] [stderr] 15 | | ws!(tag!("----")) >> [INFO] [stderr] ... | [INFO] [stderr] 24 | | ); [INFO] [stderr] | | - [INFO] [stderr] | | | [INFO] [stderr] | |_the lifetime is named here [INFO] [stderr] | the same lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 13 | fail_line<&'a str>, [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/suite/failure.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 26 | / named!( [INFO] [stderr] 27 | | failure, [INFO] [stderr] | | ^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] 28 | | do_parse!( [INFO] [stderr] 29 | | name: fail_line >> [INFO] [stderr] ... | [INFO] [stderr] 41 | | ); [INFO] [stderr] | | - [INFO] [stderr] | | | [INFO] [stderr] | |_the lifetime is named here [INFO] [stderr] | the same lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 27 | failure>, [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/suite/failure.rs:43:21 [INFO] [stderr] | [INFO] [stderr] 43 | named!(failures >, many1!(failure)); [INFO] [stderr] | --------------------^^^^^^^--------------------- [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | the same lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 43 | named!(failures> >, many1!(failure)); [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `cargo-results` (lib) generated 4 warnings (run `cargo fix --lib -p cargo-results` to apply 4 suggestions) [INFO] [stderr] warning: `cargo-results` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v3.2.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cargo_results-6b7c1028827d2dce) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test header::tests::it_should_parse_a_downloading_line ... ok [INFO] [stdout] test header::tests::it_should_parse_a_finished_line ... ok [INFO] [stdout] test header::tests::it_should_parse_a_compiling_line ... ok [INFO] [stdout] test header::tests::it_should_parse_a_blocking_line ... ok [INFO] [stdout] test header::tests::it_should_parse_a_downloaded_line ... ok [INFO] [stdout] test header::tests::it_should_parse_an_installing_line ... ok [INFO] [stdout] test header::tests::it_should_parse_a_full_header ... ok [INFO] [stdout] test suite::failure::tests::test_fail_line ... ok [INFO] [stdout] test header::tests::it_should_parse_an_updating_line ... ok [INFO] [stdout] test suite::failure::tests::test_failure ... ok [INFO] [stdout] test suite::failure::tests::test_failures ... ok [INFO] [stdout] test suite::result_line::tests::it_should_parse_a_suite_result ... ok [INFO] [stdout] test suite::tests::it_should_parse_suite_count ... ok [INFO] [stdout] test suite::tests::it_should_parse_suite_line ... ok [INFO] [stdout] test suite::tests::it_should_parse_test_result ... ok [INFO] [stdout] test suite::tests::it_should_parse_test_results ... ok [INFO] [stdout] test utility_parsers::tests::it_should_capture_digits ... ok [INFO] [stdout] test utility_parsers::tests::it_should_match_failed ... ok [INFO] [stdout] test utility_parsers::tests::it_should_match_ok ... ok [INFO] [stdout] test suite::failure::tests::test_fail_opt ... ok [INFO] [stdout] test utility_parsers::tests::it_should_match_to_end_of_line ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/end_to_end.rs (/opt/rustwide/target/debug/deps/end_to_end-72775e23cb32c939) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test it_should_parse_successful_test_output ... ok [INFO] [stdout] test test_fail_run ... ok [INFO] [stdout] test compile_fail ... ok [INFO] [stdout] test test_full_run ... ok [INFO] [stdout] test test_success_run ... ok [INFO] [stdout] test test_success_on_windows_rust_1_39 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests cargo_results [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" "3482329c4592963bcfb2d2f37eff2597daae558fb41e1775774b5a67f450f122", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3482329c4592963bcfb2d2f37eff2597daae558fb41e1775774b5a67f450f122", kill_on_drop: false }` [INFO] [stdout] 3482329c4592963bcfb2d2f37eff2597daae558fb41e1775774b5a67f450f122