[INFO] fetching crate rquickjs-sys 0.1.0... [INFO] checking rquickjs-sys-0.1.0 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate rquickjs-sys 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate rquickjs-sys 0.1.0 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rquickjs-sys 0.1.0 [INFO] finished tweaking crates.io crate rquickjs-sys 0.1.0 [INFO] tweaked toml for crates.io crate rquickjs-sys 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6cd724d10d75a6f0575178f0dd9318d256964553f6b97eab7da8da6dbfbf290c [INFO] running `Command { std: "docker" "start" "-a" "6cd724d10d75a6f0575178f0dd9318d256964553f6b97eab7da8da6dbfbf290c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6cd724d10d75a6f0575178f0dd9318d256964553f6b97eab7da8da6dbfbf290c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cd724d10d75a6f0575178f0dd9318d256964553f6b97eab7da8da6dbfbf290c", kill_on_drop: false }` [INFO] [stdout] 6cd724d10d75a6f0575178f0dd9318d256964553f6b97eab7da8da6dbfbf290c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c626b3f86dbac9e3b3942ac9002bd1d86978045365cb55208ff68e2031f91d9 [INFO] running `Command { std: "docker" "start" "-a" "2c626b3f86dbac9e3b3942ac9002bd1d86978045365cb55208ff68e2031f91d9", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling rquickjs-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings/x86_64-unknown-linux-gnu.rs:125:19 [INFO] [stdout] | [INFO] [stdout] 125 | unsafe { &(*(::std::ptr::null::())).ref_count 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/bindings/x86_64-unknown-linux-gnu.rs:156:19 [INFO] [stdout] | [INFO] [stdout] 156 | unsafe { &(*(::std::ptr::null::())).int32 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/bindings/x86_64-unknown-linux-gnu.rs:166:19 [INFO] [stdout] | [INFO] [stdout] 166 | unsafe { &(*(::std::ptr::null::())).float64 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/bindings/x86_64-unknown-linux-gnu.rs:176:19 [INFO] [stdout] | [INFO] [stdout] 176 | unsafe { &(*(::std::ptr::null::())).ptr 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/bindings/x86_64-unknown-linux-gnu.rs:205:19 [INFO] [stdout] | [INFO] [stdout] 205 | unsafe { &(*(::std::ptr::null::())).u 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/bindings/x86_64-unknown-linux-gnu.rs:215:19 [INFO] [stdout] | [INFO] [stdout] 215 | unsafe { &(*(::std::ptr::null::())).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/bindings/x86_64-unknown-linux-gnu.rs:273:19 [INFO] [stdout] | [INFO] [stdout] 273 | unsafe { &(*(::std::ptr::null::())).malloc_count 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/bindings/x86_64-unknown-linux-gnu.rs:283:19 [INFO] [stdout] | [INFO] [stdout] 283 | unsafe { &(*(::std::ptr::null::())).malloc_size 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/bindings/x86_64-unknown-linux-gnu.rs:293:19 [INFO] [stdout] | [INFO] [stdout] 293 | unsafe { &(*(::std::ptr::null::())).malloc_limit 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/bindings/x86_64-unknown-linux-gnu.rs:303:19 [INFO] [stdout] | [INFO] [stdout] 303 | unsafe { &(*(::std::ptr::null::())).opaque 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/bindings/x86_64-unknown-linux-gnu.rs:345:19 [INFO] [stdout] | [INFO] [stdout] 345 | unsafe { &(*(::std::ptr::null::())).js_malloc 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/bindings/x86_64-unknown-linux-gnu.rs:355:19 [INFO] [stdout] | [INFO] [stdout] 355 | unsafe { &(*(::std::ptr::null::())).js_free 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/bindings/x86_64-unknown-linux-gnu.rs:365:19 [INFO] [stdout] | [INFO] [stdout] 365 | unsafe { &(*(::std::ptr::null::())).js_realloc 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/bindings/x86_64-unknown-linux-gnu.rs:376:14 [INFO] [stdout] | [INFO] [stdout] 376 | &(*(::std::ptr::null::())).js_malloc_usable_size 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/bindings/x86_64-unknown-linux-gnu.rs:628:19 [INFO] [stdout] | [INFO] [stdout] 628 | unsafe { &(*(::std::ptr::null::())).malloc_size 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/bindings/x86_64-unknown-linux-gnu.rs:638:19 [INFO] [stdout] | [INFO] [stdout] 638 | unsafe { &(*(::std::ptr::null::())).malloc_limit 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/bindings/x86_64-unknown-linux-gnu.rs:648:19 [INFO] [stdout] | [INFO] [stdout] 648 | unsafe { &(*(::std::ptr::null::())).memory_used_size 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/bindings/x86_64-unknown-linux-gnu.rs:658:19 [INFO] [stdout] | [INFO] [stdout] 658 | unsafe { &(*(::std::ptr::null::())).malloc_count 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/bindings/x86_64-unknown-linux-gnu.rs:668:19 [INFO] [stdout] | [INFO] [stdout] 668 | unsafe { &(*(::std::ptr::null::())).memory_used_count 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/bindings/x86_64-unknown-linux-gnu.rs:678:19 [INFO] [stdout] | [INFO] [stdout] 678 | unsafe { &(*(::std::ptr::null::())).atom_count 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/bindings/x86_64-unknown-linux-gnu.rs:688:19 [INFO] [stdout] | [INFO] [stdout] 688 | unsafe { &(*(::std::ptr::null::())).atom_size 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/bindings/x86_64-unknown-linux-gnu.rs:698:19 [INFO] [stdout] | [INFO] [stdout] 698 | unsafe { &(*(::std::ptr::null::())).str_count 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/bindings/x86_64-unknown-linux-gnu.rs:708:19 [INFO] [stdout] | [INFO] [stdout] 708 | unsafe { &(*(::std::ptr::null::())).str_size 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/bindings/x86_64-unknown-linux-gnu.rs:718:19 [INFO] [stdout] | [INFO] [stdout] 718 | unsafe { &(*(::std::ptr::null::())).obj_count 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/bindings/x86_64-unknown-linux-gnu.rs:728:19 [INFO] [stdout] | [INFO] [stdout] 728 | unsafe { &(*(::std::ptr::null::())).obj_size 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/bindings/x86_64-unknown-linux-gnu.rs:738:19 [INFO] [stdout] | [INFO] [stdout] 738 | unsafe { &(*(::std::ptr::null::())).prop_count 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/bindings/x86_64-unknown-linux-gnu.rs:748:19 [INFO] [stdout] | [INFO] [stdout] 748 | unsafe { &(*(::std::ptr::null::())).prop_size 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/bindings/x86_64-unknown-linux-gnu.rs:758:19 [INFO] [stdout] | [INFO] [stdout] 758 | unsafe { &(*(::std::ptr::null::())).shape_count 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/bindings/x86_64-unknown-linux-gnu.rs:768:19 [INFO] [stdout] | [INFO] [stdout] 768 | unsafe { &(*(::std::ptr::null::())).shape_size 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/bindings/x86_64-unknown-linux-gnu.rs:778:19 [INFO] [stdout] | [INFO] [stdout] 778 | unsafe { &(*(::std::ptr::null::())).js_func_count 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/bindings/x86_64-unknown-linux-gnu.rs:788:19 [INFO] [stdout] | [INFO] [stdout] 788 | unsafe { &(*(::std::ptr::null::())).js_func_size 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/bindings/x86_64-unknown-linux-gnu.rs:798:19 [INFO] [stdout] | [INFO] [stdout] 798 | unsafe { &(*(::std::ptr::null::())).js_func_code_size 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/bindings/x86_64-unknown-linux-gnu.rs:809:14 [INFO] [stdout] | [INFO] [stdout] 809 | &(*(::std::ptr::null::())).js_func_pc2line_count 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/bindings/x86_64-unknown-linux-gnu.rs:821:14 [INFO] [stdout] | [INFO] [stdout] 821 | &(*(::std::ptr::null::())).js_func_pc2line_size 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/bindings/x86_64-unknown-linux-gnu.rs:832:19 [INFO] [stdout] | [INFO] [stdout] 832 | unsafe { &(*(::std::ptr::null::())).c_func_count 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/bindings/x86_64-unknown-linux-gnu.rs:842:19 [INFO] [stdout] | [INFO] [stdout] 842 | unsafe { &(*(::std::ptr::null::())).array_count 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/bindings/x86_64-unknown-linux-gnu.rs:852:19 [INFO] [stdout] | [INFO] [stdout] 852 | unsafe { &(*(::std::ptr::null::())).fast_array_count 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/bindings/x86_64-unknown-linux-gnu.rs:863:14 [INFO] [stdout] | [INFO] [stdout] 863 | &(*(::std::ptr::null::())).fast_array_elements 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/bindings/x86_64-unknown-linux-gnu.rs:875:14 [INFO] [stdout] | [INFO] [stdout] 875 | &(*(::std::ptr::null::())).binary_object_count 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/bindings/x86_64-unknown-linux-gnu.rs:887:14 [INFO] [stdout] | [INFO] [stdout] 887 | &(*(::std::ptr::null::())).binary_object_size 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/bindings/x86_64-unknown-linux-gnu.rs:954:19 [INFO] [stdout] | [INFO] [stdout] 954 | unsafe { &(*(::std::ptr::null::())).is_enumerable 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/bindings/x86_64-unknown-linux-gnu.rs:964:19 [INFO] [stdout] | [INFO] [stdout] 964 | unsafe { &(*(::std::ptr::null::())).atom 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/bindings/x86_64-unknown-linux-gnu.rs:995:19 [INFO] [stdout] | [INFO] [stdout] 995 | unsafe { &(*(::std::ptr::null::())).flags 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/bindings/x86_64-unknown-linux-gnu.rs:1005:19 [INFO] [stdout] | [INFO] [stdout] 1005 | unsafe { &(*(::std::ptr::null::())).value 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/bindings/x86_64-unknown-linux-gnu.rs:1015:19 [INFO] [stdout] | [INFO] [stdout] 1015 | unsafe { &(*(::std::ptr::null::())).getter 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/bindings/x86_64-unknown-linux-gnu.rs:1025:19 [INFO] [stdout] | [INFO] [stdout] 1025 | unsafe { &(*(::std::ptr::null::())).setter 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/bindings/x86_64-unknown-linux-gnu.rs:1112:14 [INFO] [stdout] | [INFO] [stdout] 1112 | &(*(::std::ptr::null::())).get_own_property 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/bindings/x86_64-unknown-linux-gnu.rs:1124:14 [INFO] [stdout] | [INFO] [stdout] 1124 | &(*(::std::ptr::null::())).get_own_property_names as *const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings/x86_64-unknown-linux-gnu.rs:1137:14 [INFO] [stdout] | [INFO] [stdout] 1137 | &(*(::std::ptr::null::())).delete_property 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/bindings/x86_64-unknown-linux-gnu.rs:1149:14 [INFO] [stdout] | [INFO] [stdout] 1149 | &(*(::std::ptr::null::())).define_own_property as *const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings/x86_64-unknown-linux-gnu.rs:1162:14 [INFO] [stdout] | [INFO] [stdout] 1162 | &(*(::std::ptr::null::())).has_property 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/bindings/x86_64-unknown-linux-gnu.rs:1174:14 [INFO] [stdout] | [INFO] [stdout] 1174 | &(*(::std::ptr::null::())).get_property 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/bindings/x86_64-unknown-linux-gnu.rs:1186:14 [INFO] [stdout] | [INFO] [stdout] 1186 | &(*(::std::ptr::null::())).set_property 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/bindings/x86_64-unknown-linux-gnu.rs:1234:19 [INFO] [stdout] | [INFO] [stdout] 1234 | unsafe { &(*(::std::ptr::null::())).class_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/bindings/x86_64-unknown-linux-gnu.rs:1244:19 [INFO] [stdout] | [INFO] [stdout] 1244 | unsafe { &(*(::std::ptr::null::())).finalizer 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/bindings/x86_64-unknown-linux-gnu.rs:1254:19 [INFO] [stdout] | [INFO] [stdout] 1254 | unsafe { &(*(::std::ptr::null::())).gc_mark 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/bindings/x86_64-unknown-linux-gnu.rs:1264:19 [INFO] [stdout] | [INFO] [stdout] 1264 | unsafe { &(*(::std::ptr::null::())).call 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/bindings/x86_64-unknown-linux-gnu.rs:1274:19 [INFO] [stdout] | [INFO] [stdout] 1274 | unsafe { &(*(::std::ptr::null::())).exotic 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/bindings/x86_64-unknown-linux-gnu.rs:1779:14 [INFO] [stdout] | [INFO] [stdout] 1779 | &(*(::std::ptr::null::())).sab_alloc 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/bindings/x86_64-unknown-linux-gnu.rs:1791:14 [INFO] [stdout] | [INFO] [stdout] 1791 | &(*(::std::ptr::null::())).sab_free 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/bindings/x86_64-unknown-linux-gnu.rs:1803:14 [INFO] [stdout] | [INFO] [stdout] 1803 | &(*(::std::ptr::null::())).sab_dup 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/bindings/x86_64-unknown-linux-gnu.rs:1815:14 [INFO] [stdout] | [INFO] [stdout] 1815 | &(*(::std::ptr::null::())).sab_opaque 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/bindings/x86_64-unknown-linux-gnu.rs:2059:19 [INFO] [stdout] | [INFO] [stdout] 2059 | unsafe { &(*(::std::ptr::null::())).generic 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/bindings/x86_64-unknown-linux-gnu.rs:2069:19 [INFO] [stdout] | [INFO] [stdout] 2069 | unsafe { &(*(::std::ptr::null::())).generic_magic 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/bindings/x86_64-unknown-linux-gnu.rs:2079:19 [INFO] [stdout] | [INFO] [stdout] 2079 | unsafe { &(*(::std::ptr::null::())).constructor 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/bindings/x86_64-unknown-linux-gnu.rs:2090:14 [INFO] [stdout] | [INFO] [stdout] 2090 | &(*(::std::ptr::null::())).constructor_magic 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/bindings/x86_64-unknown-linux-gnu.rs:2102:14 [INFO] [stdout] | [INFO] [stdout] 2102 | &(*(::std::ptr::null::())).constructor_or_func 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/bindings/x86_64-unknown-linux-gnu.rs:2113:19 [INFO] [stdout] | [INFO] [stdout] 2113 | unsafe { &(*(::std::ptr::null::())).f_f 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/bindings/x86_64-unknown-linux-gnu.rs:2123:19 [INFO] [stdout] | [INFO] [stdout] 2123 | unsafe { &(*(::std::ptr::null::())).f_f_f 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/bindings/x86_64-unknown-linux-gnu.rs:2133:19 [INFO] [stdout] | [INFO] [stdout] 2133 | unsafe { &(*(::std::ptr::null::())).getter 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/bindings/x86_64-unknown-linux-gnu.rs:2143:19 [INFO] [stdout] | [INFO] [stdout] 2143 | unsafe { &(*(::std::ptr::null::())).setter 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/bindings/x86_64-unknown-linux-gnu.rs:2153:19 [INFO] [stdout] | [INFO] [stdout] 2153 | unsafe { &(*(::std::ptr::null::())).getter_magic 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/bindings/x86_64-unknown-linux-gnu.rs:2163:19 [INFO] [stdout] | [INFO] [stdout] 2163 | unsafe { &(*(::std::ptr::null::())).setter_magic 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/bindings/x86_64-unknown-linux-gnu.rs:2173:19 [INFO] [stdout] | [INFO] [stdout] 2173 | unsafe { &(*(::std::ptr::null::())).iterator_next 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/bindings/x86_64-unknown-linux-gnu.rs:2255:14 [INFO] [stdout] | [INFO] [stdout] 2255 | &(*(::std::ptr::null::())).length [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings/x86_64-unknown-linux-gnu.rs:2268:14 [INFO] [stdout] | [INFO] [stdout] 2268 | &(*(::std::ptr::null::())).cproto [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings/x86_64-unknown-linux-gnu.rs:2281:14 [INFO] [stdout] | [INFO] [stdout] 2281 | &(*(::std::ptr::null::())).cfunc [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings/x86_64-unknown-linux-gnu.rs:2319:14 [INFO] [stdout] | [INFO] [stdout] 2319 | &(*(::std::ptr::null::())).get [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings/x86_64-unknown-linux-gnu.rs:2332:14 [INFO] [stdout] | [INFO] [stdout] 2332 | &(*(::std::ptr::null::())).set [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings/x86_64-unknown-linux-gnu.rs:2370:14 [INFO] [stdout] | [INFO] [stdout] 2370 | &(*(::std::ptr::null::())).name [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings/x86_64-unknown-linux-gnu.rs:2383:14 [INFO] [stdout] | [INFO] [stdout] 2383 | &(*(::std::ptr::null::())).base [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings/x86_64-unknown-linux-gnu.rs:2421:14 [INFO] [stdout] | [INFO] [stdout] 2421 | &(*(::std::ptr::null::())).tab [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings/x86_64-unknown-linux-gnu.rs:2434:14 [INFO] [stdout] | [INFO] [stdout] 2434 | &(*(::std::ptr::null::())).len [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings/x86_64-unknown-linux-gnu.rs:2463:14 [INFO] [stdout] | [INFO] [stdout] 2463 | &(*(::std::ptr::null::())).func 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/bindings/x86_64-unknown-linux-gnu.rs:2475:14 [INFO] [stdout] | [INFO] [stdout] 2475 | &(*(::std::ptr::null::())).getset as *const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings/x86_64-unknown-linux-gnu.rs:2488:14 [INFO] [stdout] | [INFO] [stdout] 2488 | &(*(::std::ptr::null::())).alias as *const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings/x86_64-unknown-linux-gnu.rs:2501:14 [INFO] [stdout] | [INFO] [stdout] 2501 | &(*(::std::ptr::null::())).prop_list as *const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings/x86_64-unknown-linux-gnu.rs:2514:14 [INFO] [stdout] | [INFO] [stdout] 2514 | &(*(::std::ptr::null::())).str_ 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/bindings/x86_64-unknown-linux-gnu.rs:2526:14 [INFO] [stdout] | [INFO] [stdout] 2526 | &(*(::std::ptr::null::())).i32_ 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/bindings/x86_64-unknown-linux-gnu.rs:2538:14 [INFO] [stdout] | [INFO] [stdout] 2538 | &(*(::std::ptr::null::())).i64_ 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/bindings/x86_64-unknown-linux-gnu.rs:2550:14 [INFO] [stdout] | [INFO] [stdout] 2550 | &(*(::std::ptr::null::())).f64_ 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/bindings/x86_64-unknown-linux-gnu.rs:2574:19 [INFO] [stdout] | [INFO] [stdout] 2574 | unsafe { &(*(::std::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/bindings/x86_64-unknown-linux-gnu.rs:2584:19 [INFO] [stdout] | [INFO] [stdout] 2584 | unsafe { &(*(::std::ptr::null::())).prop_flags 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/bindings/x86_64-unknown-linux-gnu.rs:2594:19 [INFO] [stdout] | [INFO] [stdout] 2594 | unsafe { &(*(::std::ptr::null::())).def_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/bindings/x86_64-unknown-linux-gnu.rs:2604:19 [INFO] [stdout] | [INFO] [stdout] 2604 | unsafe { &(*(::std::ptr::null::())).magic 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/bindings/x86_64-unknown-linux-gnu.rs:2614:19 [INFO] [stdout] | [INFO] [stdout] 2614 | unsafe { &(*(::std::ptr::null::())).u as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 96 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.92s [INFO] running `Command { std: "docker" "inspect" "2c626b3f86dbac9e3b3942ac9002bd1d86978045365cb55208ff68e2031f91d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c626b3f86dbac9e3b3942ac9002bd1d86978045365cb55208ff68e2031f91d9", kill_on_drop: false }` [INFO] [stdout] 2c626b3f86dbac9e3b3942ac9002bd1d86978045365cb55208ff68e2031f91d9