Sep 02 02:07:56.021 INFO checking rug-0.9.3 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 02:07:56.021 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 02:07:56.021 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 02:07:56.273 INFO blam! 2b692140e7b9419a5581d5ee12f496de501c48b1c4b3b5fd4388ed17f8e5dba2 Sep 02 02:07:56.276 INFO running `"docker" "start" "-a" "2b692140e7b9419a5581d5ee12f496de501c48b1c4b3b5fd4388ed17f8e5dba2"` Sep 02 02:07:57.150 INFO kablam! Compiling rug v0.9.3 (file:///source) Sep 02 02:07:57.150 INFO kablam! Checking gmp-mpfr-sys v1.1.8 Sep 02 02:07:57.150 INFO kablam! Checking bincode v0.9.2 Sep 02 02:08:02.685 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 02:08:02.685 INFO kablam! --> src/float/big.rs:35:5 Sep 02 02:08:02.685 INFO kablam! | Sep 02 02:08:02.686 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 02 02:08:02.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 02:08:02.686 INFO kablam! | Sep 02 02:08:02.686 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 02:08:02.686 INFO kablam! Sep 02 02:08:02.688 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 02:08:02.688 INFO kablam! --> src/complex/traits.rs:26:5 Sep 02 02:08:02.688 INFO kablam! | Sep 02 02:08:02.688 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 02 02:08:02.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 02:08:02.688 INFO kablam! Sep 02 02:08:04.482 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 02:08:04.483 INFO kablam! --> src/float/big.rs:35:5 Sep 02 02:08:04.483 INFO kablam! | Sep 02 02:08:04.483 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 02 02:08:04.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 02:08:04.483 INFO kablam! | Sep 02 02:08:04.483 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 02:08:04.483 INFO kablam! Sep 02 02:08:04.487 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 02:08:04.487 INFO kablam! --> src/complex/traits.rs:26:5 Sep 02 02:08:04.487 INFO kablam! | Sep 02 02:08:04.487 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 02 02:08:04.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 02:08:04.487 INFO kablam! Sep 02 02:08:15.624 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 02:08:15.624 INFO kablam! --> src/integer/division.rs:822:35 Sep 02 02:08:15.624 INFO kablam! | Sep 02 02:08:15.624 INFO kablam! 822 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 02 02:08:15.624 INFO kablam! | ^^^^^^^ Sep 02 02:08:15.624 INFO kablam! | Sep 02 02:08:15.624 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 02 02:08:15.624 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 02:08:15.624 INFO kablam! = note: for more information, see issue #48919 Sep 02 02:08:15.624 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 02 02:08:15.624 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 02 02:08:15.624 INFO kablam! Sep 02 02:08:15.672 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 02:08:15.672 INFO kablam! --> src/integer/division.rs:860:35 Sep 02 02:08:15.672 INFO kablam! | Sep 02 02:08:15.672 INFO kablam! 860 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 02 02:08:15.672 INFO kablam! | ^^^^^^^ Sep 02 02:08:15.672 INFO kablam! | Sep 02 02:08:15.672 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 02:08:15.672 INFO kablam! = note: for more information, see issue #48919 Sep 02 02:08:15.672 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 02 02:08:15.672 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 02 02:08:15.672 INFO kablam! Sep 02 02:08:28.189 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 02 02:08:28.189 INFO kablam! --> src/rand.rs:963:9 Sep 02 02:08:28.189 INFO kablam! | Sep 02 02:08:28.189 INFO kablam! 963 | rand1.clone(); Sep 02 02:08:28.189 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 02:08:28.189 INFO kablam! | Sep 02 02:08:28.189 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 02 02:08:28.189 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 02 02:08:28.189 INFO kablam! Sep 02 02:08:28.460 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.39s Sep 02 02:08:28.465 INFO kablam! su: No module specific data is present Sep 02 02:08:28.887 INFO running `"docker" "rm" "-f" "2b692140e7b9419a5581d5ee12f496de501c48b1c4b3b5fd4388ed17f8e5dba2"` Sep 02 02:08:29.032 INFO blam! 2b692140e7b9419a5581d5ee12f496de501c48b1c4b3b5fd4388ed17f8e5dba2