[INFO] fetching crate ecrt_sys 0.1.2... [INFO] checking ecrt_sys-0.1.2 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate ecrt_sys 0.1.2 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate ecrt_sys 0.1.2 [INFO] finished tweaking crates.io crate ecrt_sys 0.1.2 [INFO] tweaked toml for crates.io crate ecrt_sys 0.1.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ecrt_sys 0.1.2 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ecrt_sys 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 783203a856f5fa0e1a757f9f1ee91cbe7468ebd99e3b197f5b5530abb6bf79dc [INFO] running `Command { std: "docker" "start" "-a" "783203a856f5fa0e1a757f9f1ee91cbe7468ebd99e3b197f5b5530abb6bf79dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "783203a856f5fa0e1a757f9f1ee91cbe7468ebd99e3b197f5b5530abb6bf79dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "783203a856f5fa0e1a757f9f1ee91cbe7468ebd99e3b197f5b5530abb6bf79dc", kill_on_drop: false }` [INFO] [stdout] 783203a856f5fa0e1a757f9f1ee91cbe7468ebd99e3b197f5b5530abb6bf79dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33951c800aa51544ba635aa8b970307e9125aaf4737422b601f07651862a406e [INFO] running `Command { std: "docker" "start" "-a" "33951c800aa51544ba635aa8b970307e9125aaf4737422b601f07651862a406e", kill_on_drop: false }` [INFO] [stderr] Compiling ecrt_sys v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `dir` [INFO] [stdout] --> build.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | let dir = PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap()); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_dir` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4530:9 [INFO] [stdout] | [INFO] [stdout] 4530 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4537:9 [INFO] [stdout] | [INFO] [stdout] 4537 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4530:9 [INFO] [stdout] | [INFO] [stdout] 4530 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4566:9 [INFO] [stdout] | [INFO] [stdout] 4566 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4537:9 [INFO] [stdout] | [INFO] [stdout] 4537 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4566:9 [INFO] [stdout] | [INFO] [stdout] 4566 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4569:36 [INFO] [stdout] | [INFO] [stdout] 4569 | pub static mut HashMap_resize: ::std::option::Option< [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 4570 | | unsafe extern "C" fn(__this: HashMap, movedEntry: *mut IteratorPointer), [INFO] [stdout] 4571 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4607:9 [INFO] [stdout] | [INFO] [stdout] 4607 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4611:9 [INFO] [stdout] | [INFO] [stdout] 4611 | ::std::option::Option HashMap>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4617:45 [INFO] [stdout] | [INFO] [stdout] 4617 | pub static mut HashMapIterator_get_key: ::std::option::Option< [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 4618 | | unsafe extern "C" fn(h: *const HashMapIterator) -> tparam_HashMapIterator_KT, [INFO] [stdout] 4619 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4625:47 [INFO] [stdout] | [INFO] [stdout] 4625 | pub static mut HashMapIterator_set_value: ::std::option::Option< [INFO] [stdout] | _______________________________________________^ [INFO] [stdout] 4626 | | unsafe extern "C" fn(h: *const HashMapIterator, value: tparam_HashMapIterator_VT), [INFO] [stdout] 4627 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4569:36 [INFO] [stdout] | [INFO] [stdout] 4569 | pub static mut HashMap_resize: ::std::option::Option< [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 4570 | | unsafe extern "C" fn(__this: HashMap, movedEntry: *mut IteratorPointer), [INFO] [stdout] 4571 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4607:9 [INFO] [stdout] | [INFO] [stdout] 4607 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4611:9 [INFO] [stdout] | [INFO] [stdout] 4611 | ::std::option::Option HashMap>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4617:45 [INFO] [stdout] | [INFO] [stdout] 4617 | pub static mut HashMapIterator_get_key: ::std::option::Option< [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 4618 | | unsafe extern "C" fn(h: *const HashMapIterator) -> tparam_HashMapIterator_KT, [INFO] [stdout] 4619 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4625:47 [INFO] [stdout] | [INFO] [stdout] 4625 | pub static mut HashMapIterator_set_value: ::std::option::Option< [INFO] [stdout] | _______________________________________________^ [INFO] [stdout] 4626 | | unsafe extern "C" fn(h: *const HashMapIterator, value: tparam_HashMapIterator_VT), [INFO] [stdout] 4627 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4630:47 [INFO] [stdout] | [INFO] [stdout] 4630 | pub static mut HashMapIterator_get_value: ::std::option::Option< [INFO] [stdout] | _______________________________________________^ [INFO] [stdout] 4631 | | unsafe extern "C" fn(h: *const HashMapIterator) -> tparam_HashMapIterator_VT, [INFO] [stdout] 4632 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4647:35 [INFO] [stdout] | [INFO] [stdout] 4647 | pub static mut Iterator_find: ::std::option::Option< [INFO] [stdout] | ___________________________________^ [INFO] [stdout] 4648 | | unsafe extern "C" fn(__this: *mut Iterator, value: tparam_Iterator_T) -> bool_, [INFO] [stdout] 4649 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4653:9 [INFO] [stdout] | [INFO] [stdout] 4653 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4657:9 [INFO] [stdout] | [INFO] [stdout] 4657 | ::std::option::Option tparam_Iterator_T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4660:36 [INFO] [stdout] | [INFO] [stdout] 4660 | pub static mut Iterator_index: ::std::option::Option< [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 4661 | | unsafe extern "C" fn( [INFO] [stdout] 4662 | | __this: *mut Iterator, [INFO] [stdout] 4663 | | index: tparam_Iterator_IT, [INFO] [stdout] 4664 | | create: bool_, [INFO] [stdout] 4665 | | ) -> bool_, [INFO] [stdout] 4666 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4670:9 [INFO] [stdout] | [INFO] [stdout] 4670 | ::std::option::Option bool_>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4674:9 [INFO] [stdout] | [INFO] [stdout] 4674 | ::std::option::Option bool_>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4678:9 [INFO] [stdout] | [INFO] [stdout] 4678 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4681:38 [INFO] [stdout] | [INFO] [stdout] 4681 | pub static mut Iterator_setData: ::std::option::Option< [INFO] [stdout] | ______________________________________^ [INFO] [stdout] 4682 | | unsafe extern "C" fn(__this: *mut Iterator, value: tparam_Iterator_T) -> bool_, [INFO] [stdout] 4683 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4690:9 [INFO] [stdout] | [INFO] [stdout] 4690 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4694:9 [INFO] [stdout] | [INFO] [stdout] 4694 | ::std::option::Option tparam_Iterator_T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4829:9 [INFO] [stdout] | [INFO] [stdout] 4829 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4833:9 [INFO] [stdout] | [INFO] [stdout] 4833 | ::std::option::Option Map>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4840:9 [INFO] [stdout] | [INFO] [stdout] 4840 | ::std::option::Option tparam_MapIterator_KT>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4846:43 [INFO] [stdout] | [INFO] [stdout] 4846 | pub static mut MapIterator_set_value: ::std::option::Option< [INFO] [stdout] | ___________________________________________^ [INFO] [stdout] 4847 | | unsafe extern "C" fn(m: *const MapIterator, value: tparam_MapIterator_V), [INFO] [stdout] 4848 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4852:9 [INFO] [stdout] | [INFO] [stdout] 4852 | ::std::option::Option tparam_MapIterator_V>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4630:47 [INFO] [stdout] | [INFO] [stdout] 4630 | pub static mut HashMapIterator_get_value: ::std::option::Option< [INFO] [stdout] | _______________________________________________^ [INFO] [stdout] 4631 | | unsafe extern "C" fn(h: *const HashMapIterator) -> tparam_HashMapIterator_VT, [INFO] [stdout] 4632 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4647:35 [INFO] [stdout] | [INFO] [stdout] 4647 | pub static mut Iterator_find: ::std::option::Option< [INFO] [stdout] | ___________________________________^ [INFO] [stdout] 4648 | | unsafe extern "C" fn(__this: *mut Iterator, value: tparam_Iterator_T) -> bool_, [INFO] [stdout] 4649 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4653:9 [INFO] [stdout] | [INFO] [stdout] 4653 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4657:9 [INFO] [stdout] | [INFO] [stdout] 4657 | ::std::option::Option tparam_Iterator_T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4660:36 [INFO] [stdout] | [INFO] [stdout] 4660 | pub static mut Iterator_index: ::std::option::Option< [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 4661 | | unsafe extern "C" fn( [INFO] [stdout] 4662 | | __this: *mut Iterator, [INFO] [stdout] 4663 | | index: tparam_Iterator_IT, [INFO] [stdout] 4664 | | create: bool_, [INFO] [stdout] 4665 | | ) -> bool_, [INFO] [stdout] 4666 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4670:9 [INFO] [stdout] | [INFO] [stdout] 4670 | ::std::option::Option bool_>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4674:9 [INFO] [stdout] | [INFO] [stdout] 4674 | ::std::option::Option bool_>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4678:9 [INFO] [stdout] | [INFO] [stdout] 4678 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4681:38 [INFO] [stdout] | [INFO] [stdout] 4681 | pub static mut Iterator_setData: ::std::option::Option< [INFO] [stdout] | ______________________________________^ [INFO] [stdout] 4682 | | unsafe extern "C" fn(__this: *mut Iterator, value: tparam_Iterator_T) -> bool_, [INFO] [stdout] 4683 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4690:9 [INFO] [stdout] | [INFO] [stdout] 4690 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4694:9 [INFO] [stdout] | [INFO] [stdout] 4694 | ::std::option::Option tparam_Iterator_T>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4829:9 [INFO] [stdout] | [INFO] [stdout] 4829 | ::std::option::Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4833:9 [INFO] [stdout] | [INFO] [stdout] 4833 | ::std::option::Option Map>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4840:9 [INFO] [stdout] | [INFO] [stdout] 4840 | ::std::option::Option tparam_MapIterator_KT>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4846:43 [INFO] [stdout] | [INFO] [stdout] 4846 | pub static mut MapIterator_set_value: ::std::option::Option< [INFO] [stdout] | ___________________________________________^ [INFO] [stdout] 4847 | | unsafe extern "C" fn(m: *const MapIterator, value: tparam_MapIterator_V), [INFO] [stdout] 4848 | | >; [INFO] [stdout] | |_____^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `IteratorPointer`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:4852:9 [INFO] [stdout] | [INFO] [stdout] 4852 | ::std::option::Option tparam_MapIterator_V>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a member to this struct [INFO] [stdout] = note: this struct has no fields [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/lib.rs:3880:1 [INFO] [stdout] | [INFO] [stdout] 3880 | pub struct IteratorPointer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s [INFO] running `Command { std: "docker" "inspect" "33951c800aa51544ba635aa8b970307e9125aaf4737422b601f07651862a406e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33951c800aa51544ba635aa8b970307e9125aaf4737422b601f07651862a406e", kill_on_drop: false }` [INFO] [stdout] 33951c800aa51544ba635aa8b970307e9125aaf4737422b601f07651862a406e