[INFO] fetching crate embedded-time 0.12.1... [INFO] testing embedded-time-0.12.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate embedded-time 0.12.1 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate embedded-time 0.12.1 [INFO] finished tweaking crates.io crate embedded-time 0.12.1 [INFO] tweaked toml for crates.io crate embedded-time 0.12.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate embedded-time 0.12.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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] Locking 122 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.3.6 (available: v0.6.0) [INFO] [stderr] Adding crossbeam-utils v0.7.2 (available: v0.8.21) [INFO] [stderr] Adding num v0.3.1 (available: v0.4.3) [INFO] [stderr] Adding test-case v1.2.3 (available: v3.3.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded version-sync v0.9.5 [INFO] [stderr] Downloaded test-case v1.2.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ddf89b999a4d660956c8ed223784fa87d71d3f0425865f5a7f9b9bcce2d440b [INFO] running `Command { std: "docker" "start" "-a" "2ddf89b999a4d660956c8ed223784fa87d71d3f0425865f5a7f9b9bcce2d440b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ddf89b999a4d660956c8ed223784fa87d71d3f0425865f5a7f9b9bcce2d440b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ddf89b999a4d660956c8ed223784fa87d71d3f0425865f5a7f9b9bcce2d440b", kill_on_drop: false }` [INFO] [stdout] 2ddf89b999a4d660956c8ed223784fa87d71d3f0425865f5a7f9b9bcce2d440b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 7d0b7456053e3756eb65fe150edb0f4bbe706a016055ae50e3070a8e37cf749e [INFO] running `Command { std: "docker" "start" "-a" "7d0b7456053e3756eb65fe150edb0f4bbe706a016055ae50e3070a8e37cf749e", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling embedded-time v0.12.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/clock.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 53 | duration: Dur, [INFO] [stdout] 54 | ) -> Timer [INFO] [stdout] | ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 54 | ) -> Timer<'_, param::OneShot, param::Armed, Self, Dur> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/timer.rs:49:23 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn new(clock: &Clock, duration: Dur) -> Timer { [INFO] [stdout] | ^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 49 | pub fn new(clock: &Clock, duration: Dur) -> Timer<'_, OneShot, Armed, Clock, Dur> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s [INFO] running `Command { std: "docker" "inspect" "7d0b7456053e3756eb65fe150edb0f4bbe706a016055ae50e3070a8e37cf749e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d0b7456053e3756eb65fe150edb0f4bbe706a016055ae50e3070a8e37cf749e", kill_on_drop: false }` [INFO] [stdout] 7d0b7456053e3756eb65fe150edb0f4bbe706a016055ae50e3070a8e37cf749e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] cf75417b0c4450c62a25ee825f6be6effc1aaf805808d6bd29d94f602f01b16a [INFO] running `Command { std: "docker" "start" "-a" "cf75417b0c4450c62a25ee825f6be6effc1aaf805808d6bd29d94f602f01b16a", kill_on_drop: false }` [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling pulldown-cmark v0.9.6 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling test-case v1.2.3 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling embedded-time v0.12.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/clock.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 53 | duration: Dur, [INFO] [stdout] 54 | ) -> Timer [INFO] [stdout] | ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 54 | ) -> Timer<'_, param::OneShot, param::Armed, Self, Dur> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/timer.rs:49:23 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn new(clock: &Clock, duration: Dur) -> Timer { [INFO] [stdout] | ^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 49 | pub fn new(clock: &Clock, duration: Dur) -> Timer<'_, OneShot, Armed, Clock, Dur> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling zerovec v0.11.2 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling toml v0.7.8 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling version-sync v0.9.5 [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/duration.rs:1093:9 [INFO] [stdout] | [INFO] [stdout] 1093 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/clock.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 53 | duration: Dur, [INFO] [stdout] 54 | ) -> Timer [INFO] [stdout] | ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 54 | ) -> Timer<'_, param::OneShot, param::Armed, Self, Dur> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/timer.rs:49:23 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn new(clock: &Clock, duration: Dur) -> Timer { [INFO] [stdout] | ^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 49 | pub fn new(clock: &Clock, duration: Dur) -> Timer<'_, OneShot, Armed, Clock, Dur> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 20.40s [INFO] running `Command { std: "docker" "inspect" "cf75417b0c4450c62a25ee825f6be6effc1aaf805808d6bd29d94f602f01b16a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf75417b0c4450c62a25ee825f6be6effc1aaf805808d6bd29d94f602f01b16a", kill_on_drop: false }` [INFO] [stdout] cf75417b0c4450c62a25ee825f6be6effc1aaf805808d6bd29d94f602f01b16a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] f727df55b3290da4a801b8e9f201e183521f7b79b00a996a372dcd752703d331 [INFO] running `Command { std: "docker" "start" "-a" "f727df55b3290da4a801b8e9f201e183521f7b79b00a996a372dcd752703d331", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/clock.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 53 | duration: Dur, [INFO] [stderr] 54 | ) -> Timer [INFO] [stderr] | ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 54 | ) -> Timer<'_, param::OneShot, param::Armed, Self, Dur> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/timer.rs:49:23 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn new(clock: &Clock, duration: Dur) -> Timer { [INFO] [stderr] | ^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 49 | pub fn new(clock: &Clock, duration: Dur) -> Timer<'_, OneShot, Armed, Clock, Dur> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `embedded-time` (lib) generated 2 warnings (run `cargo fix --lib -p embedded-time` to apply 2 suggestions) [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/duration.rs:1093:9 [INFO] [stderr] | [INFO] [stderr] 1093 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `embedded-time` (lib test) generated 3 warnings (2 duplicates) (run `cargo fix --lib -p embedded-time --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/embedded_time-564c301278fe2e6f) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test time_int::tests::checked_integer_div_fraction ... ok [INFO] [stdout] test time_int::tests::checked_integer_mul_fraction ... ok [INFO] [stdout] test fixed_point::tests::from_ticks ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/duration.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/duration-70e7e7570f3deef1) [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test add ... ok [INFO] [stdout] test checked_div ... ok [INFO] [stdout] test checked_mul ... ok [INFO] [stdout] test comparisons ... ok [INFO] [stdout] test construction ... ok [INFO] [stdout] test from_core_duration ... ok [INFO] [stdout] test div ... ok [INFO] [stdout] test error_try_from ... ok [INFO] [stdout] test get_generic_integer ... ok [INFO] [stdout] test duration_scaling ... ok [INFO] [stdout] test into_bigger ... ok [INFO] [stdout] test into_core_duration ... ok [INFO] [stdout] test into_smaller ... ok [INFO] [stdout] test mul ... ok [INFO] [stdout] test from_generic ... ok [INFO] [stdout] test rem ... ok [INFO] [stdout] test sub ... ok [INFO] [stdout] test to_generic ... ok [INFO] [stdout] test to_rate ... ok [INFO] [stdout] test widen_integer ... ok [INFO] [stdout] test div_div_by_zero - should panic ... ok [INFO] [stdout] test mul_overflow - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/fraction.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/fraction-d28a7e4ca086c75f) [INFO] [stdout] running 17 tests [INFO] [stdout] test fraction_div_fraction ... ok [INFO] [stdout] test fraction_mul_fraction ... ok [INFO] [stdout] test from_integer::returns_integer_as_fraction ... ok [INFO] [stdout] test new_reduce::reduce_the_fraction_if_possible ... ok [INFO] [stdout] test to_integer::returns_integer_no_truncation_required ... ok [INFO] [stdout] test new_reduce::a_denominator_of_0_will_fail ... ok [INFO] [stdout] test to_integer::returns_integer_truncation_required ... ok [INFO] [stdout] test u32_div_fraction::properly_handles_potential_overflows_when_possible ... ok [INFO] [stdout] test u32_div_fraction::returns_integer_result ... ok [INFO] [stdout] test u64_div_fraction::properly_handles_potential_overflows_when_possible ... ok [INFO] [stdout] test u64_div_fraction::returns_integer_result ... ok [INFO] [stdout] test u32_mul_fraction::properly_handles_potential_overflows_when_possible ... ok [INFO] [stdout] test u64_mul_fraction::properly_handles_potential_overflows_when_possible ... ok [INFO] [stdout] test u32_div_fraction::_u32_max_1_2_panics_ - should panic ... ok [INFO] [stdout] test u32_mul_fraction::_u32_max_2_1_panics_ - should panic ... ok [INFO] [stdout] test u64_div_fraction::_u64_max_1_2_panics_ - should panic ... ok [INFO] [stdout] test u64_mul_fraction::_u64_max_2_1_panics_ - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/instant.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/instant-c178800148d1ab6a) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test checked_add::add_the_maximum_allowed_duration ... ok [INFO] [stdout] test checked_sub::overflow_due_to_the_duration_being_too_large ... ok [INFO] [stdout] test checked_sub::subtract_the_maximum_allowed_duration ... ok [INFO] [stdout] test duration_add_instant::add_the_maximum_allowed_duration ... ok [INFO] [stdout] test checked_add::overflow_due_to_the_duration_being_too_large ... ok [INFO] [stdout] test duration_since ... ok [INFO] [stdout] test duration_since_epoch ... ok [INFO] [stdout] test instant_add_duration::add_the_maximum_allowed_duration ... ok [INFO] [stdout] test duration_until ... ok [INFO] [stdout] test add_panic - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/lib-3e0c500a8e46f1c3) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test errors ... ok [INFO] [stdout] test format ... ok [INFO] [stderr] Running tests/rate.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/rate-7e14fff4a4c83eaa) [INFO] [stdout] test common_types ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test add ... ok [INFO] [stdout] test bits_per_second_scaling ... ok [INFO] [stdout] test bytes_per_second_scaling ... ok [INFO] [stdout] test checked_div ... ok [INFO] [stdout] test checked_mul ... ok [INFO] [stdout] test comparisons ... ok [INFO] [stdout] test construction ... ok [INFO] [stdout] test convert_to_duration ... ok [INFO] [stdout] test div ... ok [INFO] [stdout] test frequency_scaling ... ok [INFO] [stdout] test get_generic_integer ... ok [INFO] [stdout] test baud_scaling ... ok [INFO] [stdout] test into_bigger ... ok [INFO] [stdout] test into_same ... ok [INFO] [stdout] test from_generic ... ok [INFO] [stdout] test mul ... ok [INFO] [stdout] test sub ... ok [INFO] [stdout] test to_generic ... ok [INFO] [stdout] test rem ... ok [INFO] [stdout] test into_smaller ... ok [INFO] [stdout] test div_div_by_zero - should panic ... ok [INFO] [stdout] test mul_overflow - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/timer.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/timer-aa23a179b84350a3) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test periodic_expiration ... ok [INFO] [stdout] test read_timer ... ok [INFO] [stdout] test oneshot_wait ... ok [INFO] [stdout] test periodic_wait ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/version-numbers.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/version_numbers-173f2fcf2549b922) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_html_root_url ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f727df55b3290da4a801b8e9f201e183521f7b79b00a996a372dcd752703d331", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f727df55b3290da4a801b8e9f201e183521f7b79b00a996a372dcd752703d331", kill_on_drop: false }` [INFO] [stdout] f727df55b3290da4a801b8e9f201e183521f7b79b00a996a372dcd752703d331