[INFO] cloning repository https://github.com/jeffzh4ng/din [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jeffzh4ng/din" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffzh4ng%2Fdin", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffzh4ng%2Fdin'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8ab3860cdabb350d28136c8c3359889bfce6e2c8 [INFO] checking jeffzh4ng/din against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffzh4ng%2Fdin" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jeffzh4ng/din on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jeffzh4ng/din [INFO] finished tweaking git repo https://github.com/jeffzh4ng/din [INFO] tweaked toml for git repo https://github.com/jeffzh4ng/din written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/jeffzh4ng/din 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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 00fc7b0e3c036dcee1ef7aaa7f166376d65450f27050decd4e866e76951f4e38 [INFO] running `Command { std: "docker" "start" "-a" "00fc7b0e3c036dcee1ef7aaa7f166376d65450f27050decd4e866e76951f4e38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "00fc7b0e3c036dcee1ef7aaa7f166376d65450f27050decd4e866e76951f4e38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00fc7b0e3c036dcee1ef7aaa7f166376d65450f27050decd4e866e76951f4e38", kill_on_drop: false }` [INFO] [stdout] 00fc7b0e3c036dcee1ef7aaa7f166376d65450f27050decd4e866e76951f4e38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a1dd0685aa3132d82da43216d6e2807696f50d5be2065fc71da951cd54c4e721 [INFO] running `Command { std: "docker" "start" "-a" "a1dd0685aa3132d82da43216d6e2807696f50d5be2065fc71da951cd54c4e721", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking bitflags v2.4.2 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Checking fastrand v2.0.1 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Compiling anyhow v1.0.82 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking unarray v0.1.4 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking similar v2.4.0 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking console v0.15.8 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand_xorshift v0.3.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking tempfile v3.10.0 [INFO] [stderr] Checking rusty-fork v0.3.0 [INFO] [stderr] Checking proptest v1.4.0 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Checking insta v1.34.0 [INFO] [stderr] Checking din v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::parser` [INFO] [stdout] --> src/typer.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `asnmt` [INFO] [stdout] --> src/generator.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | asnmt, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `asnmt: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cond` [INFO] [stdout] --> src/generator.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | cond, [INFO] [stdout] | ^^^^ help: try ignoring the field: `cond: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `update` [INFO] [stdout] --> src/generator.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | update, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `update: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `body` [INFO] [stdout] --> src/generator.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | body, [INFO] [stdout] | ^^^^ help: try ignoring the field: `body: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/generator.rs:176:32 [INFO] [stdout] | [INFO] [stdout] 176 | parser::Expr::UnaryE { op, l } => todo!(), [INFO] [stdout] | ^^ help: try ignoring the field: `op: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `l` [INFO] [stdout] --> src/generator.rs:176:36 [INFO] [stdout] | [INFO] [stdout] 176 | parser::Expr::UnaryE { op, l } => todo!(), [INFO] [stdout] | ^ help: try ignoring the field: `l: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/generator.rs:276:30 [INFO] [stdout] | [INFO] [stdout] 276 | parser::Expr::BitE { op, l, r } => todo!(), [INFO] [stdout] | ^^ help: try ignoring the field: `op: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `l` [INFO] [stdout] --> src/generator.rs:276:34 [INFO] [stdout] | [INFO] [stdout] 276 | parser::Expr::BitE { op, l, r } => todo!(), [INFO] [stdout] | ^ help: try ignoring the field: `l: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> src/generator.rs:276:37 [INFO] [stdout] | [INFO] [stdout] 276 | parser::Expr::BitE { op, l, r } => todo!(), [INFO] [stdout] | ^ help: try ignoring the field: `r: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/generator.rs:277:30 [INFO] [stdout] | [INFO] [stdout] 277 | parser::Expr::LogE { op, l, r } => todo!(), [INFO] [stdout] | ^^ help: try ignoring the field: `op: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `l` [INFO] [stdout] --> src/generator.rs:277:34 [INFO] [stdout] | [INFO] [stdout] 277 | parser::Expr::LogE { op, l, r } => todo!(), [INFO] [stdout] | ^ help: try ignoring the field: `l: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> src/generator.rs:277:37 [INFO] [stdout] | [INFO] [stdout] 277 | parser::Expr::LogE { op, l, r } => todo!(), [INFO] [stdout] | ^ help: try ignoring the field: `r: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/parser.rs:240:21 [INFO] [stdout] | [INFO] [stdout] 240 | t => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/parser.rs:244:17 [INFO] [stdout] | [INFO] [stdout] 244 | t => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::parser` [INFO] [stdout] --> src/typer.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `asnmt` [INFO] [stdout] --> src/generator.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | asnmt, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `asnmt: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cond` [INFO] [stdout] --> src/generator.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | cond, [INFO] [stdout] | ^^^^ help: try ignoring the field: `cond: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `update` [INFO] [stdout] --> src/generator.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | update, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `update: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `body` [INFO] [stdout] --> src/generator.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | body, [INFO] [stdout] | ^^^^ help: try ignoring the field: `body: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/generator.rs:176:32 [INFO] [stdout] | [INFO] [stdout] 176 | parser::Expr::UnaryE { op, l } => todo!(), [INFO] [stdout] | ^^ help: try ignoring the field: `op: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `l` [INFO] [stdout] --> src/generator.rs:176:36 [INFO] [stdout] | [INFO] [stdout] 176 | parser::Expr::UnaryE { op, l } => todo!(), [INFO] [stdout] | ^ help: try ignoring the field: `l: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/generator.rs:276:30 [INFO] [stdout] | [INFO] [stdout] 276 | parser::Expr::BitE { op, l, r } => todo!(), [INFO] [stdout] | ^^ help: try ignoring the field: `op: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `l` [INFO] [stdout] --> src/generator.rs:276:34 [INFO] [stdout] | [INFO] [stdout] 276 | parser::Expr::BitE { op, l, r } => todo!(), [INFO] [stdout] | ^ help: try ignoring the field: `l: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> src/generator.rs:276:37 [INFO] [stdout] | [INFO] [stdout] 276 | parser::Expr::BitE { op, l, r } => todo!(), [INFO] [stdout] | ^ help: try ignoring the field: `r: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/generator.rs:277:30 [INFO] [stdout] | [INFO] [stdout] 277 | parser::Expr::LogE { op, l, r } => todo!(), [INFO] [stdout] | ^^ help: try ignoring the field: `op: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `l` [INFO] [stdout] --> src/generator.rs:277:34 [INFO] [stdout] | [INFO] [stdout] 277 | parser::Expr::LogE { op, l, r } => todo!(), [INFO] [stdout] | ^ help: try ignoring the field: `l: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> src/generator.rs:277:37 [INFO] [stdout] | [INFO] [stdout] 277 | parser::Expr::LogE { op, l, r } => todo!(), [INFO] [stdout] | ^ help: try ignoring the field: `r: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/parser.rs:240:21 [INFO] [stdout] | [INFO] [stdout] 240 | t => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/parser.rs:244:17 [INFO] [stdout] | [INFO] [stdout] 244 | t => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.92s [INFO] running `Command { std: "docker" "inspect" "a1dd0685aa3132d82da43216d6e2807696f50d5be2065fc71da951cd54c4e721", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1dd0685aa3132d82da43216d6e2807696f50d5be2065fc71da951cd54c4e721", kill_on_drop: false }` [INFO] [stdout] a1dd0685aa3132d82da43216d6e2807696f50d5be2065fc71da951cd54c4e721 [INFO] checking jeffzh4ng/din against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffzh4ng%2Fdin" "/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/jeffzh4ng/din on toolchain f9935d29d867449445ee008640ccca1bf1ae0889 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jeffzh4ng/din [INFO] finished tweaking git repo https://github.com/jeffzh4ng/din [INFO] tweaked toml for git repo https://github.com/jeffzh4ng/din written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jeffzh4ng/din 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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e36b6c46880cad0431523e18e084cf37bd1fb21e5c93910cee03ad28e9a35bc9 [INFO] running `Command { std: "docker" "start" "-a" "e36b6c46880cad0431523e18e084cf37bd1fb21e5c93910cee03ad28e9a35bc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e36b6c46880cad0431523e18e084cf37bd1fb21e5c93910cee03ad28e9a35bc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e36b6c46880cad0431523e18e084cf37bd1fb21e5c93910cee03ad28e9a35bc9", kill_on_drop: false }` [INFO] [stdout] e36b6c46880cad0431523e18e084cf37bd1fb21e5c93910cee03ad28e9a35bc9 [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8b71fde59e73dc55da8caa08f49a1668728172fb7d9de2744d7f78d3a54bd58 [INFO] running `Command { std: "docker" "start" "-a" "c8b71fde59e73dc55da8caa08f49a1668728172fb7d9de2744d7f78d3a54bd58", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking bitflags v2.4.2 [INFO] [stderr] Checking fastrand v2.0.1 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling anyhow v1.0.82 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking unarray v0.1.4 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking similar v2.4.0 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking console v0.15.8 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand_xorshift v0.3.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking tempfile v3.10.0 [INFO] [stderr] Checking rusty-fork v0.3.0 [INFO] [stderr] Checking proptest v1.4.0 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Checking din v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking insta v1.34.0 [INFO] [stdout] warning: unused import: `crate::parser` [INFO] [stdout] --> src/typer.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::parser; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `asnmt` [INFO] [stdout] --> src/generator.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | asnmt, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `asnmt: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cond` [INFO] [stdout] --> src/generator.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | cond, [INFO] [stdout] | ^^^^ help: try ignoring the field: `cond: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `update` [INFO] [stdout] --> src/generator.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | update, [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `update: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `body` [INFO] [stdout] --> src/generator.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | body, [INFO] [stdout] | ^^^^ help: try ignoring the field: `body: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/generator.rs:176:32 [INFO] [stdout] | [INFO] [stdout] 176 | parser::Expr::UnaryE { op, l } => todo!(), [INFO] [stdout] | ^^ help: try ignoring the field: `op: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `l` [INFO] [stdout] --> src/generator.rs:176:36 [INFO] [stdout] | [INFO] [stdout] 176 | parser::Expr::UnaryE { op, l } => todo!(), [INFO] [stdout] | ^ help: try ignoring the field: `l: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/generator.rs:276:30 [INFO] [stdout] | [INFO] [stdout] 276 | parser::Expr::BitE { op, l, r } => todo!(), [INFO] [stdout] | ^^ help: try ignoring the field: `op: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `l` [INFO] [stdout] --> src/generator.rs:276:34 [INFO] [stdout] | [INFO] [stdout] 276 | parser::Expr::BitE { op, l, r } => todo!(), [INFO] [stdout] | ^ help: try ignoring the field: `l: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> src/generator.rs:276:37 [INFO] [stdout] | [INFO] [stdout] 276 | parser::Expr::BitE { op, l, r } => todo!(), [INFO] [stdout] | ^ help: try ignoring the field: `r: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/generator.rs:277:30 [INFO] [stdout] | [INFO] [stdout] 277 | parser::Expr::LogE { op, l, r } => todo!(), [INFO] [stdout] | ^^ help: try ignoring the field: `op: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `l` [INFO] [stdout] --> src/generator.rs:277:34 [INFO] [stdout] | [INFO] [stdout] 277 | parser::Expr::LogE { op, l, r } => todo!(), [INFO] [stdout] | ^ help: try ignoring the field: `l: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> src/generator.rs:277:37 [INFO] [stdout] | [INFO] [stdout] 277 | parser::Expr::LogE { op, l, r } => todo!(), [INFO] [stdout] | ^ help: try ignoring the field: `r: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/parser.rs:240:21 [INFO] [stdout] | [INFO] [stdout] 240 | t => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/parser.rs:244:17 [INFO] [stdout] | [INFO] [stdout] 244 | t => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:132:8 [INFO] [stdout] | [INFO] [stdout] 131 | let main_function = parse_function(tokens)?; [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 132 | Ok(Program { main_function }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parser.rs:154:8 [INFO] [stdout] | [INFO] [stdout] 142 | let mut stmts = vec![]; [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 154 | Ok(MainFunction { stmts }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `din` (lib) due to 3 previous errors; 15 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c8b71fde59e73dc55da8caa08f49a1668728172fb7d9de2744d7f78d3a54bd58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8b71fde59e73dc55da8caa08f49a1668728172fb7d9de2744d7f78d3a54bd58", kill_on_drop: false }` [INFO] [stdout] c8b71fde59e73dc55da8caa08f49a1668728172fb7d9de2744d7f78d3a54bd58