[INFO] fetching crate espera 0.4.0... [INFO] testing espera-0.4.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate espera 0.4.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate espera 0.4.0 [INFO] finished tweaking crates.io crate espera 0.4.0 [INFO] tweaked toml for crates.io crate espera 0.4.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate espera 0.4.0 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] crate crates.io crate espera 0.4.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] aaf35113c885175531263c16d569e874558683e2cb536105d586be6b719e2d79 [INFO] running `Command { std: "docker" "start" "-a" "aaf35113c885175531263c16d569e874558683e2cb536105d586be6b719e2d79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aaf35113c885175531263c16d569e874558683e2cb536105d586be6b719e2d79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aaf35113c885175531263c16d569e874558683e2cb536105d586be6b719e2d79", kill_on_drop: false }` [INFO] [stdout] aaf35113c885175531263c16d569e874558683e2cb536105d586be6b719e2d79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 6ddb40c24a8c47530f5ff0840542aac155d7835487d20701ff5253beffe6e93a [INFO] running `Command { std: "docker" "start" "-a" "6ddb40c24a8c47530f5ff0840542aac155d7835487d20701ff5253beffe6e93a", kill_on_drop: false }` [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Compiling time-core v0.1.1 [INFO] [stderr] Compiling deranged v0.3.8 [INFO] [stderr] Compiling devela_macros v0.6.1 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling time v0.3.28 [INFO] [stderr] Compiling devela v0.9.0 [INFO] [stderr] Compiling espera v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `no-std` [INFO] [stdout] --> src/lib.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | devela::deprecate_feature![old: "no-std", new: "no_std", since: "0.3.0"]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ahash`, `alloc`, `arraydeque`, `default`, `full`, `full_no_std`, `full_std`, `libc`, `libm`, `nightly`, `nightly_docs`, `no_std`, `safe`, `safest`, `sixbit`, `spin_sleep`, `std`, `unsafe`, and `unsafest` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `devela::deprecate_feature` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `devela::deprecate_feature` may come from an old version of the `devela` crate, try updating your dependency with `cargo update -p devela` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `devela::deprecate_feature` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `no-std` [INFO] [stdout] --> src/lib.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | devela::deprecate_feature![old: "no-std", new: "no_std", since: "0.3.0"]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ahash`, `alloc`, `arraydeque`, `default`, `full`, `full_no_std`, `full_std`, `libc`, `libm`, `nightly`, `nightly_docs`, `no_std`, `safe`, `safest`, `sixbit`, `spin_sleep`, `std`, `unsafe`, and `unsafest` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `devela::deprecate_feature` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `devela::deprecate_feature` may come from an old version of the `devela` crate, try updating your dependency with `cargo update -p devela` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `devela::deprecate_feature` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fmt::*` [INFO] [stdout] --> src/lib.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | fmt::*, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s [INFO] running `Command { std: "docker" "inspect" "6ddb40c24a8c47530f5ff0840542aac155d7835487d20701ff5253beffe6e93a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ddb40c24a8c47530f5ff0840542aac155d7835487d20701ff5253beffe6e93a", kill_on_drop: false }` [INFO] [stdout] 6ddb40c24a8c47530f5ff0840542aac155d7835487d20701ff5253beffe6e93a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] fe9ed42a0c8311f1a4af455227662e2ee3009baa3ab3a2ac2e4ac6bb5945629b [INFO] running `Command { std: "docker" "start" "-a" "fe9ed42a0c8311f1a4af455227662e2ee3009baa3ab3a2ac2e4ac6bb5945629b", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `no-std` [INFO] [stdout] --> src/lib.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | devela::deprecate_feature![old: "no-std", new: "no_std", since: "0.3.0"]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ahash`, `alloc`, `arraydeque`, `default`, `full`, `full_no_std`, `full_std`, `libc`, `libm`, `nightly`, `nightly_docs`, `no_std`, `safe`, `safest`, `sixbit`, `spin_sleep`, `std`, `unsafe`, and `unsafest` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `devela::deprecate_feature` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `devela::deprecate_feature` may come from an old version of the `devela` crate, try updating your dependency with `cargo update -p devela` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `devela::deprecate_feature` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `no-std` [INFO] [stdout] --> src/lib.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | devela::deprecate_feature![old: "no-std", new: "no_std", since: "0.3.0"]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ahash`, `alloc`, `arraydeque`, `default`, `full`, `full_no_std`, `full_std`, `libc`, `libm`, `nightly`, `nightly_docs`, `no_std`, `safe`, `safest`, `sixbit`, `spin_sleep`, `std`, `unsafe`, and `unsafest` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `devela::deprecate_feature` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `devela::deprecate_feature` may come from an old version of the `devela` crate, try updating your dependency with `cargo update -p devela` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `devela::deprecate_feature` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling espera v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `fmt::*` [INFO] [stdout] --> src/lib.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | fmt::*, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `no-std` [INFO] [stdout] --> src/lib.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | devela::deprecate_feature![old: "no-std", new: "no_std", since: "0.3.0"]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ahash`, `alloc`, `arraydeque`, `default`, `full`, `full_no_std`, `full_std`, `libc`, `libm`, `nightly`, `nightly_docs`, `no_std`, `safe`, `safest`, `sixbit`, `spin_sleep`, `std`, `unsafe`, and `unsafest` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `devela::deprecate_feature` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `devela::deprecate_feature` may come from an old version of the `devela` crate, try updating your dependency with `cargo update -p devela` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `devela::deprecate_feature` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `no-std` [INFO] [stdout] --> src/lib.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | devela::deprecate_feature![old: "no-std", new: "no_std", since: "0.3.0"]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ahash`, `alloc`, `arraydeque`, `default`, `full`, `full_no_std`, `full_std`, `libc`, `libm`, `nightly`, `nightly_docs`, `no_std`, `safe`, `safest`, `sixbit`, `spin_sleep`, `std`, `unsafe`, and `unsafest` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `devela::deprecate_feature` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `devela::deprecate_feature` may come from an old version of the `devela` crate, try updating your dependency with `cargo update -p devela` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `devela::deprecate_feature` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fmt::*` [INFO] [stdout] --> src/lib.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | fmt::*, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "fe9ed42a0c8311f1a4af455227662e2ee3009baa3ab3a2ac2e4ac6bb5945629b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe9ed42a0c8311f1a4af455227662e2ee3009baa3ab3a2ac2e4ac6bb5945629b", kill_on_drop: false }` [INFO] [stdout] fe9ed42a0c8311f1a4af455227662e2ee3009baa3ab3a2ac2e4ac6bb5945629b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 061fe995b6af9df0b2e300870b098ccc243a251a128c6bec64c6d0235f0f844c [INFO] running `Command { std: "docker" "start" "-a" "061fe995b6af9df0b2e300870b098ccc243a251a128c6bec64c6d0235f0f844c", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `no-std` [INFO] [stdout] [INFO] [stderr] --> src/lib.rs:26:1 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 26 | devela::deprecate_feature![old: "no-std", new: "no_std", since: "0.3.0"]; [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `ahash`, `alloc`, `arraydeque`, `default`, `full`, `full_no_std`, `full_std`, `libc`, `libm`, `nightly`, `nightly_docs`, `no_std`, `safe`, `safest`, `sixbit`, `spin_sleep`, `std`, `unsafe`, and `unsafest` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `devela::deprecate_feature` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the macro `devela::deprecate_feature` may come from an old version of the `devela` crate, try updating your dependency with `cargo update -p devela` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `devela::deprecate_feature` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `no-std` [INFO] [stderr] --> src/lib.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | devela::deprecate_feature![old: "no-std", new: "no_std", since: "0.3.0"]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `ahash`, `alloc`, `arraydeque`, `default`, `full`, `full_no_std`, `full_std`, `libc`, `libm`, `nightly`, `nightly_docs`, `no_std`, `safe`, `safest`, `sixbit`, `spin_sleep`, `std`, `unsafe`, and `unsafest` [INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stderr] = help: try referring to `devela::deprecate_feature` crate for guidance on how handle this unexpected cfg [INFO] [stderr] = help: the macro `devela::deprecate_feature` may come from an old version of the `devela` crate, try updating your dependency with `cargo update -p devela` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `devela::deprecate_feature` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `fmt::*` [INFO] [stderr] --> src/lib.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | fmt::*, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `espera` (lib) generated 3 warnings (run `cargo fix --lib -p espera` to apply 1 suggestion) [INFO] [stderr] warning: `espera` (lib test) generated 3 warnings (3 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/espera-44c55fdb3d747e61) [INFO] [stderr] Doc-tests espera [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/calendar/weekday.rs - calendar::weekday::Weekday::emoji (line 309) ... ok [INFO] [stdout] test src/calendar/weekday.rs - calendar::weekday::Weekday::planet_name (line 367) ... ok [INFO] [stdout] test src/calendar/month.rs - calendar::month::Month::zodiac_start_name (line 338) ... ok [INFO] [stdout] test src/calendar/month.rs - calendar::month::Month::zodiac_end (line 365) ... ok [INFO] [stdout] test src/calendar/month.rs - calendar::month::Month::zodiac_start (line 298) ... ok [INFO] [stdout] test src/time/unix.rs - time::unix::UnixTime32::to_ymdhms (line 208) ... ok [INFO] [stdout] test src/calendar/weekday.rs - calendar::weekday::Weekday::planet (line 338) ... ok [INFO] [stdout] test src/time/unix.rs - time::unix::UnixTime32::new (line 177) ... ok [INFO] [stdout] test src/calendar/month.rs - calendar::month::Month::zodiac_end_name (line 380) ... ok [INFO] [stdout] test src/time/unix.rs - time::unix::UnixTime::new (line 37) ... ok [INFO] [stdout] test src/time/unix.rs - time::unix::UnixTime::to_ymdhms (line 71) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.75s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "061fe995b6af9df0b2e300870b098ccc243a251a128c6bec64c6d0235f0f844c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "061fe995b6af9df0b2e300870b098ccc243a251a128c6bec64c6d0235f0f844c", kill_on_drop: false }` [INFO] [stdout] 061fe995b6af9df0b2e300870b098ccc243a251a128c6bec64c6d0235f0f844c