[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_take3 [INFO] extracting crate rl_localtime 0.1.2 into /workspace/builds/worker-1/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-1/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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] bc4788f6f66ae533279e5d57ba117d40984f86dfa7b78e90e4a0b48d455e51de [INFO] running `Command { std: "docker" "start" "-a" "bc4788f6f66ae533279e5d57ba117d40984f86dfa7b78e90e4a0b48d455e51de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc4788f6f66ae533279e5d57ba117d40984f86dfa7b78e90e4a0b48d455e51de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc4788f6f66ae533279e5d57ba117d40984f86dfa7b78e90e4a0b48d455e51de", kill_on_drop: false }` [INFO] [stdout] bc4788f6f66ae533279e5d57ba117d40984f86dfa7b78e90e4a0b48d455e51de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 15bc84a2ebda14ed9f7dca5444038142a89adc8a76c80073be9bf1c4829df58b [INFO] running `Command { std: "docker" "start" "-a" "15bc84a2ebda14ed9f7dca5444038142a89adc8a76c80073be9bf1c4829df58b", kill_on_drop: false }` [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.50s [INFO] running `Command { std: "docker" "inspect" "15bc84a2ebda14ed9f7dca5444038142a89adc8a76c80073be9bf1c4829df58b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15bc84a2ebda14ed9f7dca5444038142a89adc8a76c80073be9bf1c4829df58b", kill_on_drop: false }` [INFO] [stdout] 15bc84a2ebda14ed9f7dca5444038142a89adc8a76c80073be9bf1c4829df58b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 14be08af82ce9c4f016befc54ec52a0c87be573962e7450e50fb602d855c88a2 [INFO] running `Command { std: "docker" "start" "-a" "14be08af82ce9c4f016befc54ec52a0c87be573962e7450e50fb602d855c88a2", 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] [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] [stderr] warning: c_lib/localtime.c: In function 'localsub': [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] [stderr] warning: c_lib/private.h:582:55: warning: integer overflow in expression of type 'long int' results in '-262121088' [-Woverflow] [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] [stderr] warning: 582 | #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR) [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] [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: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] [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] 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: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] [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 test [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `Command { std: "docker" "inspect" "14be08af82ce9c4f016befc54ec52a0c87be573962e7450e50fb602d855c88a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14be08af82ce9c4f016befc54ec52a0c87be573962e7450e50fb602d855c88a2", kill_on_drop: false }` [INFO] [stdout] 14be08af82ce9c4f016befc54ec52a0c87be573962e7450e50fb602d855c88a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] cce0d185333d35b77451cf3fe86709aa515b9ce08026dd9a2ffcb529c2655d1f [INFO] running `Command { std: "docker" "start" "-a" "cce0d185333d35b77451cf3fe86709aa515b9ce08026dd9a2ffcb529c2655d1f", 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.02s [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.33s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cce0d185333d35b77451cf3fe86709aa515b9ce08026dd9a2ffcb529c2655d1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cce0d185333d35b77451cf3fe86709aa515b9ce08026dd9a2ffcb529c2655d1f", kill_on_drop: false }` [INFO] [stdout] cce0d185333d35b77451cf3fe86709aa515b9ce08026dd9a2ffcb529c2655d1f