[INFO] fetching crate hexavalent 0.1.6... [INFO] checking hexavalent-0.1.6 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate hexavalent 0.1.6 into /workspace/builds/worker-23/source [INFO] validating manifest of crates.io crate hexavalent 0.1.6 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hexavalent 0.1.6 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate hexavalent 0.1.6 [INFO] tweaked toml for crates.io crate hexavalent 0.1.6 written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate crates.io crate hexavalent 0.1.6 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 16c37b2ef9260258d2826b7d5a5cb6cb277970043ec0cc91812577eb6ce44011 [INFO] running `Command { std: "docker" "start" "-a" "16c37b2ef9260258d2826b7d5a5cb6cb277970043ec0cc91812577eb6ce44011", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "16c37b2ef9260258d2826b7d5a5cb6cb277970043ec0cc91812577eb6ce44011", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16c37b2ef9260258d2826b7d5a5cb6cb277970043ec0cc91812577eb6ce44011", kill_on_drop: false }` [INFO] [stdout] 16c37b2ef9260258d2826b7d5a5cb6cb277970043ec0cc91812577eb6ce44011 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d082a56dc34712a31f43741679a884cc89770efd110de4186987c971250d4fc [INFO] running `Command { std: "docker" "start" "-a" "9d082a56dc34712a31f43741679a884cc89770efd110de4186987c971250d4fc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling standback v0.2.14 [INFO] [stderr] Compiling time v0.2.24 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Checking time-macros v0.1.1 [INFO] [stderr] Checking hexavalent v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi/binding.rs:63:14 [INFO] [stdout] | [INFO] [stdout] 63 | &(*(::std::ptr::null::())).server_time_utc 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/binding.rs:351:14 [INFO] [stdout] | [INFO] [stdout] 351 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_hook_command 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/binding.rs:363:14 [INFO] [stdout] | [INFO] [stdout] 363 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_hook_server 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/binding.rs:375:14 [INFO] [stdout] | [INFO] [stdout] 375 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_hook_print 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/binding.rs:387:14 [INFO] [stdout] | [INFO] [stdout] 387 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_hook_timer 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/binding.rs:398:19 [INFO] [stdout] | [INFO] [stdout] 398 | unsafe { &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_hook_fd 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/binding.rs:408:19 [INFO] [stdout] | [INFO] [stdout] 408 | unsafe { &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_unhook 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/binding.rs:418:19 [INFO] [stdout] | [INFO] [stdout] 418 | unsafe { &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_print 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/binding.rs:428:19 [INFO] [stdout] | [INFO] [stdout] 428 | unsafe { &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_printf 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/binding.rs:438:19 [INFO] [stdout] | [INFO] [stdout] 438 | unsafe { &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_command 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/binding.rs:449:14 [INFO] [stdout] | [INFO] [stdout] 449 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_commandf 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/binding.rs:460:19 [INFO] [stdout] | [INFO] [stdout] 460 | unsafe { &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_nickcmp 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/binding.rs:471:14 [INFO] [stdout] | [INFO] [stdout] 471 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_set_context 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/binding.rs:483:14 [INFO] [stdout] | [INFO] [stdout] 483 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_find_context 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/binding.rs:495:14 [INFO] [stdout] | [INFO] [stdout] 495 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_get_context 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/binding.rs:507:14 [INFO] [stdout] | [INFO] [stdout] 507 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_get_info 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/binding.rs:519:14 [INFO] [stdout] | [INFO] [stdout] 519 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_get_prefs 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/binding.rs:531:14 [INFO] [stdout] | [INFO] [stdout] 531 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_list_get 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/binding.rs:543:14 [INFO] [stdout] | [INFO] [stdout] 543 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_list_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/ffi/binding.rs:555:14 [INFO] [stdout] | [INFO] [stdout] 555 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_list_fields 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/binding.rs:567:14 [INFO] [stdout] | [INFO] [stdout] 567 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_list_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/ffi/binding.rs:579:14 [INFO] [stdout] | [INFO] [stdout] 579 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_list_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/ffi/binding.rs:591:14 [INFO] [stdout] | [INFO] [stdout] 591 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_list_int 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/binding.rs:603:14 [INFO] [stdout] | [INFO] [stdout] 603 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_plugingui_add 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/binding.rs:615:14 [INFO] [stdout] | [INFO] [stdout] 615 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_plugingui_remove 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/ffi/binding.rs:628:14 [INFO] [stdout] | [INFO] [stdout] 628 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_emit_print 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/binding.rs:639:19 [INFO] [stdout] | [INFO] [stdout] 639 | unsafe { &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_read_fd 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/binding.rs:650:14 [INFO] [stdout] | [INFO] [stdout] 650 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_list_time 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/binding.rs:661:19 [INFO] [stdout] | [INFO] [stdout] 661 | unsafe { &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_gettext 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/binding.rs:672:14 [INFO] [stdout] | [INFO] [stdout] 672 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_send_modes 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/binding.rs:683:19 [INFO] [stdout] | [INFO] [stdout] 683 | unsafe { &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_strip 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/binding.rs:693:19 [INFO] [stdout] | [INFO] [stdout] 693 | unsafe { &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_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/ffi/binding.rs:704:14 [INFO] [stdout] | [INFO] [stdout] 704 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_pluginpref_set_str 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/ffi/binding.rs:717:14 [INFO] [stdout] | [INFO] [stdout] 717 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_pluginpref_get_str 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/ffi/binding.rs:730:14 [INFO] [stdout] | [INFO] [stdout] 730 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_pluginpref_set_int 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/ffi/binding.rs:743:14 [INFO] [stdout] | [INFO] [stdout] 743 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_pluginpref_get_int 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/ffi/binding.rs:756:14 [INFO] [stdout] | [INFO] [stdout] 756 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_pluginpref_delete 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/ffi/binding.rs:769:14 [INFO] [stdout] | [INFO] [stdout] 769 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_pluginpref_list 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/binding.rs:781:14 [INFO] [stdout] | [INFO] [stdout] 781 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_hook_server_attrs 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/ffi/binding.rs:794:14 [INFO] [stdout] | [INFO] [stdout] 794 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_hook_print_attrs 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/ffi/binding.rs:807:14 [INFO] [stdout] | [INFO] [stdout] 807 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_emit_print_attrs 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/ffi/binding.rs:820:14 [INFO] [stdout] | [INFO] [stdout] 820 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_event_attrs_create 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/ffi/binding.rs:833:14 [INFO] [stdout] | [INFO] [stdout] 833 | &(*(::std::ptr::null::<_hexchat_plugin>())).hexchat_event_attrs_free as *const _ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 43 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.20s [INFO] running `Command { std: "docker" "inspect" "9d082a56dc34712a31f43741679a884cc89770efd110de4186987c971250d4fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d082a56dc34712a31f43741679a884cc89770efd110de4186987c971250d4fc", kill_on_drop: false }` [INFO] [stdout] 9d082a56dc34712a31f43741679a884cc89770efd110de4186987c971250d4fc