[INFO] cloning repository https://github.com/austinhyde/adventofcode20 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/austinhyde/adventofcode20" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faustinhyde%2Fadventofcode20", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faustinhyde%2Fadventofcode20'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3383bab50da4ce80fe57d2a9b422b579301c7220 [INFO] checking austinhyde/adventofcode20 against try#0ec6e73c26e84416f7a6c0dacee999279e12896e for pr-84385 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faustinhyde%2Fadventofcode20" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/austinhyde/adventofcode20 on toolchain 0ec6e73c26e84416f7a6c0dacee999279e12896e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/austinhyde/adventofcode20 [INFO] finished tweaking git repo https://github.com/austinhyde/adventofcode20 [INFO] tweaked toml for git repo https://github.com/austinhyde/adventofcode20 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/austinhyde/adventofcode20 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b6f1bd446143bf2885a8a6e85cad091256bb431b93eef497983d172dac161cb5 [INFO] running `Command { std: "docker" "start" "-a" "b6f1bd446143bf2885a8a6e85cad091256bb431b93eef497983d172dac161cb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b6f1bd446143bf2885a8a6e85cad091256bb431b93eef497983d172dac161cb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6f1bd446143bf2885a8a6e85cad091256bb431b93eef497983d172dac161cb5", kill_on_drop: false }` [INFO] [stdout] b6f1bd446143bf2885a8a6e85cad091256bb431b93eef497983d172dac161cb5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6add236ca21bf7b188cf39bf206d944e652e05072283f757b1781d08108c9a3c [INFO] running `Command { std: "docker" "start" "-a" "6add236ca21bf7b188cf39bf206d944e652e05072283f757b1781d08108c9a3c", kill_on_drop: false }` [INFO] [stderr] Checking lib v0.1.0 (/opt/rustwide/workdir/lib) [INFO] [stderr] Checking day1-expense-report v0.1.0 (/opt/rustwide/workdir/day1-expense-report) [INFO] [stdout] error[E0309]: the parameter type `U` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `U` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 37 | fn map(self, f: impl Fn(T)->U + 'a) -> BoxedParser<'a, U> where Self: Sized+'a { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `U` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | self.map(|v| v.into()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ ...so that the type `U` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 44 | fn map_into + 'a>(self) -> BoxedParser<'a, U> where Self: Sized+'a { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `U` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `U` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 51 | fn and_then>(self, f: impl Fn(T) -> P2 + 'a) -> BoxedParser<'a, U> where Self: Sized+'a { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `U` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `U` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 37 | fn map(self, f: impl Fn(T)->U + 'a) -> BoxedParser<'a, U> where Self: Sized+'a { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `U` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | self.map(|v| v.into()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ ...so that the type `U` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 44 | fn map_into + 'a>(self) -> BoxedParser<'a, U> where Self: Sized+'a { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 29 | pub trait Parser<'a, T: 'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `U` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `U` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 51 | fn and_then>(self, f: impl Fn(T) -> P2 + 'a) -> BoxedParser<'a, U> where Self: Sized+'a { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 29 | pub trait Parser<'a, T: 'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `U` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `U` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 71 | fn but_really(self, second: impl Parser<'a, U> + 'a) -> BoxedParser<'a, U> where Self: Sized+'a { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `U` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `U` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 71 | fn but_really(self, second: impl Parser<'a, U> + 'a) -> BoxedParser<'a, U> where Self: Sized+'a { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `U` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `U` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 81 | fn then(self, second: impl Parser<'a, U> + 'a) -> BoxedParser<'a, (T, U)> where Self: Sized + 'a { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 29 | pub trait Parser<'a, T: 'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `U` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `U` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 81 | fn then(self, second: impl Parser<'a, U> + 'a) -> BoxedParser<'a, (T, U)> where Self: Sized + 'a { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 29 | pub trait Parser<'a, T: 'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 29 | pub trait Parser<'a, T: 'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 29 | pub trait Parser<'a, T: 'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 29 | pub trait Parser<'a, T: 'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 29 | pub trait Parser<'a, T: 'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:212:9 [INFO] [stdout] | [INFO] [stdout] 212 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 29 | pub trait Parser<'a, T: 'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/src/parse.rs:212:9 [INFO] [stdout] | [INFO] [stdout] 212 | BoxedParser::new(move |input| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 29 | pub trait Parser<'a, T: 'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0309`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0309`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lib` due to 11 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `lib` due to 11 previous errors [INFO] running `Command { std: "docker" "inspect" "6add236ca21bf7b188cf39bf206d944e652e05072283f757b1781d08108c9a3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6add236ca21bf7b188cf39bf206d944e652e05072283f757b1781d08108c9a3c", kill_on_drop: false }` [INFO] [stdout] 6add236ca21bf7b188cf39bf206d944e652e05072283f757b1781d08108c9a3c