Snippets for uutils-coreutils 0.11.0 from Alpine loongarch64
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-loongarch64/community/uutils/uutils-0.11.0-r1.log.
-
warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. --> src/uucore/src/lib/features/uptime/mod.rs:25:11 | 25 | use libc::time_t; | ^^^^^^ | = note: `#[warn(deprecated)]` on by default
-
warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. --> src/uucore/src/lib/features/uptime/mod.rs:123:23 | 123 | boot_time: Option<time_t>, | ^^^^^^ -
warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. --> src/uucore/src/lib/features/uptime/unix.rs:14:11 | 14 | use libc::time_t; | ^^^^^^
-
warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. --> src/uucore/src/lib/features/uptime/unix.rs:74:38 | 74 | pub fn get_uptime(_boot_time: Option<time_t>) -> UResult<i64> { | ^^^^^^ -
warning: use of deprecated type alias `uucore::libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. --> src/uu/uptime/src/uptime.rs:17:19 | 17 | use uucore::libc::time_t; | ^^^^^^ | = note: `#[warn(deprecated)]` on by default
-
warning: use of deprecated type alias `uucore::libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. --> src/uu/uptime/src/uptime.rs:144:35 | 144 | fn print_uptime(boot_time: Option<time_t>) -> UResult<()> { | ^^^^^^ -
warning: use of deprecated type alias `uucore::libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. --> src/uu/uptime/src/platform/unix.rs:17:19 | 17 | use uucore::libc::time_t; | ^^^^^^
-
warning: use of deprecated type alias `uucore::libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. --> src/uu/uptime/src/platform/unix.rs:160:54 | 160 | fn process_utmpx(file: Option<&OsString>) -> (Option<time_t>, usize) { | ^^^^^^ -
warning: use of deprecated type alias `uucore::libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info. --> src/uu/uptime/src/platform/unix.rs:175:61 | 175 | boot_time = Some(dt.unix_timestamp() as time_t); | ^^^^^^