[INFO] cloning repository https://github.com/Forsuin/hecate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Forsuin/hecate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForsuin%2Fhecate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForsuin%2Fhecate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 93d327ace7eb231edc14aa7e104f51ee7d29bb90 [INFO] checking Forsuin/hecate/93d327ace7eb231edc14aa7e104f51ee7d29bb90 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForsuin%2Fhecate" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Forsuin/hecate on toolchain c387b04bf028733cd561d62128c8a5eee4bc1458 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Forsuin/hecate [INFO] finished tweaking git repo https://github.com/Forsuin/hecate [INFO] tweaked toml for git repo https://github.com/Forsuin/hecate written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Forsuin/hecate 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" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 00ca31d875187b6803f81797c11dee66dbff0b49278b766cd20d4a3f612056bb [INFO] running `Command { std: "docker" "start" "-a" "00ca31d875187b6803f81797c11dee66dbff0b49278b766cd20d4a3f612056bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "00ca31d875187b6803f81797c11dee66dbff0b49278b766cd20d4a3f612056bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00ca31d875187b6803f81797c11dee66dbff0b49278b766cd20d4a3f612056bb", kill_on_drop: false }` [INFO] [stdout] 00ca31d875187b6803f81797c11dee66dbff0b49278b766cd20d4a3f612056bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -Dtail_expr_drop_order" "-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b35968f0d0258f4e3c611f04fc171ae3beabad440e794c67d04b63a193c16f3 [INFO] running `Command { std: "docker" "start" "-a" "5b35968f0d0258f4e3c611f04fc171ae3beabad440e794c67d04b63a193c16f3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking ast v0.1.0 (/opt/rustwide/workdir/compiler/ast) [INFO] [stderr] Checking unique_ident v0.1.0 (/opt/rustwide/workdir/compiler/unique_ident) [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Checking ty v0.1.0 (/opt/rustwide/workdir/compiler/ty) [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking anstyle v1.0.8 [INFO] [stderr] Checking colorchoice v1.0.2 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle-query v1.1.1 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking clap_lex v0.7.2 [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [INFO] [stdout] --> compiler/unique_ident/src/lib.rs:6:40 [INFO] [stdout] | [INFO] [stdout] 6 | let string = format!("tmp.{}", VAR_COUNTER); [INFO] [stdout] | ^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking anstyle-parse v0.2.5 [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [INFO] [stdout] --> compiler/unique_ident/src/lib.rs:14:47 [INFO] [stdout] | [INFO] [stdout] 14 | let string = format!("{}.{}", prefix, LABEL_COUNTER); [INFO] [stdout] | ^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [INFO] [stdout] --> compiler/unique_ident/src/lib.rs:6:40 [INFO] [stdout] | [INFO] [stdout] 6 | let string = format!("tmp.{}", VAR_COUNTER); [INFO] [stdout] | ^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [INFO] [stdout] --> compiler/unique_ident/src/lib.rs:14:47 [INFO] [stdout] | [INFO] [stdout] 14 | let string = format!("{}.{}", prefix, LABEL_COUNTER); [INFO] [stdout] | ^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking mir v0.1.0 (/opt/rustwide/workdir/compiler/mir) [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking anstream v0.6.15 [INFO] [stderr] Checking lir v0.1.0 (/opt/rustwide/workdir/compiler/lir) [INFO] [stderr] Checking emission v0.1.0 (/opt/rustwide/workdir/compiler/emission) [INFO] [stderr] Checking codegen v0.1.0 (/opt/rustwide/workdir/compiler/codegen) [INFO] [stderr] Checking clap_builder v4.5.17 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling clap_derive v4.5.13 [INFO] [stderr] Checking lexer v0.1.0 (/opt/rustwide/workdir/compiler/lexer) [INFO] [stderr] Checking semantic_analysis v0.1.0 (/opt/rustwide/workdir/compiler/semantic_analysis) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> compiler/lexer/src/lex.rs:161:68 [INFO] [stdout] | [INFO] [stdout] 151 | impl<'a> Lexer<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 161 | pub fn tokenize(&'a mut self) -> impl Iterator + '_ { [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] --> compiler/lexer/src/lex.rs:161:68 [INFO] [stdout] | [INFO] [stdout] 151 | impl<'a> Lexer<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 161 | pub fn tokenize(&'a mut self) -> impl Iterator + '_ { [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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking parser v0.1.0 (/opt/rustwide/workdir/compiler/parser) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `decl_item` [INFO] [stdout] --> compiler/parser/src/parser.rs:968:18 [INFO] [stdout] | [INFO] [stdout] 968 | macro_rules! decl_item { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking clap v4.5.17 [INFO] [stderr] Checking hecate_driver v0.1.0 (/opt/rustwide/workdir/compiler/hecate_driver) [INFO] [stderr] Checking hecate v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s [INFO] running `Command { std: "docker" "inspect" "5b35968f0d0258f4e3c611f04fc171ae3beabad440e794c67d04b63a193c16f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b35968f0d0258f4e3c611f04fc171ae3beabad440e794c67d04b63a193c16f3", kill_on_drop: false }` [INFO] [stdout] 5b35968f0d0258f4e3c611f04fc171ae3beabad440e794c67d04b63a193c16f3