[INFO] fetching crate easytime 0.2.7... [INFO] testing easytime-0.2.7 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate easytime 0.2.7 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate easytime 0.2.7 [INFO] finished tweaking crates.io crate easytime 0.2.7 [INFO] tweaked toml for crates.io crate easytime 0.2.7 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate easytime 0.2.7 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 911e731521b768955ef70815a6f764e96ef36bb3a357dc274e99282e022e2478 [INFO] running `Command { std: "docker" "start" "-a" "911e731521b768955ef70815a6f764e96ef36bb3a357dc274e99282e022e2478", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "911e731521b768955ef70815a6f764e96ef36bb3a357dc274e99282e022e2478", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "911e731521b768955ef70815a6f764e96ef36bb3a357dc274e99282e022e2478", kill_on_drop: false }` [INFO] [stdout] 911e731521b768955ef70815a6f764e96ef36bb3a357dc274e99282e022e2478 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3927ac242b57e9319a648349ec25af6e9ca2a6827b17d7f24ee2baf26086396e [INFO] running `Command { std: "docker" "start" "-a" "3927ac242b57e9319a648349ec25af6e9ca2a6827b17d7f24ee2baf26086396e", kill_on_drop: false }` [INFO] [stderr] Compiling easytime v0.2.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `easytime_doc_cfg` [INFO] [stdout] --> src/lib.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | #![cfg_attr(easytime_doc_cfg, feature(doc_cfg))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(easytime_doc_cfg)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(easytime_doc_cfg)");` to the top of the `build.rs` [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 name: `easytime_doc_cfg` [INFO] [stdout] --> src/instant.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | #[cfg_attr(easytime_doc_cfg, doc(cfg(feature = "std")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(easytime_doc_cfg)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(easytime_doc_cfg)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `easytime_doc_cfg` [INFO] [stdout] --> src/error.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg_attr(easytime_doc_cfg, doc(cfg(feature = "std")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(easytime_doc_cfg)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(easytime_doc_cfg)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s [INFO] running `Command { std: "docker" "inspect" "3927ac242b57e9319a648349ec25af6e9ca2a6827b17d7f24ee2baf26086396e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3927ac242b57e9319a648349ec25af6e9ca2a6827b17d7f24ee2baf26086396e", kill_on_drop: false }` [INFO] [stdout] 3927ac242b57e9319a648349ec25af6e9ca2a6827b17d7f24ee2baf26086396e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 86964e7ab33b48cf3b409767da2bc7cb50834aea95f23db1de49eafeb0853333 [INFO] running `Command { std: "docker" "start" "-a" "86964e7ab33b48cf3b409767da2bc7cb50834aea95f23db1de49eafeb0853333", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition name: `easytime_doc_cfg` [INFO] [stdout] --> src/lib.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | #![cfg_attr(easytime_doc_cfg, feature(doc_cfg))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(easytime_doc_cfg)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(easytime_doc_cfg)");` to the top of the `build.rs` [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 name: `easytime_doc_cfg` [INFO] [stdout] --> src/instant.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | #[cfg_attr(easytime_doc_cfg, doc(cfg(feature = "std")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(easytime_doc_cfg)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(easytime_doc_cfg)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling easytime v0.2.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `easytime_doc_cfg` [INFO] [stdout] --> src/error.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg_attr(easytime_doc_cfg, doc(cfg(feature = "std")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(easytime_doc_cfg)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(easytime_doc_cfg)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `easytime_doc_cfg` [INFO] [stdout] --> src/lib.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | #![cfg_attr(easytime_doc_cfg, feature(doc_cfg))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(easytime_doc_cfg)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(easytime_doc_cfg)");` to the top of the `build.rs` [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 name: `easytime_doc_cfg` [INFO] [stdout] --> src/instant.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | #[cfg_attr(easytime_doc_cfg, doc(cfg(feature = "std")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(easytime_doc_cfg)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(easytime_doc_cfg)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `easytime_doc_cfg` [INFO] [stdout] --> src/error.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg_attr(easytime_doc_cfg, doc(cfg(feature = "std")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(easytime_doc_cfg)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(easytime_doc_cfg)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.19s [INFO] running `Command { std: "docker" "inspect" "86964e7ab33b48cf3b409767da2bc7cb50834aea95f23db1de49eafeb0853333", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86964e7ab33b48cf3b409767da2bc7cb50834aea95f23db1de49eafeb0853333", kill_on_drop: false }` [INFO] [stdout] 86964e7ab33b48cf3b409767da2bc7cb50834aea95f23db1de49eafeb0853333 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e4063d07e0bef1b6b47a6a6290670576060fa0d721116f37a89e52faff622540 [INFO] running `Command { std: "docker" "start" "-a" "e4063d07e0bef1b6b47a6a6290670576060fa0d721116f37a89e52faff622540", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `easytime_doc_cfg` [INFO] [stderr] --> src/lib.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | #![cfg_attr(easytime_doc_cfg, feature(doc_cfg))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(easytime_doc_cfg)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(easytime_doc_cfg)");` to the top of the `build.rs` [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 name: `easytime_doc_cfg` [INFO] [stderr] --> src/instant.rs:45:12 [INFO] [stderr] | [INFO] [stderr] 45 | #[cfg_attr(easytime_doc_cfg, doc(cfg(feature = "std")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(easytime_doc_cfg)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(easytime_doc_cfg)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `easytime_doc_cfg` [INFO] [stderr] --> src/error.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | #[cfg_attr(easytime_doc_cfg, doc(cfg(feature = "std")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(easytime_doc_cfg)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(easytime_doc_cfg)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `easytime` (lib) generated 3 warnings [INFO] [stderr] warning: `easytime` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/easytime-07c65c84ba900b10) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/duration.rs (/opt/rustwide/target/debug/deps/duration-78c3f46311e6b0ae) [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test core_tests::checked_mul ... ok [INFO] [stdout] test cmp ... ok [INFO] [stdout] test core_tests::creation ... ok [INFO] [stdout] test core_tests::add ... ok [INFO] [stdout] test core_tests::checked_add ... ok [INFO] [stdout] test core_tests::debug_formatting_extreme_values ... ok [INFO] [stdout] test core_tests::debug_formatting_micros ... ok [INFO] [stdout] test core_tests::debug_formatting_millis ... ok [INFO] [stdout] test core_tests::debug_formatting_nanos ... ok [INFO] [stdout] test core_tests::debug_formatting_padding ... ok [INFO] [stdout] test core_tests::debug_formatting_none ... ok [INFO] [stdout] test core_tests::debug_formatting_precision_two ... ok [INFO] [stdout] test core_tests::debug_formatting_precision_high ... ok [INFO] [stdout] test core_tests::debug_formatting_secs ... ok [INFO] [stdout] test core_tests::debug_formatting_precision_zero ... ok [INFO] [stdout] test core_tests::div ... ok [INFO] [stdout] test core_tests::duration_const ... ok [INFO] [stdout] test core_tests::micros ... ok [INFO] [stdout] test core_tests::millis ... ok [INFO] [stdout] test core_tests::mul ... ok [INFO] [stdout] test core_tests::nanos ... ok [INFO] [stdout] test core_tests::secs ... ok [INFO] [stdout] test none ... ok [INFO] [stdout] test core_tests::sub ... ok [INFO] [stdout] test core_tests::checked_sub ... ok [INFO] [stdout] test core_tests::checked_div ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/instant.rs (/opt/rustwide/target/debug/deps/instant-a3a93b008007f74e) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test std_tests::instant_duration_untrusted ... ok [INFO] [stdout] test std_tests::instant_math ... ok [INFO] [stdout] test std_tests::instant_elapsed ... ok [INFO] [stdout] test std_tests::instant_monotonic ... ok [INFO] [stdout] test std_tests::instant_math_is_associative ... ok [INFO] [stdout] test std_tests::none ... ok [INFO] [stdout] test std_tests::instant_monotonic_concurrent ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.58s [INFO] [stdout] [INFO] [stderr] Doc-tests easytime [INFO] [stdout] [INFO] [stdout] running 34 tests [INFO] [stdout] test src/duration.rs - duration::Duration::as_micros (line 323) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::as_secs (line 211) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::as_millis (line 304) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::MAX (line 82) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::as_secs_f32 (line 381) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::ZERO (line 64) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration (line 34) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::div_f32 (line 505) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::as_nanos (line 342) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::as_secs_f64 (line 363) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::from_nanos (line 168) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::from_micros (line 150) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::from_millis (line 132) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::into_inner (line 566) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::from_secs_f32 (line 425) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::from_secs (line 114) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::div_f64 (line 487) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::from_secs_f64 (line 398) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::is_none (line 546) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::is_zero (line 186) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::is_some (line 526) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::mul_f32 (line 468) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::mul_f64 (line 451) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::subsec_micros (line 260) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::unwrap_or_else (line 615) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::new (line 97) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::subsec_millis (line 236) ... ok [INFO] [stdout] test src/instant.rs - instant::Instant::duration_since (line 71) - compile ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::subsec_nanos (line 284) ... ok [INFO] [stdout] test src/instant.rs - instant::Instant::elapsed (line 95) - compile ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::unwrap_or (line 586) ... ok [INFO] [stdout] test src/lib.rs - (line 26) ... ok [INFO] [stdout] test src/instant.rs - instant::Instant::now (line 56) ... ok [INFO] [stdout] test src/lib.rs - (line 40) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.60s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e4063d07e0bef1b6b47a6a6290670576060fa0d721116f37a89e52faff622540", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4063d07e0bef1b6b47a6a6290670576060fa0d721116f37a89e52faff622540", kill_on_drop: false }` [INFO] [stdout] e4063d07e0bef1b6b47a6a6290670576060fa0d721116f37a89e52faff622540