[INFO] crate fiz 0.0.4 is already in cache
[INFO] checking fiz-0.0.4 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate fiz 0.0.4 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate fiz 0.0.4 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[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-5/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 426c9d38221a12a9a48fc48ac705c1eda9584d50add8948b1eef61e904bbd24f
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "426c9d38221a12a9a48fc48ac705c1eda9584d50add8948b1eef61e904bbd24f"`
[INFO] [stderr]     Checking fiz-math v0.0.13
[INFO] [stderr] error[E0277]: the trait bound `unit::mm::MM<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiz-math-0.0.13/src/unit_macro.rs:385:54
[INFO] [stderr]     |
[INFO] [stderr] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::mm::MM<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiz-math-0.0.13/src/unit/mm.rs:44:1
[INFO] [stderr]     |
[INFO] [stderr] 44  | unit!(MM);
[INFO] [stderr]     | ---------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::cm::CM<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiz-math-0.0.13/src/unit_macro.rs:385:54
[INFO] [stderr]     |
[INFO] [stderr] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::cm::CM<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiz-math-0.0.13/src/unit/cm.rs:28:1
[INFO] [stderr]     |
[INFO] [stderr] 28  | unit!(CM);
[INFO] [stderr]     | ---------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::m::M<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiz-math-0.0.13/src/unit_macro.rs:385:54
[INFO] [stderr]     |
[INFO] [stderr] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::m::M<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiz-math-0.0.13/src/unit/m.rs:42:1
[INFO] [stderr]     |
[INFO] [stderr] 42  | unit!(M);
[INFO] [stderr]     | --------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::km::KM<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiz-math-0.0.13/src/unit_macro.rs:385:54
[INFO] [stderr]     |
[INFO] [stderr] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::km::KM<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiz-math-0.0.13/src/unit/km.rs:42:1
[INFO] [stderr]     |
[INFO] [stderr] 42  | unit!(KM);
[INFO] [stderr]     | ---------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::rad::Rad<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiz-math-0.0.13/src/unit_macro.rs:385:54
[INFO] [stderr]     |
[INFO] [stderr] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::rad::Rad<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiz-math-0.0.13/src/unit/rad.rs:41:1
[INFO] [stderr]     |
[INFO] [stderr] 41  | unit!(Rad);
[INFO] [stderr]     | ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `unit::deg::Deg<T>: num::Saturating` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiz-math-0.0.13/src/unit_macro.rs:385:54
[INFO] [stderr]     |
[INFO] [stderr] 385 |         impl<T: $crate::num_export::traits::PrimInt> $crate::num_export::traits::PrimInt for $ident<T> {
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::deg::Deg<T>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiz-math-0.0.13/src/unit/deg.rs:42:1
[INFO] [stderr]     |
[INFO] [stderr] 42  | unit!(Deg);
[INFO] [stderr]     | ----------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `fiz-math`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "426c9d38221a12a9a48fc48ac705c1eda9584d50add8948b1eef61e904bbd24f"`
[INFO] running `"docker" "rm" "-f" "426c9d38221a12a9a48fc48ac705c1eda9584d50add8948b1eef61e904bbd24f"`
[INFO] [stdout] 426c9d38221a12a9a48fc48ac705c1eda9584d50add8948b1eef61e904bbd24f
