Sep 01 08:46:27.063 INFO checking rug-0.9.3 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 08:46:27.063 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 08:46:27.063 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/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 01 08:46:27.320 INFO blam! e0f32dbc987f538dd8e8f80fea7be732c3b4e0f2c1e4d074fc9dd245fb225905 Sep 01 08:46:27.321 INFO running `"docker" "start" "-a" "e0f32dbc987f538dd8e8f80fea7be732c3b4e0f2c1e4d074fc9dd245fb225905"` Sep 01 08:46:28.102 INFO kablam! Compiling gmp-mpfr-sys v1.1.8 Sep 01 08:46:28.102 INFO kablam! Compiling rug v0.9.3 (file:///source) Sep 01 08:46:28.104 INFO kablam! Checking bincode v0.9.2 Sep 01 08:49:01.225 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 08:49:01.225 INFO kablam! --> src/float/big.rs:35:5 Sep 01 08:49:01.225 INFO kablam! | Sep 01 08:49:01.226 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 01 08:49:01.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 08:49:01.226 INFO kablam! | Sep 01 08:49:01.226 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 08:49:01.226 INFO kablam! Sep 01 08:49:01.229 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 08:49:01.229 INFO kablam! --> src/complex/traits.rs:26:5 Sep 01 08:49:01.229 INFO kablam! | Sep 01 08:49:01.229 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 01 08:49:01.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 08:49:01.229 INFO kablam! Sep 01 08:49:02.608 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 08:49:02.608 INFO kablam! --> src/float/big.rs:35:5 Sep 01 08:49:02.608 INFO kablam! | Sep 01 08:49:02.608 INFO kablam! 35 | use std::ascii::AsciiExt; Sep 01 08:49:02.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 08:49:02.608 INFO kablam! | Sep 01 08:49:02.608 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 08:49:02.608 INFO kablam! Sep 01 08:49:02.611 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 08:49:02.611 INFO kablam! --> src/complex/traits.rs:26:5 Sep 01 08:49:02.611 INFO kablam! | Sep 01 08:49:02.612 INFO kablam! 26 | use std::ascii::AsciiExt; Sep 01 08:49:02.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 08:49:02.612 INFO kablam! Sep 01 08:49:11.353 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 01 08:49:11.353 INFO kablam! --> src/integer/division.rs:822:35 Sep 01 08:49:11.353 INFO kablam! | Sep 01 08:49:11.353 INFO kablam! 822 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 01 08:49:11.353 INFO kablam! | ^^^^^^^ Sep 01 08:49:11.353 INFO kablam! | Sep 01 08:49:11.353 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 01 08:49:11.353 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 01 08:49:11.353 INFO kablam! = note: for more information, see issue #48919 Sep 01 08:49:11.353 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 01 08:49:11.353 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 01 08:49:11.353 INFO kablam! Sep 01 08:49:11.379 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 01 08:49:11.379 INFO kablam! --> src/integer/division.rs:860:35 Sep 01 08:49:11.379 INFO kablam! | Sep 01 08:49:11.379 INFO kablam! 860 | assert_eq!(op.div_euc(b.clone()), iop.clone().div_euc(&b)); Sep 01 08:49:11.379 INFO kablam! | ^^^^^^^ Sep 01 08:49:11.379 INFO kablam! | Sep 01 08:49:11.379 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 01 08:49:11.380 INFO kablam! = note: for more information, see issue #48919 Sep 01 08:49:11.380 INFO kablam! = help: call with fully qualified syntax `ops::DivRounding::div_euc(...)` to keep using the current method Sep 01 08:49:11.380 INFO kablam! = note: add #![feature(euclidean_division)] to the crate attributes to enable `core::num::::div_euc` Sep 01 08:49:11.380 INFO kablam! Sep 01 08:49:19.817 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 01 08:49:19.817 INFO kablam! --> src/rand.rs:963:9 Sep 01 08:49:19.817 INFO kablam! | Sep 01 08:49:19.817 INFO kablam! 963 | rand1.clone(); Sep 01 08:49:19.817 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 08:49:19.817 INFO kablam! | Sep 01 08:49:19.817 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 08:49:19.817 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 01 08:49:19.817 INFO kablam! Sep 01 08:49:19.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 51s Sep 01 08:49:19.967 INFO kablam! su: No module specific data is present Sep 01 08:49:20.500 INFO running `"docker" "rm" "-f" "e0f32dbc987f538dd8e8f80fea7be732c3b4e0f2c1e4d074fc9dd245fb225905"` Sep 01 08:49:20.584 INFO blam! e0f32dbc987f538dd8e8f80fea7be732c3b4e0f2c1e4d074fc9dd245fb225905