[INFO] crate fiz-math 0.0.14 is already in cache [INFO] extracting crate fiz-math 0.0.14 into work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/fiz-math/0.0.14 [INFO] extracting crate fiz-math 0.0.14 into work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/fiz-math/0.0.14 [INFO] validating manifest of fiz-math-0.0.14 on toolchain master#c43d03a19f326f4a323569328cc501e86eb6d22e [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of fiz-math-0.0.14 on toolchain try#75eff020d0923c035c2fe220db4a0465cd847048 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing fiz-math-0.0.14 [INFO] finished frobbing fiz-math-0.0.14 [INFO] frobbed toml for fiz-math-0.0.14 written to work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/fiz-math/0.0.14/Cargo.toml [INFO] started frobbing fiz-math-0.0.14 [INFO] finished frobbing fiz-math-0.0.14 [INFO] frobbed toml for fiz-math-0.0.14 written to work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/fiz-math/0.0.14/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking fiz-math-0.0.14 against master#c43d03a19f326f4a323569328cc501e86eb6d22e for pr-63565 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63565/worker-0/master#c43d03a19f326f4a323569328cc501e86eb6d22e:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/fiz-math/0.0.14:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2c7fdeac2fa8a1650314846e290c0c984165bdeda7a3026193cd64c0743d25d6 [INFO] running `"docker" "start" "-a" "2c7fdeac2fa8a1650314846e290c0c984165bdeda7a3026193cd64c0743d25d6"` [INFO] [stderr] Checking fiz-math v0.0.14 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/unit/mm.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / /// MM represents millimeters (1/10th a centimeter). [INFO] [stderr] 35 | | /// [INFO] [stderr] 36 | | /// # Examples [INFO] [stderr] 37 | | /// [INFO] [stderr] ... | [INFO] [stderr] 42 | | /// println!("{:?}", x); [INFO] [stderr] 43 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 44 | unit!(MM); [INFO] [stderr] | ---------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/unit/cm.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / /// CM represents centimeters (1/100th a meter). [INFO] [stderr] 19 | | /// [INFO] [stderr] 20 | | /// # Examples [INFO] [stderr] 21 | | /// [INFO] [stderr] ... | [INFO] [stderr] 26 | | /// println!("{:?}", x); [INFO] [stderr] 27 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 28 | unit!(CM); [INFO] [stderr] | ---------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/unit/m.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / /// M represents meters (the SI base unit representing distance). [INFO] [stderr] 33 | | /// [INFO] [stderr] 34 | | /// # Examples [INFO] [stderr] 35 | | /// [INFO] [stderr] ... | [INFO] [stderr] 40 | | /// println!("{:?}", x); [INFO] [stderr] 41 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 42 | unit!(M); [INFO] [stderr] | --------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/unit/km.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / /// KM represents kilometers (1000 meters). [INFO] [stderr] 33 | | /// [INFO] [stderr] 34 | | /// # Examples [INFO] [stderr] 35 | | /// [INFO] [stderr] ... | [INFO] [stderr] 40 | | /// println!("{:?}", x); [INFO] [stderr] 41 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 42 | unit!(KM); [INFO] [stderr] | ---------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/unit/rad.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / /// Rad represents radians (the standard unit of angular measure). [INFO] [stderr] 32 | | /// [INFO] [stderr] 33 | | /// # Examples [INFO] [stderr] 34 | | /// [INFO] [stderr] ... | [INFO] [stderr] 39 | | /// println!("{:?}", x); [INFO] [stderr] 40 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 41 | unit!(Rad); [INFO] [stderr] | ----------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/unit/deg.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / /// Deg represents degrees (a measurement of plane angle, representing 1/360th a [INFO] [stderr] 32 | | // full rotation). [INFO] [stderr] 33 | | /// [INFO] [stderr] 34 | | /// # Examples [INFO] [stderr] ... | [INFO] [stderr] 40 | | /// println!("{:?}", x); [INFO] [stderr] 41 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 42 | unit!(Deg); [INFO] [stderr] | ----------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/unit/mm.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / /// MM represents millimeters (1/10th a centimeter). [INFO] [stderr] 35 | | /// [INFO] [stderr] 36 | | /// # Examples [INFO] [stderr] 37 | | /// [INFO] [stderr] ... | [INFO] [stderr] 42 | | /// println!("{:?}", x); [INFO] [stderr] 43 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 44 | unit!(MM); [INFO] [stderr] | ---------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/unit/cm.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / /// CM represents centimeters (1/100th a meter). [INFO] [stderr] 19 | | /// [INFO] [stderr] 20 | | /// # Examples [INFO] [stderr] 21 | | /// [INFO] [stderr] ... | [INFO] [stderr] 26 | | /// println!("{:?}", x); [INFO] [stderr] 27 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 28 | unit!(CM); [INFO] [stderr] | ---------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/unit/m.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / /// M represents meters (the SI base unit representing distance). [INFO] [stderr] 33 | | /// [INFO] [stderr] 34 | | /// # Examples [INFO] [stderr] 35 | | /// [INFO] [stderr] ... | [INFO] [stderr] 40 | | /// println!("{:?}", x); [INFO] [stderr] 41 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 42 | unit!(M); [INFO] [stderr] | --------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/unit/km.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | / /// KM represents kilometers (1000 meters). [INFO] [stderr] 33 | | /// [INFO] [stderr] 34 | | /// # Examples [INFO] [stderr] 35 | | /// [INFO] [stderr] ... | [INFO] [stderr] 40 | | /// println!("{:?}", x); [INFO] [stderr] 41 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 42 | unit!(KM); [INFO] [stderr] | ---------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/unit/rad.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / /// Rad represents radians (the standard unit of angular measure). [INFO] [stderr] 32 | | /// [INFO] [stderr] 33 | | /// # Examples [INFO] [stderr] 34 | | /// [INFO] [stderr] ... | [INFO] [stderr] 39 | | /// println!("{:?}", x); [INFO] [stderr] 40 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 41 | unit!(Rad); [INFO] [stderr] | ----------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/unit/deg.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / /// Deg represents degrees (a measurement of plane angle, representing 1/360th a [INFO] [stderr] 32 | | // full rotation). [INFO] [stderr] 33 | | /// [INFO] [stderr] 34 | | /// # Examples [INFO] [stderr] ... | [INFO] [stderr] 40 | | /// println!("{:?}", x); [INFO] [stderr] 41 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] 42 | unit!(Deg); [INFO] [stderr] | ----------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] error: extern crate `num` is private, and cannot be re-exported (error E0365), consider declaring with `pub` [INFO] [stderr] --> src/lib.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub use num as num_export; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[deny(pub_use_of_private_extern_crate)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #34537 [INFO] [stderr] [INFO] [stderr] error: extern crate `num` is private, and cannot be re-exported (error E0365), consider declaring with `pub` [INFO] [stderr] --> src/lib.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub use num as num_export; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[deny(pub_use_of_private_extern_crate)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #34537 [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `unit::mm::MM: num::Saturating` is not satisfied [INFO] [stderr] --> src/unit_macro.rs:365:54 [INFO] [stderr] | [INFO] [stderr] 365 | 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] ::: src/unit/mm.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | unit!(MM); [INFO] [stderr] | ---------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `unit::cm::CM: num::Saturating` is not satisfied [INFO] [stderr] --> src/unit_macro.rs:365:54 [INFO] [stderr] | [INFO] [stderr] 365 | 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] ::: src/unit/cm.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | unit!(CM); [INFO] [stderr] | ---------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `unit::m::M: num::Saturating` is not satisfied [INFO] [stderr] --> src/unit_macro.rs:365:54 [INFO] [stderr] | [INFO] [stderr] 365 | 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] ::: src/unit/m.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | unit!(M); [INFO] [stderr] | --------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `unit::km::KM: num::Saturating` is not satisfied [INFO] [stderr] --> src/unit_macro.rs:365:54 [INFO] [stderr] | [INFO] [stderr] 365 | 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] ::: src/unit/km.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | unit!(KM); [INFO] [stderr] | ---------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `unit::rad::Rad: num::Saturating` is not satisfied [INFO] [stderr] --> src/unit_macro.rs:365:54 [INFO] [stderr] | [INFO] [stderr] 365 | 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] ::: src/unit/rad.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | unit!(Rad); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `unit::deg::Deg: num::Saturating` is not satisfied [INFO] [stderr] --> src/unit_macro.rs:365:54 [INFO] [stderr] | [INFO] [stderr] 365 | 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] ::: src/unit/deg.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | unit!(Deg); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `unit::mm::MM: num::Saturating` is not satisfied [INFO] [stderr] --> src/unit_macro.rs:365:54 [INFO] [stderr] | [INFO] [stderr] 365 | 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] ::: src/unit/mm.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | unit!(MM); [INFO] [stderr] | ---------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `unit::cm::CM: num::Saturating` is not satisfied [INFO] [stderr] --> src/unit_macro.rs:365:54 [INFO] [stderr] | [INFO] [stderr] 365 | 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] ::: src/unit/cm.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | unit!(CM); [INFO] [stderr] | ---------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `unit::m::M: num::Saturating` is not satisfied [INFO] [stderr] --> src/unit_macro.rs:365:54 [INFO] [stderr] | [INFO] [stderr] 365 | 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] ::: src/unit/m.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | unit!(M); [INFO] [stderr] | --------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `unit::km::KM: num::Saturating` is not satisfied [INFO] [stderr] --> src/unit_macro.rs:365:54 [INFO] [stderr] | [INFO] [stderr] 365 | 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] ::: src/unit/km.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | unit!(KM); [INFO] [stderr] | ---------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `unit::rad::Rad: num::Saturating` is not satisfied [INFO] [stderr] --> src/unit_macro.rs:365:54 [INFO] [stderr] | [INFO] [stderr] 365 | 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] ::: src/unit/rad.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | unit!(Rad); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `unit::deg::Deg: num::Saturating` is not satisfied [INFO] [stderr] --> src/unit_macro.rs:365:54 [INFO] [stderr] | [INFO] [stderr] 365 | 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] ::: src/unit/deg.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | unit!(Deg); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 7 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" "2c7fdeac2fa8a1650314846e290c0c984165bdeda7a3026193cd64c0743d25d6"` [INFO] running `"docker" "rm" "-f" "2c7fdeac2fa8a1650314846e290c0c984165bdeda7a3026193cd64c0743d25d6"` [INFO] [stdout] 2c7fdeac2fa8a1650314846e290c0c984165bdeda7a3026193cd64c0743d25d6