[INFO] fetching crate fiz 0.0.4... [INFO] testing fiz-0.0.4 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate fiz 0.0.4 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate fiz 0.0.4 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fiz-math v0.0.13 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c18adc6f255eed3387ae791d548bafd65883c37f7efd6ea6c5c98dbf73e2bf80 [INFO] running `"docker" "start" "-a" "c18adc6f255eed3387ae791d548bafd65883c37f7efd6ea6c5c98dbf73e2bf80"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling 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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "c18adc6f255eed3387ae791d548bafd65883c37f7efd6ea6c5c98dbf73e2bf80"` [INFO] running `"docker" "rm" "-f" "c18adc6f255eed3387ae791d548bafd65883c37f7efd6ea6c5c98dbf73e2bf80"` [INFO] [stdout] c18adc6f255eed3387ae791d548bafd65883c37f7efd6ea6c5c98dbf73e2bf80