[INFO] fetching crate test-to-vec 0.4.3... [INFO] checking test-to-vec-0.4.3 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate test-to-vec 0.4.3 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate test-to-vec 0.4.3 on toolchain c387b04bf028733cd561d62128c8a5eee4bc1458 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate test-to-vec 0.4.3 [INFO] finished tweaking crates.io crate test-to-vec 0.4.3 [INFO] tweaked toml for crates.io crate test-to-vec 0.4.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "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 memchr v1.0.2 (available: v2.7.4) [INFO] [stderr] Adding nom v3.2.1 (available: v7.1.3) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 368d9608b00e936991765d286405ab7071c4874b95ac6291ab355b8af69553da [INFO] running `Command { std: "docker" "start" "-a" "368d9608b00e936991765d286405ab7071c4874b95ac6291ab355b8af69553da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "368d9608b00e936991765d286405ab7071c4874b95ac6291ab355b8af69553da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "368d9608b00e936991765d286405ab7071c4874b95ac6291ab355b8af69553da", kill_on_drop: false }` [INFO] [stdout] 368d9608b00e936991765d286405ab7071c4874b95ac6291ab355b8af69553da [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 -Dtail_expr_drop_order" "-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3cec51d334ccfbeef2861fd6cd57fd8dce3118774d01701ee9d82b4d3e6c1c51 [INFO] running `Command { std: "docker" "start" "-a" "3cec51d334ccfbeef2861fd6cd57fd8dce3118774d01701ee9d82b4d3e6c1c51", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Checking test-to-vec v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 7 | / named!( [INFO] [stdout] 8 | | rest_of_line<&str>, [INFO] [stdout] | | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 9 | | do_parse!( [INFO] [stdout] 10 | | content: map_res!( [INFO] [stdout] ... | [INFO] [stdout] 16 | | ) [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:65:16 [INFO] [stdout] | [INFO] [stdout] 64 | / named!( [INFO] [stdout] 65 | | suite_line<&str>, [INFO] [stdout] | | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 66 | | do_parse!( [INFO] [stdout] 67 | | ws!( [INFO] [stdout] ... | [INFO] [stdout] 72 | | ) [INFO] [stdout] 73 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:85:8 [INFO] [stdout] | [INFO] [stdout] 84 | / named!( [INFO] [stdout] 85 | | ok<&str>, [INFO] [stdout] | | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 86 | | map!(tag!("ok"), [INFO] [stdout] 87 | | |_| "pass") [INFO] [stdout] 88 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:91:12 [INFO] [stdout] | [INFO] [stdout] 90 | / named!( [INFO] [stdout] 91 | | failed<&str>, [INFO] [stdout] | | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 92 | | map!(tag!("FAILED"), [INFO] [stdout] 93 | | |_| "fail") [INFO] [stdout] 94 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:97:18 [INFO] [stdout] | [INFO] [stdout] 96 | / named!( [INFO] [stdout] 97 | | ok_or_failed<&str>, [INFO] [stdout] | | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 98 | | alt!(ok | failed) [INFO] [stdout] 99 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:109:17 [INFO] [stdout] | [INFO] [stdout] 108 | / named!( [INFO] [stdout] 109 | | test_result, [INFO] [stdout] | | ^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 110 | | do_parse!( [INFO] [stdout] 111 | | tag!("test") >> [INFO] [stdout] ... | [INFO] [stdout] 124 | | ) [INFO] [stdout] 125 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:128:22 [INFO] [stdout] | [INFO] [stdout] 127 | / named!( [INFO] [stdout] 128 | | test_results >, [INFO] [stdout] | | ^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 129 | | many0!( [INFO] [stdout] 130 | | test_result [INFO] [stdout] 131 | | ) [INFO] [stdout] 132 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:156:18 [INFO] [stdout] | [INFO] [stdout] 155 | / named!( [INFO] [stdout] 156 | | suite_result, [INFO] [stdout] | | ^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 157 | | do_parse!( [INFO] [stdout] 158 | | ws!(tag!("test result: ")) >> [INFO] [stdout] ... | [INFO] [stdout] 179 | | ) [INFO] [stdout] 180 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 182 | / named!( [INFO] [stdout] 183 | | fail_line<&str>, [INFO] [stdout] | | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 184 | | do_parse!( [INFO] [stdout] 185 | | ws!(tag!("----")) >> [INFO] [stdout] ... | [INFO] [stdout] 193 | | ) [INFO] [stdout] 194 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 202 | / named!( [INFO] [stdout] 203 | | failure, [INFO] [stdout] | | ^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 204 | | do_parse!( [INFO] [stdout] 205 | | name: fail_line >> [INFO] [stdout] ... | [INFO] [stdout] 216 | | ) [INFO] [stdout] 217 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:219:21 [INFO] [stdout] | [INFO] [stdout] 219 | named!(failures >, many1!(failure)); [INFO] [stdout] | --------------------^^^^^^^--------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this elided lifetime gets resolved as `'a` [INFO] [stdout] | lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:221:28 [INFO] [stdout] | [INFO] [stdout] 221 | named!(fail_opt > >, [INFO] [stdout] | - ^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 222 | | opt!( [INFO] [stdout] 223 | | do_parse!( [INFO] [stdout] 224 | | ws!( [INFO] [stdout] ... | [INFO] [stdout] 233 | | ) [INFO] [stdout] 234 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:287:18 [INFO] [stdout] | [INFO] [stdout] 286 | / named!( [INFO] [stdout] 287 | | suite_parser, [INFO] [stdout] | | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 288 | | do_parse!( [INFO] [stdout] 289 | | name: suite_line >> [INFO] [stdout] ... | [INFO] [stdout] 295 | | ) [INFO] [stdout] 296 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:299:23 [INFO] [stdout] | [INFO] [stdout] 298 | / named!( [INFO] [stdout] 299 | | suites_parser >, [INFO] [stdout] | | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 300 | | many1!(suite_parser) [INFO] [stdout] 301 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:304:21 [INFO] [stdout] | [INFO] [stdout] 303 | / named!( [INFO] [stdout] 304 | | compile_error >, [INFO] [stdout] | | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 305 | | do_parse!( [INFO] [stdout] 306 | | ws!(tag!("error")) >> [INFO] [stdout] ... | [INFO] [stdout] 335 | | ) [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 7 | / named!( [INFO] [stdout] 8 | | rest_of_line<&str>, [INFO] [stdout] | | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 9 | | do_parse!( [INFO] [stdout] 10 | | content: map_res!( [INFO] [stdout] ... | [INFO] [stdout] 16 | | ) [INFO] [stdout] 17 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:65:16 [INFO] [stdout] | [INFO] [stdout] 64 | / named!( [INFO] [stdout] 65 | | suite_line<&str>, [INFO] [stdout] | | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 66 | | do_parse!( [INFO] [stdout] 67 | | ws!( [INFO] [stdout] ... | [INFO] [stdout] 72 | | ) [INFO] [stdout] 73 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:85:8 [INFO] [stdout] | [INFO] [stdout] 84 | / named!( [INFO] [stdout] 85 | | ok<&str>, [INFO] [stdout] | | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 86 | | map!(tag!("ok"), [INFO] [stdout] 87 | | |_| "pass") [INFO] [stdout] 88 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:91:12 [INFO] [stdout] | [INFO] [stdout] 90 | / named!( [INFO] [stdout] 91 | | failed<&str>, [INFO] [stdout] | | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 92 | | map!(tag!("FAILED"), [INFO] [stdout] 93 | | |_| "fail") [INFO] [stdout] 94 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:97:18 [INFO] [stdout] | [INFO] [stdout] 96 | / named!( [INFO] [stdout] 97 | | ok_or_failed<&str>, [INFO] [stdout] | | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 98 | | alt!(ok | failed) [INFO] [stdout] 99 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:109:17 [INFO] [stdout] | [INFO] [stdout] 108 | / named!( [INFO] [stdout] 109 | | test_result, [INFO] [stdout] | | ^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 110 | | do_parse!( [INFO] [stdout] 111 | | tag!("test") >> [INFO] [stdout] ... | [INFO] [stdout] 124 | | ) [INFO] [stdout] 125 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:128:22 [INFO] [stdout] | [INFO] [stdout] 127 | / named!( [INFO] [stdout] 128 | | test_results >, [INFO] [stdout] | | ^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 129 | | many0!( [INFO] [stdout] 130 | | test_result [INFO] [stdout] 131 | | ) [INFO] [stdout] 132 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:156:18 [INFO] [stdout] | [INFO] [stdout] 155 | / named!( [INFO] [stdout] 156 | | suite_result, [INFO] [stdout] | | ^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 157 | | do_parse!( [INFO] [stdout] 158 | | ws!(tag!("test result: ")) >> [INFO] [stdout] ... | [INFO] [stdout] 179 | | ) [INFO] [stdout] 180 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 182 | / named!( [INFO] [stdout] 183 | | fail_line<&str>, [INFO] [stdout] | | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 184 | | do_parse!( [INFO] [stdout] 185 | | ws!(tag!("----")) >> [INFO] [stdout] ... | [INFO] [stdout] 193 | | ) [INFO] [stdout] 194 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 202 | / named!( [INFO] [stdout] 203 | | failure, [INFO] [stdout] | | ^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 204 | | do_parse!( [INFO] [stdout] 205 | | name: fail_line >> [INFO] [stdout] ... | [INFO] [stdout] 216 | | ) [INFO] [stdout] 217 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:219:21 [INFO] [stdout] | [INFO] [stdout] 219 | named!(failures >, many1!(failure)); [INFO] [stdout] | --------------------^^^^^^^--------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this elided lifetime gets resolved as `'a` [INFO] [stdout] | lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:221:28 [INFO] [stdout] | [INFO] [stdout] 221 | named!(fail_opt > >, [INFO] [stdout] | - ^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | _| [INFO] [stdout] | | [INFO] [stdout] 222 | | opt!( [INFO] [stdout] 223 | | do_parse!( [INFO] [stdout] 224 | | ws!( [INFO] [stdout] ... | [INFO] [stdout] 233 | | ) [INFO] [stdout] 234 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:287:18 [INFO] [stdout] | [INFO] [stdout] 286 | / named!( [INFO] [stdout] 287 | | suite_parser, [INFO] [stdout] | | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 288 | | do_parse!( [INFO] [stdout] 289 | | name: suite_line >> [INFO] [stdout] ... | [INFO] [stdout] 295 | | ) [INFO] [stdout] 296 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:299:23 [INFO] [stdout] | [INFO] [stdout] 298 | / named!( [INFO] [stdout] 299 | | suites_parser >, [INFO] [stdout] | | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 300 | | many1!(suite_parser) [INFO] [stdout] 301 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:304:21 [INFO] [stdout] | [INFO] [stdout] 303 | / named!( [INFO] [stdout] 304 | | compile_error >, [INFO] [stdout] | | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] 305 | | do_parse!( [INFO] [stdout] 306 | | ws!(tag!("error")) >> [INFO] [stdout] ... | [INFO] [stdout] 335 | | ) [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- lifetime `'a` declared here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s [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 1` [INFO] running `Command { std: "docker" "inspect" "3cec51d334ccfbeef2861fd6cd57fd8dce3118774d01701ee9d82b4d3e6c1c51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cec51d334ccfbeef2861fd6cd57fd8dce3118774d01701ee9d82b4d3e6c1c51", kill_on_drop: false }` [INFO] [stdout] 3cec51d334ccfbeef2861fd6cd57fd8dce3118774d01701ee9d82b4d3e6c1c51