[INFO] fetching crate rl_localtime 0.1.2... [INFO] testing rl_localtime-0.1.2 against try#fc4ba03ef77ca5018fb78a097d3b924d30f15bfc+target=i686-unknown-linux-musl for musl_upgrade_1_2_take4 [INFO] extracting crate rl_localtime 0.1.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate rl_localtime 0.1.2 on toolchain fc4ba03ef77ca5018fb78a097d3b924d30f15bfc [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rl_localtime 0.1.2 [INFO] finished tweaking crates.io crate rl_localtime 0.1.2 [INFO] tweaked toml for crates.io crate rl_localtime 0.1.2 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8a9ff670a7e2404c46575951f1670c0fd940d0b97de8cfd8578a18b54ab62cb1 [INFO] running `Command { std: "docker" "start" "-a" "8a9ff670a7e2404c46575951f1670c0fd940d0b97de8cfd8578a18b54ab62cb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a9ff670a7e2404c46575951f1670c0fd940d0b97de8cfd8578a18b54ab62cb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a9ff670a7e2404c46575951f1670c0fd940d0b97de8cfd8578a18b54ab62cb1", kill_on_drop: false }` [INFO] [stdout] 8a9ff670a7e2404c46575951f1670c0fd940d0b97de8cfd8578a18b54ab62cb1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "build" "--frozen" "--message-format=json" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 37126d6af728e46564e08581ddce234cd42161953f17cda2459bc56135847293 [INFO] running `Command { std: "docker" "start" "-a" "37126d6af728e46564e08581ddce234cd42161953f17cda2459bc56135847293", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.138 [INFO] [stderr] Compiling cc v1.0.77 [INFO] [stderr] Compiling rl_localtime v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: c_lib/localtime.c: In function 'detzcode64': [INFO] [stderr] warning: c_lib/localtime.c:241:32: warning: left shift count >= width of type [-Wshift-count-overflow] [INFO] [stderr] warning: 241 | int_fast64_t halfmaxval = one << (64 - 2); [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: In file included from c_lib/localtime.c:14: [INFO] [stderr] warning: c_lib/localtime.c: In function 'localsub': [INFO] [stderr] warning: c_lib/private.h:582:55: warning: integer overflow in expression of type 'long int' results in '-262121088' [-Woverflow] [INFO] [stderr] warning: 582 | #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c_lib/localtime.c:1448:23: note: in expansion of macro 'SECSPERREPEAT' [INFO] [stderr] warning: 1448 | years = (seconds / SECSPERREPEAT + 1) * YEARSPERREPEAT; [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | use libc::time_t; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:43:23 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn localtime(sec: time_t) -> io::Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:56:36 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn timegm(mut tm: libc::tm) -> time_t { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:66:36 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn mktime(mut tm: libc::tm) -> time_t { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:33:35 [INFO] [stdout] | [INFO] [stdout] 33 | fn rl_localtime_r(sec: *const time_t, out: *mut libc::tm) -> *mut libc::tm; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:34:40 [INFO] [stdout] | [INFO] [stdout] 34 | fn rl_timegm(tm: *mut libc::tm) -> time_t; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:35:40 [INFO] [stdout] | [INFO] [stdout] 35 | fn rl_mktime(tm: *mut libc::tm) -> time_t; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.28s [INFO] running `Command { std: "docker" "inspect" "37126d6af728e46564e08581ddce234cd42161953f17cda2459bc56135847293", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37126d6af728e46564e08581ddce234cd42161953f17cda2459bc56135847293", kill_on_drop: false }` [INFO] [stdout] 37126d6af728e46564e08581ddce234cd42161953f17cda2459bc56135847293 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "test" "--frozen" "--no-run" "--message-format=json" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] a19fe34708bc22423b95af1c98f80e009397ee354760eb42cc172c6a81b05ced [INFO] running `Command { std: "docker" "start" "-a" "a19fe34708bc22423b95af1c98f80e009397ee354760eb42cc172c6a81b05ced", kill_on_drop: false }` [INFO] [stderr] warning: c_lib/localtime.c: In function 'detzcode64': [INFO] [stderr] warning: c_lib/localtime.c:241:32: warning: left shift count >= width of type [-Wshift-count-overflow] [INFO] [stderr] warning: 241 | int_fast64_t halfmaxval = one << (64 - 2); [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: In file included from c_lib/localtime.c:14: [INFO] [stderr] warning: c_lib/localtime.c: In function 'localsub': [INFO] [stderr] warning: c_lib/private.h:582:55: warning: integer overflow in expression of type 'long int' results in '-262121088' [-Woverflow] [INFO] [stderr] warning: 582 | #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c_lib/localtime.c:1448:23: note: in expansion of macro 'SECSPERREPEAT' [INFO] [stderr] warning: 1448 | years = (seconds / SECSPERREPEAT + 1) * YEARSPERREPEAT; [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | use libc::time_t; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:43:23 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn localtime(sec: time_t) -> io::Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:56:36 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn timegm(mut tm: libc::tm) -> time_t { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:66:36 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn mktime(mut tm: libc::tm) -> time_t { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:33:35 [INFO] [stdout] | [INFO] [stdout] 33 | fn rl_localtime_r(sec: *const time_t, out: *mut libc::tm) -> *mut libc::tm; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:34:40 [INFO] [stdout] | [INFO] [stdout] 34 | fn rl_timegm(tm: *mut libc::tm) -> time_t; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:35:40 [INFO] [stdout] | [INFO] [stdout] 35 | fn rl_mktime(tm: *mut libc::tm) -> time_t; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rl_localtime v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | use libc::time_t; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:43:23 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn localtime(sec: time_t) -> io::Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:56:36 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn timegm(mut tm: libc::tm) -> time_t { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:66:36 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn mktime(mut tm: libc::tm) -> time_t { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:33:35 [INFO] [stdout] | [INFO] [stdout] 33 | fn rl_localtime_r(sec: *const time_t, out: *mut libc::tm) -> *mut libc::tm; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:34:40 [INFO] [stdout] | [INFO] [stdout] 34 | fn rl_timegm(tm: *mut libc::tm) -> time_t; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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. [INFO] [stdout] --> src/lib.rs:35:40 [INFO] [stdout] | [INFO] [stdout] 35 | fn rl_mktime(tm: *mut libc::tm) -> time_t; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.56s [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a19fe34708bc22423b95af1c98f80e009397ee354760eb42cc172c6a81b05ced", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a19fe34708bc22423b95af1c98f80e009397ee354760eb42cc172c6a81b05ced", kill_on_drop: false }` [INFO] [stdout] a19fe34708bc22423b95af1c98f80e009397ee354760eb42cc172c6a81b05ced [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "test" "--frozen" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] cf1f69063ebd4e61cf49d7f2b633c17a11e9abd7c1757866328b63291a5d0906 [INFO] running `Command { std: "docker" "start" "-a" "cf1f69063ebd4e61cf49d7f2b633c17a11e9abd7c1757866328b63291a5d0906", kill_on_drop: false }` [INFO] [stderr] warning: c_lib/localtime.c: In function 'detzcode64': [INFO] [stderr] warning: c_lib/localtime.c:241:32: warning: left shift count >= width of type [-Wshift-count-overflow] [INFO] [stderr] warning: 241 | int_fast64_t halfmaxval = one << (64 - 2); [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: In file included from c_lib/localtime.c:14: [INFO] [stderr] warning: c_lib/localtime.c: In function 'localsub': [INFO] [stderr] warning: c_lib/private.h:582:55: warning: integer overflow in expression of type 'long int' results in '-262121088' [-Woverflow] [INFO] [stderr] warning: 582 | #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c_lib/localtime.c:1448:23: note: in expansion of macro 'SECSPERREPEAT' [INFO] [stderr] warning: 1448 | years = (seconds / SECSPERREPEAT + 1) * YEARSPERREPEAT; [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stderr] 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. [INFO] [stderr] --> src/lib.rs:29:11 [INFO] [stderr] | [INFO] [stderr] 29 | use libc::time_t; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] 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. [INFO] [stderr] --> src/lib.rs:43:23 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn localtime(sec: time_t) -> io::Result { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] 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. [INFO] [stderr] --> src/lib.rs:56:36 [INFO] [stderr] | [INFO] [stderr] 56 | pub fn timegm(mut tm: libc::tm) -> time_t { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] 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. [INFO] [stderr] --> src/lib.rs:66:36 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn mktime(mut tm: libc::tm) -> time_t { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] 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. [INFO] [stderr] --> src/lib.rs:33:35 [INFO] [stderr] | [INFO] [stderr] 33 | fn rl_localtime_r(sec: *const time_t, out: *mut libc::tm) -> *mut libc::tm; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] 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. [INFO] [stderr] --> src/lib.rs:34:40 [INFO] [stderr] | [INFO] [stderr] 34 | fn rl_timegm(tm: *mut libc::tm) -> time_t; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] 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. [INFO] [stderr] --> src/lib.rs:35:40 [INFO] [stderr] | [INFO] [stderr] 35 | fn rl_mktime(tm: *mut libc::tm) -> time_t; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rl_localtime` (lib) generated 7 warnings [INFO] [stderr] warning: `rl_localtime` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/rl_localtime-c602bc1537d4e085) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::basic_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.12s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cf1f69063ebd4e61cf49d7f2b633c17a11e9abd7c1757866328b63291a5d0906", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf1f69063ebd4e61cf49d7f2b633c17a11e9abd7c1757866328b63291a5d0906", kill_on_drop: false }` [INFO] [stdout] cf1f69063ebd4e61cf49d7f2b633c17a11e9abd7c1757866328b63291a5d0906