[INFO] cloning repository https://github.com/secona/uler-lang
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/secona/uler-lang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsecona%2Fuler-lang", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsecona%2Fuler-lang'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6a52cbea70d9cc7333f331ea34912a1ad3125ba2
[INFO] checking secona/uler-lang against master#a26e97be8826d408309fffbd8168362365719f50 for pr-136776
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsecona%2Fuler-lang" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/secona/uler-lang on toolchain a26e97be8826d408309fffbd8168362365719f50
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a26e97be8826d408309fffbd8168362365719f50" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/secona/uler-lang
[INFO] finished tweaking git repo https://github.com/secona/uler-lang
[INFO] tweaked toml for git repo https://github.com/secona/uler-lang written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/secona/uler-lang 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" "+a26e97be8826d408309fffbd8168362365719f50" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+a26e97be8826d408309fffbd8168362365719f50" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] be6eb33a6a10e74531da311c970681695d816d85497857ed62e0ff0694030bff
[INFO] running `Command { std: "docker" "start" "-a" "be6eb33a6a10e74531da311c970681695d816d85497857ed62e0ff0694030bff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be6eb33a6a10e74531da311c970681695d816d85497857ed62e0ff0694030bff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be6eb33a6a10e74531da311c970681695d816d85497857ed62e0ff0694030bff", kill_on_drop: false }`
[INFO] [stdout] be6eb33a6a10e74531da311c970681695d816d85497857ed62e0ff0694030bff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+a26e97be8826d408309fffbd8168362365719f50" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 485eb7f8669e567960497005e32ef583b469440654514da42368e43df39837e1
[INFO] running `Command { std: "docker" "start" "-a" "485eb7f8669e567960497005e32ef583b469440654514da42368e43df39837e1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.0
[INFO] [stderr]     Checking colorchoice v1.0.1
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]     Checking anstyle-query v1.1.0
[INFO] [stderr]     Checking clap_lex v0.7.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]     Checking clap_builder v4.5.7
[INFO] [stderr]     Checking quote v1.0.36
[INFO] [stderr]     Checking syn v2.0.68
[INFO] [stderr]     Checking belalang_macros v0.1.0 (/opt/rustwide/workdir/belalang_macros)
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling clap_derive v4.5.5
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]     Checking test-case v3.3.1
[INFO] [stderr]     Checking belalang_vm v0.1.0 (/opt/rustwide/workdir/belalang_vm)
[INFO] [stderr]     Checking belalang_compiler v0.1.0 (/opt/rustwide/workdir/belalang_compiler)
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> belalang_compiler/src/tokens/lexer.rs:39:36
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl<'a> Lexer<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 39 |     pub fn new(input: &'a [u8]) -> Lexer {
[INFO] [stdout]    |                                    ^^^^^ this elided lifetime gets resolved as `'a`
[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]   --> belalang_compiler/src/tokens/lexer.rs:39:36
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl<'a> Lexer<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 39 |     pub fn new(input: &'a [u8]) -> Lexer {
[INFO] [stdout]    |                                    ^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking clap v4.5.7
[INFO] [stderr]     Checking belalang v0.1.0 (/opt/rustwide/workdir/belalang)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.50s
[INFO] running `Command { std: "docker" "inspect" "485eb7f8669e567960497005e32ef583b469440654514da42368e43df39837e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "485eb7f8669e567960497005e32ef583b469440654514da42368e43df39837e1", kill_on_drop: false }`
[INFO] [stdout] 485eb7f8669e567960497005e32ef583b469440654514da42368e43df39837e1
