[INFO] fetching crate spng-sys 0.2.0-alpha.2... [INFO] checking spng-sys-0.2.0-alpha.2 against try#53184dc07942a1944769a9e15fc2cb08c9f62e9d for pr-99197 [INFO] extracting crate spng-sys 0.2.0-alpha.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate spng-sys 0.2.0-alpha.2 on toolchain 53184dc07942a1944769a9e15fc2cb08c9f62e9d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+53184dc07942a1944769a9e15fc2cb08c9f62e9d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate spng-sys 0.2.0-alpha.2 [INFO] finished tweaking crates.io crate spng-sys 0.2.0-alpha.2 [INFO] tweaked toml for crates.io crate spng-sys 0.2.0-alpha.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+53184dc07942a1944769a9e15fc2cb08c9f62e9d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+53184dc07942a1944769a9e15fc2cb08c9f62e9d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:ecb52c4cf6672b83cc996368a05b4a059042425f2b6ba9cd23a06cdead5d8d70" "/opt/rustwide/cargo-home/bin/cargo" "+53184dc07942a1944769a9e15fc2cb08c9f62e9d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f65f165836fa21d60d150e97d8dc9e9469cea3198f974c08ef12ba29902b75fd [INFO] running `Command { std: "docker" "start" "-a" "f65f165836fa21d60d150e97d8dc9e9469cea3198f974c08ef12ba29902b75fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f65f165836fa21d60d150e97d8dc9e9469cea3198f974c08ef12ba29902b75fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f65f165836fa21d60d150e97d8dc9e9469cea3198f974c08ef12ba29902b75fd", kill_on_drop: false }` [INFO] [stdout] f65f165836fa21d60d150e97d8dc9e9469cea3198f974c08ef12ba29902b75fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:ecb52c4cf6672b83cc996368a05b4a059042425f2b6ba9cd23a06cdead5d8d70" "/opt/rustwide/cargo-home/bin/cargo" "+53184dc07942a1944769a9e15fc2cb08c9f62e9d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3644ff37b8e2493f51c86a1930e634d227989ab1f2897b64462fb13149d94720 [INFO] running `Command { std: "docker" "start" "-a" "3644ff37b8e2493f51c86a1930e634d227989ab1f2897b64462fb13149d94720", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling libz-sys v1.1.8 [INFO] [stderr] Compiling spng-sys v0.2.0-alpha.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:158:19 [INFO] [stdout] | [INFO] [stdout] 158 | unsafe { &(*(::core::ptr::null::())).width as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:168:19 [INFO] [stdout] | [INFO] [stdout] 168 | unsafe { &(*(::core::ptr::null::())).height as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:178:19 [INFO] [stdout] | [INFO] [stdout] 178 | unsafe { &(*(::core::ptr::null::())).bit_depth as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:188:19 [INFO] [stdout] | [INFO] [stdout] 188 | unsafe { &(*(::core::ptr::null::())).color_type as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:198:19 [INFO] [stdout] | [INFO] [stdout] 198 | unsafe { &(*(::core::ptr::null::())).compression_method as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:208:19 [INFO] [stdout] | [INFO] [stdout] 208 | unsafe { &(*(::core::ptr::null::())).filter_method as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:218:19 [INFO] [stdout] | [INFO] [stdout] 218 | unsafe { &(*(::core::ptr::null::())).interlace_method as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:249:19 [INFO] [stdout] | [INFO] [stdout] 249 | unsafe { &(*(::core::ptr::null::())).red as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:259:19 [INFO] [stdout] | [INFO] [stdout] 259 | unsafe { &(*(::core::ptr::null::())).green as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:269:19 [INFO] [stdout] | [INFO] [stdout] 269 | unsafe { &(*(::core::ptr::null::())).blue as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:279:19 [INFO] [stdout] | [INFO] [stdout] 279 | unsafe { &(*(::core::ptr::null::())).alpha as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:308:19 [INFO] [stdout] | [INFO] [stdout] 308 | unsafe { &(*(::core::ptr::null::())).n_entries as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:318:19 [INFO] [stdout] | [INFO] [stdout] 318 | unsafe { &(*(::core::ptr::null::())).entries as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:360:19 [INFO] [stdout] | [INFO] [stdout] 360 | unsafe { &(*(::core::ptr::null::())).gray as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:370:19 [INFO] [stdout] | [INFO] [stdout] 370 | unsafe { &(*(::core::ptr::null::())).red as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:380:19 [INFO] [stdout] | [INFO] [stdout] 380 | unsafe { &(*(::core::ptr::null::())).green as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:390:19 [INFO] [stdout] | [INFO] [stdout] 390 | unsafe { &(*(::core::ptr::null::())).blue as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:400:19 [INFO] [stdout] | [INFO] [stdout] 400 | unsafe { &(*(::core::ptr::null::())).n_type3_entries as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:410:19 [INFO] [stdout] | [INFO] [stdout] 410 | unsafe { &(*(::core::ptr::null::())).type3_alpha as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:450:19 [INFO] [stdout] | [INFO] [stdout] 450 | unsafe { &(*(::core::ptr::null::())).white_point_x as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:460:19 [INFO] [stdout] | [INFO] [stdout] 460 | unsafe { &(*(::core::ptr::null::())).white_point_y as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:470:19 [INFO] [stdout] | [INFO] [stdout] 470 | unsafe { &(*(::core::ptr::null::())).red_x as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:480:19 [INFO] [stdout] | [INFO] [stdout] 480 | unsafe { &(*(::core::ptr::null::())).red_y as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:490:19 [INFO] [stdout] | [INFO] [stdout] 490 | unsafe { &(*(::core::ptr::null::())).green_x as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:500:19 [INFO] [stdout] | [INFO] [stdout] 500 | unsafe { &(*(::core::ptr::null::())).green_y as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:510:19 [INFO] [stdout] | [INFO] [stdout] 510 | unsafe { &(*(::core::ptr::null::())).blue_x as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:520:19 [INFO] [stdout] | [INFO] [stdout] 520 | unsafe { &(*(::core::ptr::null::())).blue_y as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:555:19 [INFO] [stdout] | [INFO] [stdout] 555 | unsafe { &(*(::core::ptr::null::())).white_point_x as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:565:19 [INFO] [stdout] | [INFO] [stdout] 565 | unsafe { &(*(::core::ptr::null::())).white_point_y as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:575:19 [INFO] [stdout] | [INFO] [stdout] 575 | unsafe { &(*(::core::ptr::null::())).red_x as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:585:19 [INFO] [stdout] | [INFO] [stdout] 585 | unsafe { &(*(::core::ptr::null::())).red_y as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:595:19 [INFO] [stdout] | [INFO] [stdout] 595 | unsafe { &(*(::core::ptr::null::())).green_x as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:605:19 [INFO] [stdout] | [INFO] [stdout] 605 | unsafe { &(*(::core::ptr::null::())).green_y as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:615:19 [INFO] [stdout] | [INFO] [stdout] 615 | unsafe { &(*(::core::ptr::null::())).blue_x as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:625:19 [INFO] [stdout] | [INFO] [stdout] 625 | unsafe { &(*(::core::ptr::null::())).blue_y as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:655:19 [INFO] [stdout] | [INFO] [stdout] 655 | unsafe { &(*(::core::ptr::null::())).profile_name as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:665:19 [INFO] [stdout] | [INFO] [stdout] 665 | unsafe { &(*(::core::ptr::null::())).profile_len as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:675:19 [INFO] [stdout] | [INFO] [stdout] 675 | unsafe { &(*(::core::ptr::null::())).profile as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:716:19 [INFO] [stdout] | [INFO] [stdout] 716 | unsafe { &(*(::core::ptr::null::())).grayscale_bits as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:726:19 [INFO] [stdout] | [INFO] [stdout] 726 | unsafe { &(*(::core::ptr::null::())).red_bits as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:736:19 [INFO] [stdout] | [INFO] [stdout] 736 | unsafe { &(*(::core::ptr::null::())).green_bits as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:746:19 [INFO] [stdout] | [INFO] [stdout] 746 | unsafe { &(*(::core::ptr::null::())).blue_bits as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:756:19 [INFO] [stdout] | [INFO] [stdout] 756 | unsafe { &(*(::core::ptr::null::())).alpha_bits as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:791:19 [INFO] [stdout] | [INFO] [stdout] 791 | unsafe { &(*(::core::ptr::null::())).keyword as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:801:19 [INFO] [stdout] | [INFO] [stdout] 801 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:811:19 [INFO] [stdout] | [INFO] [stdout] 811 | unsafe { &(*(::core::ptr::null::())).length as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:821:19 [INFO] [stdout] | [INFO] [stdout] 821 | unsafe { &(*(::core::ptr::null::())).text as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:831:19 [INFO] [stdout] | [INFO] [stdout] 831 | unsafe { &(*(::core::ptr::null::())).compression_flag as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:841:19 [INFO] [stdout] | [INFO] [stdout] 841 | unsafe { &(*(::core::ptr::null::())).compression_method as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:851:19 [INFO] [stdout] | [INFO] [stdout] 851 | unsafe { &(*(::core::ptr::null::())).language_tag as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:861:19 [INFO] [stdout] | [INFO] [stdout] 861 | unsafe { &(*(::core::ptr::null::())).translated_keyword as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:898:19 [INFO] [stdout] | [INFO] [stdout] 898 | unsafe { &(*(::core::ptr::null::())).gray as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:908:19 [INFO] [stdout] | [INFO] [stdout] 908 | unsafe { &(*(::core::ptr::null::())).red as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:918:19 [INFO] [stdout] | [INFO] [stdout] 918 | unsafe { &(*(::core::ptr::null::())).green as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:928:19 [INFO] [stdout] | [INFO] [stdout] 928 | unsafe { &(*(::core::ptr::null::())).blue as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:938:19 [INFO] [stdout] | [INFO] [stdout] 938 | unsafe { &(*(::core::ptr::null::())).plte_index as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:966:19 [INFO] [stdout] | [INFO] [stdout] 966 | unsafe { &(*(::core::ptr::null::())).frequency as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1001:19 [INFO] [stdout] | [INFO] [stdout] 1001 | unsafe { &(*(::core::ptr::null::())).ppu_x as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1011:19 [INFO] [stdout] | [INFO] [stdout] 1011 | unsafe { &(*(::core::ptr::null::())).ppu_y as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1021:19 [INFO] [stdout] | [INFO] [stdout] 1021 | unsafe { &(*(::core::ptr::null::())).unit_specifier as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1053:19 [INFO] [stdout] | [INFO] [stdout] 1053 | unsafe { &(*(::core::ptr::null::())).red as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1063:19 [INFO] [stdout] | [INFO] [stdout] 1063 | unsafe { &(*(::core::ptr::null::())).green as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1073:19 [INFO] [stdout] | [INFO] [stdout] 1073 | unsafe { &(*(::core::ptr::null::())).blue as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1083:19 [INFO] [stdout] | [INFO] [stdout] 1083 | unsafe { &(*(::core::ptr::null::())).alpha as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1093:19 [INFO] [stdout] | [INFO] [stdout] 1093 | unsafe { &(*(::core::ptr::null::())).frequency as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1124:19 [INFO] [stdout] | [INFO] [stdout] 1124 | unsafe { &(*(::core::ptr::null::())).name as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1134:19 [INFO] [stdout] | [INFO] [stdout] 1134 | unsafe { &(*(::core::ptr::null::())).sample_depth as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1144:19 [INFO] [stdout] | [INFO] [stdout] 1144 | unsafe { &(*(::core::ptr::null::())).n_entries as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1154:19 [INFO] [stdout] | [INFO] [stdout] 1154 | unsafe { &(*(::core::ptr::null::())).entries as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1196:19 [INFO] [stdout] | [INFO] [stdout] 1196 | unsafe { &(*(::core::ptr::null::())).year as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1206:19 [INFO] [stdout] | [INFO] [stdout] 1206 | unsafe { &(*(::core::ptr::null::())).month as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1216:19 [INFO] [stdout] | [INFO] [stdout] 1216 | unsafe { &(*(::core::ptr::null::())).day as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | unsafe { &(*(::core::ptr::null::())).hour as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1236:19 [INFO] [stdout] | [INFO] [stdout] 1236 | unsafe { &(*(::core::ptr::null::())).minute as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1246:19 [INFO] [stdout] | [INFO] [stdout] 1246 | unsafe { &(*(::core::ptr::null::())).second as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1276:19 [INFO] [stdout] | [INFO] [stdout] 1276 | unsafe { &(*(::core::ptr::null::())).x as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1286:19 [INFO] [stdout] | [INFO] [stdout] 1286 | unsafe { &(*(::core::ptr::null::())).y as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1296:19 [INFO] [stdout] | [INFO] [stdout] 1296 | unsafe { &(*(::core::ptr::null::())).unit_specifier as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1325:19 [INFO] [stdout] | [INFO] [stdout] 1325 | unsafe { &(*(::core::ptr::null::())).length as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1335:19 [INFO] [stdout] | [INFO] [stdout] 1335 | unsafe { &(*(::core::ptr::null::())).data as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1366:19 [INFO] [stdout] | [INFO] [stdout] 1366 | unsafe { &(*(::core::ptr::null::())).offset as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1376:19 [INFO] [stdout] | [INFO] [stdout] 1376 | unsafe { &(*(::core::ptr::null::())).length as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1386:19 [INFO] [stdout] | [INFO] [stdout] 1386 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1396:19 [INFO] [stdout] | [INFO] [stdout] 1396 | unsafe { &(*(::core::ptr::null::())).crc as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1426:19 [INFO] [stdout] | [INFO] [stdout] 1426 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1436:19 [INFO] [stdout] | [INFO] [stdout] 1436 | unsafe { &(*(::core::ptr::null::())).length as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1446:19 [INFO] [stdout] | [INFO] [stdout] 1446 | unsafe { &(*(::core::ptr::null::())).data as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1485:19 [INFO] [stdout] | [INFO] [stdout] 1485 | unsafe { &(*(::core::ptr::null::())).malloc_fn as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1495:19 [INFO] [stdout] | [INFO] [stdout] 1495 | unsafe { &(*(::core::ptr::null::())).realloc_fn as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1505:19 [INFO] [stdout] | [INFO] [stdout] 1505 | unsafe { &(*(::core::ptr::null::())).calloc_fn as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1515:19 [INFO] [stdout] | [INFO] [stdout] 1515 | unsafe { &(*(::core::ptr::null::())).free_fn as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1546:19 [INFO] [stdout] | [INFO] [stdout] 1546 | unsafe { &(*(::core::ptr::null::())).scanline_idx as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1556:19 [INFO] [stdout] | [INFO] [stdout] 1556 | unsafe { &(*(::core::ptr::null::())).row_num as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1566:19 [INFO] [stdout] | [INFO] [stdout] 1566 | unsafe { &(*(::core::ptr::null::())).pass as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:1576:19 [INFO] [stdout] | [INFO] [stdout] 1576 | unsafe { &(*(::core::ptr::null::())).filter as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 95 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.42s [INFO] running `Command { std: "docker" "inspect" "3644ff37b8e2493f51c86a1930e634d227989ab1f2897b64462fb13149d94720", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3644ff37b8e2493f51c86a1930e634d227989ab1f2897b64462fb13149d94720", kill_on_drop: false }` [INFO] [stdout] 3644ff37b8e2493f51c86a1930e634d227989ab1f2897b64462fb13149d94720