Sep 04 05:28:39.003 INFO checking rug-0.9.3 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 05:28:39.004 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 05:28:39.004 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/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 05:28:39.162 INFO blam! 0ff9d76dd7d11bc6e2f6bcfa60da0741259d7b11894f04809f80eb5906b02e5a Sep 04 05:28:39.164 INFO running `"docker" "start" "-a" "0ff9d76dd7d11bc6e2f6bcfa60da0741259d7b11894f04809f80eb5906b02e5a"` Sep 04 05:28:39.899 INFO kablam! Compiling gmp-mpfr-sys v1.1.8 Sep 04 05:28:39.899 INFO kablam! Compiling rug v0.9.3 (file:///source) Sep 04 05:31:20.820 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 05:31:20.820 INFO kablam! --> src/float/big.rs:35:5 Sep 04 05:31:20.820 INFO kablam! | Sep 04 05:31:20.821 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 04 05:31:20.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 05:31:20.821 INFO kablam! | Sep 04 05:31:20.821 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 05:31:20.821 INFO kablam! Sep 04 05:31:20.822 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 05:31:20.822 INFO kablam! --> src/complex/traits.rs:26:5 Sep 04 05:31:20.822 INFO kablam! | Sep 04 05:31:20.822 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 04 05:31:20.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 05:31:20.822 INFO kablam! Sep 04 05:31:22.075 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 05:31:22.075 INFO kablam! --> src/float/big.rs:35:5 Sep 04 05:31:22.075 INFO kablam! | Sep 04 05:31:22.075 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 04 05:31:22.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 05:31:22.075 INFO kablam! | Sep 04 05:31:22.075 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 05:31:22.075 INFO kablam! Sep 04 05:31:22.078 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 05:31:22.079 INFO kablam! --> src/complex/traits.rs:26:5 Sep 04 05:31:22.079 INFO kablam! | Sep 04 05:31:22.079 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 04 05:31:22.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 05:31:22.079 INFO kablam! Sep 04 05:31:33.007 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 05:31:33.007 INFO kablam! --> src/integer/division.rs:822:35 Sep 04 05:31:33.007 INFO kablam! | Sep 04 05:31:33.007 INFO kablam! 822 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 04 05:31:33.007 INFO kablam! | ^^^^^^^ Sep 04 05:31:33.007 INFO kablam! | Sep 04 05:31:33.007 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 04 05:31:33.007 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 05:31:33.007 INFO kablam! = note: for more information, see issue #48919 Sep 04 05:31:33.007 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 04 05:31:33.007 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 04 05:31:33.007 INFO kablam! Sep 04 05:31:33.052 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 05:31:33.052 INFO kablam! --> src/integer/division.rs:860:35 Sep 04 05:31:33.052 INFO kablam! | Sep 04 05:31:33.052 INFO kablam! 860 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 04 05:31:33.052 INFO kablam! | ^^^^^^^ Sep 04 05:31:33.055 INFO kablam! | Sep 04 05:31:33.056 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 05:31:33.056 INFO kablam! = note: for more information, see issue #48919 Sep 04 05:31:33.056 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 04 05:31:33.057 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 04 05:31:33.057 INFO kablam! Sep 04 05:31:45.273 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 04 05:31:45.273 INFO kablam! --> src/rand.rs:963:9 Sep 04 05:31:45.273 INFO kablam! | Sep 04 05:31:45.273 INFO kablam! 963 | rand1.clone(); Sep 04 05:31:45.273 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 05:31:45.274 INFO kablam! | Sep 04 05:31:45.274 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 05:31:45.274 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 04 05:31:45.274 INFO kablam! Sep 04 05:31:45.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3m 05s Sep 04 05:31:45.508 INFO kablam! su: No module specific data is present Sep 04 05:31:46.052 INFO running `"docker" "rm" "-f" "0ff9d76dd7d11bc6e2f6bcfa60da0741259d7b11894f04809f80eb5906b02e5a"` Sep 04 05:31:46.155 INFO blam! 0ff9d76dd7d11bc6e2f6bcfa60da0741259d7b11894f04809f80eb5906b02e5a