Sep 19 21:25:45.607 INFO checking rug-0.9.3 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 21:25:45.607 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 21:25:45.607 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:25:45.774 INFO blam! c9d9fe3d33cd506873fca25edfc40ea2beb0009e4fa67a832244dc65dbb35e66 Sep 19 21:25:45.774 INFO running `"docker" "start" "-a" "c9d9fe3d33cd506873fca25edfc40ea2beb0009e4fa67a832244dc65dbb35e66"` Sep 19 21:25:46.772 INFO kablam! usermod: no changes Sep 19 21:25:46.866 INFO kablam! Compiling rug v0.9.3 (/source) Sep 19 21:25:46.872 INFO kablam! Checking gmp-mpfr-sys v1.1.8 Sep 19 21:25:50.779 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 21:25:50.779 INFO kablam! --> src/float/big.rs:35:5 Sep 19 21:25:50.779 INFO kablam! | Sep 19 21:25:50.779 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 19 21:25:50.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 21:25:50.779 INFO kablam! | Sep 19 21:25:50.779 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 21:25:50.779 INFO kablam! Sep 19 21:25:50.782 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 21:25:50.782 INFO kablam! --> src/complex/traits.rs:26:5 Sep 19 21:25:50.782 INFO kablam! | Sep 19 21:25:50.782 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 19 21:25:50.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 21:25:50.782 INFO kablam! Sep 19 21:25:51.731 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 21:25:51.731 INFO kablam! --> src/float/big.rs:35:5 Sep 19 21:25:51.731 INFO kablam! | Sep 19 21:25:51.731 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 19 21:25:51.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 21:25:51.731 INFO kablam! | Sep 19 21:25:51.731 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 21:25:51.731 INFO kablam! Sep 19 21:25:51.731 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 21:25:51.731 INFO kablam! --> src/complex/traits.rs:26:5 Sep 19 21:25:51.731 INFO kablam! | Sep 19 21:25:51.731 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 19 21:25:51.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 21:25:51.731 INFO kablam! Sep 19 21:25:57.634 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:25:57.634 INFO kablam! --> src/integer/division.rs:822:35 Sep 19 21:25:57.634 INFO kablam! | Sep 19 21:25:57.634 INFO kablam! 822 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 19 21:25:57.634 INFO kablam! | ^^^^^^^ Sep 19 21:25:57.636 INFO kablam! | Sep 19 21:25:57.636 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 19 21:25:57.636 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:25:57.636 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:25:57.636 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 19 21:25:57.636 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 19 21:25:57.636 INFO kablam! Sep 19 21:25:57.662 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 21:25:57.662 INFO kablam! --> src/integer/division.rs:860:35 Sep 19 21:25:57.662 INFO kablam! | Sep 19 21:25:57.662 INFO kablam! 860 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 19 21:25:57.662 INFO kablam! | ^^^^^^^ Sep 19 21:25:57.662 INFO kablam! | Sep 19 21:25:57.662 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 21:25:57.662 INFO kablam! = note: for more information, see issue #48919 Sep 19 21:25:57.662 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 19 21:25:57.662 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 19 21:25:57.662 INFO kablam! Sep 19 21:26:04.147 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 19 21:26:04.147 INFO kablam! --> src/rand.rs:963:9 Sep 19 21:26:04.148 INFO kablam! | Sep 19 21:26:04.148 INFO kablam! 963 | rand1.clone(); Sep 19 21:26:04.148 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 21:26:04.148 INFO kablam! | Sep 19 21:26:04.148 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 19 21:26:04.148 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 19 21:26:04.148 INFO kablam! Sep 19 21:26:04.367 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.56s Sep 19 21:26:04.371 INFO kablam! su: No module specific data is present Sep 19 21:26:05.334 INFO running `"docker" "rm" "-f" "c9d9fe3d33cd506873fca25edfc40ea2beb0009e4fa67a832244dc65dbb35e66"` Sep 19 21:26:05.451 INFO blam! c9d9fe3d33cd506873fca25edfc40ea2beb0009e4fa67a832244dc65dbb35e66