[INFO] fetching crate fastdate 0.3.36... [INFO] testing fastdate-0.3.36 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate fastdate 0.3.36 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate fastdate 0.3.36 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate fastdate 0.3.36 [INFO] tweaked toml for crates.io crate fastdate 0.3.36 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate fastdate 0.3.36 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate fastdate 0.3.36 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1b56c411a87e15d37cc526e7a71dd7697cc18bff79c2c5f1bccd3bb8ace6fb1b [INFO] running `Command { std: "docker" "start" "-a" "1b56c411a87e15d37cc526e7a71dd7697cc18bff79c2c5f1bccd3bb8ace6fb1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1b56c411a87e15d37cc526e7a71dd7697cc18bff79c2c5f1bccd3bb8ace6fb1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b56c411a87e15d37cc526e7a71dd7697cc18bff79c2c5f1bccd3bb8ace6fb1b", kill_on_drop: false }` [INFO] [stdout] 1b56c411a87e15d37cc526e7a71dd7697cc18bff79c2c5f1bccd3bb8ace6fb1b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 25690598eca4860b30eeb93957fb9a83284fb20a6ef1478fef7e5f697dc754e2 [INFO] running `Command { std: "docker" "start" "-a" "25690598eca4860b30eeb93957fb9a83284fb20a6ef1478fef7e5f697dc754e2", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.200 [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling deranged v0.4.1 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling fastdate v0.3.36 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `nacl` [INFO] [stdout] --> src/sys/unix.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(any(target_os = "nacl", target_os = "solaris", target_os = "illumos"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 9 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `nacl` [INFO] [stdout] --> src/sys/unix.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 109 | target_os = "nacl", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 9 more [INFO] [stdout] = note: see for more information about checking conditional configuration [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/sys/unix.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | use libc::{self, 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/sys/unix.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 82 | let sec = sec as time_t; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s [INFO] running `Command { std: "docker" "inspect" "25690598eca4860b30eeb93957fb9a83284fb20a6ef1478fef7e5f697dc754e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25690598eca4860b30eeb93957fb9a83284fb20a6ef1478fef7e5f697dc754e2", kill_on_drop: false }` [INFO] [stdout] 25690598eca4860b30eeb93957fb9a83284fb20a6ef1478fef7e5f697dc754e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 3730433988b02e064b87d86df2723ee6ade0b62abf7c1cac3cde6a0605b8eaf7 [INFO] running `Command { std: "docker" "start" "-a" "3730433988b02e064b87d86df2723ee6ade0b62abf7c1cac3cde6a0605b8eaf7", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.116 [INFO] [stdout] warning: unexpected `cfg` condition value: `nacl` [INFO] [stdout] --> src/sys/unix.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(any(target_os = "nacl", target_os = "solaris", target_os = "illumos"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 9 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stdout] warning: unexpected `cfg` condition value: `nacl` [INFO] [stdout] --> src/sys/unix.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 109 | target_os = "nacl", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 9 more [INFO] [stdout] = note: see for more information about checking conditional configuration [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/sys/unix.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | use libc::{self, 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/sys/unix.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 82 | let sec = sec as time_t; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling fastdate v0.3.36 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `nacl` [INFO] [stdout] --> src/sys/unix.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg(any(target_os = "nacl", target_os = "solaris", target_os = "illumos"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 9 more [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `nacl` [INFO] [stdout] --> src/sys/unix.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 109 | target_os = "nacl", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 9 more [INFO] [stdout] = note: see for more information about checking conditional configuration [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/sys/unix.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | use libc::{self, 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/sys/unix.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 82 | let sec = sec as time_t; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.37s [INFO] running `Command { std: "docker" "inspect" "3730433988b02e064b87d86df2723ee6ade0b62abf7c1cac3cde6a0605b8eaf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3730433988b02e064b87d86df2723ee6ade0b62abf7c1cac3cde6a0605b8eaf7", kill_on_drop: false }` [INFO] [stdout] 3730433988b02e064b87d86df2723ee6ade0b62abf7c1cac3cde6a0605b8eaf7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] e725b597ca8eab2fe4be8d4e367a5b3dea4383bf830a04d1d9e99404f11a4444 [INFO] running `Command { std: "docker" "start" "-a" "e725b597ca8eab2fe4be8d4e367a5b3dea4383bf830a04d1d9e99404f11a4444", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `nacl` [INFO] [stderr] --> src/sys/unix.rs:55:11 [INFO] [stderr] | [INFO] [stderr] 55 | #[cfg(any(target_os = "nacl", target_os = "solaris", target_os = "illumos"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 9 more [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `nacl` [INFO] [stderr] --> src/sys/unix.rs:109:9 [INFO] [stderr] | [INFO] [stderr] 109 | target_os = "nacl", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 9 more [INFO] [stderr] = note: see for more information about checking conditional configuration [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/sys/unix.rs:12:18 [INFO] [stderr] | [INFO] [stderr] 12 | use libc::{self, 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/sys/unix.rs:82:26 [INFO] [stderr] | [INFO] [stderr] 82 | let sec = sec as time_t; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `fastdate` (lib) generated 4 warnings [INFO] [stderr] warning: `fastdate` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/fastdate-23f00f5918a250ef) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running tests/date.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/date-ea14ba904d018243) [INFO] [stdout] test time::test::test_display_time ... ok [INFO] [stdout] test time::test::test_time_empty3 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test test_date ... ok [INFO] [stderr] Running tests/datetime.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/datetime-30e5cbc704b3ffef) [INFO] [stdout] test test_from_str ... ok [INFO] [stdout] test test_de_map_error ... ok [INFO] [stdout] test test_date_empty ... ok [INFO] [stdout] test test_from_str_2 ... ok [INFO] [stdout] test test_from_str_46911_mon ... ok [INFO] [stdout] test test_from_str_day_out ... ok [INFO] [stdout] test test_from_str_day_zero ... ok [INFO] [stdout] test test_from_str_mon_out ... ok [INFO] [stdout] test test_from_str_run ... ok [INFO] [stdout] test test_set_day ... ok [INFO] [stdout] test test_ser_de ... ok [INFO] [stdout] test test_set_mon ... ok [INFO] [stdout] test test_set_year ... ok [INFO] [stdout] test test_ser ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 112 tests [INFO] [stdout] test test_1928_unix ... ok [INFO] [stdout] test test_add_hour ... ok [INFO] [stdout] test test_cmd ... ok [INFO] [stdout] test test_add_sub_sec ... ok [INFO] [stdout] test test_date_utc ... ok [INFO] [stdout] test test_de_date_fail ... ok [INFO] [stdout] test test_1958_week ... ok [INFO] [stdout] test test_1958_unix ... ok [INFO] [stdout] test test_date_utc_add ... ok [INFO] [stdout] test test_1968_unix ... ok [INFO] [stdout] test test_add ... ok [INFO] [stdout] test test_add_day ... ok [INFO] [stdout] test test_add_minute ... ok [INFO] [stdout] test test_date_time ... ok [INFO] [stdout] test test_de_date_offset ... ok [INFO] [stdout] test test_de_date ... ok [INFO] [stdout] test test_display_date ... ok [INFO] [stdout] test test_display_datetime ... ok [INFO] [stdout] test test_display_href ... ok [INFO] [stdout] test test_display_stand ... ok [INFO] [stdout] test test_do_display ... ok [INFO] [stdout] test test_do_display2 ... ok [INFO] [stdout] test test_format ... ok [INFO] [stdout] test test_format2 ... ok [INFO] [stdout] test test_from_str_default_no_zone2_sec ... ok [INFO] [stdout] test test_from_str_default_no_zone_sec ... ok [INFO] [stdout] test test_from_str_fail ... ok [INFO] [stdout] test test_from_str_zone ... ok [INFO] [stdout] test test_from_str_zone_add ... ok [INFO] [stdout] test test_from_str_zone_sub ... ok [INFO] [stdout] test test_from_str_date ... ok [INFO] [stdout] test test_from_str_default_no_zone ... ok [INFO] [stdout] test test_from_timestamp_micros2 ... ok [INFO] [stdout] test test_add_ref ... ok [INFO] [stdout] test test_add_sub ... ok [INFO] [stdout] test test_date ... ok [INFO] [stdout] test test_date2 ... ok [INFO] [stdout] test test_befor_after ... ok [INFO] [stdout] test test_date_local ... ok [INFO] [stdout] test test_from_systime ... ok [INFO] [stdout] test test_from_timestamp_nano ... ok [INFO] [stdout] test test_from_unix ... ok [INFO] [stdout] test test_get_hour ... ok [INFO] [stdout] test test_get_mon ... ok [INFO] [stdout] test test_get_minute ... ok [INFO] [stdout] test test_get_micro ... ok [INFO] [stdout] test test_from_time_offset ... ok [INFO] [stdout] test test_from_timestamp_micros ... ok [INFO] [stdout] test test_format3 ... ok [INFO] [stdout] test test_from_date_offset ... ok [INFO] [stdout] test test_from_into ... ok [INFO] [stdout] test test_from_str_default_no_zone2 ... ok [INFO] [stdout] test test_get_day ... ok [INFO] [stdout] test test_get_nano ... ok [INFO] [stdout] test test_from_system_time ... ok [INFO] [stdout] test test_get_ms ... ok [INFO] [stdout] test test_from_timestamp_nano2 ... ok [INFO] [stdout] test test_get_sec ... ok [INFO] [stdout] test test_get_week ... ok [INFO] [stdout] test test_get_year ... ok [INFO] [stdout] test test_into ... ok [INFO] [stdout] test test_nano ... ok [INFO] [stdout] test test_offset ... ok [INFO] [stdout] test test_offset_sec_min ... ok [INFO] [stdout] test test_offset_zone ... ok [INFO] [stdout] test test_offset_zone2 ... ok [INFO] [stdout] test test_other_space ... ok [INFO] [stdout] test test_parse_date ... ok [INFO] [stdout] test test_parse_format ... ok [INFO] [stdout] test test_parse_format10 ... ok [INFO] [stdout] test test_offset_sec_max ... ok [INFO] [stdout] test test_parse_format2 ... ok [INFO] [stdout] test test_parse_format11 ... ok [INFO] [stdout] test test_parse_format3 ... ok [INFO] [stdout] test test_parse_format4 ... ok [INFO] [stdout] test test_parse_format5 ... ok [INFO] [stdout] test test_parse_format8 ... ok [INFO] [stdout] test test_parse_format9 ... ok [INFO] [stdout] test test_parse_format_day_fail ... ok [INFO] [stdout] test test_parse_format_no_zone ... ok [INFO] [stdout] test test_parse_format_no_zone_toolong ... ok [INFO] [stdout] test test_parse_format_year_fail ... ok [INFO] [stdout] test test_parse_format_hour_fail ... ok [INFO] [stdout] test test_parse_micro ... ok [INFO] [stdout] test test_parse_format_micro_fail ... ok [INFO] [stdout] test test_parse_format_mon_fail ... ok [INFO] [stdout] test test_parse_format_nano_fail ... ok [INFO] [stdout] test test_parse_format6 ... ok [INFO] [stdout] test test_parse_format_sec_fail ... ok [INFO] [stdout] test test_parse_format_zone_fail ... ok [INFO] [stdout] test test_parse_no_00 ... ok [INFO] [stdout] test test_parse_s ... ok [INFO] [stderr] Running tests/error.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/error-40fcf060c52a2ce0) [INFO] [stdout] test test_parse_format7 ... ok [INFO] [stderr] Running tests/offset.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/offset-4583606d3a1d5958) [INFO] [stdout] test test_parse_format_minute_fail ... ok [INFO] [stdout] test test_parse_z_2 ... ok [INFO] [stdout] test test_parse_z_add ... ok [INFO] [stdout] test test_parse_z_sub ... ok [INFO] [stdout] test test_ser_date ... ok [INFO] [stdout] test test_set_micro ... ok [INFO] [stdout] test test_parse_z ... ok [INFO] [stdout] test test_sub_ref ... ok [INFO] [stdout] test test_time_sub_time ... ok [INFO] [stdout] test test_timestamp_nano ... ok [INFO] [stdout] test test_unix_timestamp ... ok [INFO] [stdout] test test_sub ... ok [INFO] [stdout] test test_set_offset_sub ... ok [INFO] [stderr] Running tests/time.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/time-9dccf83b85fbad2f) [INFO] [stdout] test test_timestamp_sub ... ok [INFO] [stdout] test test_week ... ok [INFO] [stdout] test test_set_offset ... ok [INFO] [stdout] test test_set_offset2 ... ok [INFO] [stdout] test test_timestamp ... ok [INFO] [stdout] test test_timestamp_millis ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 112 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_default ... ok [INFO] [stdout] test test_display ... ok [INFO] [stdout] test test_from_str ... ok [INFO] [stdout] test test_from_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_offset_sec ... ok [INFO] [stdout] test test_offset_time ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test test_date_12 ... ok [INFO] [stdout] test test_date_1234 ... ok [INFO] [stdout] test test_date_123 ... ok [INFO] [stdout] test test_date_12345 ... ok [INFO] [stdout] test test_date_123456 ... ok [INFO] [stdout] test test_date_1234567 ... ok [INFO] [stdout] test test_date_12345678 ... ok [INFO] [stdout] test test_date_123456789 ... ok [INFO] [stdout] test test_date_12345678910 ... ok [INFO] [stdout] test test_display ... ok [INFO] [stdout] test test_display2 ... ok [INFO] [stdout] test test_display_time_nano_zero ... ok [INFO] [stdout] test test_display_time_nano_zero_no ... ok [INFO] [stdout] test test_from_micros ... ok [INFO] [stdout] test test_from_time ... ok [INFO] [stdout] test test_get_micro ... ok [INFO] [stdout] test test_ser_de ... ok [INFO] [stdout] test test_set_hour ... ok [INFO] [stdout] test test_set_micro ... ok [INFO] [stdout] test test_set_minute ... ok [INFO] [stdout] test test_set_nano ... ok [INFO] [stdout] test test_set_sec ... ok [INFO] [stdout] test test_time_empty ... ok [INFO] [stdout] test test_time_empty2 ... ok [INFO] [stdout] test test_time_hour_out ... ok [INFO] [stdout] test test_time_minute_out ... ok [INFO] [stdout] test test_time_nano_miss ... ok [INFO] [stdout] test test_time_nano_tolong ... ok [INFO] [stdout] test test_time_sec_out ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e725b597ca8eab2fe4be8d4e367a5b3dea4383bf830a04d1d9e99404f11a4444", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e725b597ca8eab2fe4be8d4e367a5b3dea4383bf830a04d1d9e99404f11a4444", kill_on_drop: false }` [INFO] [stdout] e725b597ca8eab2fe4be8d4e367a5b3dea4383bf830a04d1d9e99404f11a4444