[INFO] cloning repository https://github.com/smsutherland/rowdy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/smsutherland/rowdy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmsutherland%2Frowdy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmsutherland%2Frowdy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7eb46c1160f025a1b61e38193ccc2c0f196c0ff6
[INFO] checking smsutherland/rowdy against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmsutherland%2Frowdy" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/smsutherland/rowdy
[INFO] finished tweaking git repo https://github.com/smsutherland/rowdy
[INFO] tweaked toml for git repo https://github.com/smsutherland/rowdy written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/smsutherland/rowdy on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/smsutherland/rowdy 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 65fc4f3d3c688c990ff7967337b918c5278671b23dc27cb067c0eb624afd03e1
[INFO] running `Command { std: "docker" "start" "-a" "65fc4f3d3c688c990ff7967337b918c5278671b23dc27cb067c0eb624afd03e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "65fc4f3d3c688c990ff7967337b918c5278671b23dc27cb067c0eb624afd03e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65fc4f3d3c688c990ff7967337b918c5278671b23dc27cb067c0eb624afd03e1", kill_on_drop: false }`
[INFO] [stdout] 65fc4f3d3c688c990ff7967337b918c5278671b23dc27cb067c0eb624afd03e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7a5baf61b3f971e1d3c910db4ffc387ab0f1db4b3252c5cefa974772a77525ad
[INFO] running `Command { std: "docker" "start" "-a" "7a5baf61b3f971e1d3c910db4ffc387ab0f1db4b3252c5cefa974772a77525ad", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]     Checking rowdy_location v0.1.0 (/opt/rustwide/workdir/crates/rowdy_location)
[INFO] [stderr]     Checking rowdy_types v0.1.0 (/opt/rustwide/workdir/crates/rowdy_types)
[INFO] [stderr]     Checking rowdy_compiler v0.1.0 (/opt/rustwide/workdir/crates/rowdy_compiler)
[INFO] [stderr]     Checking rowdy_lexer v0.1.0 (/opt/rustwide/workdir/crates/rowdy_lexer)
[INFO] [stderr]     Checking rowdy_diagnostics v0.1.0 (/opt/rustwide/workdir/crates/rowdy_diagnostics)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/rowdy_lexer/src/lib.rs:48:27
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub fn tokenize(compiler: &Compiler) -> TokenIter {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub fn tokenize(compiler: &Compiler) -> TokenIter<'_> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/rowdy_lexer/src/lib.rs:52:28
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn tokenize_str(input: &str) -> TokenIter {
[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] 52 | pub fn tokenize_str(input: &str) -> TokenIter<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/rowdy_lexer/src/lib.rs:60:39
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn tokenize_unqualified(compiler: &Compiler) -> UnqualifiedTokenIter {
[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] 60 | pub fn tokenize_unqualified(compiler: &Compiler) -> UnqualifiedTokenIter<'_> {
[INFO] [stdout]    |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/rowdy_lexer/src/lib.rs:64:40
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub fn tokenize_str_unqualified(input: &str) -> UnqualifiedTokenIter {
[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] 64 | pub fn tokenize_str_unqualified(input: &str) -> UnqualifiedTokenIter<'_> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rowdy_macros v0.1.0 (/opt/rustwide/workdir/crates/rowdy_macros)
[INFO] [stderr]     Checking rowdy_ast v0.1.0 (/opt/rustwide/workdir/crates/rowdy_ast)
[INFO] [stderr]     Checking rowdy_bytecode v0.1.0 (/opt/rustwide/workdir/crates/rowdy_bytecode)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/rowdy_bytecode/src/lib.rs:34:17
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn iter(&self) -> BytecodeIter {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn iter(&self) -> BytecodeIter<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rowdy_interpreter v0.1.0 (/opt/rustwide/workdir/crates/rowdy_interpreter)
[INFO] [stderr]     Checking rowdy_parser v0.1.0 (/opt/rustwide/workdir/crates/rowdy_parser)
[INFO] [stderr]     Checking rowdy_type_checking v0.1.0 (/opt/rustwide/workdir/crates/rowdy_type_checking)
[INFO] [stderr]     Checking rowdy_codegen v0.1.0 (/opt/rustwide/workdir/crates/rowdy_codegen)
[INFO] [stdout] warning: unused variable: `node`
[INFO] [stdout]    --> crates/rowdy_type_checking/src/lib.rs:193:25
[INFO] [stdout]     |
[INFO] [stdout] 193 |     fn visit(&mut self, node: &base::IntLit) -> Self::Output {
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node`
[INFO] [stdout]    --> crates/rowdy_type_checking/src/lib.rs:201:25
[INFO] [stdout]     |
[INFO] [stdout] 201 |     fn visit(&mut self, node: &base::FloatLit) -> Self::Output {
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node`
[INFO] [stdout]    --> crates/rowdy_type_checking/src/lib.rs:209:25
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn visit(&mut self, node: &base::Symbol) -> Self::Output {
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node`
[INFO] [stdout]    --> crates/rowdy_type_checking/src/lib.rs:217:25
[INFO] [stdout]     |
[INFO] [stdout] 217 |     fn visit(&mut self, node: &base::Type) -> Self::Output {
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node`
[INFO] [stdout]    --> crates/rowdy_type_checking/src/lib.rs:225:25
[INFO] [stdout]     |
[INFO] [stdout] 225 |     fn visit(&mut self, node: &Vec<base::Declaration>) -> Self::Output {
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rowdy_driver v0.1.0 (/opt/rustwide/workdir/crates/rowdy_driver)
[INFO] [stderr]     Checking rowdy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
[INFO] running `Command { std: "docker" "inspect" "7a5baf61b3f971e1d3c910db4ffc387ab0f1db4b3252c5cefa974772a77525ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a5baf61b3f971e1d3c910db4ffc387ab0f1db4b3252c5cefa974772a77525ad", kill_on_drop: false }`
[INFO] [stdout] 7a5baf61b3f971e1d3c910db4ffc387ab0f1db4b3252c5cefa974772a77525ad
