[INFO] fetching crate easytime 0.2.7...
[INFO] testing easytime-0.2.7 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate easytime 0.2.7 into /workspace/builds/worker-3-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate easytime 0.2.7 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3b2f359a8fefab6b0e7bc7e55a78a4995fce86ad5ecf52412b869e96fa7cabcc
[INFO] running `Command { std: "docker" "start" "-a" "3b2f359a8fefab6b0e7bc7e55a78a4995fce86ad5ecf52412b869e96fa7cabcc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b2f359a8fefab6b0e7bc7e55a78a4995fce86ad5ecf52412b869e96fa7cabcc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b2f359a8fefab6b0e7bc7e55a78a4995fce86ad5ecf52412b869e96fa7cabcc", kill_on_drop: false }`
[INFO] [stdout] 3b2f359a8fefab6b0e7bc7e55a78a4995fce86ad5ecf52412b869e96fa7cabcc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dede241fa229d2c67fcad5e2d930fecb70798f45a55a0021a503a45741ea7e9a
[INFO] running `Command { std: "docker" "start" "-a" "dede241fa229d2c67fcad5e2d930fecb70798f45a55a0021a503a45741ea7e9a", 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 <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 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <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.31s
[INFO] running `Command { std: "docker" "inspect" "dede241fa229d2c67fcad5e2d930fecb70798f45a55a0021a503a45741ea7e9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dede241fa229d2c67fcad5e2d930fecb70798f45a55a0021a503a45741ea7e9a", kill_on_drop: false }`
[INFO] [stdout] dede241fa229d2c67fcad5e2d930fecb70798f45a55a0021a503a45741ea7e9a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b4f3479198e4c4a85d459ca8dd79e2cdf24e2481ed6c3921805fda9dc49e80f0
[INFO] running `Command { std: "docker" "start" "-a" "b4f3479198e4c4a85d459ca8dd79e2cdf24e2481ed6c3921805fda9dc49e80f0", 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 <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] [stderr]    Compiling easytime v0.2.7 (/opt/rustwide/workdir)
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <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 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <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 0.93s
[INFO] running `Command { std: "docker" "inspect" "b4f3479198e4c4a85d459ca8dd79e2cdf24e2481ed6c3921805fda9dc49e80f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4f3479198e4c4a85d459ca8dd79e2cdf24e2481ed6c3921805fda9dc49e80f0", kill_on_drop: false }`
[INFO] [stdout] b4f3479198e4c4a85d459ca8dd79e2cdf24e2481ed6c3921805fda9dc49e80f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] eeea927ded0855db55b5e30452cd4da8cebe690e6254f8412efdc491924ff981
[INFO] running `Command { std: "docker" "start" "-a" "eeea927ded0855db55b5e30452cd4da8cebe690e6254f8412efdc491924ff981", 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 <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 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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] [stderr]      Running tests/duration.rs (/opt/rustwide/target/debug/deps/duration-78c3f46311e6b0ae)
[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] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test cmp ... ok
[INFO] [stdout] test core_tests::checked_add ... ok
[INFO] [stdout] test core_tests::checked_div ... ok
[INFO] [stdout] test core_tests::add ... ok
[INFO] [stdout] test core_tests::checked_sub ... ok
[INFO] [stdout] test core_tests::checked_mul ... ok
[INFO] [stdout] test core_tests::creation ... ok
[INFO] [stdout] test core_tests::debug_formatting_none ... 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_extreme_values ... ok
[INFO] [stdout] test core_tests::debug_formatting_micros ... 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::duration_const ... ok
[INFO] [stdout] test core_tests::micros ... ok
[INFO] [stdout] test core_tests::debug_formatting_secs ... ok
[INFO] [stdout] test core_tests::mul ... ok
[INFO] [stdout] test core_tests::millis ... ok
[INFO] [stdout] test core_tests::secs ... ok
[INFO] [stdout] test core_tests::nanos ... ok
[INFO] [stdout] test core_tests::sub ... ok
[INFO] [stdout] test none ... ok
[INFO] [stderr]      Running tests/instant.rs (/opt/rustwide/target/debug/deps/instant-a3a93b008007f74e)
[INFO] [stdout] test core_tests::debug_formatting_precision_high ... ok
[INFO] [stdout] test core_tests::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] [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_math_is_associative ... ok
[INFO] [stdout] test std_tests::none ... ok
[INFO] [stdout] test std_tests::instant_monotonic ... ok
[INFO] [stdout] test std_tests::instant_monotonic_concurrent ... ok
[INFO] [stderr]    Doc-tests easytime
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.16s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test src/duration.rs - duration::Duration::ZERO (line 64) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::MAX (line 82) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::as_millis (line 304) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::as_nanos (line 342) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::as_secs_f32 (line 381) ... 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::as_micros (line 323) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::from_millis (line 132) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::div_f64 (line 487) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::div_f32 (line 505) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::as_secs_f64 (line 363) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::from_micros (line 150) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::from_secs_f32 (line 425) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::is_zero (line 186) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::from_secs (line 114) ... 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/duration.rs - duration::Duration::is_none (line 546) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::from_secs_f64 (line 398) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::new (line 97) ... 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::subsec_micros (line 260) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::from_nanos (line 168) ... ok
[INFO] [stdout] test src/instant.rs - instant::Instant::elapsed (line 95) - compile ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::mul_f64 (line 451) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::subsec_millis (line 236) ... ok
[INFO] [stdout] test src/lib.rs - (line 26) ... ok
[INFO] [stdout] test src/instant.rs - instant::Instant::duration_since (line 71) - compile ... ok
[INFO] [stdout] test src/instant.rs - instant::Instant::now (line 56) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::unwrap_or_else (line 615) ... ok
[INFO] [stdout] test src/duration.rs - duration::Duration::unwrap_or (line 586) ... 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" "eeea927ded0855db55b5e30452cd4da8cebe690e6254f8412efdc491924ff981", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eeea927ded0855db55b5e30452cd4da8cebe690e6254f8412efdc491924ff981", kill_on_drop: false }`
[INFO] [stdout] eeea927ded0855db55b5e30452cd4da8cebe690e6254f8412efdc491924ff981
