[INFO] cloning repository https://github.com/Nano112/schematic_utils [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Nano112/schematic_utils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNano112%2Fschematic_utils", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNano112%2Fschematic_utils'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c04cb916e00864441080d57ef8b5c187a77088dc [INFO] building Nano112/schematic_utils against try#58b1b3c5342a414c161338871f8004258ccef2a7 for pr-149937 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNano112%2Fschematic_utils" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/Nano112/schematic_utils [INFO] finished tweaking git repo https://github.com/Nano112/schematic_utils [INFO] tweaked toml for git repo https://github.com/Nano112/schematic_utils written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Nano112/schematic_utils 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/Nano112/schematic_utils 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] d2f664a1d6c89ec1c41845af092ed13bd238424efe06f5fb58bee60a05f0bceb [INFO] running `Command { std: "docker" "start" "-a" "d2f664a1d6c89ec1c41845af092ed13bd238424efe06f5fb58bee60a05f0bceb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d2f664a1d6c89ec1c41845af092ed13bd238424efe06f5fb58bee60a05f0bceb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2f664a1d6c89ec1c41845af092ed13bd238424efe06f5fb58bee60a05f0bceb", kill_on_drop: false }` [INFO] [stdout] d2f664a1d6c89ec1c41845af092ed13bd238424efe06f5fb58bee60a05f0bceb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] e7c61915f05be944e61399f4bc1f5cadf7d819b9b6efff68e4ab020ceac99714 [INFO] running `Command { std: "docker" "start" "-a" "e7c61915f05be944e61399f4bc1f5cadf7d819b9b6efff68e4ab020ceac99714", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling serde_json v1.0.147 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling weezl v0.1.12 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling itoa v1.0.16 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling bytemuck v1.24.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling lebe v0.5.3 [INFO] [stderr] Compiling zmij v0.1.7 [INFO] [stderr] Compiling bit_field v0.10.3 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling gif v0.13.3 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling cesu8 v1.1.0 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling by_address v1.2.1 [INFO] [stderr] Compiling palette v0.7.6 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling fast-srgb8 v1.0.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling iana-time-zone v0.1.64 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling serde_bytes v0.11.19 [INFO] [stderr] Compiling jpeg-decoder v0.3.2 [INFO] [stderr] Compiling quartz_nbt_macros v0.1.1 [INFO] [stderr] Compiling quartz_nbt v0.2.9 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling zerocopy-derive v0.8.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling palette_derive v0.7.6 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling fastnbt v2.6.0 [INFO] [stderr] Compiling hematite-nbt v0.5.2 (https://github.com/StackDoubleFlow/hematite_nbt#8a33b218) [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling insign v0.1.1 [INFO] [stderr] Compiling exr v1.74.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling blockpedia v0.1.8 [INFO] [stderr] Compiling nucleation v0.1.142 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `convert_palette` is never used [INFO] [stdout] --> src/formats/schematic.rs:319:4 [INFO] [stdout] | [INFO] [stdout] 319 | fn convert_palette(palette: &Vec) -> (NbtCompound, i32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `decode_varint` is never used [INFO] [stdout] --> src/formats/schematic.rs:581:4 [INFO] [stdout] | [INFO] [stdout] 581 | fn decode_varint(reader: &mut R) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_schematic_json` is never used [INFO] [stdout] --> src/print_utils.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn get_schematic_json(schematic: &UniversalSchematic) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_palette` is never used [INFO] [stdout] --> src/print_utils.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn format_palette(palette: &Vec) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_block_state` is never used [INFO] [stdout] --> src/print_utils.rs:93:8 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn format_block_state(block: &BlockState) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_palette_nbt` is never used [INFO] [stdout] --> src/region.rs:853:19 [INFO] [stdout] | [INFO] [stdout] 67 | impl Region { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 853 | pub(crate) fn get_palette_nbt(&self) -> NbtList { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `calculate_items_for_signal` and `create_barrel_items_nbt` are never used [INFO] [stdout] --> src/universal_schematic.rs:1775:8 [INFO] [stdout] | [INFO] [stdout] 55 | impl UniversalSchematic { [INFO] [stdout] | ----------------------- associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 1775 | fn calculate_items_for_signal(signal_strength: u8) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1793 | fn create_barrel_items_nbt(signal_strength: u8) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/nbt/mod.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn iter(&self) -> std::collections::hash_map::Iter { [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] 58 | pub fn iter(&self) -> std::collections::hash_map::Iter<'_, String, NbtValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/nbt/mod.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn iter_mut(&mut self) -> std::collections::hash_map::IterMut { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn iter_mut(&mut self) -> std::collections::hash_map::IterMut<'_, String, NbtValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.98s [INFO] running `Command { std: "docker" "inspect" "e7c61915f05be944e61399f4bc1f5cadf7d819b9b6efff68e4ab020ceac99714", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7c61915f05be944e61399f4bc1f5cadf7d819b9b6efff68e4ab020ceac99714", kill_on_drop: false }` [INFO] [stdout] e7c61915f05be944e61399f4bc1f5cadf7d819b9b6efff68e4ab020ceac99714 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 65f1b18165f1f2a77aa6c5819aec58db214cc907728ea28909b2803b0f026052 [INFO] running `Command { std: "docker" "start" "-a" "65f1b18165f1f2a77aa6c5819aec58db214cc907728ea28909b2803b0f026052", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling serde_json v1.0.147 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.106 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling bumpalo v3.19.1 [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling wasm-bindgen v0.2.106 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling jpeg-decoder v0.3.2 [INFO] [stderr] Compiling serde_bytes v0.11.19 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling quartz_nbt_macros v0.1.1 [INFO] [stderr] Compiling quartz_nbt v0.2.9 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.106 [INFO] [stderr] Compiling zerocopy-derive v0.8.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling palette_derive v0.7.6 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.56 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling palette v0.7.6 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.106 [INFO] [stderr] Compiling js-sys v0.3.83 [INFO] [stderr] Compiling fastnbt v2.6.0 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling hematite-nbt v0.5.2 (https://github.com/StackDoubleFlow/hematite_nbt#8a33b218) [INFO] [stderr] Compiling insign v0.1.1 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling exr v1.74.0 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.56 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling wasm-bindgen-test v0.3.56 [INFO] [stderr] Compiling blockpedia v0.1.8 [INFO] [stderr] Compiling nucleation v0.1.142 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::item::ItemStack` [INFO] [stdout] --> src/block_entity/generic.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 158 | use crate::item::ItemStack; [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: `num_complex::Complex` [INFO] [stdout] --> src/formats/litematic.rs:411:9 [INFO] [stdout] | [INFO] [stdout] 411 | use num_complex::Complex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::region::Region` [INFO] [stdout] --> src/insign.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | use crate::region::Region; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot test inner items [INFO] [stdout] --> src/region.rs:1427:9 [INFO] [stdout] | [INFO] [stdout] 1427 | #[test] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnameable_test_items)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot test inner items [INFO] [stdout] --> src/region.rs:1443:9 [INFO] [stdout] | [INFO] [stdout] 1443 | #[test] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot test inner items [INFO] [stdout] --> src/region.rs:1460:9 [INFO] [stdout] | [INFO] [stdout] 1460 | #[test] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::block_entity` [INFO] [stdout] --> src/universal_schematic.rs:2142:9 [INFO] [stdout] | [INFO] [stdout] 2142 | use crate::block_entity; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `convert_palette` is never used [INFO] [stdout] --> src/formats/schematic.rs:319:4 [INFO] [stdout] | [INFO] [stdout] 319 | fn convert_palette(palette: &Vec) -> (NbtCompound, i32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `decode_varint` is never used [INFO] [stdout] --> src/formats/schematic.rs:581:4 [INFO] [stdout] | [INFO] [stdout] 581 | fn decode_varint(reader: &mut R) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_schematic_json` is never used [INFO] [stdout] --> src/print_utils.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn get_schematic_json(schematic: &UniversalSchematic) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_palette` is never used [INFO] [stdout] --> src/print_utils.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn format_palette(palette: &Vec) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_block_state` is never used [INFO] [stdout] --> src/print_utils.rs:93:8 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn format_block_state(block: &BlockState) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_palette_nbt` is never used [INFO] [stdout] --> src/region.rs:853:19 [INFO] [stdout] | [INFO] [stdout] 67 | impl Region { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 853 | pub(crate) fn get_palette_nbt(&self) -> NbtList { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `calculate_items_for_signal` and `create_barrel_items_nbt` are never used [INFO] [stdout] --> src/universal_schematic.rs:1775:8 [INFO] [stdout] | [INFO] [stdout] 55 | impl UniversalSchematic { [INFO] [stdout] | ----------------------- associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 1775 | fn calculate_items_for_signal(signal_strength: u8) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1793 | fn create_barrel_items_nbt(signal_strength: u8) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/nbt/mod.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn iter(&self) -> std::collections::hash_map::Iter { [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] 58 | pub fn iter(&self) -> std::collections::hash_map::Iter<'_, String, NbtValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/nbt/mod.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn iter_mut(&mut self) -> std::collections::hash_map::IterMut { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn iter_mut(&mut self) -> std::collections::hash_map::IterMut<'_, String, NbtValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_palette` is never used [INFO] [stdout] --> src/print_utils.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn format_palette(palette: &Vec) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_region_merge` is never used [INFO] [stdout] --> src/region.rs:1428:12 [INFO] [stdout] | [INFO] [stdout] 1428 | fn test_region_merge() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_region_merge_different_palettes` is never used [INFO] [stdout] --> src/region.rs:1444:12 [INFO] [stdout] | [INFO] [stdout] 1444 | fn test_region_merge_different_palettes() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_region_merge_different_overlapping_palettes` is never used [INFO] [stdout] --> src/region.rs:1461:12 [INFO] [stdout] | [INFO] [stdout] 1461 | fn test_region_merge_different_overlapping_palettes() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `create_barrel_items_nbt` is never used [INFO] [stdout] --> src/universal_schematic.rs:1793:8 [INFO] [stdout] | [INFO] [stdout] 55 | impl UniversalSchematic { [INFO] [stdout] | ----------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 1793 | fn create_barrel_items_nbt(signal_strength: u8) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/nbt/mod.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn iter(&self) -> std::collections::hash_map::Iter { [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] 58 | pub fn iter(&self) -> std::collections::hash_map::Iter<'_, String, NbtValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/nbt/mod.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn iter_mut(&mut self) -> std::collections::hash_map::IterMut { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn iter_mut(&mut self) -> std::collections::hash_map::IterMut<'_, String, NbtValue> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> src/region.rs:1732:21 [INFO] [stdout] | [INFO] [stdout] 1732 | assert!(index >= 0 && index < volume2); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> src/region.rs:1742:21 [INFO] [stdout] | [INFO] [stdout] 1742 | assert!(index >= 0 && index < volume3); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `UniversalSchematic` [INFO] [stdout] --> examples/build_test_adder.rs:5:47 [INFO] [stdout] | [INFO] [stdout] 5 | use nucleation::{litematic, SchematicBuilder, UniversalSchematic}; [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: `nucleation::BlockState` [INFO] [stdout] --> tests/rust_fluent_api_test.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | use nucleation::BlockState; [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: `nucleation::UniversalSchematic` [INFO] [stdout] --> tests/test_barrel_hopper_simulation.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use nucleation::UniversalSchematic; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nucleation` (lib test); 16 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/58b1b3c5342a414c161338871f8004258ccef2a7/bin/rustc --crate-name nucleation --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("console_error_panic_hook", "default", "ext-php-rs", "ffi", "js-sys", "maturin", "mchprs_blocks", "mchprs_redpiler", "mchprs_redstone", "mchprs_world", "php", "pyo3", "python", "serde", "serde-wasm-bindgen", "simulation", "wasm", "wasm-bindgen", "web-sys"))' -C metadata=21bce0a355745dd6 -C extra-filename=-189ed71c43f1d201 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rlib --extern blockpedia=/opt/rustwide/target/debug/deps/libblockpedia-964f97a959aae22e.rlib --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-51195f687df779a3.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-fdb4eca08ca5dd2e.rlib --extern console=/opt/rustwide/target/debug/deps/libconsole-8368b71d3be17360.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-4449ed43e7f1f37e.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-88daf8960845db02.rlib --extern getrandom=/opt/rustwide/target/debug/deps/libgetrandom-58c83191d9d3cb86.rlib --extern nbt=/opt/rustwide/target/debug/deps/libnbt-b216d970d402a7d6.rlib --extern insign=/opt/rustwide/target/debug/deps/libinsign-872093c4121ec17c.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-cfb0a897de58af94.rlib --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-6a3d5a40fcae1071.rlib --extern quartz_nbt=/opt/rustwide/target/debug/deps/libquartz_nbt-b9201d15365fc51b.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-f7e2f851f193a061.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-3ce3ca24cf258b35.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-36f9c1c16cb69538.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-ba7d813e06ec9636.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-5e71e4bf51a66488.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-c111d7f22f6402b6.rlib --extern wasm_bindgen_test=/opt/rustwide/target/debug/deps/libwasm_bindgen_test-7bb0be3d10a10b10.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcMJl3ZR/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libnucleation,librand-f7e2f851f193a061,librand_chacha-c29d1f6ccfe96c6e,libppv_lite86-8092e550f54f1692,librand_core-d94d45d69bd0d313,libgetrandom-58c83191d9d3cb86,liblibc-61bdea43d236c137,libinsign-872093c4121ec17c,libthiserror-ba7d813e06ec9636,libblockpedia-964f97a959aae22e,libpalette-e43051a55d5c3c31,libfast_srgb8-1d0b258b8d039757,libapprox-10661fac522f13a6,libimage-da60cb40d9cb6e3c,libqoi-676f3514f40325cb,libbytemuck-51195f687df779a3,libpng-ce925fb21ac561c2,libbitflags-e2b4db6c651223da,libfdeflate-fca5d9015ff6c6ec,libexr-3a5eefc35c211708,libzune_inflate-a60ab5a790ba81a8,libbit_field-04a02c08921d3c68,liblebe-9a2db729ee903ee4,libhalf-aa746c6663358d97,libzerocopy-f74c04646f66f9a5,libsmallvec-45f6e3b8047adea1,libgif-3b764d30fe861bf9,libcolor_quant-fa7ff1de0e6ea74b,libnum_traits-bb96a94ab7f2dd1c,libtiff-dcc2e79b5dfe706b,libweezl-f88782bf0aba6af8,libjpeg_decoder-4c2a9ca5dc74dde9,librayon-54b60e83835b213a,librayon_core-5926892552857346,libcrossbeam_deque-be1dcfbb6b1c35b3,libcrossbeam_epoch-3f62aff36c6fc64d,libcrossbeam_utils-e96e5b2bd6f91d93,libeither-ef22a4c75605e12f,libserde_json-36f9c1c16cb69538,libmemchr-f04d4ed0ff57c3c8,libitoa-7987671186043bcb,libzmij-7124e4d4b46f07b0,libphf-a97452396f857646,libphf_shared-412437e318244639,libsiphasher-f4ddcf7845cbccbe,libserde-3ce3ca24cf258b35,libserde_core-638026094cb2ba03,libquartz_nbt-b9201d15365fc51b,libanyhow-a190ff2d5051ce3f,libcesu8-a5d16749e03fc3cd,libbyteorder-1efcbe4f07366651,libflate2-88daf8960845db02,libminiz_oxide-30d252d1c55100f3,libsimd_adler32-5eb909258a4e5f49,libcrc32fast-1be52256f60b531d,libcfg_if-5af52f617df93f8f}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcMJl3ZR/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/registry_tests-a7a0a3a6b3a8b577" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nucleation` (test "registry_tests") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "65f1b18165f1f2a77aa6c5819aec58db214cc907728ea28909b2803b0f026052", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65f1b18165f1f2a77aa6c5819aec58db214cc907728ea28909b2803b0f026052", kill_on_drop: false }` [INFO] [stdout] 65f1b18165f1f2a77aa6c5819aec58db214cc907728ea28909b2803b0f026052