[INFO] cloning repository https://github.com/AE9RB/basic-lang
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AE9RB/basic-lang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAE9RB%2Fbasic-lang", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAE9RB%2Fbasic-lang'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c8d20debdf324fcb74ac5c102f37c42535b0f08e
[INFO] checking AE9RB/basic-lang against try#e117153a45c546e883c1f91d82611775fcaeffe0 for pr-146470
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAE9RB%2Fbasic-lang" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AE9RB/basic-lang
[INFO] finished tweaking git repo https://github.com/AE9RB/basic-lang
[INFO] tweaked toml for git repo https://github.com/AE9RB/basic-lang written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AE9RB/basic-lang on toolchain e117153a45c546e883c1f91d82611775fcaeffe0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AE9RB/basic-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" "+e117153a45c546e883c1f91d82611775fcaeffe0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b64d2a9483b89656b1551cae5748861552445d0eb1cc73800770546a633cf9ca
[INFO] running `Command { std: "docker" "start" "-a" "b64d2a9483b89656b1551cae5748861552445d0eb1cc73800770546a633cf9ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b64d2a9483b89656b1551cae5748861552445d0eb1cc73800770546a633cf9ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b64d2a9483b89656b1551cae5748861552445d0eb1cc73800770546a633cf9ca", kill_on_drop: false }`
[INFO] [stdout] b64d2a9483b89656b1551cae5748861552445d0eb1cc73800770546a633cf9ca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1bc7c4f86cfcb36ae7bb90e91d682b71a88b5fa88f2d17a15f79a81d0ab50cd5
[INFO] running `Command { std: "docker" "start" "-a" "1bc7c4f86cfcb36ae7bb90e91d682b71a88b5fa88f2d17a15f79a81d0ab50cd5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling cc v1.0.88
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking http v0.2.11
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling rustls v0.21.10
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling terminfo v0.8.0
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking indexmap v2.2.3
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]    Compiling build_const v0.2.2
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking smallstr v0.2.0
[INFO] [stderr]    Compiling crc v1.8.1
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rustls-native-certs v0.6.3
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking dirs v1.0.5
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]     Checking chrono v0.4.34
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking ctrlc v3.4.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking mortal v0.2.4
[INFO] [stderr]     Checking h2 v0.3.24
[INFO] [stderr]     Checking linefeed v0.6.0
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking reqwest v0.11.24
[INFO] [stderr]     Checking basic-lang v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lang/line.rs:73:21
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn new(changes: &HashMap<u16, u16>) -> RenumVisitor {
[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] 73 |     fn new(changes: &HashMap<u16, u16>) -> RenumVisitor<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lang/line.rs:73:21
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn new(changes: &HashMap<u16, u16>) -> RenumVisitor {
[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] 73 |     fn new(changes: &HashMap<u16, u16>) -> RenumVisitor<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lang/line.rs:73:21
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn new(changes: &HashMap<u16, u16>) -> RenumVisitor {
[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] 73 |     fn new(changes: &HashMap<u16, u16>) -> RenumVisitor<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lang/line.rs:73:21
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn new(changes: &HashMap<u16, u16>) -> RenumVisitor {
[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] 73 |     fn new(changes: &HashMap<u16, u16>) -> RenumVisitor<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.90s
[INFO] running `Command { std: "docker" "inspect" "1bc7c4f86cfcb36ae7bb90e91d682b71a88b5fa88f2d17a15f79a81d0ab50cd5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bc7c4f86cfcb36ae7bb90e91d682b71a88b5fa88f2d17a15f79a81d0ab50cd5", kill_on_drop: false }`
[INFO] [stdout] 1bc7c4f86cfcb36ae7bb90e91d682b71a88b5fa88f2d17a15f79a81d0ab50cd5
