[INFO] fetching crate fiz 0.0.4...
[INFO] checking fiz-0.0.4 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate fiz 0.0.4 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate fiz 0.0.4 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fiz 0.0.4
[INFO] finished tweaking crates.io crate fiz 0.0.4
[INFO] tweaked toml for crates.io crate fiz 0.0.4 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded fiz-math v0.0.13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 667a693d0355179045698c365678d1b326a9222b3f6f809610364f13df3a2536
[INFO] running `Command { std: "docker" "start" "-a" "667a693d0355179045698c365678d1b326a9222b3f6f809610364f13df3a2536", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "667a693d0355179045698c365678d1b326a9222b3f6f809610364f13df3a2536", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "667a693d0355179045698c365678d1b326a9222b3f6f809610364f13df3a2536", kill_on_drop: false }`
[INFO] [stdout] 667a693d0355179045698c365678d1b326a9222b3f6f809610364f13df3a2536
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b9684deb44b1b643d77332f043a4651bc8e368cead7cad8270920a2d4135796d
[INFO] running `Command { std: "docker" "start" "-a" "b9684deb44b1b643d77332f043a4651bc8e368cead7cad8270920a2d4135796d", kill_on_drop: false }`
[INFO] [stderr]     Checking num-iter v0.1.44
[INFO] [stderr]     Checking num-bigint v0.1.44
[INFO] [stderr]     Checking num-rational v0.1.42
[INFO] [stderr]     Checking num v0.1.42
[INFO] [stderr]     Checking fiz-math v0.0.13
[INFO] [stdout] error[E0277]: the trait bound `MM<T>: num::Saturating` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit_macro.rs:385:94
[INFO] [stdout]     |
[INFO] [stdout] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stdout]     |                                                                                              ^^^^^^^^^ the trait `num::Saturating` is not implemented for `MM<T>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit/mm.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout] 44  | unit!(MM);
[INFO] [stdout]     | --------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `num::Saturating`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 4 others
[INFO] [stdout] note: required by a bound in `PrimInt`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/int.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout] 34  | pub trait PrimInt:
[INFO] [stdout]     |           ------- required by a bound in this trait
[INFO] [stdout] ...
[INFO] [stdout] 53  |     + Saturating
[INFO] [stdout]     |       ^^^^^^^^^^ required by this bound in `PrimInt`
[INFO] [stdout]     = note: this error originates in the macro `unit` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `CM<T>: num::Saturating` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit_macro.rs:385:94
[INFO] [stdout]     |
[INFO] [stdout] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stdout]     |                                                                                              ^^^^^^^^^ the trait `num::Saturating` is not implemented for `CM<T>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit/cm.rs:28:1
[INFO] [stdout]     |
[INFO] [stdout] 28  | unit!(CM);
[INFO] [stdout]     | --------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `num::Saturating`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 4 others
[INFO] [stdout] note: required by a bound in `PrimInt`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/int.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout] 34  | pub trait PrimInt:
[INFO] [stdout]     |           ------- required by a bound in this trait
[INFO] [stdout] ...
[INFO] [stdout] 53  |     + Saturating
[INFO] [stdout]     |       ^^^^^^^^^^ required by this bound in `PrimInt`
[INFO] [stdout]     = note: this error originates in the macro `unit` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `M<T>: num::Saturating` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit_macro.rs:385:94
[INFO] [stdout]     |
[INFO] [stdout] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stdout]     |                                                                                              ^^^^^^^^^ the trait `num::Saturating` is not implemented for `M<T>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit/m.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout] 42  | unit!(M);
[INFO] [stdout]     | -------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `num::Saturating`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 4 others
[INFO] [stdout] note: required by a bound in `PrimInt`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/int.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout] 34  | pub trait PrimInt:
[INFO] [stdout]     |           ------- required by a bound in this trait
[INFO] [stdout] ...
[INFO] [stdout] 53  |     + Saturating
[INFO] [stdout]     |       ^^^^^^^^^^ required by this bound in `PrimInt`
[INFO] [stdout]     = note: this error originates in the macro `unit` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `KM<T>: num::Saturating` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit_macro.rs:385:94
[INFO] [stdout]     |
[INFO] [stdout] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stdout]     |                                                                                              ^^^^^^^^^ the trait `num::Saturating` is not implemented for `KM<T>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit/km.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout] 42  | unit!(KM);
[INFO] [stdout]     | --------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `num::Saturating`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 4 others
[INFO] [stdout] note: required by a bound in `PrimInt`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/int.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout] 34  | pub trait PrimInt:
[INFO] [stdout]     |           ------- required by a bound in this trait
[INFO] [stdout] ...
[INFO] [stdout] 53  |     + Saturating
[INFO] [stdout]     |       ^^^^^^^^^^ required by this bound in `PrimInt`
[INFO] [stdout]     = note: this error originates in the macro `unit` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Rad<T>: num::Saturating` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit_macro.rs:385:94
[INFO] [stdout]     |
[INFO] [stdout] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stdout]     |                                                                                              ^^^^^^^^^ the trait `num::Saturating` is not implemented for `Rad<T>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit/rad.rs:41:1
[INFO] [stdout]     |
[INFO] [stdout] 41  | unit!(Rad);
[INFO] [stdout]     | ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `num::Saturating`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 4 others
[INFO] [stdout] note: required by a bound in `PrimInt`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/int.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout] 34  | pub trait PrimInt:
[INFO] [stdout]     |           ------- required by a bound in this trait
[INFO] [stdout] ...
[INFO] [stdout] 53  |     + Saturating
[INFO] [stdout]     |       ^^^^^^^^^^ required by this bound in `PrimInt`
[INFO] [stdout]     = note: this error originates in the macro `unit` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Deg<T>: num::Saturating` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit_macro.rs:385:94
[INFO] [stdout]     |
[INFO] [stdout] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stdout]     |                                                                                              ^^^^^^^^^ the trait `num::Saturating` is not implemented for `Deg<T>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit/deg.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout] 42  | unit!(Deg);
[INFO] [stdout]     | ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `num::Saturating`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 4 others
[INFO] [stdout] note: required by a bound in `PrimInt`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/int.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout] 34  | pub trait PrimInt:
[INFO] [stdout]     |           ------- required by a bound in this trait
[INFO] [stdout] ...
[INFO] [stdout] 53  |     + Saturating
[INFO] [stdout]     |       ^^^^^^^^^^ required by this bound in `PrimInt`
[INFO] [stdout]     = note: this error originates in the macro `unit` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fiz-math` (lib) due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "b9684deb44b1b643d77332f043a4651bc8e368cead7cad8270920a2d4135796d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9684deb44b1b643d77332f043a4651bc8e368cead7cad8270920a2d4135796d", kill_on_drop: false }`
[INFO] [stdout] b9684deb44b1b643d77332f043a4651bc8e368cead7cad8270920a2d4135796d
[INFO] checking fiz-0.0.4 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate fiz 0.0.4 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate fiz 0.0.4 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fiz 0.0.4
[INFO] finished tweaking crates.io crate fiz 0.0.4
[INFO] tweaked toml for crates.io crate fiz 0.0.4 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c68b619e28ce1ffac71d7992553e431238ce67f8db3f87865d39a492f91ec7a4
[INFO] running `Command { std: "docker" "start" "-a" "c68b619e28ce1ffac71d7992553e431238ce67f8db3f87865d39a492f91ec7a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c68b619e28ce1ffac71d7992553e431238ce67f8db3f87865d39a492f91ec7a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c68b619e28ce1ffac71d7992553e431238ce67f8db3f87865d39a492f91ec7a4", kill_on_drop: false }`
[INFO] [stdout] c68b619e28ce1ffac71d7992553e431238ce67f8db3f87865d39a492f91ec7a4
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e7c0a5ee9372fe93352c1ddef1c885d98a9850085cefd523fcc46cc01ce3e22c
[INFO] running `Command { std: "docker" "start" "-a" "e7c0a5ee9372fe93352c1ddef1c885d98a9850085cefd523fcc46cc01ce3e22c", kill_on_drop: false }`
[INFO] [stderr]     Checking num-iter v0.1.44
[INFO] [stderr]     Checking num-bigint v0.1.44
[INFO] [stderr]     Checking num-rational v0.1.42
[INFO] [stderr]     Checking num v0.1.42
[INFO] [stderr]     Checking fiz-math v0.0.13
[INFO] [stdout] error[E0277]: the trait bound `MM<T>: num::Saturating` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit_macro.rs:385:94
[INFO] [stdout]     |
[INFO] [stdout] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stdout]     |                                                                                              ^^^^^^^^^ the trait `num::Saturating` is not implemented for `MM<T>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit/mm.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout] 44  | unit!(MM);
[INFO] [stdout]     | --------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `num::Saturating`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 4 others
[INFO] [stdout] note: required by a bound in `PrimInt`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/int.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout] 34  | pub trait PrimInt:
[INFO] [stdout]     |           ------- required by a bound in this trait
[INFO] [stdout] ...
[INFO] [stdout] 53  |     + Saturating
[INFO] [stdout]     |       ^^^^^^^^^^ required by this bound in `PrimInt`
[INFO] [stdout]     = note: this error originates in the macro `unit` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `CM<T>: num::Saturating` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit_macro.rs:385:94
[INFO] [stdout]     |
[INFO] [stdout] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stdout]     |                                                                                              ^^^^^^^^^ the trait `num::Saturating` is not implemented for `CM<T>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit/cm.rs:28:1
[INFO] [stdout]     |
[INFO] [stdout] 28  | unit!(CM);
[INFO] [stdout]     | --------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `num::Saturating`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 4 others
[INFO] [stdout] note: required by a bound in `PrimInt`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/int.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout] 34  | pub trait PrimInt:
[INFO] [stdout]     |           ------- required by a bound in this trait
[INFO] [stdout] ...
[INFO] [stdout] 53  |     + Saturating
[INFO] [stdout]     |       ^^^^^^^^^^ required by this bound in `PrimInt`
[INFO] [stdout]     = note: this error originates in the macro `unit` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `M<T>: num::Saturating` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit_macro.rs:385:94
[INFO] [stdout]     |
[INFO] [stdout] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stdout]     |                                                                                              ^^^^^^^^^ the trait `num::Saturating` is not implemented for `M<T>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit/m.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout] 42  | unit!(M);
[INFO] [stdout]     | -------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `num::Saturating`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 4 others
[INFO] [stdout] note: required by a bound in `PrimInt`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/int.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout] 34  | pub trait PrimInt:
[INFO] [stdout]     |           ------- required by a bound in this trait
[INFO] [stdout] ...
[INFO] [stdout] 53  |     + Saturating
[INFO] [stdout]     |       ^^^^^^^^^^ required by this bound in `PrimInt`
[INFO] [stdout]     = note: this error originates in the macro `unit` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `KM<T>: num::Saturating` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit_macro.rs:385:94
[INFO] [stdout]     |
[INFO] [stdout] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stdout]     |                                                                                              ^^^^^^^^^ the trait `num::Saturating` is not implemented for `KM<T>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit/km.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout] 42  | unit!(KM);
[INFO] [stdout]     | --------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `num::Saturating`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 4 others
[INFO] [stdout] note: required by a bound in `PrimInt`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/int.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout] 34  | pub trait PrimInt:
[INFO] [stdout]     |           ------- required by a bound in this trait
[INFO] [stdout] ...
[INFO] [stdout] 53  |     + Saturating
[INFO] [stdout]     |       ^^^^^^^^^^ required by this bound in `PrimInt`
[INFO] [stdout]     = note: this error originates in the macro `unit` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Rad<T>: num::Saturating` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit_macro.rs:385:94
[INFO] [stdout]     |
[INFO] [stdout] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stdout]     |                                                                                              ^^^^^^^^^ the trait `num::Saturating` is not implemented for `Rad<T>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit/rad.rs:41:1
[INFO] [stdout]     |
[INFO] [stdout] 41  | unit!(Rad);
[INFO] [stdout]     | ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `num::Saturating`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 4 others
[INFO] [stdout] note: required by a bound in `PrimInt`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/int.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout] 34  | pub trait PrimInt:
[INFO] [stdout]     |           ------- required by a bound in this trait
[INFO] [stdout] ...
[INFO] [stdout] 53  |     + Saturating
[INFO] [stdout]     |       ^^^^^^^^^^ required by this bound in `PrimInt`
[INFO] [stdout]     = note: this error originates in the macro `unit` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Deg<T>: num::Saturating` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit_macro.rs:385:94
[INFO] [stdout]     |
[INFO] [stdout] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stdout]     |                                                                                              ^^^^^^^^^ the trait `num::Saturating` is not implemented for `Deg<T>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fiz-math-0.0.13/src/unit/deg.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout] 42  | unit!(Deg);
[INFO] [stdout]     | ---------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `num::Saturating`:
[INFO] [stdout]               isize
[INFO] [stdout]               i8
[INFO] [stdout]               i16
[INFO] [stdout]               i32
[INFO] [stdout]               i64
[INFO] [stdout]               i128
[INFO] [stdout]               usize
[INFO] [stdout]               u8
[INFO] [stdout]             and 4 others
[INFO] [stdout] note: required by a bound in `PrimInt`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.18/src/int.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout] 34  | pub trait PrimInt:
[INFO] [stdout]     |           ------- required by a bound in this trait
[INFO] [stdout] ...
[INFO] [stdout] 53  |     + Saturating
[INFO] [stdout]     |       ^^^^^^^^^^ required by this bound in `PrimInt`
[INFO] [stdout]     = note: this error originates in the macro `unit` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fiz-math` (lib) due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "e7c0a5ee9372fe93352c1ddef1c885d98a9850085cefd523fcc46cc01ce3e22c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7c0a5ee9372fe93352c1ddef1c885d98a9850085cefd523fcc46cc01ce3e22c", kill_on_drop: false }`
[INFO] [stdout] e7c0a5ee9372fe93352c1ddef1c885d98a9850085cefd523fcc46cc01ce3e22c
