[INFO] fetching crate abortable_parser 0.2.6...
[INFO] checking abortable_parser-0.2.6 against master#3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777 for pr-132289
[INFO] extracting crate abortable_parser 0.2.6 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate abortable_parser 0.2.6 on toolchain 3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate abortable_parser 0.2.6
[INFO] finished tweaking crates.io crate abortable_parser 0.2.6
[INFO] tweaked toml for crates.io crate abortable_parser 0.2.6 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0eb0dabee810b630de859f67ebc9d2874297b9c257898f21d74ac4650c43a039
[INFO] running `Command { std: "docker" "start" "-a" "0eb0dabee810b630de859f67ebc9d2874297b9c257898f21d74ac4650c43a039", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0eb0dabee810b630de859f67ebc9d2874297b9c257898f21d74ac4650c43a039", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0eb0dabee810b630de859f67ebc9d2874297b9c257898f21d74ac4650c43a039", kill_on_drop: false }`
[INFO] [stdout] 0eb0dabee810b630de859f67ebc9d2874297b9c257898f21d74ac4650c43a039
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 81aeee3cd8a50663d1054c5cf281f6af6c64cce6f5098a7990213a9b018e1d22
[INFO] running `Command { std: "docker" "start" "-a" "81aeee3cd8a50663d1054c5cf281f6af6c64cce6f5098a7990213a9b018e1d22", kill_on_drop: false }`
[INFO] [stderr]     Checking abortable_parser v0.2.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/lib.rs:182:37
[INFO] [stdout]     |
[INFO] [stdout] 182 |     pub fn get_msg<'a>(&'a self) -> &str {
[INFO] [stdout]     |                    --               ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]     |                    |
[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:182:37
[INFO] [stdout]     |
[INFO] [stdout] 182 |     pub fn get_msg<'a>(&'a self) -> &str {
[INFO] [stdout]     |                    --               ^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]     |                    |
[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: panic message is not a string literal
[INFO] [stdout]    --> src/test.rs:205:31
[INFO] [stdout]     |
[INFO] [stdout] 205 |     assert!(result.is_fail(), format!("{:?}", result));
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 205 -     assert!(result.is_fail(), format!("{:?}", result));
[INFO] [stdout] 205 +     assert!(result.is_fail(), "{:?}", result);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/test.rs:213:37
[INFO] [stdout]     |
[INFO] [stdout] 213 |     assert!(result.is_incomplete(), format!("{:?}", result));
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 213 -     assert!(result.is_incomplete(), format!("{:?}", result));
[INFO] [stdout] 213 +     assert!(result.is_incomplete(), "{:?}", result);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/test.rs:221:31
[INFO] [stdout]     |
[INFO] [stdout] 221 |     assert!(result.is_fail(), format!("{:?}", result));
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 221 -     assert!(result.is_fail(), format!("{:?}", result));
[INFO] [stdout] 221 +     assert!(result.is_fail(), "{:?}", result);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/test.rs:229:35
[INFO] [stdout]     |
[INFO] [stdout] 229 |     assert!(result.is_complete(), format!("{:?}", result));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 229 -     assert!(result.is_complete(), format!("{:?}", result));
[INFO] [stdout] 229 +     assert!(result.is_complete(), "{:?}", result);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] running `Command { std: "docker" "inspect" "81aeee3cd8a50663d1054c5cf281f6af6c64cce6f5098a7990213a9b018e1d22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81aeee3cd8a50663d1054c5cf281f6af6c64cce6f5098a7990213a9b018e1d22", kill_on_drop: false }`
[INFO] [stdout] 81aeee3cd8a50663d1054c5cf281f6af6c64cce6f5098a7990213a9b018e1d22
