[INFO] fetching crate carboxyl_time 0.0.3...
[INFO] building carboxyl_time-0.0.3 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate carboxyl_time 0.0.3 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate carboxyl_time 0.0.3
[INFO] finished tweaking crates.io crate carboxyl_time 0.0.3
[INFO] tweaked toml for crates.io crate carboxyl_time 0.0.3 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate carboxyl_time 0.0.3 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 48 packages to latest compatible versions
[INFO] [stderr]       Adding lazy_static v0.1.16 (available: v1.5.0)
[INFO] [stderr]       Adding time v0.1.45 (available: v0.3.44)
[INFO] [stderr]       Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 57cbbe0796ac6fcf5abace1c00fcf9b8411167c27bc6283756d1152cc6a9ed55
[INFO] running `Command { std: "docker" "start" "-a" "57cbbe0796ac6fcf5abace1c00fcf9b8411167c27bc6283756d1152cc6a9ed55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "57cbbe0796ac6fcf5abace1c00fcf9b8411167c27bc6283756d1152cc6a9ed55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57cbbe0796ac6fcf5abace1c00fcf9b8411167c27bc6283756d1152cc6a9ed55", kill_on_drop: false }`
[INFO] [stdout] 57cbbe0796ac6fcf5abace1c00fcf9b8411167c27bc6283756d1152cc6a9ed55
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7dccd8203e36b8408e660404626d964b66dc187af9777266c7d3402603b8cda3
[INFO] running `Command { std: "docker" "start" "-a" "7dccd8203e36b8408e660404626d964b66dc187af9777266c7d3402603b8cda3", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling pulldown-cmark v0.9.6
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling lazy_static v0.1.16
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling cargo_metadata v0.14.2
[INFO] [stderr]    Compiling skeptic v0.13.7
[INFO] [stderr]    Compiling carboxyl v0.2.2
[INFO] [stderr]    Compiling carboxyl_time v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 29 |       static_signal!(Tm, time::now)
[INFO] [stdout]    |       ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[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 `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[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]    = note: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 29 |       static_signal!(Tm, time::now)
[INFO] [stdout]    |       ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[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 `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[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: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 35 |       static_signal!(Tm, time::now_utc)
[INFO] [stdout]    |       --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[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 `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[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: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 35 |       static_signal!(Tm, time::now_utc)
[INFO] [stdout]    |       --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[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 `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[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: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 29 |       static_signal!(Tm, time::now)
[INFO] [stdout]    |       ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 29 |       static_signal!(Tm, time::now)
[INFO] [stdout]    |       ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 35 |       static_signal!(Tm, time::now_utc)
[INFO] [stdout]    |       --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 35 |       static_signal!(Tm, time::now_utc)
[INFO] [stdout]    |       --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s
[INFO] running `Command { std: "docker" "inspect" "7dccd8203e36b8408e660404626d964b66dc187af9777266c7d3402603b8cda3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7dccd8203e36b8408e660404626d964b66dc187af9777266c7d3402603b8cda3", kill_on_drop: false }`
[INFO] [stdout] 7dccd8203e36b8408e660404626d964b66dc187af9777266c7d3402603b8cda3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2dd87e83b60b00521276c7e8d4d6a2c8f4864826dc50cbedd4477a1f78b2b71b
[INFO] running `Command { std: "docker" "start" "-a" "2dd87e83b60b00521276c7e8d4d6a2c8f4864826dc50cbedd4477a1f78b2b71b", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling carboxyl_time v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 29 |       static_signal!(Tm, time::now)
[INFO] [stdout]    |       ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[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 `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[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]    = note: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 29 |       static_signal!(Tm, time::now)
[INFO] [stdout]    |       ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[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 `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[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: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 35 |       static_signal!(Tm, time::now_utc)
[INFO] [stdout]    |       --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[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 `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[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: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 35 |       static_signal!(Tm, time::now_utc)
[INFO] [stdout]    |       --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[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 `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[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: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 29 |       static_signal!(Tm, time::now)
[INFO] [stdout]    |       ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 29 |       static_signal!(Tm, time::now)
[INFO] [stdout]    |       ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 35 |       static_signal!(Tm, time::now_utc)
[INFO] [stdout]    |       --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 35 |       static_signal!(Tm, time::now_utc)
[INFO] [stdout]    |       --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 29 |       static_signal!(Tm, time::now)
[INFO] [stdout]    |       ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[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 `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[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]    = note: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 29 |       static_signal!(Tm, time::now)
[INFO] [stdout]    |       ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[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 `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[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: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 35 |       static_signal!(Tm, time::now_utc)
[INFO] [stdout]    |       --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[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 `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[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: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 35 |       static_signal!(Tm, time::now_utc)
[INFO] [stdout]    |       --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[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 `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[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: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 29 |       static_signal!(Tm, time::now)
[INFO] [stdout]    |       ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 29 |       static_signal!(Tm, time::now)
[INFO] [stdout]    |       ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 35 |       static_signal!(Tm, time::now_utc)
[INFO] [stdout]    |       --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | /         lazy_static! {
[INFO] [stdout] 19 | |             static ref TIME_SIGNAL: Signal<$t> = lift!($f);
[INFO] [stdout] 20 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 35 |       static_signal!(Tm, time::now_utc)
[INFO] [stdout]    |       --------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` which comes from the expansion of the macro `static_signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.09s
[INFO] running `Command { std: "docker" "inspect" "2dd87e83b60b00521276c7e8d4d6a2c8f4864826dc50cbedd4477a1f78b2b71b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2dd87e83b60b00521276c7e8d4d6a2c8f4864826dc50cbedd4477a1f78b2b71b", kill_on_drop: false }`
[INFO] [stdout] 2dd87e83b60b00521276c7e8d4d6a2c8f4864826dc50cbedd4477a1f78b2b71b
