[INFO] updating cached repository https://github.com/cosmicexplorer/fusion-summon
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 066d9dcf086160b6a231cd4a1d9b562dfa1c9748
[INFO] checking cosmicexplorer/fusion-summon against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosmicexplorer%2Ffusion-summon" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/cosmicexplorer/fusion-summon on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/cosmicexplorer/fusion-summon
[INFO] removed path dependency fuse-sys from git repo https://github.com/cosmicexplorer/fusion-summon
[INFO] finished tweaking git repo https://github.com/cosmicexplorer/fusion-summon
[INFO] tweaked toml for git repo https://github.com/cosmicexplorer/fusion-summon written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/cosmicexplorer/fusion-summon already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (fuse-sys) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (fuse-sys) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] fa03491007d028b2bf25c2aff6a384e5728e2a1f821ae54ff5e0f158e2ef0a1f
[INFO] running `"docker" "start" "-a" "fa03491007d028b2bf25c2aff6a384e5728e2a1f821ae54ff5e0f158e2ef0a1f"`
[INFO] [stderr] warning: dependency (fuse-sys) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Checking fuse-sys v0.0.0
[INFO] [stderr]     Checking fusion-summon v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved imports `fuse_sys::fuse_conn_info`, `fuse_sys::fuse_file_info`, `fuse_sys::fuse_fill_dir_t`, `fuse_sys::fuse_operations`, `fuse_sys::mode_t`, `fuse_sys::off_t`
[INFO] [stderr]   --> src/main.rs:20:16
[INFO] [stderr]    |
[INFO] [stderr] 20 | use fuse_sys::{fuse_conn_info, fuse_file_info, fuse_fill_dir_t,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^ no `fuse_fill_dir_t` in the root
[INFO] [stderr]    |                |               |
[INFO] [stderr]    |                |               no `fuse_file_info` in the root
[INFO] [stderr]    |                no `fuse_conn_info` in the root
[INFO] [stderr] 21 |                fuse_operations, mode_t, off_t};
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^  ^^^^^^  ^^^^^ no `off_t` in the root
[INFO] [stderr]    |                |                |
[INFO] [stderr]    |                |                no `mode_t` in the root
[INFO] [stderr]    |                no `fuse_operations` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `fuse_operations` in crate `fuse_sys`
[INFO] [stderr]   --> src/main.rs:83:24
[INFO] [stderr]    |
[INFO] [stderr] 83 |   op: *const fuse_sys::fuse_operations,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^ not found in `fuse_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `fuse_main_real` in crate `fuse_sys`
[INFO] [stderr]   --> src/main.rs:85:13
[INFO] [stderr]    |
[INFO] [stderr] 85 |   fuse_sys::fuse_main_real(
[INFO] [stderr]    |             ^^^^^^^^^^^^^^ not found in `fuse_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `stat` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:116:28
[INFO] [stderr]     |
[INFO] [stderr] 116 |   stat_ptr: *mut fuse_sys::stat,
[INFO] [stderr]     |                            ^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::stat;
[INFO] [stderr]     |
[INFO] [stderr] 4   | use std::os::linux::raw::stat;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `stat` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:117:24
[INFO] [stderr]     |
[INFO] [stderr] 117 | ) -> &'a mut fuse_sys::stat {
[INFO] [stderr]     |                        ^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::stat;
[INFO] [stderr]     |
[INFO] [stderr] 4   | use std::os::linux::raw::stat;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `stat` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:139:24
[INFO] [stderr]     |
[INFO] [stderr] 139 |   stat: &mut fuse_sys::stat,
[INFO] [stderr]     |                        ^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::stat;
[INFO] [stderr]     |
[INFO] [stderr] 4   | use std::os::linux::raw::stat;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `stat` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:149:24
[INFO] [stderr]     |
[INFO] [stderr] 149 |   stat: &mut fuse_sys::stat
[INFO] [stderr]     |                        ^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::stat;
[INFO] [stderr]     |
[INFO] [stderr] 4   | use std::os::linux::raw::stat;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `stat` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:160:29
[INFO] [stderr]     |
[INFO] [stderr] 160 |   mut stbuf: &mut fuse_sys::stat,
[INFO] [stderr]     |                             ^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::stat;
[INFO] [stderr]     |
[INFO] [stderr] 4   | use std::os::linux::raw::stat;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `stat` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:173:29
[INFO] [stderr]     |
[INFO] [stderr] 173 |   stbuf_ptr: *mut fuse_sys::stat,
[INFO] [stderr]     |                             ^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::stat;
[INFO] [stderr]     |
[INFO] [stderr] 4   | use std::os::linux::raw::stat;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `O_ACCMODE` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:260:51
[INFO] [stderr]     |
[INFO] [stderr] 260 |   let access: u32 = (fi.flags as u32) & fuse_sys::O_ACCMODE;
[INFO] [stderr]     |                                                   ^^^^^^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::O_ACCMODE;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `O_RDONLY` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:261:26
[INFO] [stderr]     |
[INFO] [stderr] 261 |   if access == fuse_sys::O_RDONLY {
[INFO] [stderr]     |                          ^^^^^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::O_RDONLY;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `OsString`
[INFO] [stderr]  --> src/main.rs:6:44
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::ffi::{self, CStr, CString, OsStr, OsString};
[INFO] [stderr]   |                                            ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `fuse_sys::fuse_conn_info`, `fuse_sys::fuse_file_info`, `fuse_sys::fuse_fill_dir_t`, `fuse_sys::fuse_operations`, `fuse_sys::mode_t`, `fuse_sys::off_t`
[INFO] [stderr]   --> src/main.rs:20:16
[INFO] [stderr]    |
[INFO] [stderr] 20 | use fuse_sys::{fuse_conn_info, fuse_file_info, fuse_fill_dir_t,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^ no `fuse_fill_dir_t` in the root
[INFO] [stderr]    |                |               |
[INFO] [stderr]    |                |               no `fuse_file_info` in the root
[INFO] [stderr]    |                no `fuse_conn_info` in the root
[INFO] [stderr] 21 |                fuse_operations, mode_t, off_t};
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^  ^^^^^^  ^^^^^ no `off_t` in the root
[INFO] [stderr]    |                |                |
[INFO] [stderr]    |                |                no `mode_t` in the root
[INFO] [stderr]    |                no `fuse_operations` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `fuse_operations` in crate `fuse_sys`
[INFO] [stderr]   --> src/main.rs:83:24
[INFO] [stderr]    |
[INFO] [stderr] 83 |   op: *const fuse_sys::fuse_operations,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^ not found in `fuse_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `fuse_main_real` in crate `fuse_sys`
[INFO] [stderr]   --> src/main.rs:85:13
[INFO] [stderr]    |
[INFO] [stderr] 85 |   fuse_sys::fuse_main_real(
[INFO] [stderr]    |             ^^^^^^^^^^^^^^ not found in `fuse_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `stat` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:116:28
[INFO] [stderr]     |
[INFO] [stderr] 116 |   stat_ptr: *mut fuse_sys::stat,
[INFO] [stderr]     |                            ^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::stat;
[INFO] [stderr]     |
[INFO] [stderr] 4   | use std::os::linux::raw::stat;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `stat` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:117:24
[INFO] [stderr]     |
[INFO] [stderr] 117 | ) -> &'a mut fuse_sys::stat {
[INFO] [stderr]     |                        ^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::stat;
[INFO] [stderr]     |
[INFO] [stderr] 4   | use std::os::linux::raw::stat;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `stat` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:139:24
[INFO] [stderr]     |
[INFO] [stderr] 139 |   stat: &mut fuse_sys::stat,
[INFO] [stderr]     |                        ^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::stat;
[INFO] [stderr]     |
[INFO] [stderr] 4   | use std::os::linux::raw::stat;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `stat` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:149:24
[INFO] [stderr]     |
[INFO] [stderr] 149 |   stat: &mut fuse_sys::stat
[INFO] [stderr]     |                        ^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::stat;
[INFO] [stderr]     |
[INFO] [stderr] 4   | use std::os::linux::raw::stat;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `stat` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:160:29
[INFO] [stderr]     |
[INFO] [stderr] 160 |   mut stbuf: &mut fuse_sys::stat,
[INFO] [stderr]     |                             ^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::stat;
[INFO] [stderr]     |
[INFO] [stderr] 4   | use std::os::linux::raw::stat;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `stat` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:173:29
[INFO] [stderr]     |
[INFO] [stderr] 173 |   stbuf_ptr: *mut fuse_sys::stat,
[INFO] [stderr]     |                             ^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::stat;
[INFO] [stderr]     |
[INFO] [stderr] 4   | use std::os::linux::raw::stat;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `O_ACCMODE` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:260:51
[INFO] [stderr]     |
[INFO] [stderr] 260 |   let access: u32 = (fi.flags as u32) & fuse_sys::O_ACCMODE;
[INFO] [stderr]     |                                                   ^^^^^^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::O_ACCMODE;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `O_RDONLY` in crate `fuse_sys`
[INFO] [stderr]    --> src/main.rs:261:26
[INFO] [stderr]     |
[INFO] [stderr] 261 |   if access == fuse_sys::O_RDONLY {
[INFO] [stderr]     |                          ^^^^^^^^ not found in `fuse_sys`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 4   | use libc::O_RDONLY;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `OsString`
[INFO] [stderr]  --> src/main.rs:6:44
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::ffi::{self, CStr, CString, OsStr, OsString};
[INFO] [stderr]   |                                            ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 11 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `fusion-summon`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 11 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `fusion-summon`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "fa03491007d028b2bf25c2aff6a384e5728e2a1f821ae54ff5e0f158e2ef0a1f"`
[INFO] running `"docker" "rm" "-f" "fa03491007d028b2bf25c2aff6a384e5728e2a1f821ae54ff5e0f158e2ef0a1f"`
[INFO] [stdout] fa03491007d028b2bf25c2aff6a384e5728e2a1f821ae54ff5e0f158e2ef0a1f
