[INFO] fetching crate czmq-sys 0.1.0...
[INFO] testing czmq-sys-0.1.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate czmq-sys 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate czmq-sys 0.1.0
[INFO] finished tweaking crates.io crate czmq-sys 0.1.0
[INFO] tweaked toml for crates.io crate czmq-sys 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate czmq-sys 0.1.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 76c30e608da771ddde4cb4ec307719a45e41c8da0b95e9abbb69b256cae3f880
[INFO] running `Command { std: "docker" "start" "-a" "76c30e608da771ddde4cb4ec307719a45e41c8da0b95e9abbb69b256cae3f880", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "76c30e608da771ddde4cb4ec307719a45e41c8da0b95e9abbb69b256cae3f880", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76c30e608da771ddde4cb4ec307719a45e41c8da0b95e9abbb69b256cae3f880", kill_on_drop: false }`
[INFO] [stdout] 76c30e608da771ddde4cb4ec307719a45e41c8da0b95e9abbb69b256cae3f880
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c12c183fec460255dcd107c09a9f5d82fa87e9425dcfde280004698f6a4fab35
[INFO] running `Command { std: "docker" "start" "-a" "c12c183fec460255dcd107c09a9f5d82fa87e9425dcfde280004698f6a4fab35", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling czmq-sys v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15049:27
[INFO] [stdout]       |
[INFO] [stdout] 15049 |                     arg3: va_list) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                           ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout]       = note: `#[warn(improper_ctypes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15050:63
[INFO] [stdout]       |
[INFO] [stdout] 15050 |     pub fn vprintf(arg1: *const ::std::os::raw::c_char, arg2: va_list)
[INFO] [stdout]       |                                                               ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15053:64
[INFO] [stdout]       |
[INFO] [stdout] 15053 |                     arg2: *const ::std::os::raw::c_char, arg3: va_list)
[INFO] [stdout]       |                                                                ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15065:29
[INFO] [stdout]       |
[INFO] [stdout] 15065 |                       arg3: va_list) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                             ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15092:26
[INFO] [stdout]       |
[INFO] [stdout] 15092 |                    arg3: va_list) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                          ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15093:62
[INFO] [stdout]       |
[INFO] [stdout] 15093 |     pub fn vscanf(arg1: *const ::std::os::raw::c_char, arg2: va_list)
[INFO] [stdout]       |                                                              ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15096:65
[INFO] [stdout]       |
[INFO] [stdout] 15096 |                      arg3: *const ::std::os::raw::c_char, arg4: va_list)
[INFO] [stdout]       |                                                                 ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15099:63
[INFO] [stdout]       |
[INFO] [stdout] 15099 |                    arg2: *const ::std::os::raw::c_char, arg3: va_list)
[INFO] [stdout]       |                                                               ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15105:64
[INFO] [stdout]       |
[INFO] [stdout] 15105 |                     arg2: *const ::std::os::raw::c_char, arg3: va_list)
[INFO] [stdout]       |                                                                ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15126:65
[INFO] [stdout]       |
[INFO] [stdout] 15126 |                      arg2: *const ::std::os::raw::c_char, arg3: va_list)
[INFO] [stdout]       |                                                                 ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15171:70
[INFO] [stdout]       |
[INFO] [stdout] 15171 |                           arg4: *const ::std::os::raw::c_char, arg5: va_list)
[INFO] [stdout]       |                                                                      ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15175:71
[INFO] [stdout]       |
[INFO] [stdout] 15175 | ...                   arg5: *const ::std::os::raw::c_char, arg6: va_list)
[INFO] [stdout]       |                                                                  ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16246:25
[INFO] [stdout]       |
[INFO] [stdout] 16246 |     pub fn setjmp(arg1: jmp_buf) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                         ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16247:26
[INFO] [stdout]       |
[INFO] [stdout] 16247 |     pub fn longjmp(arg1: jmp_buf, arg2: ::std::os::raw::c_int);
[INFO] [stdout]       |                          ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16248:26
[INFO] [stdout]       |
[INFO] [stdout] 16248 |     pub fn _setjmp(arg1: jmp_buf) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                          ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16249:27
[INFO] [stdout]       |
[INFO] [stdout] 16249 |     pub fn _longjmp(arg1: jmp_buf, arg2: ::std::os::raw::c_int);
[INFO] [stdout]       |                           ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 38]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16250:28
[INFO] [stdout]       |
[INFO] [stdout] 16250 |     pub fn sigsetjmp(arg1: sigjmp_buf, arg2: ::std::os::raw::c_int)
[INFO] [stdout]       |                            ^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 38]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16252:29
[INFO] [stdout]       |
[INFO] [stdout] 16252 |     pub fn siglongjmp(arg1: sigjmp_buf, arg2: ::std::os::raw::c_int);
[INFO] [stdout]       |                             ^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16748:30
[INFO] [stdout]       |
[INFO] [stdout] 16748 |     pub fn gethostuuid(arg1: uuid_t, arg2: *const Struct_timespec)
[INFO] [stdout]       |                              ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16754:66
[INFO] [stdout]       |
[INFO] [stdout] 16754 |     pub fn getsgroups_np(arg1: *mut ::std::os::raw::c_int, arg2: uuid_t)
[INFO] [stdout]       |                                                                  ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16757:66
[INFO] [stdout]       |
[INFO] [stdout] 16757 |     pub fn getwgroups_np(arg1: *mut ::std::os::raw::c_int, arg2: uuid_t)
[INFO] [stdout]       |                                                                  ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16829:61
[INFO] [stdout]       |
[INFO] [stdout] 16829 |     pub fn setsgroups_np(arg1: ::std::os::raw::c_int, arg2: uuid_t)
[INFO] [stdout]       |                                                             ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16832:61
[INFO] [stdout]       |
[INFO] [stdout] 16832 |     pub fn setwgroups_np(arg1: ::std::os::raw::c_int, arg2: uuid_t)
[INFO] [stdout]       |                                                             ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17214:27
[INFO] [stdout]       |
[INFO] [stdout] 17214 |     pub fn uuid_clear(uu: uuid_t);
[INFO] [stdout]       |                           ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17215:30
[INFO] [stdout]       |
[INFO] [stdout] 17215 |     pub fn uuid_compare(uu1: uuid_t, uu2: uuid_t) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                              ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17215:43
[INFO] [stdout]       |
[INFO] [stdout] 17215 |     pub fn uuid_compare(uu1: uuid_t, uu2: uuid_t) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                           ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17216:27
[INFO] [stdout]       |
[INFO] [stdout] 17216 |     pub fn uuid_copy(dst: uuid_t, src: uuid_t);
[INFO] [stdout]       |                           ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17216:40
[INFO] [stdout]       |
[INFO] [stdout] 17216 |     pub fn uuid_copy(dst: uuid_t, src: uuid_t);
[INFO] [stdout]       |                                        ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17217:31
[INFO] [stdout]       |
[INFO] [stdout] 17217 |     pub fn uuid_generate(out: uuid_t);
[INFO] [stdout]       |                               ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17218:38
[INFO] [stdout]       |
[INFO] [stdout] 17218 |     pub fn uuid_generate_random(out: uuid_t);
[INFO] [stdout]       |                                      ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17219:36
[INFO] [stdout]       |
[INFO] [stdout] 17219 |     pub fn uuid_generate_time(out: uuid_t);
[INFO] [stdout]       |                                    ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17220:29
[INFO] [stdout]       |
[INFO] [stdout] 17220 |     pub fn uuid_is_null(uu: uuid_t) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                             ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17221:28
[INFO] [stdout]       |
[INFO] [stdout] 17221 |     pub fn uuid_parse(_in: uuid_string_t, uu: uuid_t)
[INFO] [stdout]       |                            ^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17221:47
[INFO] [stdout]       |
[INFO] [stdout] 17221 |     pub fn uuid_parse(_in: uuid_string_t, uu: uuid_t)
[INFO] [stdout]       |                                               ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17223:29
[INFO] [stdout]       |
[INFO] [stdout] 17223 |     pub fn uuid_unparse(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                             ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17223:42
[INFO] [stdout]       |
[INFO] [stdout] 17223 |     pub fn uuid_unparse(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                                          ^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17224:35
[INFO] [stdout]       |
[INFO] [stdout] 17224 |     pub fn uuid_unparse_lower(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                                   ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17224:48
[INFO] [stdout]       |
[INFO] [stdout] 17224 |     pub fn uuid_unparse_lower(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                                                ^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17225:35
[INFO] [stdout]       |
[INFO] [stdout] 17225 |     pub fn uuid_unparse_upper(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                                   ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17225:48
[INFO] [stdout]       |
[INFO] [stdout] 17225 |     pub fn uuid_unparse_upper(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                                                ^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17229:28
[INFO] [stdout]       |
[INFO] [stdout] 17229 |     pub fn getpwuuid(arg1: uuid_t) -> *mut Struct_passwd;
[INFO] [stdout]       |                            ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17230:30
[INFO] [stdout]       |
[INFO] [stdout] 17230 |     pub fn getpwuuid_r(arg1: uuid_t, arg2: *mut Struct_passwd,
[INFO] [stdout]       |                              ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17248:28
[INFO] [stdout]       |
[INFO] [stdout] 17248 |     pub fn getgruuid(arg1: uuid_t) -> *mut Struct_group;
[INFO] [stdout]       |                            ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17249:30
[INFO] [stdout]       |
[INFO] [stdout] 17249 |     pub fn getgruuid_r(arg1: uuid_t, arg2: *mut Struct_group,
[INFO] [stdout]       |                              ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17276:26
[INFO] [stdout]       |
[INFO] [stdout] 17276 |                    arg3: __darwin_va_list);
[INFO] [stdout]       |                          ^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 4096]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17459:42
[INFO] [stdout]       |
[INFO] [stdout] 17459 | ...                   boot_info: kernel_boot_info_t) -> kern_return_t;
[INFO] [stdout]       |                                  ^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct_vm_read_entry; 256]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17940:59
[INFO] [stdout]       |
[INFO] [stdout] 17940 |     pub fn vm_read_list(target_task: vm_map_t, data_list: vm_read_entry_t,
[INFO] [stdout]       |                                                           ^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 512]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:18280:62
[INFO] [stdout]       |
[INFO] [stdout] 18280 |     pub fn host_kernel_version(host: host_t, kernel_version: kernel_version_t)
[INFO] [stdout]       |                                                              ^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:19153:32
[INFO] [stdout]       |
[INFO] [stdout] 19153 |                        argptr: va_list) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:19159:32
[INFO] [stdout]       |
[INFO] [stdout] 19159 |                        argptr: va_list) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:19583:33
[INFO] [stdout]       |
[INFO] [stdout] 19583 |                         argptr: va_list) -> *mut ::std::os::raw::c_char;
[INFO] [stdout]       |                                 ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
[INFO] running `Command { std: "docker" "inspect" "c12c183fec460255dcd107c09a9f5d82fa87e9425dcfde280004698f6a4fab35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c12c183fec460255dcd107c09a9f5d82fa87e9425dcfde280004698f6a4fab35", kill_on_drop: false }`
[INFO] [stdout] c12c183fec460255dcd107c09a9f5d82fa87e9425dcfde280004698f6a4fab35
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8678bcc141589ba09cda0e7f999ee747e0e2d77a0b3e8f3901d9b31f9bb8c245
[INFO] running `Command { std: "docker" "start" "-a" "8678bcc141589ba09cda0e7f999ee747e0e2d77a0b3e8f3901d9b31f9bb8c245", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15049:27
[INFO] [stdout]       |
[INFO] [stdout] 15049 |                     arg3: va_list) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                           ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout]       = note: `#[warn(improper_ctypes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15050:63
[INFO] [stdout]       |
[INFO] [stdout] 15050 |     pub fn vprintf(arg1: *const ::std::os::raw::c_char, arg2: va_list)
[INFO] [stdout]       |                                                               ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15053:64
[INFO] [stdout]       |
[INFO] [stdout] 15053 |                     arg2: *const ::std::os::raw::c_char, arg3: va_list)
[INFO] [stdout]       |                                                                ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15065:29
[INFO] [stdout]       |
[INFO] [stdout] 15065 |                       arg3: va_list) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                             ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15092:26
[INFO] [stdout]       |
[INFO] [stdout] 15092 |                    arg3: va_list) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                          ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15093:62
[INFO] [stdout]       |
[INFO] [stdout] 15093 |     pub fn vscanf(arg1: *const ::std::os::raw::c_char, arg2: va_list)
[INFO] [stdout]       |                                                              ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15096:65
[INFO] [stdout]       |
[INFO] [stdout] 15096 |                      arg3: *const ::std::os::raw::c_char, arg4: va_list)
[INFO] [stdout]       |                                                                 ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15099:63
[INFO] [stdout]       |
[INFO] [stdout] 15099 |                    arg2: *const ::std::os::raw::c_char, arg3: va_list)
[INFO] [stdout]       |                                                               ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15105:64
[INFO] [stdout]       |
[INFO] [stdout] 15105 |                     arg2: *const ::std::os::raw::c_char, arg3: va_list)
[INFO] [stdout]       |                                                                ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15126:65
[INFO] [stdout]       |
[INFO] [stdout] 15126 |                      arg2: *const ::std::os::raw::c_char, arg3: va_list)
[INFO] [stdout]       |                                                                 ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15171:70
[INFO] [stdout]       |
[INFO] [stdout] 15171 |                           arg4: *const ::std::os::raw::c_char, arg5: va_list)
[INFO] [stdout]       |                                                                      ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15175:71
[INFO] [stdout]       |
[INFO] [stdout] 15175 | ...                   arg5: *const ::std::os::raw::c_char, arg6: va_list)
[INFO] [stdout]       |                                                                  ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16246:25
[INFO] [stdout]       |
[INFO] [stdout] 16246 |     pub fn setjmp(arg1: jmp_buf) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                         ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16247:26
[INFO] [stdout]       |
[INFO] [stdout] 16247 |     pub fn longjmp(arg1: jmp_buf, arg2: ::std::os::raw::c_int);
[INFO] [stdout]       |                          ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16248:26
[INFO] [stdout]       |
[INFO] [stdout] 16248 |     pub fn _setjmp(arg1: jmp_buf) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                          ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16249:27
[INFO] [stdout]       |
[INFO] [stdout] 16249 |     pub fn _longjmp(arg1: jmp_buf, arg2: ::std::os::raw::c_int);
[INFO] [stdout]       |                           ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 38]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16250:28
[INFO] [stdout]       |
[INFO] [stdout] 16250 |     pub fn sigsetjmp(arg1: sigjmp_buf, arg2: ::std::os::raw::c_int)
[INFO] [stdout]       |                            ^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 38]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16252:29
[INFO] [stdout]       |
[INFO] [stdout] 16252 |     pub fn siglongjmp(arg1: sigjmp_buf, arg2: ::std::os::raw::c_int);
[INFO] [stdout]       |                             ^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16748:30
[INFO] [stdout]       |
[INFO] [stdout] 16748 |     pub fn gethostuuid(arg1: uuid_t, arg2: *const Struct_timespec)
[INFO] [stdout]       |                              ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16754:66
[INFO] [stdout]       |
[INFO] [stdout] 16754 |     pub fn getsgroups_np(arg1: *mut ::std::os::raw::c_int, arg2: uuid_t)
[INFO] [stdout]       |                                                                  ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16757:66
[INFO] [stdout]       |
[INFO] [stdout] 16757 |     pub fn getwgroups_np(arg1: *mut ::std::os::raw::c_int, arg2: uuid_t)
[INFO] [stdout]       |                                                                  ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16829:61
[INFO] [stdout]       |
[INFO] [stdout] 16829 |     pub fn setsgroups_np(arg1: ::std::os::raw::c_int, arg2: uuid_t)
[INFO] [stdout]       |                                                             ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16832:61
[INFO] [stdout]       |
[INFO] [stdout] 16832 |     pub fn setwgroups_np(arg1: ::std::os::raw::c_int, arg2: uuid_t)
[INFO] [stdout]       |                                                             ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17214:27
[INFO] [stdout]       |
[INFO] [stdout] 17214 |     pub fn uuid_clear(uu: uuid_t);
[INFO] [stdout]       |                           ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17215:30
[INFO] [stdout]       |
[INFO] [stdout] 17215 |     pub fn uuid_compare(uu1: uuid_t, uu2: uuid_t) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                              ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17215:43
[INFO] [stdout]       |
[INFO] [stdout] 17215 |     pub fn uuid_compare(uu1: uuid_t, uu2: uuid_t) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                           ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17216:27
[INFO] [stdout]       |
[INFO] [stdout] 17216 |     pub fn uuid_copy(dst: uuid_t, src: uuid_t);
[INFO] [stdout]       |                           ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17216:40
[INFO] [stdout]       |
[INFO] [stdout] 17216 |     pub fn uuid_copy(dst: uuid_t, src: uuid_t);
[INFO] [stdout]       |                                        ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17217:31
[INFO] [stdout]       |
[INFO] [stdout] 17217 |     pub fn uuid_generate(out: uuid_t);
[INFO] [stdout]       |                               ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17218:38
[INFO] [stdout]       |
[INFO] [stdout] 17218 |     pub fn uuid_generate_random(out: uuid_t);
[INFO] [stdout]       |                                      ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17219:36
[INFO] [stdout]       |
[INFO] [stdout] 17219 |     pub fn uuid_generate_time(out: uuid_t);
[INFO] [stdout]       |                                    ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17220:29
[INFO] [stdout]       |
[INFO] [stdout] 17220 |     pub fn uuid_is_null(uu: uuid_t) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                             ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17221:28
[INFO] [stdout]       |
[INFO] [stdout] 17221 |     pub fn uuid_parse(_in: uuid_string_t, uu: uuid_t)
[INFO] [stdout]       |                            ^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17221:47
[INFO] [stdout]       |
[INFO] [stdout] 17221 |     pub fn uuid_parse(_in: uuid_string_t, uu: uuid_t)
[INFO] [stdout]       |                                               ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17223:29
[INFO] [stdout]       |
[INFO] [stdout] 17223 |     pub fn uuid_unparse(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                             ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17223:42
[INFO] [stdout]       |
[INFO] [stdout] 17223 |     pub fn uuid_unparse(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                                          ^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17224:35
[INFO] [stdout]       |
[INFO] [stdout] 17224 |     pub fn uuid_unparse_lower(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                                   ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17224:48
[INFO] [stdout]       |
[INFO] [stdout] 17224 |     pub fn uuid_unparse_lower(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                                                ^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17225:35
[INFO] [stdout]       |
[INFO] [stdout] 17225 |     pub fn uuid_unparse_upper(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                                   ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17225:48
[INFO] [stdout]       |
[INFO] [stdout] 17225 |     pub fn uuid_unparse_upper(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                                                ^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17229:28
[INFO] [stdout]       |
[INFO] [stdout] 17229 |     pub fn getpwuuid(arg1: uuid_t) -> *mut Struct_passwd;
[INFO] [stdout]       |                            ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17230:30
[INFO] [stdout]       |
[INFO] [stdout] 17230 |     pub fn getpwuuid_r(arg1: uuid_t, arg2: *mut Struct_passwd,
[INFO] [stdout]       |                              ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17248:28
[INFO] [stdout]       |
[INFO] [stdout] 17248 |     pub fn getgruuid(arg1: uuid_t) -> *mut Struct_group;
[INFO] [stdout]       |                            ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17249:30
[INFO] [stdout]       |
[INFO] [stdout] 17249 |     pub fn getgruuid_r(arg1: uuid_t, arg2: *mut Struct_group,
[INFO] [stdout]       |                              ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17276:26
[INFO] [stdout]       |
[INFO] [stdout] 17276 |                    arg3: __darwin_va_list);
[INFO] [stdout]       |                          ^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 4096]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17459:42
[INFO] [stdout]       |
[INFO] [stdout] 17459 | ...                   boot_info: kernel_boot_info_t) -> kern_return_t;
[INFO] [stdout]       |                                  ^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct_vm_read_entry; 256]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17940:59
[INFO] [stdout]       |
[INFO] [stdout] 17940 |     pub fn vm_read_list(target_task: vm_map_t, data_list: vm_read_entry_t,
[INFO] [stdout]       |                                                           ^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 512]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:18280:62
[INFO] [stdout]       |
[INFO] [stdout] 18280 |     pub fn host_kernel_version(host: host_t, kernel_version: kernel_version_t)
[INFO] [stdout]       |                                                              ^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:19153:32
[INFO] [stdout]       |
[INFO] [stdout] 19153 |                        argptr: va_list) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:19159:32
[INFO] [stdout]       |
[INFO] [stdout] 19159 |                        argptr: va_list) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling czmq-sys v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:19583:33
[INFO] [stdout]       |
[INFO] [stdout] 19583 |                         argptr: va_list) -> *mut ::std::os::raw::c_char;
[INFO] [stdout]       |                                 ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15049:27
[INFO] [stdout]       |
[INFO] [stdout] 15049 |                     arg3: va_list) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                           ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout]       = note: `#[warn(improper_ctypes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15050:63
[INFO] [stdout]       |
[INFO] [stdout] 15050 |     pub fn vprintf(arg1: *const ::std::os::raw::c_char, arg2: va_list)
[INFO] [stdout]       |                                                               ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15053:64
[INFO] [stdout]       |
[INFO] [stdout] 15053 |                     arg2: *const ::std::os::raw::c_char, arg3: va_list)
[INFO] [stdout]       |                                                                ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15065:29
[INFO] [stdout]       |
[INFO] [stdout] 15065 |                       arg3: va_list) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                             ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15092:26
[INFO] [stdout]       |
[INFO] [stdout] 15092 |                    arg3: va_list) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                          ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15093:62
[INFO] [stdout]       |
[INFO] [stdout] 15093 |     pub fn vscanf(arg1: *const ::std::os::raw::c_char, arg2: va_list)
[INFO] [stdout]       |                                                              ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15096:65
[INFO] [stdout]       |
[INFO] [stdout] 15096 |                      arg3: *const ::std::os::raw::c_char, arg4: va_list)
[INFO] [stdout]       |                                                                 ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15099:63
[INFO] [stdout]       |
[INFO] [stdout] 15099 |                    arg2: *const ::std::os::raw::c_char, arg3: va_list)
[INFO] [stdout]       |                                                               ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15105:64
[INFO] [stdout]       |
[INFO] [stdout] 15105 |                     arg2: *const ::std::os::raw::c_char, arg3: va_list)
[INFO] [stdout]       |                                                                ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15126:65
[INFO] [stdout]       |
[INFO] [stdout] 15126 |                      arg2: *const ::std::os::raw::c_char, arg3: va_list)
[INFO] [stdout]       |                                                                 ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15171:70
[INFO] [stdout]       |
[INFO] [stdout] 15171 |                           arg4: *const ::std::os::raw::c_char, arg5: va_list)
[INFO] [stdout]       |                                                                      ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:15175:71
[INFO] [stdout]       |
[INFO] [stdout] 15175 | ...                   arg5: *const ::std::os::raw::c_char, arg6: va_list)
[INFO] [stdout]       |                                                                  ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16246:25
[INFO] [stdout]       |
[INFO] [stdout] 16246 |     pub fn setjmp(arg1: jmp_buf) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                         ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16247:26
[INFO] [stdout]       |
[INFO] [stdout] 16247 |     pub fn longjmp(arg1: jmp_buf, arg2: ::std::os::raw::c_int);
[INFO] [stdout]       |                          ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16248:26
[INFO] [stdout]       |
[INFO] [stdout] 16248 |     pub fn _setjmp(arg1: jmp_buf) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                          ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16249:27
[INFO] [stdout]       |
[INFO] [stdout] 16249 |     pub fn _longjmp(arg1: jmp_buf, arg2: ::std::os::raw::c_int);
[INFO] [stdout]       |                           ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 38]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16250:28
[INFO] [stdout]       |
[INFO] [stdout] 16250 |     pub fn sigsetjmp(arg1: sigjmp_buf, arg2: ::std::os::raw::c_int)
[INFO] [stdout]       |                            ^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i32; 38]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16252:29
[INFO] [stdout]       |
[INFO] [stdout] 16252 |     pub fn siglongjmp(arg1: sigjmp_buf, arg2: ::std::os::raw::c_int);
[INFO] [stdout]       |                             ^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16748:30
[INFO] [stdout]       |
[INFO] [stdout] 16748 |     pub fn gethostuuid(arg1: uuid_t, arg2: *const Struct_timespec)
[INFO] [stdout]       |                              ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16754:66
[INFO] [stdout]       |
[INFO] [stdout] 16754 |     pub fn getsgroups_np(arg1: *mut ::std::os::raw::c_int, arg2: uuid_t)
[INFO] [stdout]       |                                                                  ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16757:66
[INFO] [stdout]       |
[INFO] [stdout] 16757 |     pub fn getwgroups_np(arg1: *mut ::std::os::raw::c_int, arg2: uuid_t)
[INFO] [stdout]       |                                                                  ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16829:61
[INFO] [stdout]       |
[INFO] [stdout] 16829 |     pub fn setsgroups_np(arg1: ::std::os::raw::c_int, arg2: uuid_t)
[INFO] [stdout]       |                                                             ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:16832:61
[INFO] [stdout]       |
[INFO] [stdout] 16832 |     pub fn setwgroups_np(arg1: ::std::os::raw::c_int, arg2: uuid_t)
[INFO] [stdout]       |                                                             ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17214:27
[INFO] [stdout]       |
[INFO] [stdout] 17214 |     pub fn uuid_clear(uu: uuid_t);
[INFO] [stdout]       |                           ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17215:30
[INFO] [stdout]       |
[INFO] [stdout] 17215 |     pub fn uuid_compare(uu1: uuid_t, uu2: uuid_t) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                              ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17215:43
[INFO] [stdout]       |
[INFO] [stdout] 17215 |     pub fn uuid_compare(uu1: uuid_t, uu2: uuid_t) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                           ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17216:27
[INFO] [stdout]       |
[INFO] [stdout] 17216 |     pub fn uuid_copy(dst: uuid_t, src: uuid_t);
[INFO] [stdout]       |                           ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17216:40
[INFO] [stdout]       |
[INFO] [stdout] 17216 |     pub fn uuid_copy(dst: uuid_t, src: uuid_t);
[INFO] [stdout]       |                                        ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17217:31
[INFO] [stdout]       |
[INFO] [stdout] 17217 |     pub fn uuid_generate(out: uuid_t);
[INFO] [stdout]       |                               ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17218:38
[INFO] [stdout]       |
[INFO] [stdout] 17218 |     pub fn uuid_generate_random(out: uuid_t);
[INFO] [stdout]       |                                      ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17219:36
[INFO] [stdout]       |
[INFO] [stdout] 17219 |     pub fn uuid_generate_time(out: uuid_t);
[INFO] [stdout]       |                                    ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17220:29
[INFO] [stdout]       |
[INFO] [stdout] 17220 |     pub fn uuid_is_null(uu: uuid_t) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                             ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17221:28
[INFO] [stdout]       |
[INFO] [stdout] 17221 |     pub fn uuid_parse(_in: uuid_string_t, uu: uuid_t)
[INFO] [stdout]       |                            ^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17221:47
[INFO] [stdout]       |
[INFO] [stdout] 17221 |     pub fn uuid_parse(_in: uuid_string_t, uu: uuid_t)
[INFO] [stdout]       |                                               ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17223:29
[INFO] [stdout]       |
[INFO] [stdout] 17223 |     pub fn uuid_unparse(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                             ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17223:42
[INFO] [stdout]       |
[INFO] [stdout] 17223 |     pub fn uuid_unparse(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                                          ^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17224:35
[INFO] [stdout]       |
[INFO] [stdout] 17224 |     pub fn uuid_unparse_lower(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                                   ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17224:48
[INFO] [stdout]       |
[INFO] [stdout] 17224 |     pub fn uuid_unparse_lower(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                                                ^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17225:35
[INFO] [stdout]       |
[INFO] [stdout] 17225 |     pub fn uuid_unparse_upper(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                                   ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 37]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17225:48
[INFO] [stdout]       |
[INFO] [stdout] 17225 |     pub fn uuid_unparse_upper(uu: uuid_t, out: uuid_string_t);
[INFO] [stdout]       |                                                ^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17229:28
[INFO] [stdout]       |
[INFO] [stdout] 17229 |     pub fn getpwuuid(arg1: uuid_t) -> *mut Struct_passwd;
[INFO] [stdout]       |                            ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17230:30
[INFO] [stdout]       |
[INFO] [stdout] 17230 |     pub fn getpwuuid_r(arg1: uuid_t, arg2: *mut Struct_passwd,
[INFO] [stdout]       |                              ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17248:28
[INFO] [stdout]       |
[INFO] [stdout] 17248 |     pub fn getgruuid(arg1: uuid_t) -> *mut Struct_group;
[INFO] [stdout]       |                            ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[u8; 16]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17249:30
[INFO] [stdout]       |
[INFO] [stdout] 17249 |     pub fn getgruuid_r(arg1: uuid_t, arg2: *mut Struct_group,
[INFO] [stdout]       |                              ^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17276:26
[INFO] [stdout]       |
[INFO] [stdout] 17276 |                    arg3: __darwin_va_list);
[INFO] [stdout]       |                          ^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 4096]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17459:42
[INFO] [stdout]       |
[INFO] [stdout] 17459 | ...                   boot_info: kernel_boot_info_t) -> kern_return_t;
[INFO] [stdout]       |                                  ^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct_vm_read_entry; 256]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:17940:59
[INFO] [stdout]       |
[INFO] [stdout] 17940 |     pub fn vm_read_list(target_task: vm_map_t, data_list: vm_read_entry_t,
[INFO] [stdout]       |                                                           ^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[i8; 512]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:18280:62
[INFO] [stdout]       |
[INFO] [stdout] 18280 |     pub fn host_kernel_version(host: host_t, kernel_version: kernel_version_t)
[INFO] [stdout]       |                                                              ^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:19153:32
[INFO] [stdout]       |
[INFO] [stdout] 19153 |                        argptr: va_list) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:19159:32
[INFO] [stdout]       |
[INFO] [stdout] 19159 |                        argptr: va_list) -> ::std::os::raw::c_int;
[INFO] [stdout]       |                                ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `[Struct___va_list_tag; 1]`, which is not FFI-safe
[INFO] [stdout]      --> src/ffi.rs:19583:33
[INFO] [stdout]       |
[INFO] [stdout] 19583 |                         argptr: va_list) -> *mut ::std::os::raw::c_char;
[INFO] [stdout]       |                                 ^^^^^^^ not FFI-safe
[INFO] [stdout]       |
[INFO] [stdout]       = help: consider passing a pointer to the array
[INFO] [stdout]       = note: passing raw arrays by value is not FFI-safe
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustc7KJkHk/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bdynamic" "-lczmq" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/liblibc-08aef465eb552f81.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc7KJkHk/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/czmq_sys-4e2b5b0d31ebea69" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lczmq
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `czmq-sys` (lib test) due to 1 previous error; 51 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "8678bcc141589ba09cda0e7f999ee747e0e2d77a0b3e8f3901d9b31f9bb8c245", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8678bcc141589ba09cda0e7f999ee747e0e2d77a0b3e8f3901d9b31f9bb8c245", kill_on_drop: false }`
[INFO] [stdout] 8678bcc141589ba09cda0e7f999ee747e0e2d77a0b3e8f3901d9b31f9bb8c245
