[INFO] fetching crate easytime 0.2.7... [INFO] testing easytime-0.2.7 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate easytime 0.2.7 into /workspace/builds/worker-5-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-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate easytime 0.2.7 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0bbf9322f1a2630c17399e4d13197d799bfa197154477d8a04a9a3436d630238 [INFO] running `Command { std: "docker" "start" "-a" "0bbf9322f1a2630c17399e4d13197d799bfa197154477d8a04a9a3436d630238", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0bbf9322f1a2630c17399e4d13197d799bfa197154477d8a04a9a3436d630238", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bbf9322f1a2630c17399e4d13197d799bfa197154477d8a04a9a3436d630238", kill_on_drop: false }` [INFO] [stdout] 0bbf9322f1a2630c17399e4d13197d799bfa197154477d8a04a9a3436d630238 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a260e7e8e7ee62f116f87227e368c9a9d84a4df07937b06c375969c7139fcd5 [INFO] running `Command { std: "docker" "start" "-a" "1a260e7e8e7ee62f116f87227e368c9a9d84a4df07937b06c375969c7139fcd5", 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.21s [INFO] running `Command { std: "docker" "inspect" "1a260e7e8e7ee62f116f87227e368c9a9d84a4df07937b06c375969c7139fcd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a260e7e8e7ee62f116f87227e368c9a9d84a4df07937b06c375969c7139fcd5", kill_on_drop: false }` [INFO] [stdout] 1a260e7e8e7ee62f116f87227e368c9a9d84a4df07937b06c375969c7139fcd5 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c5c56ade7f33789b60e7262109b38c42533dc7d7638065c3ed85ab8596e58ae [INFO] running `Command { std: "docker" "start" "-a" "9c5c56ade7f33789b60e7262109b38c42533dc7d7638065c3ed85ab8596e58ae", 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 0.61s [INFO] running `Command { std: "docker" "inspect" "9c5c56ade7f33789b60e7262109b38c42533dc7d7638065c3ed85ab8596e58ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c5c56ade7f33789b60e7262109b38c42533dc7d7638065c3ed85ab8596e58ae", kill_on_drop: false }` [INFO] [stdout] 9c5c56ade7f33789b60e7262109b38c42533dc7d7638065c3ed85ab8596e58ae [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d69d865d99bde134d26a9c5124a7d43714c6dc26c6a63fc8751973da87f28be0 [INFO] running `Command { std: "docker" "start" "-a" "d69d865d99bde134d26a9c5124a7d43714c6dc26c6a63fc8751973da87f28be0", 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] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/easytime-07c65c84ba900b10) [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::add ... ok [INFO] [stdout] test core_tests::checked_add ... ok [INFO] [stdout] test cmp ... ok [INFO] [stdout] test core_tests::checked_div ... ok [INFO] [stdout] test core_tests::checked_mul ... ok [INFO] [stdout] test core_tests::checked_sub ... ok [INFO] [stdout] test core_tests::creation ... 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_none ... ok [INFO] [stdout] test core_tests::debug_formatting_padding ... ok [INFO] [stdout] test core_tests::debug_formatting_precision_high ... ok [INFO] [stdout] test core_tests::debug_formatting_precision_two ... ok [INFO] [stdout] test core_tests::debug_formatting_precision_zero ... ok [INFO] [stdout] test core_tests::debug_formatting_secs ... 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::sub ... ok [INFO] [stdout] test none ... ok [INFO] [stdout] test core_tests::secs ... ok [INFO] [stdout] [INFO] [stderr] Running tests/instant.rs (/opt/rustwide/target/debug/deps/instant-a3a93b008007f74e) [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test std_tests::instant_duration_untrusted ... ok [INFO] [stdout] test std_tests::instant_elapsed ... ok [INFO] [stdout] test std_tests::instant_math ... ok [INFO] [stdout] test std_tests::instant_math_is_associative ... ok [INFO] [stdout] test std_tests::instant_monotonic ... 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 0.43s [INFO] [stdout] [INFO] [stderr] Doc-tests easytime [INFO] [stdout] [INFO] [stdout] running 34 tests [INFO] [stdout] test src/duration.rs - duration::Duration::as_nanos (line 342) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::as_millis (line 304) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::from_secs_f32 (line 425) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::as_secs_f64 (line 363) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::as_micros (line 323) ... 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::as_secs (line 211) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::from_millis (line 132) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::from_nanos (line 168) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::from_secs (line 114) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::as_secs_f32 (line 381) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::MAX (line 82) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::div_f32 (line 505) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::from_micros (line 150) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::div_f64 (line 487) ... ok [INFO] [stdout] test src/instant.rs - instant::Instant::duration_since (line 71) - compile ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::is_none (line 546) ... ok [INFO] [stdout] test src/instant.rs - instant::Instant::elapsed (line 95) - compile ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::from_secs_f64 (line 398) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::is_zero (line 186) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::unwrap_or (line 586) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::subsec_millis (line 236) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::subsec_nanos (line 284) ... 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::new (line 97) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::unwrap_or_else (line 615) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::is_some (line 526) ... ok [INFO] [stdout] test src/duration.rs - duration::Duration::into_inner (line 566) ... ok [INFO] [stdout] test src/instant.rs - instant::Instant::now (line 56) ... ok [INFO] [stdout] test src/lib.rs - (line 26) ... 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 0.70s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d69d865d99bde134d26a9c5124a7d43714c6dc26c6a63fc8751973da87f28be0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d69d865d99bde134d26a9c5124a7d43714c6dc26c6a63fc8751973da87f28be0", kill_on_drop: false }` [INFO] [stdout] d69d865d99bde134d26a9c5124a7d43714c6dc26c6a63fc8751973da87f28be0