[INFO] fetching crate shortlang 0.4.0...
[INFO] checking shortlang-0.4.0 against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] extracting crate shortlang 0.4.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate shortlang 0.4.0
[INFO] finished tweaking crates.io crate shortlang 0.4.0
[INFO] tweaked toml for crates.io crate shortlang 0.4.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate shortlang 0.4.0 on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate shortlang 0.4.0 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 02e2b6b414ee9d6557767e43af6c5eefa3115230fdc2c65e69141788e45083be
[INFO] running `Command { std: "docker" "start" "-a" "02e2b6b414ee9d6557767e43af6c5eefa3115230fdc2c65e69141788e45083be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02e2b6b414ee9d6557767e43af6c5eefa3115230fdc2c65e69141788e45083be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02e2b6b414ee9d6557767e43af6c5eefa3115230fdc2c65e69141788e45083be", kill_on_drop: false }`
[INFO] [stdout] 02e2b6b414ee9d6557767e43af6c5eefa3115230fdc2c65e69141788e45083be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a581a5a54f016057bde8561817afee3b0963d7b1508380fdaef884aafca41ef
[INFO] running `Command { std: "docker" "start" "-a" "5a581a5a54f016057bde8561817afee3b0963d7b1508380fdaef884aafca41ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling gmp-mpfr-sys v1.6.2
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking is_ci v1.1.1
[INFO] [stderr]    Compiling rug v1.23.0
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]     Checking textwrap v0.15.2
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking thiserror v1.0.56
[INFO] [stderr]     Checking is-terminal v0.4.10
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]     Checking supports-unicode v2.1.0
[INFO] [stderr]     Checking supports-hyperlinks v2.1.0
[INFO] [stderr]     Checking supports-color v2.1.0
[INFO] [stderr]     Checking clap v4.4.18
[INFO] [stderr]    Compiling logos-codegen v0.13.0
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]    Compiling logos-derive v0.13.0
[INFO] [stderr]     Checking backtrace-ext v0.2.1
[INFO] [stderr]     Checking miette v5.10.0
[INFO] [stderr]     Checking logos v0.13.0
[INFO] [stderr]     Checking shortlang v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/main.rs:86:20
[INFO] [stdout]    |
[INFO] [stdout] 86 | fn tokenize(input: &str) -> Vec<(LogosToken, std::ops::Range<usize>)> {
[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] 86 | fn tokenize(input: &str) -> Vec<(LogosToken<'_>, std::ops::Range<usize>)> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/main.rs:86:20
[INFO] [stdout]    |
[INFO] [stdout] 86 | fn tokenize(input: &str) -> Vec<(LogosToken, std::ops::Range<usize>)> {
[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] 86 | fn tokenize(input: &str) -> Vec<(LogosToken<'_>, std::ops::Range<usize>)> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:746:16
[INFO] [stdout]     |
[INFO] [stdout] 746 |     fn current(&self) -> &LogosToken {
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^^^
[INFO] [stdout]     |                |         ||
[INFO] [stdout]     |                |         |the same lifetime is hidden here
[INFO] [stdout]     |                |         the same lifetime is elided here
[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] 746 |     fn current(&self) -> &LogosToken<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:870:13
[INFO] [stdout]     |
[INFO] [stdout] 870 |     fn peek(&self, x: usize) -> Option<LogosToken> {
[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] 870 |     fn peek(&self, x: usize) -> Option<LogosToken<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/vm/value.rs:114:21
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn as_array(&self) -> Cow<Vec<Value>> {
[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] 114 |     pub fn as_array(&self) -> Cow<'_, Vec<Value>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:746:16
[INFO] [stdout]     |
[INFO] [stdout] 746 |     fn current(&self) -> &LogosToken {
[INFO] [stdout]     |                ^^^^^     ^^^^^^^^^^^
[INFO] [stdout]     |                |         ||
[INFO] [stdout]     |                |         |the same lifetime is hidden here
[INFO] [stdout]     |                |         the same lifetime is elided here
[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] 746 |     fn current(&self) -> &LogosToken<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:870:13
[INFO] [stdout]     |
[INFO] [stdout] 870 |     fn peek(&self, x: usize) -> Option<LogosToken> {
[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] 870 |     fn peek(&self, x: usize) -> Option<LogosToken<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/vm/value.rs:114:21
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn as_array(&self) -> Cow<Vec<Value>> {
[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] 114 |     pub fn as_array(&self) -> Cow<'_, Vec<Value>> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 31s
[INFO] running `Command { std: "docker" "inspect" "5a581a5a54f016057bde8561817afee3b0963d7b1508380fdaef884aafca41ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a581a5a54f016057bde8561817afee3b0963d7b1508380fdaef884aafca41ef", kill_on_drop: false }`
[INFO] [stdout] 5a581a5a54f016057bde8561817afee3b0963d7b1508380fdaef884aafca41ef
