[INFO] cloning repository https://github.com/MinusGix/Vivec [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MinusGix/Vivec" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMinusGix%2FVivec", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMinusGix%2FVivec'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 357dcd1f94323e83316601d3f9701303023bc886 [INFO] checking MinusGix/Vivec/357dcd1f94323e83316601d3f9701303023bc886 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMinusGix%2FVivec" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MinusGix/Vivec on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/MinusGix/Vivec [INFO] finished tweaking git repo https://github.com/MinusGix/Vivec [INFO] tweaked toml for git repo https://github.com/MinusGix/Vivec written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/MinusGix/Vivec 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" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded derive_more v0.99.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 576a59514ed2693e75cdfc5e405c6913024310d892d6c814bb552219b06a84c9 [INFO] running `Command { std: "docker" "start" "-a" "576a59514ed2693e75cdfc5e405c6913024310d892d6c814bb552219b06a84c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "576a59514ed2693e75cdfc5e405c6913024310d892d6c814bb552219b06a84c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "576a59514ed2693e75cdfc5e405c6913024310d892d6c814bb552219b06a84c9", kill_on_drop: false }` [INFO] [stdout] 576a59514ed2693e75cdfc5e405c6913024310d892d6c814bb552219b06a84c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 85e91f24957ca746ab15957e95880cb0ff2fb73c2695381d528f04fb330936d6 [INFO] running `Command { std: "docker" "start" "-a" "85e91f24957ca746ab15957e95880cb0ff2fb73c2695381d528f04fb330936d6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking bstr v0.2.13 [INFO] [stderr] Compiling derive_more v0.99.9 [INFO] [stderr] Checking vivec v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `$crate::records::fields::common::CollectField` [INFO] [stdout] --> src/records/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | use $crate::records::fields::common::CollectField; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | collect_one_collection!(MAST, MasterCollection; field, field_iter => fields; mast_collection_index) [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] = note: this warning originates in the macro `collect_one_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `$crate::records::fields::common::CollectField` [INFO] [stdout] --> src/records/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | use $crate::records::fields::common::CollectField; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/records/tes4.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | collect_one_collection!(MAST, MasterCollection; field, field_iter => fields; mast_collection_index) [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] = note: this warning originates in the macro `collect_one_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `label` is never used [INFO] [stdout] --> src/records/achr.rs:330:12 [INFO] [stdout] | [INFO] [stdout] 305 | impl<'data> TopicType<'data> { [INFO] [stdout] | ---------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 330 | pub fn label(&self) -> [u8; 4] { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `is_parent_activate_only` are never used [INFO] [stdout] --> src/records/achr.rs:463:12 [INFO] [stdout] | [INFO] [stdout] 462 | impl XAPDFlags { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 463 | pub fn new(flags: u8) -> XAPDFlags { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 467 | pub fn is_parent_activate_only(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `is_set_enable_state_opposite`, and `is_pop_in` are never used [INFO] [stdout] --> src/records/achr.rs:555:12 [INFO] [stdout] | [INFO] [stdout] 554 | impl XESPFlags { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 555 | pub fn new(flags: u32) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 559 | pub fn is_set_enable_state_opposite(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 563 | pub fn is_pop_in(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `cap_damage`, `disable_object`, `destroy_object`, and `ignore_external_damage` are never used [INFO] [stdout] --> src/records/fields/dest.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 103 | impl DSTDFlags { [INFO] [stdout] | -------------- methods in this implementation [INFO] [stdout] 104 | pub fn cap_damage(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | pub fn disable_object(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | pub fn destroy_object(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | pub fn ignore_external_damage(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `has_begin_script` and `has_end_script` are never used [INFO] [stdout] --> src/records/fields/vmad.rs:623:12 [INFO] [stdout] | [INFO] [stdout] 617 | impl INFORecordFragmentsFlags { [INFO] [stdout] | ----------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 623 | pub fn has_begin_script(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 628 | pub fn has_end_script(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `has_on_begin`, `has_on_end`, and `has_on_change` are never used [INFO] [stdout] --> src/records/fields/vmad.rs:755:12 [INFO] [stdout] | [INFO] [stdout] 750 | impl PACKRecordFragmentsFlags { [INFO] [stdout] | ----------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 755 | pub fn has_on_begin(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 759 | pub fn has_on_end(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 763 | pub fn has_on_change(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `UnexpectedEnd`, `ExpectedFieldGot`, and `UnexpectedField` are never constructed [INFO] [stdout] --> src/records/common/mod.rs:405:5 [INFO] [stdout] | [INFO] [stdout] 403 | pub enum FromRecordError<'data> { [INFO] [stdout] | --------------- variants in this enum [INFO] [stdout] 404 | /// An unexpected end of fields [INFO] [stdout] 405 | UnexpectedEnd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 409 | ExpectedFieldGot { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 414 | UnexpectedField(FieldName<'data>), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FromRecordError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MASTER` is never used [INFO] [stdout] --> src/records/common/mod.rs:84:15 [INFO] [stdout] | [INFO] [stdout] 84 | pub const MASTER: u32 = 0x1; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DELETED` is never used [INFO] [stdout] --> src/records/common/mod.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | pub const DELETED: u32 = 0x20; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CONSTANT` is never used [INFO] [stdout] --> src/records/common/mod.rs:92:15 [INFO] [stdout] | [INFO] [stdout] 92 | pub const CONSTANT: u32 = 0x40; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `REFR` is never used [INFO] [stdout] --> src/records/common/mod.rs:96:15 [INFO] [stdout] | [INFO] [stdout] 96 | pub const REFR: u32 = 0x40; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LOCALIZED` is never used [INFO] [stdout] --> src/records/common/mod.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | pub const LOCALIZED: u32 = 0x80; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MUST_UPDATE_ANIMS` is never used [INFO] [stdout] --> src/records/common/mod.rs:106:15 [INFO] [stdout] | [INFO] [stdout] 106 | pub const MUST_UPDATE_ANIMS: u32 = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INACCESSIBLE` is never used [INFO] [stdout] --> src/records/common/mod.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | pub const INACCESSIBLE: u32 = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LIGHT_MASTER` is never used [INFO] [stdout] --> src/records/common/mod.rs:115:15 [INFO] [stdout] | [INFO] [stdout] 115 | pub const LIGHT_MASTER: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LOCAL_MAP_HIDDEN` is never used [INFO] [stdout] --> src/records/common/mod.rs:118:15 [INFO] [stdout] | [INFO] [stdout] 118 | pub const LOCAL_MAP_HIDDEN: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `STARTS_DEAD` is never used [INFO] [stdout] --> src/records/common/mod.rs:121:15 [INFO] [stdout] | [INFO] [stdout] 121 | pub const STARTS_DEAD: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MOTION_BLUR_CAST_SHADOWS` is never used [INFO] [stdout] --> src/records/common/mod.rs:124:15 [INFO] [stdout] | [INFO] [stdout] 124 | pub const MOTION_BLUR_CAST_SHADOWS: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `QUEST_ITEM` is never used [INFO] [stdout] --> src/records/common/mod.rs:129:15 [INFO] [stdout] | [INFO] [stdout] 129 | pub const QUEST_ITEM: u32 = 0x400; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PERSISTENT_REFERENCE` is never used [INFO] [stdout] --> src/records/common/mod.rs:132:15 [INFO] [stdout] | [INFO] [stdout] 132 | pub const PERSISTENT_REFERENCE: u32 = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DISPLAY_MAIN_MENU` is never used [INFO] [stdout] --> src/records/common/mod.rs:135:15 [INFO] [stdout] | [INFO] [stdout] 135 | pub const DISPLAY_MAIN_MENU: u32 = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INITIALLY_DISABLED` is never used [INFO] [stdout] --> src/records/common/mod.rs:139:15 [INFO] [stdout] | [INFO] [stdout] 139 | pub const INITIALLY_DISABLED: u32 = 0x800; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `IGNORED` is never used [INFO] [stdout] --> src/records/common/mod.rs:143:15 [INFO] [stdout] | [INFO] [stdout] 143 | pub const IGNORED: u32 = 0x1000; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `VISIBLE_DISTANT` is never used [INFO] [stdout] --> src/records/common/mod.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | pub const VISIBLE_DISTANT: u32 = 0x8000; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RANDOM_ANIMATION_START` is never used [INFO] [stdout] --> src/records/common/mod.rs:153:15 [INFO] [stdout] | [INFO] [stdout] 153 | pub const RANDOM_ANIMATION_START: u32 = 0x10000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DANGEROUS` is never used [INFO] [stdout] --> src/records/common/mod.rs:158:15 [INFO] [stdout] | [INFO] [stdout] 158 | pub const DANGEROUS: u32 = 0x20000; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OFF_LIMITS` is never used [INFO] [stdout] --> src/records/common/mod.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | pub const OFF_LIMITS: u32 = 0x20000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_WAITING` is never used [INFO] [stdout] --> src/records/common/mod.rs:171:15 [INFO] [stdout] | [INFO] [stdout] 171 | pub const NO_WAITING: u32 = 0x80000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `IGNORE_OBJECT_INTERACTION` is never used [INFO] [stdout] --> src/records/common/mod.rs:176:15 [INFO] [stdout] | [INFO] [stdout] 176 | pub const IGNORE_OBJECT_INTERACTION: u32 = 0x10_0000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MARKER` is never used [INFO] [stdout] --> src/records/common/mod.rs:182:15 [INFO] [stdout] | [INFO] [stdout] 182 | pub const MARKER: u32 = 0x80_000; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OBSTACLE` is never used [INFO] [stdout] --> src/records/common/mod.rs:186:15 [INFO] [stdout] | [INFO] [stdout] 186 | pub const OBSTACLE: u32 = 0x2_0000000; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_AI_ACQUIRE` is never used [INFO] [stdout] --> src/records/common/mod.rs:189:15 [INFO] [stdout] | [INFO] [stdout] 189 | pub const NO_AI_ACQUIRE: u32 = 0x2_0000000; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAVMESH_GEN_FILTER` is never used [INFO] [stdout] --> src/records/common/mod.rs:193:15 [INFO] [stdout] | [INFO] [stdout] 193 | pub const NAVMESH_GEN_FILTER: u32 = 0x4_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAVMESH_GEN_BOUNDING_BOX` is never used [INFO] [stdout] --> src/records/common/mod.rs:197:15 [INFO] [stdout] | [INFO] [stdout] 197 | pub const NAVMESH_GEN_BOUNDING_BOX: u32 = 0x8_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MUST_EXIT_TO_TALK` is never used [INFO] [stdout] --> src/records/common/mod.rs:203:15 [INFO] [stdout] | [INFO] [stdout] 203 | pub const MUST_EXIT_TO_TALK: u32 = 0x10_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `REFLECT_AUTO_WATER` is never used [INFO] [stdout] --> src/records/common/mod.rs:206:15 [INFO] [stdout] | [INFO] [stdout] 206 | pub const REFLECT_AUTO_WATER: u32 = 0x10_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CHILD_CAN_USE` is never used [INFO] [stdout] --> src/records/common/mod.rs:210:15 [INFO] [stdout] | [INFO] [stdout] 210 | pub const CHILD_CAN_USE: u32 = 0x20_000000; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_HAVOK_SETTLE` is never used [INFO] [stdout] --> src/records/common/mod.rs:213:15 [INFO] [stdout] | [INFO] [stdout] 213 | pub const NO_HAVOK_SETTLE: u32 = 0x20_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAVMESH_GEN_GROUND` is never used [INFO] [stdout] --> src/records/common/mod.rs:217:15 [INFO] [stdout] | [INFO] [stdout] 217 | pub const NAVMESH_GEN_GROUND: u32 = 0x40_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_RESPAWN` is never used [INFO] [stdout] --> src/records/common/mod.rs:220:15 [INFO] [stdout] | [INFO] [stdout] 220 | pub const NO_RESPAWN: u32 = 0x40_000000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MULTIBOUND` is never used [INFO] [stdout] --> src/records/common/mod.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | pub const MULTIBOUND: u32 = 0x80_000000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/records/fields/common/mod.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / format!( [INFO] [stdout] 29 | | "Field ({}) data size was less than field header size, this is certainly a bug.", [INFO] [stdout] 30 | | field.type_name() [INFO] [stdout] 31 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 28 ~ [INFO] [stdout] 29 | "Field ({}) data size was less than field header size, this is certainly a bug.", [INFO] [stdout] 30 | field.type_name() [INFO] [stdout] 31 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 43 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `label` is never used [INFO] [stdout] --> src/records/achr.rs:330:12 [INFO] [stdout] | [INFO] [stdout] 305 | impl<'data> TopicType<'data> { [INFO] [stdout] | ---------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 330 | pub fn label(&self) -> [u8; 4] { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `is_parent_activate_only` are never used [INFO] [stdout] --> src/records/achr.rs:463:12 [INFO] [stdout] | [INFO] [stdout] 462 | impl XAPDFlags { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 463 | pub fn new(flags: u8) -> XAPDFlags { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 467 | pub fn is_parent_activate_only(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `is_set_enable_state_opposite`, and `is_pop_in` are never used [INFO] [stdout] --> src/records/achr.rs:555:12 [INFO] [stdout] | [INFO] [stdout] 554 | impl XESPFlags { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 555 | pub fn new(flags: u32) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 559 | pub fn is_set_enable_state_opposite(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 563 | pub fn is_pop_in(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `cap_damage`, `disable_object`, `destroy_object`, and `ignore_external_damage` are never used [INFO] [stdout] --> src/records/fields/dest.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 103 | impl DSTDFlags { [INFO] [stdout] | -------------- methods in this implementation [INFO] [stdout] 104 | pub fn cap_damage(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | pub fn disable_object(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | pub fn destroy_object(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | pub fn ignore_external_damage(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `has_begin_script` and `has_end_script` are never used [INFO] [stdout] --> src/records/fields/vmad.rs:623:12 [INFO] [stdout] | [INFO] [stdout] 617 | impl INFORecordFragmentsFlags { [INFO] [stdout] | ----------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 623 | pub fn has_begin_script(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 628 | pub fn has_end_script(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `has_on_begin`, `has_on_end`, and `has_on_change` are never used [INFO] [stdout] --> src/records/fields/vmad.rs:755:12 [INFO] [stdout] | [INFO] [stdout] 750 | impl PACKRecordFragmentsFlags { [INFO] [stdout] | ----------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 755 | pub fn has_on_begin(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 759 | pub fn has_on_end(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 763 | pub fn has_on_change(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `UnexpectedEnd`, `ExpectedFieldGot`, and `UnexpectedField` are never constructed [INFO] [stdout] --> src/records/common/mod.rs:405:5 [INFO] [stdout] | [INFO] [stdout] 403 | pub enum FromRecordError<'data> { [INFO] [stdout] | --------------- variants in this enum [INFO] [stdout] 404 | /// An unexpected end of fields [INFO] [stdout] 405 | UnexpectedEnd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 409 | ExpectedFieldGot { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 414 | UnexpectedField(FieldName<'data>), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FromRecordError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MASTER` is never used [INFO] [stdout] --> src/records/common/mod.rs:84:15 [INFO] [stdout] | [INFO] [stdout] 84 | pub const MASTER: u32 = 0x1; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DELETED` is never used [INFO] [stdout] --> src/records/common/mod.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | pub const DELETED: u32 = 0x20; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CONSTANT` is never used [INFO] [stdout] --> src/records/common/mod.rs:92:15 [INFO] [stdout] | [INFO] [stdout] 92 | pub const CONSTANT: u32 = 0x40; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `REFR` is never used [INFO] [stdout] --> src/records/common/mod.rs:96:15 [INFO] [stdout] | [INFO] [stdout] 96 | pub const REFR: u32 = 0x40; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LOCALIZED` is never used [INFO] [stdout] --> src/records/common/mod.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | pub const LOCALIZED: u32 = 0x80; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MUST_UPDATE_ANIMS` is never used [INFO] [stdout] --> src/records/common/mod.rs:106:15 [INFO] [stdout] | [INFO] [stdout] 106 | pub const MUST_UPDATE_ANIMS: u32 = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INACCESSIBLE` is never used [INFO] [stdout] --> src/records/common/mod.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | pub const INACCESSIBLE: u32 = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LIGHT_MASTER` is never used [INFO] [stdout] --> src/records/common/mod.rs:115:15 [INFO] [stdout] | [INFO] [stdout] 115 | pub const LIGHT_MASTER: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LOCAL_MAP_HIDDEN` is never used [INFO] [stdout] --> src/records/common/mod.rs:118:15 [INFO] [stdout] | [INFO] [stdout] 118 | pub const LOCAL_MAP_HIDDEN: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `STARTS_DEAD` is never used [INFO] [stdout] --> src/records/common/mod.rs:121:15 [INFO] [stdout] | [INFO] [stdout] 121 | pub const STARTS_DEAD: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MOTION_BLUR_CAST_SHADOWS` is never used [INFO] [stdout] --> src/records/common/mod.rs:124:15 [INFO] [stdout] | [INFO] [stdout] 124 | pub const MOTION_BLUR_CAST_SHADOWS: u32 = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `QUEST_ITEM` is never used [INFO] [stdout] --> src/records/common/mod.rs:129:15 [INFO] [stdout] | [INFO] [stdout] 129 | pub const QUEST_ITEM: u32 = 0x400; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PERSISTENT_REFERENCE` is never used [INFO] [stdout] --> src/records/common/mod.rs:132:15 [INFO] [stdout] | [INFO] [stdout] 132 | pub const PERSISTENT_REFERENCE: u32 = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DISPLAY_MAIN_MENU` is never used [INFO] [stdout] --> src/records/common/mod.rs:135:15 [INFO] [stdout] | [INFO] [stdout] 135 | pub const DISPLAY_MAIN_MENU: u32 = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INITIALLY_DISABLED` is never used [INFO] [stdout] --> src/records/common/mod.rs:139:15 [INFO] [stdout] | [INFO] [stdout] 139 | pub const INITIALLY_DISABLED: u32 = 0x800; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `IGNORED` is never used [INFO] [stdout] --> src/records/common/mod.rs:143:15 [INFO] [stdout] | [INFO] [stdout] 143 | pub const IGNORED: u32 = 0x1000; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `VISIBLE_DISTANT` is never used [INFO] [stdout] --> src/records/common/mod.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | pub const VISIBLE_DISTANT: u32 = 0x8000; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RANDOM_ANIMATION_START` is never used [INFO] [stdout] --> src/records/common/mod.rs:153:15 [INFO] [stdout] | [INFO] [stdout] 153 | pub const RANDOM_ANIMATION_START: u32 = 0x10000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DANGEROUS` is never used [INFO] [stdout] --> src/records/common/mod.rs:158:15 [INFO] [stdout] | [INFO] [stdout] 158 | pub const DANGEROUS: u32 = 0x20000; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OFF_LIMITS` is never used [INFO] [stdout] --> src/records/common/mod.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | pub const OFF_LIMITS: u32 = 0x20000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_WAITING` is never used [INFO] [stdout] --> src/records/common/mod.rs:171:15 [INFO] [stdout] | [INFO] [stdout] 171 | pub const NO_WAITING: u32 = 0x80000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `IGNORE_OBJECT_INTERACTION` is never used [INFO] [stdout] --> src/records/common/mod.rs:176:15 [INFO] [stdout] | [INFO] [stdout] 176 | pub const IGNORE_OBJECT_INTERACTION: u32 = 0x10_0000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MARKER` is never used [INFO] [stdout] --> src/records/common/mod.rs:182:15 [INFO] [stdout] | [INFO] [stdout] 182 | pub const MARKER: u32 = 0x80_000; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OBSTACLE` is never used [INFO] [stdout] --> src/records/common/mod.rs:186:15 [INFO] [stdout] | [INFO] [stdout] 186 | pub const OBSTACLE: u32 = 0x2_0000000; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_AI_ACQUIRE` is never used [INFO] [stdout] --> src/records/common/mod.rs:189:15 [INFO] [stdout] | [INFO] [stdout] 189 | pub const NO_AI_ACQUIRE: u32 = 0x2_0000000; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAVMESH_GEN_FILTER` is never used [INFO] [stdout] --> src/records/common/mod.rs:193:15 [INFO] [stdout] | [INFO] [stdout] 193 | pub const NAVMESH_GEN_FILTER: u32 = 0x4_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAVMESH_GEN_BOUNDING_BOX` is never used [INFO] [stdout] --> src/records/common/mod.rs:197:15 [INFO] [stdout] | [INFO] [stdout] 197 | pub const NAVMESH_GEN_BOUNDING_BOX: u32 = 0x8_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MUST_EXIT_TO_TALK` is never used [INFO] [stdout] --> src/records/common/mod.rs:203:15 [INFO] [stdout] | [INFO] [stdout] 203 | pub const MUST_EXIT_TO_TALK: u32 = 0x10_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `REFLECT_AUTO_WATER` is never used [INFO] [stdout] --> src/records/common/mod.rs:206:15 [INFO] [stdout] | [INFO] [stdout] 206 | pub const REFLECT_AUTO_WATER: u32 = 0x10_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CHILD_CAN_USE` is never used [INFO] [stdout] --> src/records/common/mod.rs:210:15 [INFO] [stdout] | [INFO] [stdout] 210 | pub const CHILD_CAN_USE: u32 = 0x20_000000; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_HAVOK_SETTLE` is never used [INFO] [stdout] --> src/records/common/mod.rs:213:15 [INFO] [stdout] | [INFO] [stdout] 213 | pub const NO_HAVOK_SETTLE: u32 = 0x20_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NAVMESH_GEN_GROUND` is never used [INFO] [stdout] --> src/records/common/mod.rs:217:15 [INFO] [stdout] | [INFO] [stdout] 217 | pub const NAVMESH_GEN_GROUND: u32 = 0x40_000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NO_RESPAWN` is never used [INFO] [stdout] --> src/records/common/mod.rs:220:15 [INFO] [stdout] | [INFO] [stdout] 220 | pub const NO_RESPAWN: u32 = 0x40_000000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MULTIBOUND` is never used [INFO] [stdout] --> src/records/common/mod.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | pub const MULTIBOUND: u32 = 0x80_000000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/records/fields/common/mod.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / format!( [INFO] [stdout] 29 | | "Field ({}) data size was less than field header size, this is certainly a bug.", [INFO] [stdout] 30 | | field.type_name() [INFO] [stdout] 31 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 28 ~ [INFO] [stdout] 29 | "Field ({}) data size was less than field header size, this is certainly a bug.", [INFO] [stdout] 30 | field.type_name() [INFO] [stdout] 31 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 43 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s [INFO] running `Command { std: "docker" "inspect" "85e91f24957ca746ab15957e95880cb0ff2fb73c2695381d528f04fb330936d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85e91f24957ca746ab15957e95880cb0ff2fb73c2695381d528f04fb330936d6", kill_on_drop: false }` [INFO] [stdout] 85e91f24957ca746ab15957e95880cb0ff2fb73c2695381d528f04fb330936d6