[INFO] fetching crate tfs-fuse-sys 0.1.1...
[INFO] building tfs-fuse-sys-0.1.1 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate tfs-fuse-sys 0.1.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate tfs-fuse-sys 0.1.1
[INFO] finished tweaking crates.io crate tfs-fuse-sys 0.1.1
[INFO] tweaked toml for crates.io crate tfs-fuse-sys 0.1.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tfs-fuse-sys 0.1.1 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4c286f133a8263950ea6493fbd7af499aa02faf2bae879fa041b866221e65252
[INFO] running `Command { std: "docker" "start" "-a" "4c286f133a8263950ea6493fbd7af499aa02faf2bae879fa041b866221e65252", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c286f133a8263950ea6493fbd7af499aa02faf2bae879fa041b866221e65252", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c286f133a8263950ea6493fbd7af499aa02faf2bae879fa041b866221e65252", kill_on_drop: false }`
[INFO] [stdout] 4c286f133a8263950ea6493fbd7af499aa02faf2bae879fa041b866221e65252
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 132071932b5b99a2d2c74886ef962a4697706b3fd515534abd49469ac0abb614
[INFO] running `Command { std: "docker" "start" "-a" "132071932b5b99a2d2c74886ef962a4697706b3fd515534abd49469ac0abb614", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling tfs-fuse-sys v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/ffi.rs:17:58
[INFO] [stdout]    |
[INFO] [stdout] 17 | use libc::{c_char, c_int, size_t, c_void, stat, c_ulong, uint64_t, c_uint,
[INFO] [stdout]    |                                                          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/ffi.rs:94:59
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub bmap: Option<extern "C" fn(*const c_char, size_t, uint64_t) -> c_int>,
[INFO] [stdout]    |                                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]    --> src/ffi.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fh: uint64_t,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]    --> src/ffi.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |     lock_owner: uint64_t
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse` is never constructed
[INFO] [stdout]   --> src/ffi.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_chan` is never constructed
[INFO] [stdout]   --> src/ffi.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct fuse_chan(c_void);
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_session` is never constructed
[INFO] [stdout]   --> src/ffi.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct fuse_session(c_void);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_context` is never constructed
[INFO] [stdout]   --> src/ffi.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct fuse_context {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_args` is never constructed
[INFO] [stdout]   --> src/ffi.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct fuse_args {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_operations` is never constructed
[INFO] [stdout]   --> src/ffi.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub struct fuse_operations {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `fuse_fill_dir_t` is never used
[INFO] [stdout]    --> src/ffi.rs:108:10
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub type fuse_fill_dir_t = Option<extern "C" fn(*mut c_void, *const c_char, *const stat, off_t)>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_file_info` is never constructed
[INFO] [stdout]    --> src/ffi.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub struct fuse_file_info {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_conn_info` is never constructed
[INFO] [stdout]    --> src/ffi.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub struct fuse_conn_info {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_new` is never used
[INFO] [stdout]   --> src/ffi.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn fuse_new(ch: *mut fuse_chan, args: *mut fuse_args, op: *const fuse_operations,
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_destroy` is never used
[INFO] [stdout]   --> src/ffi.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn fuse_destroy(fuse: *mut fuse) -> c_void;
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_loop_mt` is never used
[INFO] [stdout]   --> src/ffi.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn fuse_loop_mt(fuse: *mut fuse) -> c_int;
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_exit` is never used
[INFO] [stdout]   --> src/ffi.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn fuse_exit(fuse: *mut fuse) -> c_void;
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_mount` is never used
[INFO] [stdout]   --> src/ffi.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn fuse_mount(mountpoint: *const c_char, args: *mut fuse_args) -> *mut fuse_chan;
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_unmount` is never used
[INFO] [stdout]   --> src/ffi.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn fuse_unmount(mountpoint: *const c_char, ch: *mut fuse_chan) -> c_void;
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_daemonize` is never used
[INFO] [stdout]   --> src/ffi.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn fuse_daemonize(foreground: c_int) -> c_int;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_set_signal_handlers` is never used
[INFO] [stdout]   --> src/ffi.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn fuse_set_signal_handlers(session: *mut fuse_session) -> c_int;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_remove_signal_handlers` is never used
[INFO] [stdout]   --> src/ffi.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn fuse_remove_signal_handlers(session: &mut fuse_session) -> c_void;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_getcontex` is never used
[INFO] [stdout]   --> src/ffi.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn fuse_getcontex() -> *mut fuse_context;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse_chan`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:21:25
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn fuse_new(ch: *mut fuse_chan, args: *mut fuse_args, op: *const fuse_operations,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct fuse_chan(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(improper_ctypes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:22:65
[INFO] [stdout]    |
[INFO] [stdout] 22 |                     op_size: size_t, user_data: *mut c_void) -> *mut fuse;
[INFO] [stdout]    |                                                                 ^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn fuse_destroy(fuse: *mut fuse) -> c_void;
[INFO] [stdout]    |                               ^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn fuse_loop_mt(fuse: *mut fuse) -> c_int;
[INFO] [stdout]    |                               ^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn fuse_exit(fuse: *mut fuse) -> c_void;
[INFO] [stdout]    |                            ^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse_chan`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:26:75
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn fuse_mount(mountpoint: *const c_char, args: *mut fuse_args) -> *mut fuse_chan;
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct fuse_chan(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse_chan`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:27:56
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn fuse_unmount(mountpoint: *const c_char, ch: *mut fuse_chan) -> c_void;
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct fuse_chan(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse_session`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:29:46
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn fuse_set_signal_handlers(session: *mut fuse_session) -> c_int;
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct fuse_session(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse_session`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:30:49
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn fuse_remove_signal_handlers(session: &mut fuse_session) -> c_void;
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct fuse_session(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:31:32
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn fuse_getcontex() -> *mut fuse_context;
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "132071932b5b99a2d2c74886ef962a4697706b3fd515534abd49469ac0abb614", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "132071932b5b99a2d2c74886ef962a4697706b3fd515534abd49469ac0abb614", kill_on_drop: false }`
[INFO] [stdout] 132071932b5b99a2d2c74886ef962a4697706b3fd515534abd49469ac0abb614
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b8fc3515c52e58e3ec6b87c254f5801dfe5efcfdb511ee424e1963ac3de2b56
[INFO] running `Command { std: "docker" "start" "-a" "4b8fc3515c52e58e3ec6b87c254f5801dfe5efcfdb511ee424e1963ac3de2b56", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/ffi.rs:17:58
[INFO] [stdout]    |
[INFO] [stdout] 17 | use libc::{c_char, c_int, size_t, c_void, stat, c_ulong, uint64_t, c_uint,
[INFO] [stdout]    |                                                          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/ffi.rs:94:59
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub bmap: Option<extern "C" fn(*const c_char, size_t, uint64_t) -> c_int>,
[INFO] [stdout]    |                                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]    --> src/ffi.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fh: uint64_t,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]    --> src/ffi.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |     lock_owner: uint64_t
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse` is never constructed
[INFO] [stdout]   --> src/ffi.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_chan` is never constructed
[INFO] [stdout]   --> src/ffi.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct fuse_chan(c_void);
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_session` is never constructed
[INFO] [stdout]   --> src/ffi.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct fuse_session(c_void);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_context` is never constructed
[INFO] [stdout]   --> src/ffi.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct fuse_context {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_args` is never constructed
[INFO] [stdout]   --> src/ffi.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct fuse_args {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_operations` is never constructed
[INFO] [stdout]   --> src/ffi.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub struct fuse_operations {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `fuse_fill_dir_t` is never used
[INFO] [stdout]    --> src/ffi.rs:108:10
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub type fuse_fill_dir_t = Option<extern "C" fn(*mut c_void, *const c_char, *const stat, off_t)>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_file_info` is never constructed
[INFO] [stdout]    --> src/ffi.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub struct fuse_file_info {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_conn_info` is never constructed
[INFO] [stdout]    --> src/ffi.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub struct fuse_conn_info {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_new` is never used
[INFO] [stdout]   --> src/ffi.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn fuse_new(ch: *mut fuse_chan, args: *mut fuse_args, op: *const fuse_operations,
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_destroy` is never used
[INFO] [stdout]   --> src/ffi.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn fuse_destroy(fuse: *mut fuse) -> c_void;
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_loop_mt` is never used
[INFO] [stdout]   --> src/ffi.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn fuse_loop_mt(fuse: *mut fuse) -> c_int;
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_exit` is never used
[INFO] [stdout]   --> src/ffi.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn fuse_exit(fuse: *mut fuse) -> c_void;
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_mount` is never used
[INFO] [stdout]   --> src/ffi.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn fuse_mount(mountpoint: *const c_char, args: *mut fuse_args) -> *mut fuse_chan;
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_unmount` is never used
[INFO] [stdout]   --> src/ffi.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn fuse_unmount(mountpoint: *const c_char, ch: *mut fuse_chan) -> c_void;
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_daemonize` is never used
[INFO] [stdout]   --> src/ffi.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn fuse_daemonize(foreground: c_int) -> c_int;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_set_signal_handlers` is never used
[INFO] [stdout]   --> src/ffi.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn fuse_set_signal_handlers(session: *mut fuse_session) -> c_int;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_remove_signal_handlers` is never used
[INFO] [stdout]   --> src/ffi.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn fuse_remove_signal_handlers(session: &mut fuse_session) -> c_void;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_getcontex` is never used
[INFO] [stdout]   --> src/ffi.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn fuse_getcontex() -> *mut fuse_context;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse_chan`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:21:25
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn fuse_new(ch: *mut fuse_chan, args: *mut fuse_args, op: *const fuse_operations,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct fuse_chan(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(improper_ctypes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:22:65
[INFO] [stdout]    |
[INFO] [stdout] 22 |                     op_size: size_t, user_data: *mut c_void) -> *mut fuse;
[INFO] [stdout]    |                                                                 ^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn fuse_destroy(fuse: *mut fuse) -> c_void;
[INFO] [stdout]    |                               ^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn fuse_loop_mt(fuse: *mut fuse) -> c_int;
[INFO] [stdout]    |                               ^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn fuse_exit(fuse: *mut fuse) -> c_void;
[INFO] [stdout]    |                            ^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse_chan`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:26:75
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn fuse_mount(mountpoint: *const c_char, args: *mut fuse_args) -> *mut fuse_chan;
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct fuse_chan(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse_chan`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:27:56
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn fuse_unmount(mountpoint: *const c_char, ch: *mut fuse_chan) -> c_void;
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct fuse_chan(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse_session`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:29:46
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn fuse_set_signal_handlers(session: *mut fuse_session) -> c_int;
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct fuse_session(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse_session`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:30:49
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn fuse_remove_signal_handlers(session: &mut fuse_session) -> c_void;
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct fuse_session(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tfs-fuse-sys v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` block uses type `fuse`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:31:32
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn fuse_getcontex() -> *mut fuse_context;
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/ffi.rs:17:58
[INFO] [stdout]    |
[INFO] [stdout] 17 | use libc::{c_char, c_int, size_t, c_void, stat, c_ulong, uint64_t, c_uint,
[INFO] [stdout]    |                                                          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/ffi.rs:94:59
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub bmap: Option<extern "C" fn(*const c_char, size_t, uint64_t) -> c_int>,
[INFO] [stdout]    |                                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]    --> src/ffi.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fh: uint64_t,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]    --> src/ffi.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |     lock_owner: uint64_t
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse` is never constructed
[INFO] [stdout]   --> src/ffi.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_chan` is never constructed
[INFO] [stdout]   --> src/ffi.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct fuse_chan(c_void);
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_session` is never constructed
[INFO] [stdout]   --> src/ffi.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct fuse_session(c_void);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_context` is never constructed
[INFO] [stdout]   --> src/ffi.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct fuse_context {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_args` is never constructed
[INFO] [stdout]   --> src/ffi.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct fuse_args {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_operations` is never constructed
[INFO] [stdout]   --> src/ffi.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub struct fuse_operations {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `fuse_fill_dir_t` is never used
[INFO] [stdout]    --> src/ffi.rs:108:10
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub type fuse_fill_dir_t = Option<extern "C" fn(*mut c_void, *const c_char, *const stat, off_t)>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_file_info` is never constructed
[INFO] [stdout]    --> src/ffi.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub struct fuse_file_info {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `fuse_conn_info` is never constructed
[INFO] [stdout]    --> src/ffi.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub struct fuse_conn_info {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_new` is never used
[INFO] [stdout]   --> src/ffi.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn fuse_new(ch: *mut fuse_chan, args: *mut fuse_args, op: *const fuse_operations,
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_destroy` is never used
[INFO] [stdout]   --> src/ffi.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn fuse_destroy(fuse: *mut fuse) -> c_void;
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_loop_mt` is never used
[INFO] [stdout]   --> src/ffi.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn fuse_loop_mt(fuse: *mut fuse) -> c_int;
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_exit` is never used
[INFO] [stdout]   --> src/ffi.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn fuse_exit(fuse: *mut fuse) -> c_void;
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_mount` is never used
[INFO] [stdout]   --> src/ffi.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn fuse_mount(mountpoint: *const c_char, args: *mut fuse_args) -> *mut fuse_chan;
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_unmount` is never used
[INFO] [stdout]   --> src/ffi.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn fuse_unmount(mountpoint: *const c_char, ch: *mut fuse_chan) -> c_void;
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_daemonize` is never used
[INFO] [stdout]   --> src/ffi.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn fuse_daemonize(foreground: c_int) -> c_int;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_set_signal_handlers` is never used
[INFO] [stdout]   --> src/ffi.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn fuse_set_signal_handlers(session: *mut fuse_session) -> c_int;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_remove_signal_handlers` is never used
[INFO] [stdout]   --> src/ffi.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn fuse_remove_signal_handlers(session: &mut fuse_session) -> c_void;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fuse_getcontex` is never used
[INFO] [stdout]   --> src/ffi.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn fuse_getcontex() -> *mut fuse_context;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse_chan`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:21:25
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn fuse_new(ch: *mut fuse_chan, args: *mut fuse_args, op: *const fuse_operations,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct fuse_chan(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(improper_ctypes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:22:65
[INFO] [stdout]    |
[INFO] [stdout] 22 |                     op_size: size_t, user_data: *mut c_void) -> *mut fuse;
[INFO] [stdout]    |                                                                 ^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn fuse_destroy(fuse: *mut fuse) -> c_void;
[INFO] [stdout]    |                               ^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn fuse_loop_mt(fuse: *mut fuse) -> c_int;
[INFO] [stdout]    |                               ^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn fuse_exit(fuse: *mut fuse) -> c_void;
[INFO] [stdout]    |                            ^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse_chan`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:26:75
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn fuse_mount(mountpoint: *const c_char, args: *mut fuse_args) -> *mut fuse_chan;
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct fuse_chan(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse_chan`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:27:56
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn fuse_unmount(mountpoint: *const c_char, ch: *mut fuse_chan) -> c_void;
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct fuse_chan(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse_session`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:29:46
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn fuse_set_signal_handlers(session: *mut fuse_session) -> c_int;
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct fuse_session(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse_session`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:30:49
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn fuse_remove_signal_handlers(session: &mut fuse_session) -> c_void;
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct fuse_session(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` block uses type `fuse`, which is not FFI-safe
[INFO] [stdout]   --> src/ffi.rs:31:32
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn fuse_getcontex() -> *mut fuse_context;
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
[INFO] [stdout]    = note: this struct has unspecified layout
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]   --> src/ffi.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct fuse(c_void);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] running `Command { std: "docker" "inspect" "4b8fc3515c52e58e3ec6b87c254f5801dfe5efcfdb511ee424e1963ac3de2b56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b8fc3515c52e58e3ec6b87c254f5801dfe5efcfdb511ee424e1963ac3de2b56", kill_on_drop: false }`
[INFO] [stdout] 4b8fc3515c52e58e3ec6b87c254f5801dfe5efcfdb511ee424e1963ac3de2b56
