[INFO] updating cached repository PlasmaPower/borg-test-wrapper [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/PlasmaPower/borg-test-wrapper [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/PlasmaPower/borg-test-wrapper" "work/ex/beta-1.38-1/sources/1.37.0/gh/PlasmaPower/borg-test-wrapper"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/PlasmaPower/borg-test-wrapper'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/PlasmaPower/borg-test-wrapper" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/PlasmaPower/borg-test-wrapper"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/PlasmaPower/borg-test-wrapper'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 25580ead1e22a18fa30516f87568dfa5935cce65 [INFO] sha for GitHub repo PlasmaPower/borg-test-wrapper: 25580ead1e22a18fa30516f87568dfa5935cce65 [INFO] validating manifest of PlasmaPower/borg-test-wrapper on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of PlasmaPower/borg-test-wrapper on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing PlasmaPower/borg-test-wrapper [INFO] finished frobbing PlasmaPower/borg-test-wrapper [INFO] frobbed toml for PlasmaPower/borg-test-wrapper written to work/ex/beta-1.38-1/sources/1.37.0/gh/PlasmaPower/borg-test-wrapper/Cargo.toml [INFO] started frobbing PlasmaPower/borg-test-wrapper [INFO] finished frobbing PlasmaPower/borg-test-wrapper [INFO] frobbed toml for PlasmaPower/borg-test-wrapper written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/PlasmaPower/borg-test-wrapper/Cargo.toml [INFO] crate PlasmaPower/borg-test-wrapper already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing PlasmaPower/borg-test-wrapper against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/PlasmaPower/borg-test-wrapper:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 89da3ee11fefd32c78dda26865043e4a81083bcdc796640b000cf1c379ce2ab9 [INFO] running `"docker" "start" "-a" "89da3ee11fefd32c78dda26865043e4a81083bcdc796640b000cf1c379ce2ab9"` [INFO] [stderr] Compiling serde v1.0.6 [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 bincode v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling test-wrappers v0.1.0 (/opt/crater/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::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::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::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 34.67s [INFO] running `"docker" "inspect" "89da3ee11fefd32c78dda26865043e4a81083bcdc796640b000cf1c379ce2ab9"` [INFO] running `"docker" "rm" "-f" "89da3ee11fefd32c78dda26865043e4a81083bcdc796640b000cf1c379ce2ab9"` [INFO] [stdout] 89da3ee11fefd32c78dda26865043e4a81083bcdc796640b000cf1c379ce2ab9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/PlasmaPower/borg-test-wrapper:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 9540ad2fa4624715bf524a0a06ff2e074c9d7712916bc0e13a55ac98509c6f34 [INFO] running `"docker" "start" "-a" "9540ad2fa4624715bf524a0a06ff2e074c9d7712916bc0e13a55ac98509c6f34"` [INFO] [stderr] Compiling test-wrappers v0.1.0 (/opt/crater/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::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::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::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 6.41s [INFO] running `"docker" "inspect" "9540ad2fa4624715bf524a0a06ff2e074c9d7712916bc0e13a55ac98509c6f34"` [INFO] running `"docker" "rm" "-f" "9540ad2fa4624715bf524a0a06ff2e074c9d7712916bc0e13a55ac98509c6f34"` [INFO] [stdout] 9540ad2fa4624715bf524a0a06ff2e074c9d7712916bc0e13a55ac98509c6f34 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/PlasmaPower/borg-test-wrapper:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 88c3a5d9522f6450bfe5bd9f3fd576fe792d0344c4a962346d7d99fdc54ce1a7 [INFO] running `"docker" "start" "-a" "88c3a5d9522f6450bfe5bd9f3fd576fe792d0344c4a962346d7d99fdc54ce1a7"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/testwrapper-620a33469813a91e [INFO] [stderr] thread 'main' panicked at 'libtestwrapper preloaded, but TEST_WRAPPER_SOCKET environment variable not passed: NotPresent', src/libcore/result.rs:1084:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55f2098ae26b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x55f2098ae26b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55f2098ae26b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x55f2098ae26b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x55f2098ae26b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stderr] at src/libstd/panicking.rs:200 [INFO] [stderr] 5: 0x55f2098adf46 - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stderr] at src/libstd/panicking.rs:214 [INFO] [stderr] 6: 0x55f2098ae9dd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stderr] at src/libstd/panicking.rs:477 [INFO] [stderr] 7: 0x55f2098ae562 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stderr] at src/libstd/panicking.rs:384 [INFO] [stderr] 8: 0x55f2098ae446 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:311 [INFO] [stderr] 9: 0x55f2098c870d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 10: 0x55f2098c8807 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stderr] at src/libcore/result.rs:1084 [INFO] [stderr] 11: 0x55f2097adbe5 - core::result::Result::expect::h704aee579dfa2acd [INFO] [stderr] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:879 [INFO] [stderr] 12: 0x55f2097c7057 - testwrapper::shared::create_daemon_stream::h9d1c49e7d4c025a0 [INFO] [stderr] at src/lib/shared.rs:86 [INFO] [stderr] 13: 0x55f2097d0a83 - ::deref::__static_ref_initialize::ha067344a78192f8c [INFO] [stderr] at src/lib/shared.rs:99 [INFO] [stderr] 14: 0x55f2097d0a83 - core::ops::function::FnOnce::call_once::h002a64a48e3ed88f [INFO] [stderr] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stderr] 15: 0x55f2097c0f36 - lazy_static::lazy::Lazy::get::{{closure}}::hfa17630fab9ab846 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.2.8/src/lazy.rs:23 [INFO] [stderr] 16: 0x55f2097c406b - std::sync::once::Once::call_once::{{closure}}::h2a2aa5629d8c33a6 [INFO] [stderr] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sync/once.rs:225 [INFO] [stderr] 17: 0x55f2098ab3c8 - std::sync::once::Once::call_inner::hff3cc93da942def6 [INFO] [stderr] at src/libstd/sync/once.rs:392 [INFO] [stderr] 18: 0x55f2097c2893 - std::sync::once::Once::call_once::h642ac55d88e305f1 [INFO] [stderr] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sync/once.rs:225 [INFO] [stderr] 19: 0x55f2097cf8d1 - lazy_static::lazy::Lazy::get::h67c9df7c85ca40a4 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.2.8/src/lazy.rs:22 [INFO] [stderr] 20: 0x55f2097cf8d1 - ::deref::__stability::h985e65014e89f534 [INFO] [stderr] at /opt/crater/workdir/<::lazy_static::__lazy_static_internal macros>:27 [INFO] [stderr] 21: 0x55f2097cf8d1 - ::deref::h3c9e6c1501a179a0 [INFO] [stderr] at /opt/crater/workdir/<::lazy_static::__lazy_static_internal macros>:29 [INFO] [stderr] 22: 0x55f2097c844b - testwrapper::shared::request::h779702203113331f [INFO] [stderr] at src/lib/shared.rs:159 [INFO] [stderr] 23: 0x55f2097c8912 - testwrapper::shared::message::h3f96e2beabf5616b [INFO] [stderr] at src/lib/shared.rs:171 [INFO] [stderr] 24: 0x55f2097f4406 - __xstat64 [INFO] [stderr] at src/lib/shared.rs:256 [INFO] [stderr] 25: 0x55f2098b0705 - std::sys::unix::fs::stat::h47f6df02f60d843a [INFO] [stderr] at src/libstd/sys/unix/fs.rs:803 [INFO] [stderr] 26: 0x55f20986da35 - std::fs::metadata::h696d8833297267ce [INFO] [stderr] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/fs.rs:1516 [INFO] [stderr] 27: 0x55f20986da35 - term::terminfo::searcher::get_dbpath_for_term::h77e5a70f21317708 [INFO] [stderr] at src/libterm/terminfo/searcher.rs:50 [INFO] [stderr] 28: 0x55f20986ccd3 - term::terminfo::TermInfo::from_name::hd3dd3ffdbb3959df [INFO] [stderr] at src/libterm/terminfo/mod.rs:87 [INFO] [stderr] 29: 0x55f20986caca - term::terminfo::TermInfo::from_env::hd75bf16b065952b3 [INFO] [stderr] at src/libterm/terminfo/mod.rs:73 [INFO] [stderr] 30: 0x55f20987723a - term::terminfo::TerminfoTerminal::new::h35ebea776375373d [INFO] [stderr] at src/libterm/terminfo/mod.rs:232 [INFO] [stderr] 31: 0x55f20987723a - term::stdout::h6857aa1cc58a0fef [INFO] [stderr] at src/libterm/lib.rs:61 [INFO] [stderr] 32: 0x55f20985ad3a - test::run_tests_console::hfeb0f0fa81295657 [INFO] [stderr] at src/libtest/lib.rs:915 [INFO] [stderr] 33: 0x55f2098545e8 - test::test_main::h6c51b6b1768990a8 [INFO] [stderr] at src/libtest/lib.rs:294 [INFO] [stderr] 34: 0x55f209854e0a - test::test_main_static::hd40d6870c44d5056 [INFO] [stderr] at src/libtest/lib.rs:328 [INFO] [stderr] 35: 0x55f2097dcd95 - testwrapper::main::h6fad802e813b57d1 [INFO] [stderr] 36: 0x55f209838a30 - std::rt::lang_start::{{closure}}::h884cf9ab49865b9d [INFO] [stderr] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/rt.rs:64 [INFO] [stderr] 37: 0x55f2098ae3e3 - std::rt::lang_start_internal::{{closure}}::hf367a5a6ae52b0ce [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 38: 0x55f2098ae3e3 - std::panicking::try::do_call::h9d779bc5e27e3284 [INFO] [stderr] at src/libstd/panicking.rs:296 [INFO] [stderr] 39: 0x55f2098b1c5a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 40: 0x55f2098aeeed - std::panicking::try::h4af22d9cb0afa351 [INFO] [stderr] at src/libstd/panicking.rs:275 [INFO] [stderr] 41: 0x55f2098aeeed - std::panic::catch_unwind::hbb68a9ada87bfb97 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 42: 0x55f2098aeeed - std::rt::lang_start_internal::hba9e09d74440ce4d [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 43: 0x55f209838a09 - std::rt::lang_start::h34078c9628260bb2 [INFO] [stderr] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/rt.rs:64 [INFO] [stderr] 44: 0x55f2097dcdca - main [INFO] [stderr] 45: 0x7f0dc212f2e1 - __libc_start_main [INFO] [stderr] 46: 0x55f2097941da - _start [INFO] [stderr] 47: 0x0 - [INFO] [stderr] error: process didn't exit successfully: `/opt/crater/target/debug/deps/testwrapper-620a33469813a91e` (signal: 4, SIGILL: illegal instruction) [INFO] running `"docker" "inspect" "88c3a5d9522f6450bfe5bd9f3fd576fe792d0344c4a962346d7d99fdc54ce1a7"` [INFO] running `"docker" "rm" "-f" "88c3a5d9522f6450bfe5bd9f3fd576fe792d0344c4a962346d7d99fdc54ce1a7"` [INFO] [stdout] 88c3a5d9522f6450bfe5bd9f3fd576fe792d0344c4a962346d7d99fdc54ce1a7