Sep 02 02:07:55.844 INFO checking rug-0.9.3 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 02:07:55.844 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 02:07:55.844 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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.062 INFO blam! e244e4b2d562392f0c016e0c374e6488f98c4fd80d8d81f4644524539874ad1b Sep 02 02:07:56.065 INFO running `"docker" "start" "-a" "e244e4b2d562392f0c016e0c374e6488f98c4fd80d8d81f4644524539874ad1b"` Sep 02 02:07:56.808 INFO kablam! Compiling gmp-mpfr-sys v1.1.8 Sep 02 02:07:56.808 INFO kablam! Compiling rug v0.9.3 (file:///source) Sep 02 02:10:13.494 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 02:10:13.495 INFO kablam! --> src/float/big.rs:35:5 Sep 02 02:10:13.495 INFO kablam! | Sep 02 02:10:13.495 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 02 02:10:13.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 02:10:13.495 INFO kablam! | Sep 02 02:10:13.495 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 02:10:13.495 INFO kablam! Sep 02 02:10:13.496 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 02:10:13.496 INFO kablam! --> src/complex/traits.rs:26:5 Sep 02 02:10:13.496 INFO kablam! | Sep 02 02:10:13.496 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 02 02:10:13.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 02:10:13.496 INFO kablam! Sep 02 02:10:14.590 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 02:10:14.590 INFO kablam! --> src/float/big.rs:35:5 Sep 02 02:10:14.591 INFO kablam! | Sep 02 02:10:14.591 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 02 02:10:14.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 02:10:14.591 INFO kablam! | Sep 02 02:10:14.591 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 02:10:14.591 INFO kablam! Sep 02 02:10:14.595 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 02:10:14.595 INFO kablam! --> src/complex/traits.rs:26:5 Sep 02 02:10:14.595 INFO kablam! | Sep 02 02:10:14.595 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 02 02:10:14.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 02:10:14.595 INFO kablam! Sep 02 02:10:22.710 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 02:10:22.710 INFO kablam! --> src/integer/division.rs:822:35 Sep 02 02:10:22.710 INFO kablam! | Sep 02 02:10:22.710 INFO kablam! 822 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 02 02:10:22.710 INFO kablam! | ^^^^^^^ Sep 02 02:10:22.710 INFO kablam! | Sep 02 02:10:22.710 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 02 02:10:22.710 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:10:22.710 INFO kablam! = note: for more information, see issue #48919 Sep 02 02:10:22.710 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 02 02:10:22.711 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 02 02:10:22.711 INFO kablam! Sep 02 02:10:22.738 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 02:10:22.738 INFO kablam! --> src/integer/division.rs:860:35 Sep 02 02:10:22.738 INFO kablam! | Sep 02 02:10:22.739 INFO kablam! 860 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 02 02:10:22.739 INFO kablam! | ^^^^^^^ Sep 02 02:10:22.739 INFO kablam! | Sep 02 02:10:22.739 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:10:22.739 INFO kablam! = note: for more information, see issue #48919 Sep 02 02:10:22.739 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 02 02:10:22.739 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 02 02:10:22.739 INFO kablam! Sep 02 02:10:31.969 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 02 02:10:31.969 INFO kablam! --> src/rand.rs:963:9 Sep 02 02:10:31.969 INFO kablam! | Sep 02 02:10:31.969 INFO kablam! 963 | rand1.clone(); Sep 02 02:10:31.969 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 02:10:31.969 INFO kablam! | Sep 02 02:10:31.970 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 02 02:10:31.970 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 02 02:10:31.970 INFO kablam! Sep 02 02:10:32.149 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 35s Sep 02 02:10:32.154 INFO kablam! su: No module specific data is present Sep 02 02:10:32.606 INFO running `"docker" "rm" "-f" "e244e4b2d562392f0c016e0c374e6488f98c4fd80d8d81f4644524539874ad1b"` Sep 02 02:10:32.705 INFO blam! e244e4b2d562392f0c016e0c374e6488f98c4fd80d8d81f4644524539874ad1b