[INFO] crate fiz-math 0.0.14 is already in cache [INFO] extracting crate fiz-math 0.0.14 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/fiz-math/0.0.14 [INFO] extracting crate fiz-math 0.0.14 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/fiz-math/0.0.14 [INFO] validating manifest of fiz-math-0.0.14 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of fiz-math-0.0.14 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-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-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/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-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/fiz-math/0.0.14/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking fiz-math-0.0.14 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-2/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 6c4de11679eb510a4f2f6228c3fec341d474229b8a682ba5582e5389fe2c12ae [INFO] running `"docker" "start" "-a" "6c4de11679eb510a4f2f6228c3fec341d474229b8a682ba5582e5389fe2c12ae"` [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" "6c4de11679eb510a4f2f6228c3fec341d474229b8a682ba5582e5389fe2c12ae"` [INFO] running `"docker" "rm" "-f" "6c4de11679eb510a4f2f6228c3fec341d474229b8a682ba5582e5389fe2c12ae"` [INFO] [stdout] 6c4de11679eb510a4f2f6228c3fec341d474229b8a682ba5582e5389fe2c12ae