[INFO] fetching crate cyborgtime 2.1.1...
[INFO] testing cyborgtime-2.1.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate cyborgtime 2.1.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate cyborgtime 2.1.1
[INFO] finished tweaking crates.io crate cyborgtime 2.1.1
[INFO] tweaked toml for crates.io crate cyborgtime 2.1.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate cyborgtime 2.1.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 50 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 331fc782625a2cc733daf8618778652b2057efa1cfbdbd372d30a1bba823da2c
[INFO] running `Command { std: "docker" "start" "-a" "331fc782625a2cc733daf8618778652b2057efa1cfbdbd372d30a1bba823da2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "331fc782625a2cc733daf8618778652b2057efa1cfbdbd372d30a1bba823da2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "331fc782625a2cc733daf8618778652b2057efa1cfbdbd372d30a1bba823da2c", kill_on_drop: false }`
[INFO] [stdout] 331fc782625a2cc733daf8618778652b2057efa1cfbdbd372d30a1bba823da2c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 66cb1c36b40daabfa2b679dbf9768b03b186b203a3a782b0a41714624267dd7f
[INFO] running `Command { std: "docker" "start" "-a" "66cb1c36b40daabfa2b679dbf9768b03b186b203a3a782b0a41714624267dd7f", kill_on_drop: false }`
[INFO] [stderr]    Compiling cyborgtime v2.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `cloudabi`
[INFO] [stdout]  --> src/date.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg(target_os = "cloudabi")]
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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: `cloudabi`
[INFO] [stdout]   --> src/date.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     not(target_os = "cloudabi"),
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] running `Command { std: "docker" "inspect" "66cb1c36b40daabfa2b679dbf9768b03b186b203a3a782b0a41714624267dd7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66cb1c36b40daabfa2b679dbf9768b03b186b203a3a782b0a41714624267dd7f", kill_on_drop: false }`
[INFO] [stdout] 66cb1c36b40daabfa2b679dbf9768b03b186b203a3a782b0a41714624267dd7f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a4e7f8fbfa32cd3dbc31260cce4182939e1f611e18c24b8e5de24cce9fc1c74f
[INFO] running `Command { std: "docker" "start" "-a" "a4e7f8fbfa32cd3dbc31260cce4182939e1f611e18c24b8e5de24cce9fc1c74f", kill_on_drop: false }`
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stdout] warning: unexpected `cfg` condition value: `cloudabi`
[INFO] [stdout]  --> src/date.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg(target_os = "cloudabi")]
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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: `cloudabi`
[INFO] [stdout]   --> src/date.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     not(target_os = "cloudabi"),
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling cyborgtime v2.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `cloudabi`
[INFO] [stdout]  --> src/date.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg(target_os = "cloudabi")]
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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: `cloudabi`
[INFO] [stdout]   --> src/date.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     not(target_os = "cloudabi"),
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.96s
[INFO] running `Command { std: "docker" "inspect" "a4e7f8fbfa32cd3dbc31260cce4182939e1f611e18c24b8e5de24cce9fc1c74f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4e7f8fbfa32cd3dbc31260cce4182939e1f611e18c24b8e5de24cce9fc1c74f", kill_on_drop: false }`
[INFO] [stdout] a4e7f8fbfa32cd3dbc31260cce4182939e1f611e18c24b8e5de24cce9fc1c74f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 165c352bb51076e5c5b5098a4e180fa0d5a8052e8df70dd7c8e5ba6c224ec05a
[INFO] running `Command { std: "docker" "start" "-a" "165c352bb51076e5c5b5098a4e180fa0d5a8052e8df70dd7c8e5ba6c224ec05a", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `cloudabi`
[INFO] [stderr]  --> src/date.rs:6:7
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[cfg(target_os = "cloudabi")]
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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: `cloudabi`
[INFO] [stderr]   --> src/date.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |     not(target_os = "cloudabi"),
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `cyborgtime` (lib) generated 2 warnings
[INFO] [stderr] warning: `cyborgtime` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cyborgtime-1e0c5d2efb2c22ad)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test date::test::break_data ... ok
[INFO] [stdout] test date::test::first_731_days ... ok
[INFO] [stdout] test date::test::leap_second ... ok
[INFO] [stdout] test date::test::milliseconds ... ok
[INFO] [stdout] test date::test::big_hour - should panic ... ok
[INFO] [stdout] test date::test::big_day2 - should panic ... ok
[INFO] [stdout] test date::test::big_day - should panic ... ok
[INFO] [stdout] test date::test::big_month - should panic ... ok
[INFO] [stdout] test date::test::big_minute - should panic ... ok
[INFO] [stdout] test date::test::smoke_tests_format ... ok
[INFO] [stdout] test date::test::smoke_tests_format_micros ... ok
[INFO] [stdout] test date::test::big_second - should panic ... ok
[INFO] [stdout] test date::test::smoke_tests_format_nanos ... ok
[INFO] [stdout] test date::test::smoke_tests_parse ... ok
[INFO] [stdout] test date::test::upper_bound ... ok
[INFO] [stdout] test date::test::weak_smoke_tests ... ok
[INFO] [stdout] test date::test::zero_month - should panic ... ok
[INFO] [stdout] test date::test::the_731_consecutive_days ... ok
[INFO] [stdout] test date::test::smoke_tests_format_millis ... ok
[INFO] [stdout] test date::test::zero_day - should panic ... ok
[INFO] [stdout] test duration::test::test_nice_error_message ... ok
[INFO] [stdout] test duration::test::test_overlow ... ok
[INFO] [stdout] test duration::test::test_units ... ok
[INFO] [stdout] test duration::test::test_combo ... ok
[INFO] [stdout] test date::test::random_past ... ok
[INFO] [stdout] test duration::test::random_second ... ok
[INFO] [stdout] test duration::test::random_any ... ok
[INFO] [stdout] test duration::test::all_86400_seconds ... ok
[INFO] [stdout] test date::test::all_86400_seconds ... ok
[INFO] [stdout] test date::test::random_wide_range ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.22s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cyborgtime
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/wrapper.rs - wrapper::Duration (line 18) ... ok
[INFO] [stdout] test src/duration.rs - duration::parse_duration (line 217) ... ok
[INFO] [stdout] test src/duration.rs - duration::format_duration (line 241) ... ok
[INFO] [stdout] test src/wrapper.rs - wrapper::Timestamp (line 39) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "165c352bb51076e5c5b5098a4e180fa0d5a8052e8df70dd7c8e5ba6c224ec05a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "165c352bb51076e5c5b5098a4e180fa0d5a8052e8df70dd7c8e5ba6c224ec05a", kill_on_drop: false }`
[INFO] [stdout] 165c352bb51076e5c5b5098a4e180fa0d5a8052e8df70dd7c8e5ba6c224ec05a
