[INFO] fetching crate fiz-math 0.0.14... [INFO] checking fiz-math-0.0.14 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate fiz-math 0.0.14 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate fiz-math 0.0.14 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fiz-math 0.0.14 [INFO] finished tweaking crates.io crate fiz-math 0.0.14 [INFO] tweaked toml for crates.io crate fiz-math 0.0.14 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] dee1ee0ddc5d331d75e55f35f64abc3b4fa8eff7bbaaf7ee440f3438124452ca [INFO] running `Command { std: "docker" "start" "-a" "dee1ee0ddc5d331d75e55f35f64abc3b4fa8eff7bbaaf7ee440f3438124452ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dee1ee0ddc5d331d75e55f35f64abc3b4fa8eff7bbaaf7ee440f3438124452ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dee1ee0ddc5d331d75e55f35f64abc3b4fa8eff7bbaaf7ee440f3438124452ca", kill_on_drop: false }` [INFO] [stdout] dee1ee0ddc5d331d75e55f35f64abc3b4fa8eff7bbaaf7ee440f3438124452ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f568d9f80e6929aee7c37281fd495d1f5c665a9846706deec16eceea90abcba [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0f568d9f80e6929aee7c37281fd495d1f5c665a9846706deec16eceea90abcba", kill_on_drop: false }` [INFO] [stderr] Checking fiz-math v0.0.14 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unit/mm.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / /// MM represents millimeters (1/10th a centimeter). [INFO] [stdout] 35 | | /// [INFO] [stdout] 36 | | /// # Examples [INFO] [stdout] 37 | | /// [INFO] [stdout] ... | [INFO] [stdout] 42 | | /// println!("{:?}", x); [INFO] [stdout] 43 | | /// ``` [INFO] [stdout] | |_------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unit/cm.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / /// CM represents centimeters (1/100th a meter). [INFO] [stdout] 19 | | /// [INFO] [stdout] 20 | | /// # Examples [INFO] [stdout] 21 | | /// [INFO] [stdout] ... | [INFO] [stdout] 26 | | /// println!("{:?}", x); [INFO] [stdout] 27 | | /// ``` [INFO] [stdout] | |_------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unit/m.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / /// M represents meters (the SI base unit representing distance). [INFO] [stdout] 33 | | /// [INFO] [stdout] 34 | | /// # Examples [INFO] [stdout] 35 | | /// [INFO] [stdout] ... | [INFO] [stdout] 40 | | /// println!("{:?}", x); [INFO] [stdout] 41 | | /// ``` [INFO] [stdout] | |_------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unit/km.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / /// KM represents kilometers (1000 meters). [INFO] [stdout] 33 | | /// [INFO] [stdout] 34 | | /// # Examples [INFO] [stdout] 35 | | /// [INFO] [stdout] ... | [INFO] [stdout] 40 | | /// println!("{:?}", x); [INFO] [stdout] 41 | | /// ``` [INFO] [stdout] | |_------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unit/rad.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / /// Rad represents radians (the standard unit of angular measure). [INFO] [stdout] 32 | | /// [INFO] [stdout] 33 | | /// # Examples [INFO] [stdout] 34 | | /// [INFO] [stdout] ... | [INFO] [stdout] 39 | | /// println!("{:?}", x); [INFO] [stdout] 40 | | /// ``` [INFO] [stdout] | |_------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unit/deg.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / /// Deg represents degrees (a measurement of plane angle, representing 1/360th a [INFO] [stdout] 32 | | // full rotation). [INFO] [stdout] 33 | | /// [INFO] [stdout] 34 | | /// # Examples [INFO] [stdout] ... | [INFO] [stdout] 40 | | /// println!("{:?}", x); [INFO] [stdout] 41 | | /// ``` [INFO] [stdout] | |_------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern crate `num` is private, and cannot be re-exported (error E0365), consider declaring with `pub` [INFO] [stdout] --> src/lib.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use num as num_export; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(pub_use_of_private_extern_crate)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unit/mm.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / /// MM represents millimeters (1/10th a centimeter). [INFO] [stdout] 35 | | /// [INFO] [stdout] 36 | | /// # Examples [INFO] [stdout] 37 | | /// [INFO] [stdout] ... | [INFO] [stdout] 42 | | /// println!("{:?}", x); [INFO] [stdout] 43 | | /// ``` [INFO] [stdout] | |_------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unit/cm.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / /// CM represents centimeters (1/100th a meter). [INFO] [stdout] 19 | | /// [INFO] [stdout] 20 | | /// # Examples [INFO] [stdout] 21 | | /// [INFO] [stdout] ... | [INFO] [stdout] 26 | | /// println!("{:?}", x); [INFO] [stdout] 27 | | /// ``` [INFO] [stdout] | |_------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unit/m.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / /// M represents meters (the SI base unit representing distance). [INFO] [stdout] 33 | | /// [INFO] [stdout] 34 | | /// # Examples [INFO] [stdout] 35 | | /// [INFO] [stdout] ... | [INFO] [stdout] 40 | | /// println!("{:?}", x); [INFO] [stdout] 41 | | /// ``` [INFO] [stdout] | |_------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unit/km.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | / /// KM represents kilometers (1000 meters). [INFO] [stdout] 33 | | /// [INFO] [stdout] 34 | | /// # Examples [INFO] [stdout] 35 | | /// [INFO] [stdout] ... | [INFO] [stdout] 40 | | /// println!("{:?}", x); [INFO] [stdout] 41 | | /// ``` [INFO] [stdout] | |_------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unit/rad.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / /// Rad represents radians (the standard unit of angular measure). [INFO] [stdout] 32 | | /// [INFO] [stdout] 33 | | /// # Examples [INFO] [stdout] 34 | | /// [INFO] [stdout] ... | [INFO] [stdout] 39 | | /// println!("{:?}", x); [INFO] [stdout] 40 | | /// ``` [INFO] [stdout] | |_------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/unit/deg.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / /// Deg represents degrees (a measurement of plane angle, representing 1/360th a [INFO] [stdout] 32 | | // full rotation). [INFO] [stdout] 33 | | /// [INFO] [stdout] 34 | | /// # Examples [INFO] [stdout] ... | [INFO] [stdout] 40 | | /// println!("{:?}", x); [INFO] [stdout] 41 | | /// ``` [INFO] [stdout] | |_------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern crate `num` is private, and cannot be re-exported (error E0365), consider declaring with `pub` [INFO] [stdout] --> src/lib.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use num as num_export; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(pub_use_of_private_extern_crate)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `MM: Saturating` is not satisfied [INFO] [stdout] --> src/unit_macro.rs:365:54 [INFO] [stdout] | [INFO] [stdout] 365 | impl $crate::num_export::traits::PrimInt for $ident { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Saturating` is not implemented for `MM` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/int.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | + Saturating [INFO] [stdout] | ---------- required by this bound in `PrimInt` [INFO] [stdout] | [INFO] [stdout] ::: src/unit/mm.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | unit!(MM); [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [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: Saturating` is not satisfied [INFO] [stdout] --> src/unit_macro.rs:365:54 [INFO] [stdout] | [INFO] [stdout] 365 | impl $crate::num_export::traits::PrimInt for $ident { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Saturating` is not implemented for `CM` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/int.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | + Saturating [INFO] [stdout] | ---------- required by this bound in `PrimInt` [INFO] [stdout] | [INFO] [stdout] ::: src/unit/cm.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | unit!(CM); [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [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: Saturating` is not satisfied [INFO] [stdout] --> src/unit_macro.rs:365:54 [INFO] [stdout] | [INFO] [stdout] 365 | impl $crate::num_export::traits::PrimInt for $ident { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Saturating` is not implemented for `M` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/int.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | + Saturating [INFO] [stdout] | ---------- required by this bound in `PrimInt` [INFO] [stdout] | [INFO] [stdout] ::: src/unit/m.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | unit!(M); [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [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: Saturating` is not satisfied [INFO] [stdout] --> src/unit_macro.rs:365:54 [INFO] [stdout] | [INFO] [stdout] 365 | impl $crate::num_export::traits::PrimInt for $ident { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Saturating` is not implemented for `KM` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/int.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | + Saturating [INFO] [stdout] | ---------- required by this bound in `PrimInt` [INFO] [stdout] | [INFO] [stdout] ::: src/unit/km.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | unit!(KM); [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [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: Saturating` is not satisfied [INFO] [stdout] --> src/unit_macro.rs:365:54 [INFO] [stdout] | [INFO] [stdout] 365 | impl $crate::num_export::traits::PrimInt for $ident { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Saturating` is not implemented for `Rad` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/int.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | + Saturating [INFO] [stdout] | ---------- required by this bound in `PrimInt` [INFO] [stdout] | [INFO] [stdout] ::: src/unit/rad.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | unit!(Rad); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [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: Saturating` is not satisfied [INFO] [stdout] --> src/unit_macro.rs:365:54 [INFO] [stdout] | [INFO] [stdout] 365 | impl $crate::num_export::traits::PrimInt for $ident { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Saturating` is not implemented for `Deg` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/int.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | + Saturating [INFO] [stdout] | ---------- required by this bound in `PrimInt` [INFO] [stdout] | [INFO] [stdout] ::: src/unit/deg.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | unit!(Deg); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [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 `MM: Saturating` is not satisfied [INFO] [stdout] --> src/unit_macro.rs:365:54 [INFO] [stdout] | [INFO] [stdout] 365 | impl $crate::num_export::traits::PrimInt for $ident { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Saturating` is not implemented for `MM` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/int.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | + Saturating [INFO] [stdout] | ---------- required by this bound in `PrimInt` [INFO] [stdout] | [INFO] [stdout] ::: src/unit/mm.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | unit!(MM); [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [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: Saturating` is not satisfied [INFO] [stdout] --> src/unit_macro.rs:365:54 [INFO] [stdout] | [INFO] [stdout] 365 | impl $crate::num_export::traits::PrimInt for $ident { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Saturating` is not implemented for `CM` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/int.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | + Saturating [INFO] [stdout] | ---------- required by this bound in `PrimInt` [INFO] [stdout] | [INFO] [stdout] ::: src/unit/cm.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | unit!(CM); [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [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: Saturating` is not satisfied [INFO] [stdout] --> src/unit_macro.rs:365:54 [INFO] [stdout] | [INFO] [stdout] 365 | impl $crate::num_export::traits::PrimInt for $ident { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Saturating` is not implemented for `M` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/int.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | + Saturating [INFO] [stdout] | ---------- required by this bound in `PrimInt` [INFO] [stdout] | [INFO] [stdout] ::: src/unit/m.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | unit!(M); [INFO] [stdout] | --------- in this macro invocation [INFO] [stdout] | [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: Saturating` is not satisfied [INFO] [stdout] --> src/unit_macro.rs:365:54 [INFO] [stdout] | [INFO] [stdout] 365 | impl $crate::num_export::traits::PrimInt for $ident { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Saturating` is not implemented for `KM` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/int.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | + Saturating [INFO] [stdout] | ---------- required by this bound in `PrimInt` [INFO] [stdout] | [INFO] [stdout] ::: src/unit/km.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | unit!(KM); [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [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: Saturating` is not satisfied [INFO] [stdout] --> src/unit_macro.rs:365:54 [INFO] [stdout] | [INFO] [stdout] 365 | impl $crate::num_export::traits::PrimInt for $ident { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Saturating` is not implemented for `Rad` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/int.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | + Saturating [INFO] [stdout] | ---------- required by this bound in `PrimInt` [INFO] [stdout] | [INFO] [stdout] ::: src/unit/rad.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | unit!(Rad); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [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: Saturating` is not satisfied [INFO] [stdout] --> src/unit_macro.rs:365:54 [INFO] [stdout] | [INFO] [stdout] 365 | impl $crate::num_export::traits::PrimInt for $ident { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Saturating` is not implemented for `Deg` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/src/int.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | + Saturating [INFO] [stdout] | ---------- required by this bound in `PrimInt` [INFO] [stdout] | [INFO] [stdout] ::: src/unit/deg.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | unit!(Deg); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [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 7 previous errors; 6 warnings emitted [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` due to 8 previous errors; 6 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 7 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0f568d9f80e6929aee7c37281fd495d1f5c665a9846706deec16eceea90abcba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f568d9f80e6929aee7c37281fd495d1f5c665a9846706deec16eceea90abcba", kill_on_drop: false }` [INFO] [stdout] 0f568d9f80e6929aee7c37281fd495d1f5c665a9846706deec16eceea90abcba