[INFO] crate fiz 0.0.4 is already in cache [INFO] checking fiz-0.0.4 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate fiz 0.0.4 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate fiz 0.0.4 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5bee9cf0a22262f19af3ff097c0b5b285c23fb33a0a0752a339c235490631a7e [INFO] running `"docker" "start" "-a" "5bee9cf0a22262f19af3ff097c0b5b285c23fb33a0a0752a339c235490631a7e"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking fiz-math v0.0.13 [INFO] [stderr] error[E0277]: the trait bound `unit::mm::MM: 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 $crate::num_export::traits::PrimInt for $ident { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::mm::MM` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.11/src/int.rs:53:7 [INFO] [stderr] | [INFO] [stderr] 53 | + Saturating [INFO] [stderr] | ---------- required by this bound in `num::PrimInt` [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: 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 $crate::num_export::traits::PrimInt for $ident { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::cm::CM` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.11/src/int.rs:53:7 [INFO] [stderr] | [INFO] [stderr] 53 | + Saturating [INFO] [stderr] | ---------- required by this bound in `num::PrimInt` [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: 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 $crate::num_export::traits::PrimInt for $ident { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::m::M` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.11/src/int.rs:53:7 [INFO] [stderr] | [INFO] [stderr] 53 | + Saturating [INFO] [stderr] | ---------- required by this bound in `num::PrimInt` [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: 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 $crate::num_export::traits::PrimInt for $ident { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::km::KM` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.11/src/int.rs:53:7 [INFO] [stderr] | [INFO] [stderr] 53 | + Saturating [INFO] [stderr] | ---------- required by this bound in `num::PrimInt` [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: 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 $crate::num_export::traits::PrimInt for $ident { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::rad::Rad` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.11/src/int.rs:53:7 [INFO] [stderr] | [INFO] [stderr] 53 | + Saturating [INFO] [stderr] | ---------- required by this bound in `num::PrimInt` [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: 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 $crate::num_export::traits::PrimInt for $ident { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::deg::Deg` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.11/src/int.rs:53:7 [INFO] [stderr] | [INFO] [stderr] 53 | + Saturating [INFO] [stderr] | ---------- required by this bound in `num::PrimInt` [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" "5bee9cf0a22262f19af3ff097c0b5b285c23fb33a0a0752a339c235490631a7e"` [INFO] running `"docker" "rm" "-f" "5bee9cf0a22262f19af3ff097c0b5b285c23fb33a0a0752a339c235490631a7e"` [INFO] [stdout] 5bee9cf0a22262f19af3ff097c0b5b285c23fb33a0a0752a339c235490631a7e