[INFO] updating cached repository https://github.com/PlasmaPower/borg-test-wrapper [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 25580ead1e22a18fa30516f87568dfa5935cce65 [INFO] testing PlasmaPower/borg-test-wrapper against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FPlasmaPower%2Fborg-test-wrapper" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PlasmaPower/borg-test-wrapper on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/PlasmaPower/borg-test-wrapper [INFO] finished tweaking git repo https://github.com/PlasmaPower/borg-test-wrapper [INFO] tweaked toml for git repo https://github.com/PlasmaPower/borg-test-wrapper written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/PlasmaPower/borg-test-wrapper already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] bbf7df5e43054e1112a03e6b32d02ccfb2ebd6132d95d3f1e15950ff2984a9c9 [INFO] running `"docker" "start" "-a" "bbf7df5e43054e1112a03e6b32d02ccfb2ebd6132d95d3f1e15950ff2984a9c9"` [INFO] [stderr] Compiling serde v1.0.6 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling errno v0.2.3 [INFO] [stderr] Compiling serde_derive_internals v0.15.0 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.6 [INFO] [stderr] Compiling env_logger v0.4.2 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling bincode v0.8.0 [INFO] [stderr] Compiling test-wrappers v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/shared.rs:62:29 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn from_stat(stat: &StatBase) -> FileId { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StatBase` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/permissions.rs:10:28 [INFO] [stderr] | [INFO] [stderr] 10 | fn stat_base(statbuf: &mut StatBase) { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StatBase` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/shared.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / lazy_static! { [INFO] [stderr] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stderr] 95 | | unsafe { [INFO] [stderr] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stderr] ... | [INFO] [stderr] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stderr] 107 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/shared.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / lazy_static! { [INFO] [stderr] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stderr] 95 | | unsafe { [INFO] [stderr] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stderr] ... | [INFO] [stderr] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stderr] 107 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/shared.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / lazy_static! { [INFO] [stderr] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stderr] 95 | | unsafe { [INFO] [stderr] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stderr] ... | [INFO] [stderr] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stderr] 107 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/shared.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / lazy_static! { [INFO] [stderr] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stderr] 95 | | unsafe { [INFO] [stderr] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stderr] ... | [INFO] [stderr] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stderr] 107 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/shared.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / lazy_static! { [INFO] [stderr] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stderr] 95 | | unsafe { [INFO] [stderr] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stderr] ... | [INFO] [stderr] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stderr] 107 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/shared.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / lazy_static! { [INFO] [stderr] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stderr] 95 | | unsafe { [INFO] [stderr] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stderr] ... | [INFO] [stderr] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stderr] 107 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib/shared.rs:359:51 [INFO] [stderr] | [INFO] [stderr] 359 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib/shared.rs:367:51 [INFO] [stderr] | [INFO] [stderr] 367 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib/shared.rs:380:51 [INFO] [stderr] | [INFO] [stderr] 380 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/overrides.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stderr] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/overrides.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stderr] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/overrides.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stderr] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/overrides.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stderr] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib/files.rs:19:39 [INFO] [stderr] | [INFO] [stderr] 19 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/files.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stderr] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stderr] 36 | | } [INFO] [stderr] ... | [INFO] [stderr] 44 | | } [INFO] [stderr] 45 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/files.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stderr] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stderr] 36 | | } [INFO] [stderr] ... | [INFO] [stderr] 44 | | } [INFO] [stderr] 45 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/files.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stderr] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stderr] 36 | | } [INFO] [stderr] ... | [INFO] [stderr] 44 | | } [INFO] [stderr] 45 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/files.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stderr] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stderr] 36 | | } [INFO] [stderr] ... | [INFO] [stderr] 44 | | } [INFO] [stderr] 45 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/files.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stderr] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stderr] 36 | | } [INFO] [stderr] ... | [INFO] [stderr] 44 | | } [INFO] [stderr] 45 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/files.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stderr] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stderr] 36 | | } [INFO] [stderr] ... | [INFO] [stderr] 44 | | } [INFO] [stderr] 45 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib/file_descriptors.rs:19:47 [INFO] [stderr] | [INFO] [stderr] 19 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/daemon.rs:101:1 [INFO] [stderr] | [INFO] [stderr] 101 | / lazy_static! { [INFO] [stderr] 102 | | static ref DATABASE: RwLock> = RwLock::new(Default::default()); [INFO] [stderr] 103 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/daemon.rs:101:1 [INFO] [stderr] | [INFO] [stderr] 101 | / lazy_static! { [INFO] [stderr] 102 | | static ref DATABASE: RwLock> = RwLock::new(Default::default()); [INFO] [stderr] 103 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.57s [INFO] running `"docker" "inspect" "bbf7df5e43054e1112a03e6b32d02ccfb2ebd6132d95d3f1e15950ff2984a9c9"` [INFO] running `"docker" "rm" "-f" "bbf7df5e43054e1112a03e6b32d02ccfb2ebd6132d95d3f1e15950ff2984a9c9"` [INFO] [stdout] bbf7df5e43054e1112a03e6b32d02ccfb2ebd6132d95d3f1e15950ff2984a9c9 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 9f1222d004b1d9f641c5dfb787c9d18ff3b87f615101a3c7320bc14ba2375fe6 [INFO] running `"docker" "start" "-a" "9f1222d004b1d9f641c5dfb787c9d18ff3b87f615101a3c7320bc14ba2375fe6"` [INFO] [stderr] Compiling test-wrappers v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/daemon.rs:101:1 [INFO] [stderr] | [INFO] [stderr] 101 | / lazy_static! { [INFO] [stderr] 102 | | static ref DATABASE: RwLock> = RwLock::new(Default::default()); [INFO] [stderr] 103 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/daemon.rs:101:1 [INFO] [stderr] | [INFO] [stderr] 101 | / lazy_static! { [INFO] [stderr] 102 | | static ref DATABASE: RwLock> = RwLock::new(Default::default()); [INFO] [stderr] 103 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/shared.rs:62:29 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn from_stat(stat: &StatBase) -> FileId { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StatBase` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/permissions.rs:10:28 [INFO] [stderr] | [INFO] [stderr] 10 | fn stat_base(statbuf: &mut StatBase) { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StatBase` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stderr] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] 12 | | }; [INFO] [stderr] ... | [INFO] [stderr] 21 | | }; [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/shared.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / lazy_static! { [INFO] [stderr] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stderr] 95 | | unsafe { [INFO] [stderr] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stderr] ... | [INFO] [stderr] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stderr] 107 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/shared.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / lazy_static! { [INFO] [stderr] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stderr] 95 | | unsafe { [INFO] [stderr] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stderr] ... | [INFO] [stderr] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stderr] 107 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/shared.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / lazy_static! { [INFO] [stderr] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stderr] 95 | | unsafe { [INFO] [stderr] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stderr] ... | [INFO] [stderr] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stderr] 107 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/shared.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / lazy_static! { [INFO] [stderr] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stderr] 95 | | unsafe { [INFO] [stderr] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stderr] ... | [INFO] [stderr] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stderr] 107 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/shared.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / lazy_static! { [INFO] [stderr] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stderr] 95 | | unsafe { [INFO] [stderr] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stderr] ... | [INFO] [stderr] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stderr] 107 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/shared.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / lazy_static! { [INFO] [stderr] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stderr] 95 | | unsafe { [INFO] [stderr] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stderr] ... | [INFO] [stderr] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stderr] 107 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib/shared.rs:359:51 [INFO] [stderr] | [INFO] [stderr] 359 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib/shared.rs:367:51 [INFO] [stderr] | [INFO] [stderr] 367 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib/shared.rs:380:51 [INFO] [stderr] | [INFO] [stderr] 380 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/overrides.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stderr] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/overrides.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stderr] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/overrides.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stderr] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/overrides.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / lazy_static! { [INFO] [stderr] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stderr] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / wrap! { [INFO] [stderr] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stderr] 52 | | } [INFO] [stderr] ... | [INFO] [stderr] 76 | | } [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/permissions.rs:115:1 [INFO] [stderr] | [INFO] [stderr] 115 | / wrap! { [INFO] [stderr] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stderr] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stderr] 118 | | if ret == 0 { [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib/files.rs:19:39 [INFO] [stderr] | [INFO] [stderr] 19 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/files.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stderr] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stderr] 36 | | } [INFO] [stderr] ... | [INFO] [stderr] 44 | | } [INFO] [stderr] 45 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/files.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stderr] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stderr] 36 | | } [INFO] [stderr] ... | [INFO] [stderr] 44 | | } [INFO] [stderr] 45 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/files.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stderr] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stderr] 36 | | } [INFO] [stderr] ... | [INFO] [stderr] 44 | | } [INFO] [stderr] 45 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/files.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stderr] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stderr] 36 | | } [INFO] [stderr] ... | [INFO] [stderr] 44 | | } [INFO] [stderr] 45 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/files.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stderr] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stderr] 36 | | } [INFO] [stderr] ... | [INFO] [stderr] 44 | | } [INFO] [stderr] 45 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/files.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stderr] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stderr] 36 | | } [INFO] [stderr] ... | [INFO] [stderr] 44 | | } [INFO] [stderr] 45 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib/file_descriptors.rs:19:47 [INFO] [stderr] | [INFO] [stderr] 19 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/file_descriptors.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / wrap! { [INFO] [stderr] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stderr] 35 | | { [INFO] [stderr] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 87 | | } [INFO] [stderr] 88 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / wrap! { [INFO] [stderr] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stderr] 52 | | let fs_mode = mode | 0o600; [INFO] [stderr] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/creation.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / wrap! { [INFO] [stderr] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stderr] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stderr] 114 | | } [INFO] [stderr] ... | [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib/xattrs.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / wrap! { [INFO] [stderr] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stderr] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stderr] 73 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.07s [INFO] running `"docker" "inspect" "9f1222d004b1d9f641c5dfb787c9d18ff3b87f615101a3c7320bc14ba2375fe6"` [INFO] running `"docker" "rm" "-f" "9f1222d004b1d9f641c5dfb787c9d18ff3b87f615101a3c7320bc14ba2375fe6"` [INFO] [stdout] 9f1222d004b1d9f641c5dfb787c9d18ff3b87f615101a3c7320bc14ba2375fe6 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 89469efc92ddc9f333cf18f476e731b096042934a91ab013eab043b671d512d8 [INFO] running `"docker" "start" "-a" "89469efc92ddc9f333cf18f476e731b096042934a91ab013eab043b671d512d8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/testwrapper-a82138197299015f [INFO] [stderr] thread 'main' panicked at 'libtestwrapper preloaded, but TEST_WRAPPER_SOCKET environment variable not passed: NotPresent', src/libcore/result.rs:1165:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x559c7ab56a24 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x559c7ab56a24 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x559c7ab56a24 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stderr] 3: 0x559c7ab56a24 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stderr] 4: 0x559c7ab7640c - core::fmt::write::h7fd0d904495c035f [INFO] [stderr] at src/libcore/fmt/mod.rs:1030 [INFO] [stderr] 5: 0x559c7ab54597 - std::io::Write::write_fmt::h663e4bf63637c947 [INFO] [stderr] at src/libstd/io/mod.rs:1412 [INFO] [stderr] 6: 0x559c7ab58f55 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stderr] 7: 0x559c7ab58f55 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x559c7ab58f55 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stderr] at src/libstd/panicking.rs:196 [INFO] [stderr] 9: 0x559c7ab58c46 - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stderr] at src/libstd/panicking.rs:210 [INFO] [stderr] 10: 0x559c7ab59655 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stderr] at src/libstd/panicking.rs:473 [INFO] [stderr] 11: 0x559c7ab591f2 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stderr] at src/libstd/panicking.rs:380 [INFO] [stderr] 12: 0x559c7ab590e6 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:307 [INFO] [stderr] 13: 0x559c7ab7316a - core::panicking::panic_fmt::h467e0364f9237670 [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 14: 0x559c7ab73267 - core::result::unwrap_failed::h38f3a56f1dadf080 [INFO] [stderr] at src/libcore/result.rs:1165 [INFO] [stderr] 15: 0x559c7aa58f95 - core::result::Result::expect::hf5b378a6b2a455aa [INFO] [stderr] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/result.rs:960 [INFO] [stderr] 16: 0x559c7aa72607 - testwrapper::shared::create_daemon_stream::h80e674733142c006 [INFO] [stderr] at src/lib/shared.rs:86 [INFO] [stderr] 17: 0x559c7aa7c883 - ::deref::__static_ref_initialize::hb056733dda7ead50 [INFO] [stderr] at src/lib/shared.rs:99 [INFO] [stderr] 18: 0x559c7aa7c883 - core::ops::function::FnOnce::call_once::h269c547417906f5e [INFO] [stderr] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stderr] 19: 0x559c7aa6bdc6 - lazy_static::lazy::Lazy::get::{{closure}}::h8c7f77242a1934a7 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.2.8/src/lazy.rs:23 [INFO] [stderr] 20: 0x559c7aa6f95b - std::sync::once::Once::call_once::{{closure}}::h922c973773f36543 [INFO] [stderr] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sync/once.rs:225 [INFO] [stderr] 21: 0x559c7ab563d8 - std::sync::once::Once::call_inner::h96b940b41a0828e1 [INFO] [stderr] at src/libstd/sync/once.rs:392 [INFO] [stderr] 22: 0x559c7aa6dc93 - std::sync::once::Once::call_once::h53e0eb074e780475 [INFO] [stderr] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sync/once.rs:225 [INFO] [stderr] 23: 0x559c7aa7ae11 - lazy_static::lazy::Lazy::get::h506ddb0632fb6678 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.2.8/src/lazy.rs:22 [INFO] [stderr] 24: 0x559c7aa7ae11 - ::deref::__stability::h149fa8deb1af9d70 [INFO] [stderr] at /opt/rustwide/workdir/<::lazy_static::__lazy_static_internal macros>:27 [INFO] [stderr] 25: 0x559c7aa7ae11 - ::deref::hde80e6d9fa846e25 [INFO] [stderr] at /opt/rustwide/workdir/<::lazy_static::__lazy_static_internal macros>:29 [INFO] [stderr] 26: 0x559c7aa73b3b - testwrapper::shared::request::h823a2c4c93c939a8 [INFO] [stderr] at src/lib/shared.rs:159 [INFO] [stderr] 27: 0x559c7aa73e72 - testwrapper::shared::message::h6b92d84ba5185aa6 [INFO] [stderr] at src/lib/shared.rs:171 [INFO] [stderr] 28: 0x559c7aa9f169 - __xstat64 [INFO] [stderr] at src/lib/shared.rs:256 [INFO] [stderr] 29: 0x559c7ab5b365 - std::sys::unix::fs::stat::hd4c9bb557d894c8c [INFO] [stderr] at src/libstd/sys/unix/fs.rs:803 [INFO] [stderr] 30: 0x559c7ab17e85 - std::fs::metadata::h1772c09155c175f6 [INFO] [stderr] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/fs.rs:1516 [INFO] [stderr] 31: 0x559c7ab17e85 - term::terminfo::searcher::get_dbpath_for_term::h3fb474f8818cede3 [INFO] [stderr] at src/libterm/terminfo/searcher.rs:50 [INFO] [stderr] 32: 0x559c7ab17123 - term::terminfo::TermInfo::from_name::h6f4fa9eab66e4fc0 [INFO] [stderr] at src/libterm/terminfo/mod.rs:87 [INFO] [stderr] 33: 0x559c7ab16f1a - term::terminfo::TermInfo::from_env::hd7d6bcc8984941d1 [INFO] [stderr] at src/libterm/terminfo/mod.rs:73 [INFO] [stderr] 34: 0x559c7ab215fa - term::terminfo::TerminfoTerminal::new::hca1d6afbb301d476 [INFO] [stderr] at src/libterm/terminfo/mod.rs:232 [INFO] [stderr] 35: 0x559c7ab215fa - term::stdout::hc778b41ab781faf0 [INFO] [stderr] at src/libterm/lib.rs:61 [INFO] [stderr] 36: 0x559c7ab0509a - test::run_tests_console::h8b0bdb592cfe3df0 [INFO] [stderr] at src/libtest/lib.rs:921 [INFO] [stderr] 37: 0x559c7aafe8f2 - test::test_main::h3e77511cef4bad82 [INFO] [stderr] at src/libtest/lib.rs:295 [INFO] [stderr] 38: 0x559c7aaff10d - test::test_main_static::hdf40132857b00fea [INFO] [stderr] at src/libtest/lib.rs:329 [INFO] [stderr] 39: 0x559c7aa88170 - testwrapper::main::hb68eef70b7ceeabd [INFO] [stderr] 40: 0x559c7aae2a40 - std::rt::lang_start::{{closure}}::h7536e6f84c36b80d [INFO] [stderr] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/rt.rs:64 [INFO] [stderr] 41: 0x559c7ab59083 - std::rt::lang_start_internal::{{closure}}::hf85bf15597d76295 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 42: 0x559c7ab59083 - std::panicking::try::do_call::hd308ec0604b9bc21 [INFO] [stderr] at src/libstd/panicking.rs:292 [INFO] [stderr] 43: 0x559c7ab5c6fa - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 44: 0x559c7ab59b4d - std::panicking::try::hafc45125a5bd2b22 [INFO] [stderr] at src/libstd/panicking.rs:271 [INFO] [stderr] 45: 0x559c7ab59b4d - std::panic::catch_unwind::h8494678ec44c4b51 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 46: 0x559c7ab59b4d - std::rt::lang_start_internal::h7404667a595739f8 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 47: 0x559c7aae2a19 - std::rt::lang_start::h8443f30ceb9258e9 [INFO] [stderr] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/rt.rs:64 [INFO] [stderr] 48: 0x559c7aa881aa - main [INFO] [stderr] 49: 0x7f3f636c7b97 - __libc_start_main [INFO] [stderr] 50: 0x559c7aa3efda - _start [INFO] [stderr] 51: 0x0 - [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "89469efc92ddc9f333cf18f476e731b096042934a91ab013eab043b671d512d8"` [INFO] running `"docker" "rm" "-f" "89469efc92ddc9f333cf18f476e731b096042934a91ab013eab043b671d512d8"` [INFO] [stdout] 89469efc92ddc9f333cf18f476e731b096042934a91ab013eab043b671d512d8