[INFO] cloning repository https://github.com/PlasmaPower/borg-test-wrapper [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PlasmaPower/borg-test-wrapper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPlasmaPower%2Fborg-test-wrapper", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPlasmaPower%2Fborg-test-wrapper'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 25580ead1e22a18fa30516f87568dfa5935cce65 [INFO] testing PlasmaPower/borg-test-wrapper against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPlasmaPower%2Fborg-test-wrapper" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PlasmaPower/borg-test-wrapper on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/PlasmaPower/borg-test-wrapper [INFO] finished tweaking git repo https://github.com/PlasmaPower/borg-test-wrapper [INFO] tweaked toml for git repo https://github.com/PlasmaPower/borg-test-wrapper written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/PlasmaPower/borg-test-wrapper already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded errno v0.2.3 [INFO] [stderr] Downloaded env_logger v0.4.2 [INFO] [stderr] Downloaded serde_derive v1.0.6 [INFO] [stderr] Downloaded serde v1.0.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 73f1871664ab4f8d49eb2b595264be7af85f3beb56a268f8eb19a37797f7c16a [INFO] running `Command { std: "docker" "start" "-a" "73f1871664ab4f8d49eb2b595264be7af85f3beb56a268f8eb19a37797f7c16a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "73f1871664ab4f8d49eb2b595264be7af85f3beb56a268f8eb19a37797f7c16a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73f1871664ab4f8d49eb2b595264be7af85f3beb56a268f8eb19a37797f7c16a", kill_on_drop: false }` [INFO] [stdout] 73f1871664ab4f8d49eb2b595264be7af85f3beb56a268f8eb19a37797f7c16a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 97054462707f9b81225aec3a49ab001aa9e2b1f0b26f66ef4c494a2daa4b260a [INFO] running `Command { std: "docker" "start" "-a" "97054462707f9b81225aec3a49ab001aa9e2b1f0b26f66ef4c494a2daa4b260a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.23 [INFO] [stderr] Compiling serde v1.0.6 [INFO] [stderr] Compiling num-traits v0.1.37 [INFO] [stderr] Compiling regex-syntax v0.4.0 [INFO] [stderr] Compiling dtoa v0.4.1 [INFO] [stderr] Compiling byteorder v1.0.0 [INFO] [stderr] Compiling log v0.3.7 [INFO] [stderr] Compiling itoa v0.3.1 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling fnv v1.0.5 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling errno v0.2.3 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling serde_derive_internals v0.15.0 [INFO] [stderr] Compiling serde_derive v1.0.6 [INFO] [stderr] Compiling env_logger v0.4.2 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling bincode v0.8.0 [INFO] [stderr] Compiling test-wrappers v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib/shared.rs:359:56 [INFO] [stdout] | [INFO] [stdout] 359 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib/shared.rs:367:56 [INFO] [stdout] | [INFO] [stdout] 367 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib/shared.rs:380:56 [INFO] [stdout] | [INFO] [stdout] 380 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/overrides.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stdout] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/overrides.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stdout] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/overrides.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stdout] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/overrides.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stdout] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib/files.rs:19:44 [INFO] [stdout] | [INFO] [stdout] 19 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib/file_descriptors.rs:19:52 [INFO] [stdout] | [INFO] [stdout] 19 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib/shared.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn from_stat(stat: &StatBase) -> FileId { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 62 - pub fn from_stat(stat: &StatBase) -> FileId { [INFO] [stdout] 62 + pub fn from_stat(stat: &dyn StatBase) -> FileId { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib/permissions.rs:10:28 [INFO] [stdout] | [INFO] [stdout] 10 | fn stat_base(statbuf: &mut StatBase) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10 - fn stat_base(statbuf: &mut StatBase) { [INFO] [stdout] 10 + fn stat_base(statbuf: &mut dyn StatBase) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:11:71 [INFO] [stdout] | [INFO] [stdout] 11 | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] | ---------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:14:72 [INFO] [stdout] | [INFO] [stdout] 14 | transmute(dlsym(RTLD_NEXT, CString::new("__lxstat64").unwrap().as_ptr())) [INFO] [stdout] | ----------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:17:72 [INFO] [stdout] | [INFO] [stdout] 17 | transmute(dlsym(RTLD_NEXT, CString::new("__fxstat64").unwrap().as_ptr())) [INFO] [stdout] | ----------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:20:74 [INFO] [stdout] | [INFO] [stdout] 20 | transmute(dlsym(RTLD_NEXT, CString::new("__fxstatat64").unwrap().as_ptr())) [INFO] [stdout] | ------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 113 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/daemon.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / lazy_static! { [INFO] [stdout] 102 | | static ref DATABASE: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 103 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/daemon.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / lazy_static! { [INFO] [stdout] 102 | | static ref DATABASE: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 103 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.76s [INFO] running `Command { std: "docker" "inspect" "97054462707f9b81225aec3a49ab001aa9e2b1f0b26f66ef4c494a2daa4b260a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97054462707f9b81225aec3a49ab001aa9e2b1f0b26f66ef4c494a2daa4b260a", kill_on_drop: false }` [INFO] [stdout] 97054462707f9b81225aec3a49ab001aa9e2b1f0b26f66ef4c494a2daa4b260a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1215f34c79a81ba2a53bd994c273fa6331d1f530e99328b698d8b19332673438 [INFO] running `Command { std: "docker" "start" "-a" "1215f34c79a81ba2a53bd994c273fa6331d1f530e99328b698d8b19332673438", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib/shared.rs:359:56 [INFO] [stdout] | [INFO] [stdout] 359 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib/shared.rs:367:56 [INFO] [stdout] | [INFO] [stdout] 367 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib/shared.rs:380:56 [INFO] [stdout] | [INFO] [stdout] 380 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/overrides.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stdout] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/overrides.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stdout] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/overrides.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stdout] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/overrides.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stdout] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib/files.rs:19:44 [INFO] [stdout] | [INFO] [stdout] 19 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib/file_descriptors.rs:19:52 [INFO] [stdout] | [INFO] [stdout] 19 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling test-wrappers v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib/shared.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn from_stat(stat: &StatBase) -> FileId { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 62 - pub fn from_stat(stat: &StatBase) -> FileId { [INFO] [stdout] 62 + pub fn from_stat(stat: &dyn StatBase) -> FileId { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib/permissions.rs:10:28 [INFO] [stdout] | [INFO] [stdout] 10 | fn stat_base(statbuf: &mut StatBase) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10 - fn stat_base(statbuf: &mut StatBase) { [INFO] [stdout] 10 + fn stat_base(statbuf: &mut dyn StatBase) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:11:71 [INFO] [stdout] | [INFO] [stdout] 11 | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] | ---------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:14:72 [INFO] [stdout] | [INFO] [stdout] 14 | transmute(dlsym(RTLD_NEXT, CString::new("__lxstat64").unwrap().as_ptr())) [INFO] [stdout] | ----------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:17:72 [INFO] [stdout] | [INFO] [stdout] 17 | transmute(dlsym(RTLD_NEXT, CString::new("__fxstat64").unwrap().as_ptr())) [INFO] [stdout] | ----------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:20:74 [INFO] [stdout] | [INFO] [stdout] 20 | transmute(dlsym(RTLD_NEXT, CString::new("__fxstatat64").unwrap().as_ptr())) [INFO] [stdout] | ------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 113 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/daemon.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / lazy_static! { [INFO] [stdout] 102 | | static ref DATABASE: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 103 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/daemon.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / lazy_static! { [INFO] [stdout] 102 | | static ref DATABASE: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 103 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/shared.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / lazy_static! { [INFO] [stdout] 94 | | pub static ref DAEMON_STREAM: Mutex<(BufReader, BufWriter)> = { [INFO] [stdout] 95 | | unsafe { [INFO] [stdout] 96 | | libc::pthread_atfork(None, None, Some(new_daemon_stream)); [INFO] [stdout] ... | [INFO] [stdout] 106 | | pub static ref FILE_REF_COUNTS: Mutex> = Mutex::new(Default::default()); [INFO] [stdout] 107 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib/shared.rs:359:56 [INFO] [stdout] | [INFO] [stdout] 359 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib/shared.rs:367:56 [INFO] [stdout] | [INFO] [stdout] 367 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib/shared.rs:380:56 [INFO] [stdout] | [INFO] [stdout] 380 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/overrides.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stdout] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/overrides.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stdout] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/overrides.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stdout] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/overrides.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / lazy_static! { [INFO] [stdout] 33 | | static ref LAST_OVERRIDE_ENV: RwLock> = RwLock::new(None); [INFO] [stdout] 34 | | static ref LAST_OVERRIDES: RwLock> = RwLock::new(Default::default()); [INFO] [stdout] 35 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | / wrap! { [INFO] [stdout] 50 | | unsafe fn chmod:ORIG_CHMOD(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 51 | | chmod_base(CPath::from_path(path, true), mode, |fs_mode| ORIG_CHMOD(path, fs_mode)) [INFO] [stdout] 52 | | } [INFO] [stdout] ... | [INFO] [stdout] 76 | | } [INFO] [stdout] 77 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/permissions.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / wrap! { [INFO] [stdout] 116 | | unsafe fn __xstat:ORIG_XSTAT(ver: c_int, path: *const c_char, statbuf: *mut libc::stat) -> c_int { [INFO] [stdout] 117 | | let ret = ORIG_XSTAT(ver, path, statbuf); [INFO] [stdout] 118 | | if ret == 0 { [INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib/files.rs:19:44 [INFO] [stdout] | [INFO] [stdout] 19 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/files.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn unlink:ORIG_UNLINK(path: *const c_char) -> c_int { [INFO] [stdout] 35 | | base_unlink(|| libc::open(path as *const _, O_RDONLY | O_NONBLOCK), || ORIG_UNLINK(path)) [INFO] [stdout] 36 | | } [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib/file_descriptors.rs:19:52 [INFO] [stdout] | [INFO] [stdout] 19 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/file_descriptors.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / wrap! { [INFO] [stdout] 34 | | unsafe fn close:ORIG_CLOSE(fd: c_int) -> c_int { [INFO] [stdout] 35 | | { [INFO] [stdout] 36 | | let daemon_stream = DAEMON_STREAM.lock().unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / wrap! { [INFO] [stdout] 51 | | unsafe fn mkdir:ORIG_MKDIR(path: *const c_char, mode: mode_t) -> c_int { [INFO] [stdout] 52 | | let fs_mode = mode | 0o600; [INFO] [stdout] 53 | | let ret = ORIG_MKDIR(path, fs_mode); [INFO] [stdout] ... | [INFO] [stdout] 96 | | } [INFO] [stdout] 97 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/creation.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / wrap! { [INFO] [stdout] 112 | | unsafe fn __xmknod:ORIG_XMKNOD(ver: c_int, path: *const c_char, mode: mode_t, dev: *const dev_t) -> c_int { [INFO] [stdout] 113 | | mknod_base(|| CPath::from_path(path, false), mode, *dev, |mode| ORIG_XMKNOD(ver, path, mode, dev)) [INFO] [stdout] 114 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | } [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/xattrs.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | / wrap! { [INFO] [stdout] 71 | | unsafe fn setxattr:_(path: *const c_char, name: *const c_char, value: *const c_void, size: usize, flags: c_int) -> c_int { [INFO] [stdout] 72 | | base_set(CPath::from_path(path, true), name, value, size, flags) [INFO] [stdout] 73 | | } [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / lazy_static! { [INFO] [stdout] 10 | | static ref ORIGINAL_XSTAT: unsafe extern fn(ver: c_int, path: *const c_char, buf: *mut libc::stat64) -> c_int = unsafe { [INFO] [stdout] 11 | | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] 12 | | }; [INFO] [stdout] ... | [INFO] [stdout] 21 | | }; [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib/shared.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn from_stat(stat: &StatBase) -> FileId { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 62 - pub fn from_stat(stat: &StatBase) -> FileId { [INFO] [stdout] 62 + pub fn from_stat(stat: &dyn StatBase) -> FileId { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib/permissions.rs:10:28 [INFO] [stdout] | [INFO] [stdout] 10 | fn stat_base(statbuf: &mut StatBase) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 10 - fn stat_base(statbuf: &mut StatBase) { [INFO] [stdout] 10 + fn stat_base(statbuf: &mut dyn StatBase) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:11:71 [INFO] [stdout] | [INFO] [stdout] 11 | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stdout] | ---------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:14:72 [INFO] [stdout] | [INFO] [stdout] 14 | transmute(dlsym(RTLD_NEXT, CString::new("__lxstat64").unwrap().as_ptr())) [INFO] [stdout] | ----------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:17:72 [INFO] [stdout] | [INFO] [stdout] 17 | transmute(dlsym(RTLD_NEXT, CString::new("__fxstat64").unwrap().as_ptr())) [INFO] [stdout] | ----------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib/internal_stat/linux64.rs:20:74 [INFO] [stdout] | [INFO] [stdout] 20 | transmute(dlsym(RTLD_NEXT, CString::new("__fxstatat64").unwrap().as_ptr())) [INFO] [stdout] | ------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 113 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.67s [INFO] running `Command { std: "docker" "inspect" "1215f34c79a81ba2a53bd994c273fa6331d1f530e99328b698d8b19332673438", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1215f34c79a81ba2a53bd994c273fa6331d1f530e99328b698d8b19332673438", kill_on_drop: false }` [INFO] [stdout] 1215f34c79a81ba2a53bd994c273fa6331d1f530e99328b698d8b19332673438 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 47c60e300e781032f6eb65517c3d30e4bf87020de23b82795d92d5b779ecd002 [INFO] running `Command { std: "docker" "start" "-a" "47c60e300e781032f6eb65517c3d30e4bf87020de23b82795d92d5b779ecd002", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated constant `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: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib/shared.rs:359:56 [INFO] [stderr] | [INFO] [stderr] 359 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib/shared.rs:367:56 [INFO] [stderr] | [INFO] [stderr] 367 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib/shared.rs:380:56 [INFO] [stderr] | [INFO] [stderr] 380 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib/files.rs:19:44 [INFO] [stderr] | [INFO] [stderr] 19 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib/file_descriptors.rs:19:52 [INFO] [stderr] | [INFO] [stderr] 19 | let mut statbuf: NativeStat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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 the macro `__lazy_static_create` (in Nightly builds, run with -Z 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] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 62 - pub fn from_stat(stat: &StatBase) -> FileId { [INFO] [stderr] 62 + pub fn from_stat(stat: &dyn StatBase) -> FileId { [INFO] [stderr] | [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] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 10 - fn stat_base(statbuf: &mut StatBase) { [INFO] [stderr] 10 + fn stat_base(statbuf: &mut dyn StatBase) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:11:71 [INFO] [stderr] | [INFO] [stderr] 11 | transmute(dlsym(RTLD_NEXT, CString::new("__xstat64").unwrap().as_ptr())) [INFO] [stderr] | ---------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:14:72 [INFO] [stderr] | [INFO] [stderr] 14 | transmute(dlsym(RTLD_NEXT, CString::new("__lxstat64").unwrap().as_ptr())) [INFO] [stderr] | ----------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:17:72 [INFO] [stderr] | [INFO] [stderr] 17 | transmute(dlsym(RTLD_NEXT, CString::new("__fxstat64").unwrap().as_ptr())) [INFO] [stderr] | ----------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/lib/internal_stat/linux64.rs:20:74 [INFO] [stderr] | [INFO] [stderr] 20 | transmute(dlsym(RTLD_NEXT, CString::new("__fxstatat64").unwrap().as_ptr())) [INFO] [stderr] | ------------------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: `test-wrappers` (lib) generated 113 warnings (91 duplicates) [INFO] [stdout] running 0 tests [INFO] [stderr] warning: `test-wrappers` (lib test) generated 113 warnings (113 duplicates) [INFO] [stdout] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] --> src/daemon.rs:101:1 [INFO] [stdout] [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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `test-wrappers` (bin "test-wrapper" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/testwrapper-e1f9b210951284c5) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/test_wrapper-c5c1742443ec37ce) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "47c60e300e781032f6eb65517c3d30e4bf87020de23b82795d92d5b779ecd002", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47c60e300e781032f6eb65517c3d30e4bf87020de23b82795d92d5b779ecd002", kill_on_drop: false }` [INFO] [stdout] 47c60e300e781032f6eb65517c3d30e4bf87020de23b82795d92d5b779ecd002