[INFO] cloning repository https://github.com/mondobe/tuck5
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mondobe/tuck5" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmondobe%2Ftuck5", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmondobe%2Ftuck5'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7387d439e042700aed68ddab89a0081b328ea04e
[INFO] checking mondobe/tuck5 against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmondobe%2Ftuck5" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mondobe/tuck5
[INFO] finished tweaking git repo https://github.com/mondobe/tuck5
[INFO] tweaked toml for git repo https://github.com/mondobe/tuck5 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mondobe/tuck5 on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mondobe/tuck5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> Cargo.toml:9:12
[INFO] [stderr]    |
[INFO] [stderr]  9 | homepage = "https://github.com/mondobe/tuck5"
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 13 | repository = "https://github.com/mondobe/tuck5"
[INFO] [stderr]    |              ----------------------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `tuck5` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bae8b0f57f29e6bd551a033c75fb01bba57a7fe4c4454f321ec43e592ccc5167
[INFO] running `Command { std: "docker" "start" "bae8b0f57f29e6bd551a033c75fb01bba57a7fe4c4454f321ec43e592ccc5167", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bae8b0f57f29e6bd551a033c75fb01bba57a7fe4c4454f321ec43e592ccc5167", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bae8b0f57f29e6bd551a033c75fb01bba57a7fe4c4454f321ec43e592ccc5167" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bae8b0f57f29e6bd551a033c75fb01bba57a7fe4c4454f321ec43e592ccc5167", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bae8b0f57f29e6bd551a033c75fb01bba57a7fe4c4454f321ec43e592ccc5167" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> Cargo.toml:9:12
[INFO] [stderr]    |
[INFO] [stderr]  9 | homepage = "https://github.com/mondobe/tuck5"
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 13 | repository = "https://github.com/mondobe/tuck5"
[INFO] [stderr]    |              ----------------------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `tuck5` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]     Checking tuck5 v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]  --> src/meta/mod.rs:9:55
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn has_tag<'a>(tag: &'a str) -> impl Sequence<Vec<&str>> {
[INFO] [stdout]   |                          --                           ^^^^ the same lifetime is elided here
[INFO] [stdout]   |                          |
[INFO] [stdout]   |                          the 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] 9 | pub fn has_tag<'a>(tag: &'a str) -> impl Sequence<Vec<&'a str>> {
[INFO] [stdout]   |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/meta/mod.rs:27:46
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn tuck_tokens<'a>(text: &'a str) -> Vec<Token<Vec<&'a str>>> {
[INFO] [stdout]    |                               --             ^^^^^^^^^^^--^^^^^^
[INFO] [stdout]    |                               |              |          |
[INFO] [stdout]    |                               |              |          the same lifetime is named here
[INFO] [stdout]    |                               |              the same lifetime is hidden here
[INFO] [stdout]    |                               the 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 | pub fn tuck_tokens<'a>(text: &'a str) -> Vec<Token<'a, Vec<&'a str>>> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling test-case-core v3.1.0
[INFO] [stderr]    Compiling test-case-macros v3.1.0
[INFO] [stderr]     Checking test-case v3.1.0
[INFO] [stdout] warning: unused import: `token::*`
[INFO] [stdout]  --> src/sequence/tests.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use token::*;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]  --> src/transform/mod.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | mod tests;
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the name `tests` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]  --> src/transform/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use crate::*;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]  --> src/transform/mod.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | mod tests;
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout]   = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sequence::*`
[INFO] [stdout]  --> src/transform/tests.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use sequence::*;
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `token::*`
[INFO] [stdout]  --> src/transform/tests.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use token::*;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]  --> src/meta/mod.rs:9:55
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn has_tag<'a>(tag: &'a str) -> impl Sequence<Vec<&str>> {
[INFO] [stdout]   |                          --                           ^^^^ the same lifetime is elided here
[INFO] [stdout]   |                          |
[INFO] [stdout]   |                          the 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] 9 | pub fn has_tag<'a>(tag: &'a str) -> impl Sequence<Vec<&'a str>> {
[INFO] [stdout]   |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/meta/mod.rs:27:46
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn tuck_tokens<'a>(text: &'a str) -> Vec<Token<Vec<&'a str>>> {
[INFO] [stdout]    |                               --             ^^^^^^^^^^^--^^^^^^
[INFO] [stdout]    |                               |              |          |
[INFO] [stdout]    |                               |              |          the same lifetime is named here
[INFO] [stdout]    |                               |              the same lifetime is hidden here
[INFO] [stdout]    |                               the 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 | pub fn tuck_tokens<'a>(text: &'a str) -> Vec<Token<'a, Vec<&'a str>>> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]  --> src/tests/calculator/mod.rs:8:55
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn has_tag<'a>(tag: &'a str) -> impl Sequence<Vec<&str>> {
[INFO] [stdout]   |                          --                           ^^^^ the same lifetime is elided here
[INFO] [stdout]   |                          |
[INFO] [stdout]   |                          the 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] 8 | pub fn has_tag<'a>(tag: &'a str) -> impl Sequence<Vec<&'a str>> {
[INFO] [stdout]   |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/tests/calculator/mod.rs:12:46
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn calc_tokens<'a>(text: &'a str) -> Vec<Token<Vec<&'a str>>> {
[INFO] [stdout]    |                               --             ^^^^^^^^^^^--^^^^^^
[INFO] [stdout]    |                               |              |          |
[INFO] [stdout]    |                               |              |          the same lifetime is named here
[INFO] [stdout]    |                               |              the same lifetime is hidden here
[INFO] [stdout]    |                               the 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] 12 | pub fn calc_tokens<'a>(text: &'a str) -> Vec<Token<'a, Vec<&'a str>>> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/tests/calculator/meta.rs:6:30
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn calc_tokens<'a>(text: &str) -> Vec<Token<Vec<String>>> {
[INFO] [stdout]   |                              ^^^^         ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                              |
[INFO] [stdout]   |                              the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn calc_tokens<'a>(text: &str) -> Vec<Token<'_, Vec<String>>> {
[INFO] [stdout]   |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/tests/interp/mod.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse(text: &str) -> Vec<Token<Vec<String>>> {
[INFO] [stdout]   |                    ^^^^         ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse(text: &str) -> Vec<Token<'_, Vec<String>>> {
[INFO] [stdout]   |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
[INFO] running `Command { std: "docker" "inspect" "bae8b0f57f29e6bd551a033c75fb01bba57a7fe4c4454f321ec43e592ccc5167", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bae8b0f57f29e6bd551a033c75fb01bba57a7fe4c4454f321ec43e592ccc5167", kill_on_drop: false }`
[INFO] [stdout] bae8b0f57f29e6bd551a033c75fb01bba57a7fe4c4454f321ec43e592ccc5167
