Sep 04 17:41:48.926 INFO checking fiz-math-0.0.12 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 17:41:48.926 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 17:41:48.926 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 17:41:49.066 INFO blam! 6f4e67e6020db4cced21b804e28d09f3bd46981678495ff6a61d26203d3b6660 Sep 04 17:41:49.068 INFO running `"docker" "start" "-a" "6f4e67e6020db4cced21b804e28d09f3bd46981678495ff6a61d26203d3b6660"` Sep 04 17:41:49.759 INFO kablam! Checking fiz-math v0.0.12 (file:///source) Sep 04 17:41:50.622 INFO kablam! error: extern crate `num` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Sep 04 17:41:50.622 INFO kablam! --> src/lib.rs:4:24 Sep 04 17:41:50.622 INFO kablam! | Sep 04 17:41:50.622 INFO kablam! 4 | #[doc(hidden)] pub use num as num_export; Sep 04 17:41:50.622 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 17:41:50.622 INFO kablam! | Sep 04 17:41:50.623 INFO kablam! = note: #[deny(pub_use_of_private_extern_crate)] on by default Sep 04 17:41:50.623 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 17:41:50.623 INFO kablam! = note: for more information, see issue #34537 Sep 04 17:41:50.623 INFO kablam! Sep 04 17:41:50.852 INFO kablam! error: extern crate `num` is private, and cannot be re-exported (error E0365), consider declaring with `pub` Sep 04 17:41:50.852 INFO kablam! --> src/lib.rs:4:24 Sep 04 17:41:50.852 INFO kablam! | Sep 04 17:41:50.852 INFO kablam! 4 | #[doc(hidden)] pub use num as num_export; Sep 04 17:41:50.852 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 17:41:50.852 INFO kablam! | Sep 04 17:41:50.852 INFO kablam! = note: #[deny(pub_use_of_private_extern_crate)] on by default Sep 04 17:41:50.852 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 17:41:50.852 INFO kablam! = note: for more information, see issue #34537 Sep 04 17:41:50.852 INFO kablam! Sep 04 17:41:50.905 INFO kablam! error[E0277]: the trait bound `unit::mm::MM: num::Saturating` is not satisfied Sep 04 17:41:50.905 INFO kablam! --> src/unit_macro.rs:385:54 Sep 04 17:41:50.905 INFO kablam! | Sep 04 17:41:50.905 INFO kablam! 385 | impl $crate::num_export::traits::PrimInt for $ident { Sep 04 17:41:50.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::mm::MM` Sep 04 17:41:50.905 INFO kablam! | Sep 04 17:41:50.905 INFO kablam! ::: src/unit/mm.rs:42:1 Sep 04 17:41:50.905 INFO kablam! | Sep 04 17:41:50.905 INFO kablam! 42 | unit!(MM); Sep 04 17:41:50.905 INFO kablam! | ---------- in this macro invocation Sep 04 17:41:50.905 INFO kablam! Sep 04 17:41:50.913 INFO kablam! error[E0277]: the trait bound `unit::cm::CM: num::Saturating` is not satisfied Sep 04 17:41:50.913 INFO kablam! --> src/unit_macro.rs:385:54 Sep 04 17:41:50.913 INFO kablam! | Sep 04 17:41:50.913 INFO kablam! 385 | impl $crate::num_export::traits::PrimInt for $ident { Sep 04 17:41:50.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::cm::CM` Sep 04 17:41:50.913 INFO kablam! | Sep 04 17:41:50.913 INFO kablam! ::: src/unit/cm.rs:26:1 Sep 04 17:41:50.913 INFO kablam! | Sep 04 17:41:50.913 INFO kablam! 26 | unit!(CM); Sep 04 17:41:50.913 INFO kablam! | ---------- in this macro invocation Sep 04 17:41:50.913 INFO kablam! Sep 04 17:41:50.924 INFO kablam! error[E0277]: the trait bound `unit::m::M: num::Saturating` is not satisfied Sep 04 17:41:50.924 INFO kablam! --> src/unit_macro.rs:385:54 Sep 04 17:41:50.924 INFO kablam! | Sep 04 17:41:50.924 INFO kablam! 385 | impl $crate::num_export::traits::PrimInt for $ident { Sep 04 17:41:50.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::m::M` Sep 04 17:41:50.924 INFO kablam! | Sep 04 17:41:50.924 INFO kablam! ::: src/unit/m.rs:40:1 Sep 04 17:41:50.924 INFO kablam! | Sep 04 17:41:50.924 INFO kablam! 40 | unit!(M); Sep 04 17:41:50.924 INFO kablam! | --------- in this macro invocation Sep 04 17:41:50.924 INFO kablam! Sep 04 17:41:50.932 INFO kablam! error[E0277]: the trait bound `unit::km::KM: num::Saturating` is not satisfied Sep 04 17:41:50.932 INFO kablam! --> src/unit_macro.rs:385:54 Sep 04 17:41:50.932 INFO kablam! | Sep 04 17:41:50.932 INFO kablam! 385 | impl $crate::num_export::traits::PrimInt for $ident { Sep 04 17:41:50.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::km::KM` Sep 04 17:41:50.932 INFO kablam! | Sep 04 17:41:50.932 INFO kablam! ::: src/unit/km.rs:40:1 Sep 04 17:41:50.932 INFO kablam! | Sep 04 17:41:50.932 INFO kablam! 40 | unit!(KM); Sep 04 17:41:50.932 INFO kablam! | ---------- in this macro invocation Sep 04 17:41:50.932 INFO kablam! Sep 04 17:41:51.076 INFO kablam! error: aborting due to 5 previous errors Sep 04 17:41:51.076 INFO kablam! Sep 04 17:41:51.076 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 17:41:51.085 INFO kablam! error: Could not compile `fiz-math`. Sep 04 17:41:51.085 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 17:41:51.166 INFO kablam! error[E0277]: the trait bound `unit::mm::MM: num::Saturating` is not satisfied Sep 04 17:41:51.166 INFO kablam! --> src/unit_macro.rs:385:54 Sep 04 17:41:51.166 INFO kablam! | Sep 04 17:41:51.166 INFO kablam! 385 | impl $crate::num_export::traits::PrimInt for $ident { Sep 04 17:41:51.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::mm::MM` Sep 04 17:41:51.166 INFO kablam! | Sep 04 17:41:51.166 INFO kablam! ::: src/unit/mm.rs:42:1 Sep 04 17:41:51.166 INFO kablam! | Sep 04 17:41:51.166 INFO kablam! 42 | unit!(MM); Sep 04 17:41:51.167 INFO kablam! | ---------- in this macro invocation Sep 04 17:41:51.167 INFO kablam! Sep 04 17:41:51.178 INFO kablam! error[E0277]: the trait bound `unit::cm::CM: num::Saturating` is not satisfied Sep 04 17:41:51.178 INFO kablam! --> src/unit_macro.rs:385:54 Sep 04 17:41:51.178 INFO kablam! | Sep 04 17:41:51.178 INFO kablam! 385 | impl $crate::num_export::traits::PrimInt for $ident { Sep 04 17:41:51.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::cm::CM` Sep 04 17:41:51.179 INFO kablam! | Sep 04 17:41:51.179 INFO kablam! ::: src/unit/cm.rs:26:1 Sep 04 17:41:51.179 INFO kablam! | Sep 04 17:41:51.179 INFO kablam! 26 | unit!(CM); Sep 04 17:41:51.179 INFO kablam! | ---------- in this macro invocation Sep 04 17:41:51.179 INFO kablam! Sep 04 17:41:51.190 INFO kablam! error[E0277]: the trait bound `unit::m::M: num::Saturating` is not satisfied Sep 04 17:41:51.190 INFO kablam! --> src/unit_macro.rs:385:54 Sep 04 17:41:51.190 INFO kablam! | Sep 04 17:41:51.190 INFO kablam! 385 | impl $crate::num_export::traits::PrimInt for $ident { Sep 04 17:41:51.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::m::M` Sep 04 17:41:51.190 INFO kablam! | Sep 04 17:41:51.190 INFO kablam! ::: src/unit/m.rs:40:1 Sep 04 17:41:51.190 INFO kablam! | Sep 04 17:41:51.190 INFO kablam! 40 | unit!(M); Sep 04 17:41:51.190 INFO kablam! | --------- in this macro invocation Sep 04 17:41:51.191 INFO kablam! Sep 04 17:41:51.202 INFO kablam! error[E0277]: the trait bound `unit::km::KM: num::Saturating` is not satisfied Sep 04 17:41:51.202 INFO kablam! --> src/unit_macro.rs:385:54 Sep 04 17:41:51.202 INFO kablam! | Sep 04 17:41:51.202 INFO kablam! 385 | impl $crate::num_export::traits::PrimInt for $ident { Sep 04 17:41:51.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num::Saturating` is not implemented for `unit::km::KM` Sep 04 17:41:51.202 INFO kablam! | Sep 04 17:41:51.202 INFO kablam! ::: src/unit/km.rs:40:1 Sep 04 17:41:51.202 INFO kablam! | Sep 04 17:41:51.202 INFO kablam! 40 | unit!(KM); Sep 04 17:41:51.202 INFO kablam! | ---------- in this macro invocation Sep 04 17:41:51.202 INFO kablam! Sep 04 17:41:51.363 INFO kablam! error: aborting due to 5 previous errors Sep 04 17:41:51.363 INFO kablam! Sep 04 17:41:51.363 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 17:41:51.373 INFO kablam! error: Could not compile `fiz-math`. Sep 04 17:41:51.373 INFO kablam! Sep 04 17:41:51.373 INFO kablam! To learn more, run the command again with --verbose. Sep 04 17:41:51.375 INFO kablam! su: No module specific data is present Sep 04 17:41:51.849 INFO running `"docker" "rm" "-f" "6f4e67e6020db4cced21b804e28d09f3bd46981678495ff6a61d26203d3b6660"` Sep 04 17:41:51.942 INFO blam! 6f4e67e6020db4cced21b804e28d09f3bd46981678495ff6a61d26203d3b6660