[INFO] cloning repository https://github.com/modulitos/rust-parser-combinators
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/modulitos/rust-parser-combinators" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmodulitos%2Frust-parser-combinators", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmodulitos%2Frust-parser-combinators'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2dc87697dd188220520302a805560bbec514d13f
[INFO] checking modulitos/rust-parser-combinators against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmodulitos%2Frust-parser-combinators" "/workspace/builds/worker-13/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/modulitos/rust-parser-combinators on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/modulitos/rust-parser-combinators
[INFO] finished tweaking git repo https://github.com/modulitos/rust-parser-combinators
[INFO] tweaked toml for git repo https://github.com/modulitos/rust-parser-combinators written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] crate git repo https://github.com/modulitos/rust-parser-combinators already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c90a923746e18a941d5e86e295358a61dcb011effe5a6ff573bd9428a795739f
[INFO] running `Command { std: "docker" "start" "-a" "c90a923746e18a941d5e86e295358a61dcb011effe5a6ff573bd9428a795739f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c90a923746e18a941d5e86e295358a61dcb011effe5a6ff573bd9428a795739f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c90a923746e18a941d5e86e295358a61dcb011effe5a6ff573bd9428a795739f", kill_on_drop: false }`
[INFO] [stdout] c90a923746e18a941d5e86e295358a61dcb011effe5a6ff573bd9428a795739f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9feb903bddf397447e0428f91aa2d63dadde1a32a72916a0fbc230010ac9a0cd
[INFO] running `Command { std: "docker" "start" "-a" "9feb903bddf397447e0428f91aa2d63dadde1a32a72916a0fbc230010ac9a0cd", kill_on_drop: false }`
[INFO] [stderr] Checking parser-combinator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated function is never used: `new`
[INFO] [stdout] --> src/lib.rs:13:8
[INFO] [stdout] |
[INFO] [stdout] 13 | fn new
(parser: P) -> Self
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `match_literal`
[INFO] [stdout] --> src/lib.rs:78:4
[INFO] [stdout] |
[INFO] [stdout] 78 | fn match_literal<'a>(expected: &'static str) -> impl Parser<'a, ()> {
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `identifier`
[INFO] [stdout] --> src/lib.rs:99:4
[INFO] [stdout] |
[INFO] [stdout] 99 | fn identifier(input: &str) -> ParseResult {
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `pair`
[INFO] [stdout] --> src/lib.rs:136:4
[INFO] [stdout] |
[INFO] [stdout] 136 | fn pair<'a, P1, P2, R1, R2>(parser1: P1, parser2: P2) -> impl Parser<'a, (R1, R2)>
[INFO] [stdout] | ^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `map`
[INFO] [stdout] --> src/lib.rs:161:4
[INFO] [stdout] |
[INFO] [stdout] 161 | fn map<'a, P, F, A, B>(parser: P, map_fn: F) -> impl Parser<'a, B>
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `left`
[INFO] [stdout] --> src/lib.rs:174:4
[INFO] [stdout] |
[INFO] [stdout] 174 | fn left<'a, P1, P2, R1, R2>(parser1: P1, parser2: P2) -> impl Parser<'a, R1>
[INFO] [stdout] | ^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `right`
[INFO] [stdout] --> src/lib.rs:182:4
[INFO] [stdout] |
[INFO] [stdout] 182 | fn right<'a, P1, P2, R1, R2>(parser1: P1, parser2: P2) -> impl Parser<'a, R2>
[INFO] [stdout] | ^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `one_or_more`
[INFO] [stdout] --> src/lib.rs:204:4
[INFO] [stdout] |
[INFO] [stdout] 204 | fn one_or_more<'a, P, A>(parser: P) -> impl Parser<'a, Vec>
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `zero_or_more`
[INFO] [stdout] --> src/lib.rs:227:4
[INFO] [stdout] |
[INFO] [stdout] 227 | fn zero_or_more<'a, P, A>(parser: P) -> impl Parser<'a, Vec>
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `any_char`
[INFO] [stdout] --> src/lib.rs:264:4
[INFO] [stdout] |
[INFO] [stdout] 264 | fn any_char(input: &str) -> ParseResult {
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `pred`
[INFO] [stdout] --> src/lib.rs:272:4
[INFO] [stdout] |
[INFO] [stdout] 272 | fn pred<'a, P, A, F>(parser: P, predicate: F) -> impl Parser<'a, A>
[INFO] [stdout] | ^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `whitespace_char`
[INFO] [stdout] --> src/lib.rs:295:4
[INFO] [stdout] |
[INFO] [stdout] 295 | fn whitespace_char<'a>() -> impl Parser<'a, char> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `space1`
[INFO] [stdout] --> src/lib.rs:299:4
[INFO] [stdout] |
[INFO] [stdout] 299 | fn space1<'a>() -> impl Parser<'a, Vec> {
[INFO] [stdout] | ^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `space0`
[INFO] [stdout] --> src/lib.rs:303:4
[INFO] [stdout] |
[INFO] [stdout] 303 | fn space0<'a>() -> impl Parser<'a, Vec> {
[INFO] [stdout] | ^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `quoted_string`
[INFO] [stdout] --> src/lib.rs:310:4
[INFO] [stdout] |
[INFO] [stdout] 310 | fn quoted_string<'a>() -> impl Parser<'a, String> {
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `attribute_pair`
[INFO] [stdout] --> src/lib.rs:333:4
[INFO] [stdout] |
[INFO] [stdout] 333 | fn attribute_pair<'a>() -> impl Parser<'a, (String, String)> {
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `attributes`
[INFO] [stdout] --> src/lib.rs:337:4
[INFO] [stdout] |
[INFO] [stdout] 337 | fn attributes<'a>() -> impl Parser<'a, Vec<(String, String)>> {
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `element_start`
[INFO] [stdout] --> src/lib.rs:355:4
[INFO] [stdout] |
[INFO] [stdout] 355 | fn element_start<'a>() -> impl Parser<'a, (String, Vec<(String, String)>)> {
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `single_element`
[INFO] [stdout] --> src/lib.rs:359:4
[INFO] [stdout] |
[INFO] [stdout] 359 | fn single_element<'a>() -> impl Parser<'a, Element> {
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `open_element`
[INFO] [stdout] --> src/lib.rs:390:4
[INFO] [stdout] |
[INFO] [stdout] 390 | fn open_element<'a>() -> impl Parser<'a, Element> {
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `either`
[INFO] [stdout] --> src/lib.rs:398:4
[INFO] [stdout] |
[INFO] [stdout] 398 | fn either<'a, P1, P2, A>(parser1: P1, parser2: P2) -> impl Parser<'a, A>
[INFO] [stdout] | ^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `close_element`
[INFO] [stdout] --> src/lib.rs:409:4
[INFO] [stdout] |
[INFO] [stdout] 409 | fn close_element<'a>(expected_name: String) -> impl Parser<'a, String> {
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `and_then`
[INFO] [stdout] --> src/lib.rs:425:4
[INFO] [stdout] |
[INFO] [stdout] 425 | fn and_then<'a, A, P, B, NextP, F>(parser: P, f: F) -> impl Parser<'a, B>
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `parent_element`
[INFO] [stdout] --> src/lib.rs:437:4
[INFO] [stdout] |
[INFO] [stdout] 437 | fn parent_element<'a>() -> impl Parser<'a, Element> {
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `whitespace_wrap`
[INFO] [stdout] --> src/lib.rs:447:4
[INFO] [stdout] |
[INFO] [stdout] 447 | fn whitespace_wrap<'a, P, A>(parser: P) -> impl Parser<'a, A>
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `element`
[INFO] [stdout] --> src/lib.rs:454:4
[INFO] [stdout] |
[INFO] [stdout] 454 | fn element<'a>() -> impl Parser<'a, Element> {
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 26 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.69s
[INFO] running `Command { std: "docker" "inspect" "9feb903bddf397447e0428f91aa2d63dadde1a32a72916a0fbc230010ac9a0cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9feb903bddf397447e0428f91aa2d63dadde1a32a72916a0fbc230010ac9a0cd", kill_on_drop: false }`
[INFO] [stdout] 9feb903bddf397447e0428f91aa2d63dadde1a32a72916a0fbc230010ac9a0cd