[INFO] cloning repository https://github.com/elferherrera/lattice2
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elferherrera/lattice2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felferherrera%2Flattice2", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felferherrera%2Flattice2'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d4b410972698ddb47f04b92e188d64c042c2f125
[INFO] checking elferherrera/lattice2 against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felferherrera%2Flattice2" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/elferherrera/lattice2
[INFO] finished tweaking git repo https://github.com/elferherrera/lattice2
[INFO] tweaked toml for git repo https://github.com/elferherrera/lattice2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/elferherrera/lattice2 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/elferherrera/lattice2 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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded textwrap v0.15.2
[INFO] [stderr]   Downloaded miette-derive v5.5.0
[INFO] [stderr]   Downloaded supports-color v1.3.1
[INFO] [stderr]   Downloaded miette v5.5.0
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7c0d129c271d5318f750eb346f882cc481bc90f825d5d13cd394059cc5044636
[INFO] running `Command { std: "docker" "start" "-a" "7c0d129c271d5318f750eb346f882cc481bc90f825d5d13cd394059cc5044636", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c0d129c271d5318f750eb346f882cc481bc90f825d5d13cd394059cc5044636", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c0d129c271d5318f750eb346f882cc481bc90f825d5d13cd394059cc5044636", kill_on_drop: false }`
[INFO] [stdout] 7c0d129c271d5318f750eb346f882cc481bc90f825d5d13cd394059cc5044636
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] adea7b9a5a6580fd4d6494f5dc736abc3ed76f99178a1dda57809cd0e40a9ee3
[INFO] running `Command { std: "docker" "start" "-a" "adea7b9a5a6580fd4d6494f5dc736abc3ed76f99178a1dda57809cd0e40a9ee3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling cc v1.0.78
[INFO] [stderr]     Checking gimli v0.27.0
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]     Checking smawk v0.3.1
[INFO] [stderr]     Checking is_ci v1.1.1
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling miette-derive v5.5.0
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]     Checking object v0.30.0
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling backtrace v0.3.67
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]     Checking supports-color v1.3.1
[INFO] [stderr]     Checking supports-hyperlinks v1.2.0
[INFO] [stderr]     Checking supports-unicode v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]     Checking addr2line v0.19.0
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.4
[INFO] [stderr]     Checking textwrap v0.15.2
[INFO] [stderr]     Checking miette v5.5.0
[INFO] [stderr]     Checking lattice-protocol v0.1.0 (/opt/rustwide/workdir/crates/lattice-protocol)
[INFO] [stderr]     Checking lattice-lang v0.1.0 (/opt/rustwide/workdir/crates/lattice-lang)
[INFO] [stdout] warning: variable `inner` is assigned to, but never used
[INFO] [stdout]    --> crates/lattice-lang/src/tokenizer.rs:320:9
[INFO] [stdout]     |
[INFO] [stdout] 320 |     let mut inner = 0;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_inner` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `inner` is never read
[INFO] [stdout]    --> crates/lattice-lang/src/tokenizer.rs:329:13
[INFO] [stdout]     |
[INFO] [stdout] 329 |             inner = idx_end;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/lattice-lang/src/tokenizer.rs:140:25
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub fn tokenize(source: &[u8]) -> TokenizeResult {
[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] 140 | pub fn tokenize(source: &[u8]) -> TokenizeResult<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking lattice v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable `inner` is assigned to, but never used
[INFO] [stdout]    --> crates/lattice-lang/src/tokenizer.rs:320:9
[INFO] [stdout]     |
[INFO] [stdout] 320 |     let mut inner = 0;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_inner` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `inner` is never read
[INFO] [stdout]    --> crates/lattice-lang/src/tokenizer.rs:329:13
[INFO] [stdout]     |
[INFO] [stdout] 329 |             inner = idx_end;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/lattice-lang/src/tokenizer.rs:140:25
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub fn tokenize(source: &[u8]) -> TokenizeResult {
[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] 140 | pub fn tokenize(source: &[u8]) -> TokenizeResult<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.64s
[INFO] running `Command { std: "docker" "inspect" "adea7b9a5a6580fd4d6494f5dc736abc3ed76f99178a1dda57809cd0e40a9ee3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "adea7b9a5a6580fd4d6494f5dc736abc3ed76f99178a1dda57809cd0e40a9ee3", kill_on_drop: false }`
[INFO] [stdout] adea7b9a5a6580fd4d6494f5dc736abc3ed76f99178a1dda57809cd0e40a9ee3
