[INFO] cloning repository https://github.com/NaKeRNarolino/woah [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NaKeRNarolino/woah" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNaKeRNarolino%2Fwoah", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNaKeRNarolino%2Fwoah'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1cacf474d895ad65cadca3d87bc685c8c52fe881 [INFO] building NaKeRNarolino/woah against try#58b1b3c5342a414c161338871f8004258ccef2a7 for pr-149937 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNaKeRNarolino%2Fwoah" "/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/NaKeRNarolino/woah [INFO] finished tweaking git repo https://github.com/NaKeRNarolino/woah [INFO] tweaked toml for git repo https://github.com/NaKeRNarolino/woah written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/NaKeRNarolino/woah on toolchain 58b1b3c5342a414c161338871f8004258ccef2a7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/NaKeRNarolino/woah 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" "+58b1b3c5342a414c161338871f8004258ccef2a7" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 872db4c27c09218d277198ae7481363e911da512fd1a173050319671e3325f4b [INFO] running `Command { std: "docker" "start" "-a" "872db4c27c09218d277198ae7481363e911da512fd1a173050319671e3325f4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "872db4c27c09218d277198ae7481363e911da512fd1a173050319671e3325f4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "872db4c27c09218d277198ae7481363e911da512fd1a173050319671e3325f4b", kill_on_drop: false }` [INFO] [stdout] 872db4c27c09218d277198ae7481363e911da512fd1a173050319671e3325f4b [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd23456841b0ff9346bdeace7891d1d3f73c1367b72366de4ac566f772e2b199 [INFO] running `Command { std: "docker" "start" "-a" "dd23456841b0ff9346bdeace7891d1d3f73c1367b72366de4ac566f772e2b199", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling miniz_oxide v0.8.8 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling gimli v0.31.1 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling owo-colors v4.2.1 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling flate2 v1.1.1 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling bitstream-io v2.6.0 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling imgref v1.11.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling is_ci v1.2.0 [INFO] [stderr] Compiling addr2line v0.24.2 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling weezl v0.1.10 [INFO] [stderr] Compiling supports-color v3.0.2 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling av1-grain v0.2.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling terminal_size v0.4.2 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling avif-serialize v0.8.3 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling supports-hyperlinks v3.1.0 [INFO] [stderr] Compiling chrono-tz-build v0.3.0 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling deunicode v1.6.2 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling bytemuck v1.23.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling supports-unicode v3.0.0 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling slug v0.1.6 [INFO] [stderr] Compiling exr v1.73.0 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling chrono-tz v0.9.0 [INFO] [stderr] Compiling zune-jpeg v0.4.14 [INFO] [stderr] Compiling image-webp v0.2.1 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling backtrace v0.3.75 [INFO] [stderr] Compiling humansize v2.1.3 [INFO] [stderr] Compiling globset v0.4.16 [INFO] [stderr] Compiling backtrace-ext v0.2.1 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling colored v3.0.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling miette-derive v7.6.0 [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling macros v0.1.0 (https://github.com/NaKeRNarolino/eo.git#885ac77a) [INFO] [stderr] Compiling template_encoder v0.1.0 (/opt/rustwide/workdir/template_encoder) [INFO] [stdout] warning: unused import: `std::hash::Hash` [INFO] [stdout] --> template_encoder/src/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::hash::Hash; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling profiling v1.0.16 [INFO] [stderr] Compiling pest v2.8.0 [INFO] [stderr] Compiling miette v7.6.0 [INFO] [stderr] Compiling formatjson v0.3.1 [INFO] [stderr] Compiling pest_meta v2.8.0 [INFO] [stderr] Compiling pest_generator v2.8.0 [INFO] [stderr] Compiling pest_derive v2.8.0 [INFO] [stderr] Compiling ravif v0.11.12 [INFO] [stderr] Compiling eo v0.1.0 (https://github.com/NaKeRNarolino/eo.git#885ac77a) [INFO] [stderr] Compiling tera v1.20.0 [INFO] [stderr] Compiling image v0.25.6 [INFO] [stderr] Compiling woah v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `log::Metadata` [INFO] [stdout] --> src/core/bedrock_generator.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use log::Metadata; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::core::core_registry::REGISTRY` [INFO] [stdout] --> src/core/bedrock_generator.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::core::core_registry::REGISTRY; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `format` and `fs` [INFO] [stdout] --> src/code_gen/generator.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{format, fs}; [INFO] [stdout] | ^^^^^^ ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::code_gen::TEMPLATES` [INFO] [stdout] --> src/code_gen/generator.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::code_gen::TEMPLATES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::core::core_registry::REGISTRY` [INFO] [stdout] --> src/code_gen/generator.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::core::core_registry::REGISTRY; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AddonBp` and `AddonRp` [INFO] [stdout] --> src/code_gen/generator.rs:8:29 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::core::metadata::{AddonBp, AddonMetadata, AddonRp}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AddonBp` and `AddonRp` [INFO] [stdout] --> src/code_gen/mod.rs:4:29 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::core::metadata::{AddonBp, AddonMetadata, AddonRp}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `JsonFormat` and `SerializeVec` [INFO] [stdout] --> src/code_gen/mod.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::core::utilities::{JsonFormat, SerializeVec}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::core::Serializable` [INFO] [stdout] --> src/code_gen/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::core::Serializable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `metadata` [INFO] [stdout] --> src/core/bedrock_generator.rs:25:52 [INFO] [stdout] | [INFO] [stdout] 25 | fn build_manifest(&self, output_path: PathBuf, metadata: &AddonMetadata) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_metadata` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `metadata` [INFO] [stdout] --> src/core/bedrock_generator.rs:30:67 [INFO] [stdout] | [INFO] [stdout] 30 | fn build_items(&self, output_path: PathBuf, items: Vec, metadata: &AddonMetadata) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_metadata` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `metadata` [INFO] [stdout] --> src/core/bedrock_generator.rs:65:70 [INFO] [stdout] | [INFO] [stdout] 65 | fn build_blocks(&self, output_path: PathBuf, blocks: Vec, metadata: &AddonMetadata) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_metadata` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `EntityEvent` is never constructed [INFO] [stdout] --> src/entity/event.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct EntityEvent { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.51s [INFO] running `Command { std: "docker" "inspect" "dd23456841b0ff9346bdeace7891d1d3f73c1367b72366de4ac566f772e2b199", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd23456841b0ff9346bdeace7891d1d3f73c1367b72366de4ac566f772e2b199", kill_on_drop: false }` [INFO] [stdout] dd23456841b0ff9346bdeace7891d1d3f73c1367b72366de4ac566f772e2b199 [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d9f68361e81a8b6041f15b2ad604b6e2c3cebbd09c6a6d954a3f6b41fa2a2a0 [INFO] running `Command { std: "docker" "start" "-a" "4d9f68361e81a8b6041f15b2ad604b6e2c3cebbd09c6a6d954a3f6b41fa2a2a0", kill_on_drop: false }` [INFO] [stderr] Compiling woah v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::hash::Hash` [INFO] [stdout] --> template_encoder/src/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::hash::Hash; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::Metadata` [INFO] [stdout] --> src/core/bedrock_generator.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use log::Metadata; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::core::core_registry::REGISTRY` [INFO] [stdout] --> src/core/bedrock_generator.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::core::core_registry::REGISTRY; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `format` and `fs` [INFO] [stdout] --> src/code_gen/generator.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{format, fs}; [INFO] [stdout] | ^^^^^^ ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::code_gen::TEMPLATES` [INFO] [stdout] --> src/code_gen/generator.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::code_gen::TEMPLATES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::core::core_registry::REGISTRY` [INFO] [stdout] --> src/code_gen/generator.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::core::core_registry::REGISTRY; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AddonBp` and `AddonRp` [INFO] [stdout] --> src/code_gen/generator.rs:8:29 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::core::metadata::{AddonBp, AddonMetadata, AddonRp}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AddonBp` and `AddonRp` [INFO] [stdout] --> src/code_gen/mod.rs:4:29 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::core::metadata::{AddonBp, AddonMetadata, AddonRp}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `JsonFormat` and `SerializeVec` [INFO] [stdout] --> src/code_gen/mod.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::core::utilities::{JsonFormat, SerializeVec}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::core::Serializable` [INFO] [stdout] --> src/code_gen/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::core::Serializable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `metadata` [INFO] [stdout] --> src/core/bedrock_generator.rs:25:52 [INFO] [stdout] | [INFO] [stdout] 25 | fn build_manifest(&self, output_path: PathBuf, metadata: &AddonMetadata) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_metadata` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `metadata` [INFO] [stdout] --> src/core/bedrock_generator.rs:30:67 [INFO] [stdout] | [INFO] [stdout] 30 | fn build_items(&self, output_path: PathBuf, items: Vec, metadata: &AddonMetadata) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_metadata` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `metadata` [INFO] [stdout] --> src/core/bedrock_generator.rs:65:70 [INFO] [stdout] | [INFO] [stdout] 65 | fn build_blocks(&self, output_path: PathBuf, blocks: Vec, metadata: &AddonMetadata) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_metadata` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `EntityEvent` is never constructed [INFO] [stdout] --> src/entity/event.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct EntityEvent { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::Metadata` [INFO] [stdout] --> src/core/bedrock_generator.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use log::Metadata; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::core::core_registry::REGISTRY` [INFO] [stdout] --> src/core/bedrock_generator.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::core::core_registry::REGISTRY; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `format` and `fs` [INFO] [stdout] --> src/code_gen/generator.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{format, fs}; [INFO] [stdout] | ^^^^^^ ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::code_gen::TEMPLATES` [INFO] [stdout] --> src/code_gen/generator.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::code_gen::TEMPLATES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::core::core_registry::REGISTRY` [INFO] [stdout] --> src/code_gen/generator.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::core::core_registry::REGISTRY; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AddonBp` and `AddonRp` [INFO] [stdout] --> src/code_gen/generator.rs:8:29 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::core::metadata::{AddonBp, AddonMetadata, AddonRp}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AddonBp` and `AddonRp` [INFO] [stdout] --> src/code_gen/mod.rs:4:29 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::core::metadata::{AddonBp, AddonMetadata, AddonRp}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `JsonFormat` and `SerializeVec` [INFO] [stdout] --> src/code_gen/mod.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::core::utilities::{JsonFormat, SerializeVec}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::core::Serializable` [INFO] [stdout] --> src/code_gen/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::core::Serializable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/lib.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `GeneratorInstance` and `PackGenerator` [INFO] [stdout] --> src/lib.rs:23:38 [INFO] [stdout] | [INFO] [stdout] 23 | use crate::code_gen::generator::{GeneratorInstance, PackGenerator}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::core::bedrock_generator::WoahBedrockGenerator` [INFO] [stdout] --> src/lib.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | use crate::core::bedrock_generator::WoahBedrockGenerator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `metadata` [INFO] [stdout] --> src/core/bedrock_generator.rs:25:52 [INFO] [stdout] | [INFO] [stdout] 25 | fn build_manifest(&self, output_path: PathBuf, metadata: &AddonMetadata) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_metadata` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `metadata` [INFO] [stdout] --> src/core/bedrock_generator.rs:30:67 [INFO] [stdout] | [INFO] [stdout] 30 | fn build_items(&self, output_path: PathBuf, items: Vec, metadata: &AddonMetadata) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_metadata` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `metadata` [INFO] [stdout] --> src/core/bedrock_generator.rs:65:70 [INFO] [stdout] | [INFO] [stdout] 65 | fn build_blocks(&self, output_path: PathBuf, blocks: Vec, metadata: &AddonMetadata) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_metadata` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `EntityEvent` is never constructed [INFO] [stdout] --> src/entity/event.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct EntityEvent { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.77s [INFO] running `Command { std: "docker" "inspect" "4d9f68361e81a8b6041f15b2ad604b6e2c3cebbd09c6a6d954a3f6b41fa2a2a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d9f68361e81a8b6041f15b2ad604b6e2c3cebbd09c6a6d954a3f6b41fa2a2a0", kill_on_drop: false }` [INFO] [stdout] 4d9f68361e81a8b6041f15b2ad604b6e2c3cebbd09c6a6d954a3f6b41fa2a2a0