[INFO] cloning repository https://github.com/zaikawo/lwadef [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zaikawo/lwadef" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzaikawo%2Flwadef", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzaikawo%2Flwadef'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3085fd95becd2e591b1918a68e8edf514d7f3591 [INFO] checking zaikawo/lwadef against master#cb06d12710575a0d7ff71d6fe108f3bcff4f9195 for pr-128425-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzaikawo%2Flwadef" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zaikawo/lwadef on toolchain cb06d12710575a0d7ff71d6fe108f3bcff4f9195 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/zaikawo/lwadef [INFO] finished tweaking git repo https://github.com/zaikawo/lwadef [INFO] tweaked toml for git repo https://github.com/zaikawo/lwadef written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/zaikawo/lwadef 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" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded full_moon_derive v0.11.0 [INFO] [stderr] Downloaded full_moon v1.1.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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9191138f011db655d8a4676d688e3400ae65469623656723856904a57554336c [INFO] running `Command { std: "docker" "start" "-a" "9191138f011db655d8a4676d688e3400ae65469623656723856904a57554336c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9191138f011db655d8a4676d688e3400ae65469623656723856904a57554336c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9191138f011db655d8a4676d688e3400ae65469623656723856904a57554336c", kill_on_drop: false }` [INFO] [stdout] 9191138f011db655d8a4676d688e3400ae65469623656723856904a57554336c [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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad7e4dae499bb70beb6f7707e4105cb00c6383fef73b434ac173887ad4010807 [INFO] running `Command { std: "docker" "start" "-a" "ad7e4dae499bb70beb6f7707e4105cb00c6383fef73b434ac173887ad4010807", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling serde v1.0.214 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Checking clap_lex v0.7.2 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Checking miniz_oxide v0.8.0 [INFO] [stderr] Checking clap_builder v4.5.20 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking bytecount v0.6.8 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking flate2 v1.0.35 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling full_moon_derive v0.11.0 [INFO] [stderr] Compiling serde_derive v1.0.214 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Checking clap v4.5.20 [INFO] [stderr] Checking derive_more v1.0.0 [INFO] [stderr] Checking smol_str v0.3.2 [INFO] [stderr] Checking full_moon v1.1.0 [INFO] [stderr] Checking lwadef v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `BlockType`, `Block`, `Chest`, `Line`, `Primitive`, and `Program` [INFO] [stdout] --> src/main.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use block::{Block, BlockType, Chest, Line, Primitive, Program}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^^^^ ^^^^ ^^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BlockType`, `Block`, `Chest`, `Line`, `Primitive`, and `Program` [INFO] [stdout] --> src/main.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use block::{Block, BlockType, Chest, Line, Primitive, Program}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^^^^ ^^^^ ^^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/block.rs:166:27 [INFO] [stdout] | [INFO] [stdout] 166 | Self::Event { name, line } => line, [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/block.rs:166:27 [INFO] [stdout] | [INFO] [stdout] 166 | Self::Event { name, line } => line, [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/block.rs:167:30 [INFO] [stdout] | [INFO] [stdout] 167 | Self::Function { name, args, line } => line, [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/block.rs:167:36 [INFO] [stdout] | [INFO] [stdout] 167 | Self::Function { name, args, line } => line, [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/block.rs:167:30 [INFO] [stdout] | [INFO] [stdout] 167 | Self::Function { name, args, line } => line, [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/block.rs:167:36 [INFO] [stdout] | [INFO] [stdout] 167 | Self::Function { name, args, line } => line, [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `line` [INFO] [stdout] --> src/block.rs:185:33 [INFO] [stdout] | [INFO] [stdout] 185 | Self::Event { name, line } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `line: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `line` [INFO] [stdout] --> src/block.rs:195:42 [INFO] [stdout] | [INFO] [stdout] 195 | Self::Function { name, args, line } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `line: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `line` [INFO] [stdout] --> src/block.rs:185:33 [INFO] [stdout] | [INFO] [stdout] 185 | Self::Event { name, line } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `line: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `line` [INFO] [stdout] --> src/block.rs:195:42 [INFO] [stdout] | [INFO] [stdout] 195 | Self::Function { name, args, line } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `line: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/compiler.rs:76:21 [INFO] [stdout] | [INFO] [stdout] 76 | let mut contents: Vec = self.compile_block(func.body().block()); [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/compiler.rs:76:21 [INFO] [stdout] | [INFO] [stdout] 76 | let mut contents: Vec = self.compile_block(func.body().block()); [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/compiler.rs:78:21 [INFO] [stdout] | [INFO] [stdout] 78 | let mut line: Line = Line::Event { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/compiler.rs:86:21 [INFO] [stdout] | [INFO] [stdout] 86 | let mut contents: Vec = self.compile_block(func.body().block()); [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/compiler.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | let mut line: Line = Line::Function { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/compiler.rs:78:21 [INFO] [stdout] | [INFO] [stdout] 78 | let mut line: Line = Line::Event { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/compiler.rs:86:21 [INFO] [stdout] | [INFO] [stdout] 86 | let mut contents: Vec = self.compile_block(func.body().block()); [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/compiler.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | let mut line: Line = Line::Function { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `punc` [INFO] [stdout] --> src/compiler.rs:193:29 [INFO] [stdout] | [INFO] [stdout] 193 | fn compile_chest(&self, punc: &ast::punctuated::Punctuated) -> Chest { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_punc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `punc` [INFO] [stdout] --> src/compiler.rs:193:29 [INFO] [stdout] | [INFO] [stdout] 193 | fn compile_chest(&self, punc: &ast::punctuated::Punctuated) -> Chest { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_punc` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.56s [INFO] running `Command { std: "docker" "inspect" "ad7e4dae499bb70beb6f7707e4105cb00c6383fef73b434ac173887ad4010807", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad7e4dae499bb70beb6f7707e4105cb00c6383fef73b434ac173887ad4010807", kill_on_drop: false }` [INFO] [stdout] ad7e4dae499bb70beb6f7707e4105cb00c6383fef73b434ac173887ad4010807